﻿html{overflow-x:hidden;overflow-y:auto;}

h1
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size:18px; 
	font-weight: bold;
	color:#747474;
	padding-left:0px;
}

h2
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size:16px; 
	font-weight: bold;
	color:#747474;
	padding-left:0px;
}

h3
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size:14px; 
	font-weight: bold;
	color:#747474;
	padding-left:0px;
}

hr 
{
	margin: 0px 0px 6px 0px;
}
	
p
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size:12px; 
	font-weight: normal;
	color:#747474;
}

a
{
	font-size:12px; 
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

a:link
{
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

a:visited
{
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

a:hover
{
	font-style:normal;
	text-decoration:underline;
}


/* Layout */
/*#7f736d */
body
{
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color:#747474 ;
	margin:0px;
	padding:0px;
}

table, td
{
	
}

.loginBody
{
	text-align: center;
    margin: 0px;
	padding: 0px;
	background-color: #297b90;
	background-image: url('Images/Backgrounds/px.jpg'); 
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color: #666666;
	border: none;
}

.loginPanel 
{ 
	border: medium solid #0099FF; 
	position:absolute; 
	top: 95px;
	left: 500px;
	height: 210px; 
	background-color:#243562;
	background-image:url('images/backgrounds/lines-for-login.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}

.wrapper
{
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color: #000000;
	width: 100%;
	height: 100%;
}

.header 
{
	min-width: 800px;
	position: absolute;
	overflow:hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	background-color: #243562;
	color: #ffffff;
}

.headerLeft
{
	float: left;
	height: 90px;
	width: 400px;
	background-color: #243562;
	background-image: url('Images/logo.jpg');	
}

/*****************************************************************************************************
 *							Settings for elements which inherit 'headerRight' class					 *
 *****************************************************************************************************/
.headerRight
{
	margin-left: 350px;
	position: relative;
	height: 90px;
	background-image: url('Images/headerRight.gif');
	background-position: right top; 
	background-repeat: no-repeat;
	text-align: right;
}

/*****************************************************************************************************
 *							 Settings for elements which inherit 'logout' class						 *
 *****************************************************************************************************/
.logout
{
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	color: #747474;
	margin: 0px;
}

/*****************************************************************************************************
 *										Settings for logout link button								 *
 *****************************************************************************************************/
a.lnkLogout:active, a.lnkLogout:link, a.lnkLogout:visited, a.lnkLogout:hover
{
	background-image: url('Images/logout.png');
	background-repeat: no-repeat;
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif, Calibri;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold; 
	line-height: 12;
	text-align: center;
	vertical-align: bottom;
	/*text-shadow: #909090 2px 2px 2px;*/
}

/*****************************************************************************************************
 *										Settings for logout link button								 *
 *****************************************************************************************************/
a.lnkLogout:active, a.lnkLogout:link, a.lnkLogout:visited
{
	text-decoration: none;
}

/*****************************************************************************************************
 *										Settings for logout link button								 *
 *****************************************************************************************************/
a.lnkLogout:hover
{
	text-decoration: underline;
}


.contentWrapper 
{
	margin-left: 220px;
	margin-top : 91px;
}

.content
{
	overflow:auto;
	background-color: Transparent;
	background-image: url('Images/LeftBorder_bg.gif');
	background-repeat: repeat-y;
}

.innerContent
{
	background-color: Transparent;
	padding: 6px 9px 0px 9px;
}

.contentHeader
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color: #08415e;
	height: 75px;
	overflow: hidden;
	background-color: Transparent;
	background-image: url('Images/TopBorder_bg.gif');
	background-repeat: repeat-x;
}

.innerContentHeader
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color: #08415e;
	height: 75px;
	background-color: Transparent;
	background-image: url('Images/LeftBorder_bg.gif');
	background-repeat: repeat-y;
	padding: 6px 9px 0px 9px;
	overflow:auto;
}

.innerContentHeader .title 
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color: #08415e;
	background-color: Transparent;
	text-align: justify;
}

/*****************************************************************************************************
 *						Settings for elements which inherit 'contentBorder_TopLeft' class			 *
 *****************************************************************************************************/
.contentBorder_TopLeft
{
	position: absolute;
	top: 91px;	/* Allows for one pixel top border width! */
	left: 220px;
	height: 6px;
	width: 6px;
}

.navigation 
{
	width: 220px;
	position: absolute;
	top: 90px;
	bottom: 0px;
	left: 0px;
	border-top: solid 1px #ffffff;
	background-color: #243562;
	color: #ffffff;
	background-image: url('Images/menu_bg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: auto;
}

.innerNavigation
{	
	width: 220px;
	color: #ffffff;
	background-color: Transparent;
}

.menu
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	padding: 6px 6px 0px 6px;
}

.menuLink
{
	vertical-align: middle;
	padding: 6px 6px 6px 6px;
	color: #ffffff;	
}

.menuLink a
{ 
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	cursor: hand;
	text-decoration: none;
}

.menuLink a.selectedMenuItem
{	
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #d6a548;
	cursor: hand;
	text-decoration: none;
}

.menuLink  a.selectedMenuItem:hover
{	
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #d6a548;
	cursor: hand;
	text-decoration: underline;
}

.menuLink a:hover
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	cursor: hand;
	text-decoration: underline;
}

.search
{
	border-top: solid 1px #747474;
	margin: 0px 6px 6px 6px;
	padding: 6px 0px 6px 6px;
	width: 196px;
}

.searchInput
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.inputField
{
	border: 1px solid #747474;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.contentTitle 
{	
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color: #747474;
}

.contentDescription
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	color: #747474;
}

.pnlNewFeatures
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #7091a4;  /*Standard*/
	padding: 6px 6px 6px 6px;
}

