body,td,th {
	font-size: 12px;
	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:16px;
	color: #CCCCFF;
	margin:0px;
	padding: 0px;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:15px;
	color: #9999FF;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #6e57a5;
	font-size: 16px;
	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:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
a:active {
	text-decoration: none;
	color: #3399CC;
}

/* 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:765px;
	margin:0 auto; 
	text-align: left;
}

#PageHeader{
	height:186px;
}


#PageMiddle{
	clear:both;
	background-image:url(/images/page_middle_background.gif);
	background-repeat:repeat-y;
	height:750px;
	text-align:justify;
}

#MainContent{
	margin-left:80px;
	margin-right:15px;
}

#PageFooter{
	clear:both;
}

#PageSubFooter{
	width:765px;
	margin:0 auto; 
	text-align: center;
	clear:both;
	background-color:#FFFFFF;
	padding:10px;
	margin-top:10px;
	height:115px;
	border:1px solid #009FCF;
	margin-bottom:5px;
}

/* 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;
	}


/* Rounded Corner Boxes */
.CornerRoundPurple1 {
	width: 100%;
	background-color: #683d97;
	color: #FFFFFF;
	text-align:justify;
}

.CornerRoundPurple1 a, .CornerRoundPurple1 a:visited, .CornerRoundPurple1 a:hover{
	color:#000;
}

.CornerRoundTopPurple1 { 
	background: url(../images/purple1_tr.gif) no-repeat top right; 
}

.CornerRoundBottomPurple1 {
	background: url(../images/purple1_br.gif) no-repeat top right; 
}

.CornerRoundPurple2 {
	width: 100%;
	background-color: #6e57a5;
}

.CornerRoundPurple2 a, .CornerRoundPurple2 a:visited, .CornerRoundPurple2 a:hover{
	color:#9077cc;
}

.CornerRoundTopPurple2 { 
	background: url(../images/Purple2_tr.gif) no-repeat top right; 
}

.CornerRoundBottomPurple2 {
	background: url(../images/Purple2_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
