body,td,th {
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:17px;
	color: #48277c;
	margin:0px;
	padding: 0px;
	margin-bottom:10px;
}

h2{
	font-weight: bold;
	font-size:15px;
	color: #693e98;
	margin:0px;
	padding: 0px;
	margin-bottom:10px;
}

h3, h4, h5, h6{
	font-weight: bold;
	font-size:14px;
	color: #6e57a5;
	margin:0px;
	padding: 0px;
	margin-bottom:10px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #6e57a5;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.td_on{
	background-color:#CCCCFF;
	color:#000000;
}

.td_off{
	background-color:#F1F1F1;
	color:#000000;
}

hr{
	color:#F1F1F1;
}

/* The four following block define the style for all the website links */
a{
outline:none;
}

a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000;
}

img{border:0px}

/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	background-color: green;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

/* Main Page Styles */
#Page{
	width:1000px;
	margin:0 auto; 
	text-align: left;
}

#PageHeader{
	clear:both;
	margin-top:30px;
	height:195px;
	position:relative;
}

#PageHeaderTopNavigation{
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
}

#PageHeaderTopNavigationLinks{
	margin-bottom:12px;
}

#PageHeaderTopNavigationLinks a{
	color:#693e98;
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
}

#PageHeaderTopNavigationIcons{
	
}

#PageHeaderTopNavigationIcons a{
	margin-right:10px;
}

#PageHeaderLogo{
	position:absolute;
	left:0px;
	top:0px;
}

#PageHeaderNavigation{
	font-size:17px;
	font-weight:bold;
	left:0px;
	top:140px;
	position:absolute;
}

#PageHeaderNavigation a:link, #PageHeaderNavigation a:visited{
	color:#FFFFFF;
	text-decoration:none;
	margin-right:30px;
}

#PageHeaderNavigation a:hover{
	color:#a28dd3;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size:15px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	padding-right:15px;
	padding-left:15px;
	color:#FFFFFF;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
 
ul#topnav li .sub {
	position: absolute;	
	top: 30px; left: 0;
	border:1px solid #FFF;
	border-top:0px;
	background: #49287d;
	padding: 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #a28dd3; background-position: 5px 12px ;}

#PageFooter{
	clear:both;
	background-image:url(/images/page_footer.jpg);
	background-repeat:repeat-x;
	height:251px;
}

#PageFooterInner{
	width:1000px;
	margin:0 auto; 
	text-align: left;
	color:#FFF;
	font-size:12px;
	padding-top:110px;
}

#PageFooter a:link, #PageFooter a:visited{
	color:#FFF;
	text-decoration:none;
	margin-right:5px;
}

#PageFooterLogo{
	width:197px;
	height:40px;
	float:right;
}

#PageFooterNavigation{

}

#PageFooterMisc{
	margin-top:10px;
	font-weight:bold;
}

.slide-out-div {
	padding: 20px;
	width: 200px;
	height:117px;
	background: #49287d;
	color:#FFFFFF;
}  

#MainContent{
	clear:both;
	margin-bottom:40px;
}

#Content{
	margin-left:118px;
}

#ContentTitle{
	font-size:20px;
	color: #48277c;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:5px;
}

#ContentInfoBox{
	width:780px;
	min-height:400px;
	background-color:#fff;
	background-image:url(/images/content_background.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	color:#000;
	text-align:justify;
}

#ContentInfoBox table td{
	color:#6e57a4;

}

#ContentInfo{
	padding:20px;
	padding-right:250px;
}

#ContentInfo a{
	color: #6633CC;
}

#ContentHeader{
	width:780px;
}

#ContentInfoRelatedTop{
	width:234px;
	height:24px;
	background-image:url(/images/content_related_background_top.gif);
	background-repeat:no-repeat;
	background-color: #6e57a5;
	float:right;
}

#ContentInfoHeaderLeft{
	height:24px;
	color:#BBA5F0;
}

#ContentInfoRight{
	float:right;
	margin-left:8px;
	margin-bottom:10px;
}

#ContentInfoRelatedBottom{
	width:206px;
	height:76px;
	background-image:url(/images/content_related_background_bottom.gif);
	background-repeat:no-repeat;
	background-color: #6e57a5;
	border-bottom:1px solid #927cc8;
	color:#9b82d8;
	padding:14px;
	line-height:25px;
	text-align:left;
}

#ContentInfoRelatedBottom a{
	color:#9b82d8;
}

#ContentInfoGraphic{
	text-align:right;
	padding-top:14px;
	padding-right:14px;
}

.ContentInfoList{
	margin:20px;
}

.ContentInfoList li{
	margin-bottom:20px;

}

/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}

#DocumentsIndex{
	padding:10px;

}