hr.NewFeatures
{
	height: 1px;
	border: 0;
	color: #7091a4;
	background-color: #7091a4;
}

.newFeaturesTitle
{	
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
	color: #7091a4;  /*Standard*/
}

.tblNewFeatures
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #000000;  
	border: solid 1px #7091a4;
	background-color: #d4e2ec;
	width: 475px;
}

.pnlEnergy
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal; /*color: #fad387;  Yellow*/
	padding: 6px 6px 6px 6px;
	color: #0095d9;
}

hr.Energy
{
	height: 1px;
	border: 0;
	color: #0095d9;
	background-color: #0095d9;

}

.energyTitle
{	
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
	color: #0095d9;  /*Yellow*/
}

.tblEnergy
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #0095d9;  
	border: solid 1px #0095d9;
	width: 475px;
}

.pnlHealth
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #086478;
	padding: 6px 6px 6px 6px;
}

hr.Health
{
	height: 1px;
	border: 0;
	color: #086478;
	background-color: #086478;
}

.healthTitle
{	
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
	color: #086478;  /*Green*/
}

.tblHealth
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #086478;  /*Green*/
	border: solid 1px #086478;
	width: 475px;
}

.tblEnergy a 
{ 
	color: #0095d9;
	cursor: hand;
	text-decoration: none;
}

.tblHealth a
{ 
	color: #086478;
	cursor: hand;
	text-decoration: none;
}

 .tblEnvironmental a
{ 
	color: #09766d;
	cursor: hand;
	text-decoration: none;
}

.tblISO a
{ 
	color: #09766d;
	cursor: hand;
	text-decoration: none;
}
 .tblActions a 
{ 
	color: #243562;
	cursor: hand;
	text-decoration: none;
}

.tblNewFeatures a
{ 
	color: #08415e;
	cursor: hand;
	text-decoration: none;
}
.tblEnergy a:hover
{
	color: #0095d9;
	cursor: hand;
	text-decoration: underline;
}

.tblHealth a:hover
{
	color: #086478;
	cursor: hand;
	text-decoration: underline;
}

.tblEnvironmental a:hover
{
	color: #09766d;
	cursor: hand;
	text-decoration: underline;
}
.tblISO a:hover
{
	color: #09766d;
	cursor: hand;
	text-decoration: underline;
}

.tblActions a:hover
{
	color: #243562;
	cursor: hand;
	text-decoration: underline;
}

.tblNewFeatures a:hover
{
	color: #08415e;
	cursor: hand;
	text-decoration: underline;
}
hr.Environment
{
	height: 1px;
	border: 0;
	color: #09766d;
	background-color: #09766d;
}

.envTitle
{	
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
	color: #09766d;  /*Green*/
}

.tblEnvironmental
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #09766d;  
	border: solid 1px #09766d;
	width: 475px;
}
.tblISO
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #09766d;  
	border: solid 1px #09766d;
	width: 475px;
}
.pnlEnvironment
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #09766d; /*Dark Green*/
	padding: 6px 6px 6px 6px;
}

.pnlISO
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #094876; /*Dark Blue*/
	padding: 6px 6px 6px 6px;
}

hr.Actions
{
	border: solid 1px #243562;
	height: 1px;
	border: 0;
	color: #243562;
	background-color: #243562;
}

