@charset "utf-8";
.mainborder {
	border-top: 0px none #7494b2;
	border-right: 1px solid #7494b2;
	border-bottom: 1px solid #7494b2;
	border-left: 1px solid #7494b2;
}
.menuborder {
	border: 1px solid #cccccc;
	cursor: pointer;
}
.footerDivider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #696969;
}
.footerText {
	font-size: 12px; 
	color: #696969; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardText {
	font-size: 12px; 
	color: #696969; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardTextBold {
	font-size: 12px;
        color: #696969;
        font-family: Arial, Helvetica, sand-serif;
        font-weight: bold;
}
.standardWhiteText {
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardWhiteTextBold{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.smallStandardText {
	font-size: 10px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.standardHeading {
	font-size: 24px; 
	color: #696969; 
	font-family: Arial, Helvetica, sans-serif;
}
.standardHeadingWhite {
	font-size: 14px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#CBDCED;
}
.tableHeading {
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#365d7e;
	font-weight:bold;
}
.pageTitleText {
	font-size: 24px; 
	color: #365d7e; 
	font-family: Arial, Helvetica, sans-serif;
}
.usernameText {
	font-size: 16px; 
	color: #ffffff; 
	font-family:"Times New Roman", Times, serif;
}
.squareborder {
	border: 1px solid #CBDCED;
}
.RDS {
	font-size: 36px; 
	color: #ffffff; 
	font-family: "Myriad Pro", "Myriad Pro Bold"; 
	font-style: italic;
	font-weight:bold;
}
.button {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width:50px;
}
.background {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
.calendarbg {
	background-image:url(../images/calendar.png);
	background-repeat:no-repeat;
}
.calendarDateText {
	font-size: 46px; 
	color: #696969; 
	font-family: Arial, Helvetica, sans-serif;
}
.buttonNoBorder {
	font-size: 10px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
}
.buttonNoBorder {
	font-size: 10px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
}
.buttonNoBorderUnderline {
	font-size: 10px;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}
.popUpStyle
{
    background-color: #000000;
    opacity: .5;
	filter: alpha(opacity=50);
}
.popUpMessageStyle
{
  	color: #000000;
    background-color: #FFFFFF;
    opacity: 1;
	filter: alpha(opacity=100);
}