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:18px;
	color:#BF2455;
	margin:0px;
	padding: 0px;
}

h2{
	font-weight: bold;
	font-size:15px;
	color: #53A0B2;
	margin:0px;
	padding: 0px;
}

h3{
	font-weight: bold;
	font-size:14px;
	color: #53A0B2;
	margin:0px;
	padding: 0px;
}

h4{
	font-weight: bold;
	font-size:14px;
	color: #53A0B2;
	margin:0px;
	padding: 0px;
}

h5{
	font-weight: bold;
	font-size:14px;
	color: #53A0B2;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #BF2455;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.td_on { 
	background-color: #AEC0EC; 
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
	color: #000000
}
.td_off {
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	background-color: #F1F1F1
}

hr{
	color:#F1F1F1;
}

/* The four following block define the style for all the website links */
a:link {
	color: #BF2455;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0033;
}
a:hover {
	text-decoration: underline;
	color: #CC0033;
}
a:active {
	text-decoration: none;
	color: #CC0033;
}

/* 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;

}


#Footer {
	text-align:center; 
	padding:5px;
	font-size:12px;
}

#MainContent{
	padding:5px; 
	width:100%;
}

#TopNav{
	background-image: url(/images/topnav_background.gif);
	background-repeat:repeat-y;
	height:31px;
	padding-top:8px;
	padding-left:2px;
	color:#F1F1F1;
}

#TopNav a:link, #TopNav a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}

#LeftNav a:link, #LeftNav a:visited{
	background-image:url(/images/nav_arrow_white.gif);
	background-position: 180px;
	background-repeat:no-repeat;
	display: block;
	font-size:12px;
	font-weight:bold;
	padding: 4px 2px 4px 2px;
	color: #F1F1F1;
	text-decoration:none;
}

#LeftNav a:hover{
	background-image:url(/images/nav_arrow_white.gif);
	background-position: 180px;
	background-repeat:no-repeat;
	background-color: #BF2455;
	text-decoration: none;
	color:#FFFFFF;
}

#Headlines a:link, #Headlines a:visited{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}



/* Rounded Corner Boxes */
.CornerRoundPink {
	width: 100%;
	background-color: #FFCCCC;
	color: #000000;
}

.CornerRoundPink a, .CornerRoundPink a:visited, .CornerRoundPink a:hover{
	color: #FF3333;
}

.CornerRoundPink p {
	margin: 0 10px;
}

.CornerRoundTopPink { 
	background: url(/images/pink_tr.gif) no-repeat top right; 
}

.CornerRoundBottomPink {
	background: url(/images/pink_br.gif) no-repeat top right; 
}

.CornerRoundBlack{
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
}

.CornerRoundBlack td{
	color: #FFFFFF;
}

.CornerRoundBlack a, .CornerRoundBlack a:visited, .CornerRoundBlack a:hover{
	color:#99FFFF;
}

.CornerRoundBlack p {
	margin: 0 10px;
}

.CornerRoundTopBlack { 
	background: url(/images/black_tr.gif) no-repeat top right; 
}

.CornerRoundBottomBlack {
	background: url(/images/black_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