.pnlActions
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #243562; /*Red*/
	padding: 6px 6px 6px 6px;
}

.actionsTitle
{	
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
	color: #243562;  /*Green*/
}

.tblActions
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #243562;  
	border: solid 1px #243562;
	width: 475px;
}

.docTitle
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #FFFFFF; 
	height: 18px;
	padding: 3px 3px 3px 3px;
	background-color: #0094DA;
}
.calTitle
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #ffffff;
	background-color: #243562;
	background-image: url('Images/HeaderBar/headerBar_bg.gif');
	background-position: right;
	background-repeat: no-repeat;
	height: 21px;
	padding: 3px 3px 3px 3px;
}

.calDayHeader
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #2c2a2f;  
	background-color: #ebebeb;
	padding: 3px 3px 3px 3px;
}

.calCell
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #2c2a2f;  
	background-color: #ffffff;
	height: 100px;
	vertical-align: top;
}

.tblCalendar
{	
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	border: solid 0px #ffffff;
}

.tblCalendar a
{ 
	cursor: pointer;
	text-decoration: none;
}

.tblCalendar a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.tblCalendar_big
{	
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
}

.tblCalendar_big a
{ 
	cursor: pointer;
	text-decoration: none;
}

.tblCalendar_big a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.tabLegislation
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
}

.GridViewPaging
{	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	color: #C0C0C0;
	background-color: #243562; 
	height: 21px;
	padding: 0px 0px 0px 3px;
}

.GridViewHeader
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	color: #C0C0C0;
	background-color: #243562; 
	height: 21px;
	padding: 3px;
	width: 100%;
}

.GridViewHeader th
{
    text-decoration: none;
    color: #C0C0C0;
	text-align: left;
    font-weight: normal;
    padding: 3px;
}

.GridViewHeader a:link, .GridViewHeader a:visited
{
    text-decoration: none;
    color: #C0C0C0;
	text-align: left;
    font-weight: normal;
}

.GridViewHeader a:hover
{
    color: #C0C0C0;
    text-decoration: underline;
}

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .rowStyle_Hover td, 
.redRow td, .yellowRow td, .greenRow td, .EditRowStyle td, .FooterStyle td, .insertFooter
{
    font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
    padding: 3px;
    vertical-align:top;
}

.RowStyle td
{
    background-color: #ffffff;
}

.rowStyle_Hover td
{
	cursor: hand;
    background-color: #41a6b3;
}

.AltRowStyle td
{
    background-color: #f5f5f5;
}

.SelectedRowStyle td
{
    background-color: #88b0ff;
}

.redRow td
{
    background-color: #ff0000;
    color: #ffffff;
}

.greenRow td
{
    background-color: #80ff80;
    color: #000000;
}

.yellowRow td
{
    background-color: #ffff80;
    color: #000000;
}

.GridViewPaging table
{
	margin: auto;
}

.GridViewPaging table td
{
    border: 0px;
    padding: 1px;
}

.GridViewPaging td
{
	
}

.GridViewPaging a
{
    color: #C0C0C0;
    text-decoration: none;
    padding: 1px 3px 1px 3px;
    border-top: solid 1px #fff;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #fff;
}

.GridViewPaging span
{
    font-weight: normal;
    color: #C0C0C0;
    text-decoration: none;
    padding: 1px 3px 1px 3px;
}

.RowStyle .overdueSchedule, .AltRowStyle .overdueSchedule
{
	background-color: #ff0000; /*RED*/
	color: #ffffff;
}

.RowStyle .openSchedule, .AltRowStyle .openSchedule
{
	background-color: #ffff80; /*YELLOW*/
}

.RowStyle .completeSchedule, .AltRowStyle .completeSchedule
{
	background-color: #80ff80; /*GREEN*/
}

.RowStyle .closedSchedule, .AltRowStyle .closedSchedule
{
	background-color: #87cefa; /*BLUE*/
}

.registerFilter
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

.modalPopup
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
	border: solid 1px #bccadd;
	width: 500px;
	height: 402px;
}

.modalHeader
{
	color: #ffffff;
	background-color: #243561;
	width: 500px;
	height: 21px;
}

.modalContent
{
	background-color: #ffffff;
	width: 500px;
	height: 343px;
}

.modalContentBorder
{
	background-color: #ffffff;
	padding: 9px;
	height: 325px;
}

.modalInnerContent
{
	background-color: #ffffff;
	height: 305px;
	border: solid 1px #bccadd;
	padding: 9px;
	overflow-x:hidden;
	overflow-y:auto;
}

