html
{
	background: #abc repeat-x;
	width: 100%;
	height:100%;
}
body
{
	background: #E6EDF1 url(../../Images/page_bg.gif) repeat-x;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding:0px;
}
#maincontent
{
	border: Solid 0px white;
	width: 994px;
	border-bottom: medium none;
	margin: 0 auto;
	height: 100% !important;
	min-width: 994px;
	min-height:800px;
	background-color: #ffffff;
	padding-bottom: 20px;
}
a
{
	font-weight: normal;
	text-decoration: none;
	color: #0066A7;
	cursor: pointer;
}
a:link
{
	font-weight: normal;
	text-decoration: none;
	color: #0066A7;
	cursor: pointer;
}
a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #0066A7;
	cursor: pointer;
}
a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #0066A7;
	cursor: pointer;
}
a:hover
{
	font-weight: normal !important;
	text-decoration: underline !important; /*color: black !important;*/
	cursor: pointer;
}
a, a:link, a:hover, a:visited.link
{
	font-weight: normal;
	color: #0066A7;
	text-decoration: none;
}
a:hover.link
{
	font-weight: normal;
	color: black !important;
	text-decoration: underline !important;
}

#footer
{
	height: 25px;
	clear: both;
	width: 90%;
	min-width: 994px;
	position: relative;
	text-align: center; /*background-color: #ecf5fb; 	background-image: url(        '../../Images/Stage_BG_btm.png' ); 	background-repeat: repeat-x; 	vertical-align : bottom;*/
	margin-top: 12px;
	color: #fff;
}
.placeholder
{
	color: #003399;
	height: 40px;
}
.PageHeader
{
	margin-left: 10px;
	font-size: 12px;
	font-weight: bolder;
	color: #0066A7;
	text-align: left;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
.clsErrorMsg
{
	margin-left: 10px;
	font-size: 12px;
	font-weight: bolder;
	color: #0066A7;
	font-weight: normal;
	margin-bottom: 5px;
}

.header h1
{
	color: #10377C;
	margin: 0px;
}
.header h2
{
	color: #666666;
	position: absolute;
	top: 28px;
}
.header h2 a
{
	color: #6600CC;
	font-weight: normal;
}

.TableStyle
{
	border-collapse: collapse;
	border: 1px solid #ecf5fb;
	text-align: left;
	line-height: 20px;
}
.TableStyle th
{
	background-color: #599cd4;
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
	font-weight: normal;
}

.TableStyle td
{
	padding: 2px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #ecf5fb;
}
.tablefooter
{
	background-color: #599cd4; /*background-image: url(          '../../Images/Table_style_03.jpg' );*/
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 4px;
	text-align: center !important;
	font-weight: normal;
}

.Header
{
	background-color: #599cd4; /*	background-image: url(          '../../Images/Table_style_03.jpg' );*/
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 4px;
	border: solid 1px white;
}
.label
{
	text-align: left;
	height: 23px;
	padding: 3px;
}
.TblMenu
{
	text-align: left;
	border: solid 1px #599cd4;
	width: 200px;
}
#Masthead
{
	height: 120px;
	background-color: #eee; 
	background-image: url('../../Images/univ-modified-img1.jpg' );
	background-position: top;
	color: Maroon;
	font-size: 24px;
	font-weight:bold;
	text-align: center;
	vertical-align: top;
}
.Loginstatus
{
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	color: #fff !important;
	font-size: 11px !important;
}
.LoginName
{
	font-weight: normal;
	text-decoration: none;
	color: #fff !important;
	font-size: 11px !important;
}

.Errordiv
{
	width: 600px;
	border: solid 6px #0066A7;
	padding: 15px;
	text-align: left;
}
.ErrorMessage
{
	border: solid 0px #0066A7;
	color: black;
	font-family: verdana;
	position: absolute;
	left: 10%;
	width: 800px;
	height: auto;
	
}

.Success
{
	color: Green;
	font-weight: bold !important;
}
.Fail
{
	color: Red;
	font-weight: bold;
}
.Info
{
	color: Black;
	font-weight: bold;
}
.welcomeNav
{
	text-align: right;
	height: 25px;
	font-size: 11px;
	background-color: black;
	color: White;
}
#dvBrCrumb
{
	margin-left: 10px;
	font-size: 10px;
	clear:both;  
}
.LeftContent
{
	width:20%;
	background-color:#D8DCE8; 
	margin: 0px;
	float: left;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}
.RightContent
{
	width:100%;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H3
{
	text-align:center;
	font-weight:bold;
	font-size:16px;      
}
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #073567;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
	color: #000;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E0E0E0;		
	color: #E0E0E0;
	position:relative;
}
#calendarDiv .selectBoxOver{  
	border:1px solid #FFF;
	background-color: #073567;
	color: #FFF;
	position:relative;
}

#calendarDiv .topBar{		/* Top bar */
	height:16px;
	padding:2px;
	background-color: #073567;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E0E0E0;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .monthYearPicker{
	background-color: #E0E0E0;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #073567;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#073567;
	color: #E0E0E0;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