.modalFooter
{
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	background-color: #f2f2f2;
	width: 490px;
	height: 25px;
	text-align: center;
	border-top: solid 1px #bccadd;
	padding:5px;
}

.modalHeaderLabel
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
}

.modalLabel
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
}

.modalInput
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
}

.modalInnerContent a
{ 
	color: Black;
	cursor: pointer;
	text-decoration: underline;
}

.modalInnerContent a:hover
{
	color: Black;
	cursor: pointer;
	text-decoration: none;
}

.borderAll
{
	border: solid 1px #ece9d8;
}

.docList
{
	overflow: auto;
}

.docList a
{ 
	color: Black;
	cursor: pointer;
	text-decoration: none;
}

.docList a:hover
{
	color: Black;
	cursor: pointer;
	text-decoration: underline;
}

.btnSmall
{
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
    font-size:12px;
    font-weight:normal;
	width:38px;
	height:25px;
}

.btnNarrow
{
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
    font-size:12px;
    font-weight:normal;
	width:75px;
	height:25px;
}

.btnMedium
{
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
    font-size:12px;
    font-weight:normal;
	width:100px;
	height:25px;
}

.btnLarge
{
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
    font-size:12px;
    font-weight:normal;
	width:150px;
	height:25px;
}

.btnXLarge
{
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
    font-size:12px;
    font-weight:normal;
	width:200px;
	height:25px;
}

.paraNormal
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
}

.primaryInputRow
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
}

.secondaryInputRow
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	padding-top: 9px;
}

.inputLabel
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 3px;
}

.selectNode
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #ffff99;
}

.login
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	color: #000000;
	border-color: #E6E2D8;
	border-style: solid;
	border-width: 1px;
}

.btnLogin
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #0094DA;
	width: 100px;
	height: 25px;
	background-color: #243562;
	cursor:pointer;
	border-color: #cccccc;
	border-style:none;
	border-width: 0px;
}

.hiddenCol
{
	display: none;
}

.smallPrint
{
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
}

.events_Button
{
	background-color:#FFFBFF;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size:11px;
	color:#284775;
	text-align: left;
	cursor: pointer;
}

.radSpellOver
{
	cursor:pointer;
}

.noScript
{
	top: 200px;
	left: 225px;
	position: absolute;
	font-size:12px; 
	color:white; 
	padding:12px; 
	background-color:red; 
	border:solid 1px red; 
	text-align:center;
}

a.lnkLargeSubmit:active, a.lnkLargeSubmit:link, a.lnkLargeSubmit:visited, a.lnkLargeSubmit:hover
{
	margin: 0px 0px 0px 0px;
	background: url('Images/Buttons/btnLarge.png') left center no-repeat;
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal; 
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}

a.lnkMediumSubmit:active, a.lnkMediumSubmit:link, a.lnkMediumSubmit:visited, a.lnkMediumSubmit:hover
{
	margin: 0px 0px 0px 0px;
	background: url('Images/Buttons/btnMedium.png') left center no-repeat;
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal; 
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}

a.lnkArrowedSubmit:active, a.lnkArrowedSubmit:link, a.lnkArrowedSubmit:visited, a.lnkArrowedSubmit:hover
{
	background-position: left center;
	margin: 0px 0px 0px 0px;
	background: url('Images/Buttons/btnArrowed.png') left center no-repeat;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	vertical-align: middle;
	line-height: 25px;
	padding-left: 15px;
}

.staticHeader
{
	height:23px;
	width: 100%;
	background-image: url('Images/HeaderBar/headerBar_bg.gif');
	background-repeat: no-repeat;
	background-position:right;
	background-color: #243562;	
	border: solid 1px #243562;
	min-width: 400px;
}

.headerBarTitle
{
	line-height: 23px;
	vertical-align: middle;
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 9px;
	background-color: Transparent;
}

.leftHeader
{
	width: 200px;
}

.midHeader
{

}

.rightHeader
{
	height: 23px;
	width: 400px;
}

div
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size:12px; 
	color:#747474;
	padding-left:0px;
}

.HelpDisplay
{
	border: 1px solid #0099FF;
	display: none;
	left: 300px;
	top: 300px;
	width: 500px;
	padding: 5px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('Images/Icons/rollover-help-pop-up.png');
	padding-right: 80px;
	min-height: 80px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif, Calibri;
	font-size: 13px;
	color: #82816F;
	background-color: #FFFFFF;
}
