/* Default Styles */

body
{
	margin: 5px 25px 0px 25px;
}

body, h1, h2, h4, p, ol, td, th, select
{
	font-family: Verdana, Tahoma, Arial;
	color: #000000;	
}

body, p, ol, a, h2, h4, td, th, select
{
	font-size: 11px;
}

h1
{
	color: #660099;
	font-size: 12px;
}

h2
{
	color: #666666;
}
h3
{
    color: #660099;
}
h4
{
	margin: 0px;
	padding: 0px 0px 4px 0px;	
}
h5
{
    color : #666666;
    font-size: 16px;
    margin: 0px 0px 4px 0px;
}
label
{
	font-weight: bold;
	color: #666666;
}




/* HyperLinks */

a
{
	font-weight: bold;
	color: #666666;
}

a:hover 
{
	color: #ED1B24;
}

.navItem a 
{
	text-decoration: none;
	color: #666666;		
}

.navItem a:hover
{
	color:#ffffff;
}

.navItem a span
{
	text-decoration:none;
	color:#666666;		
}

.navItem a:hover span
{
	color:#ffffff;
}

.navItem a span.navItemActive
{
	text-decoration:none;
	color:#ED1B24;		
}




/* Navigation */

.Navigation
{
	color: #666666;
	background-color: #88D4E2;
	width: 100%;
	height: 20px;
}

.navItem, .navItemSelected
{
	font-weight: bold;
	padding-left: 11px;
	font-family: verdana;
	font-size: 90%;
}

.navItemSelected
{
	background-image:url(../../Images/nav-bullet.gif);
	background-repeat:no-repeat;
	height:20px;	
}
.navItemSelected a 
{
	text-decoration:none;
	/*color:#006699;*/
	color:#ffffff;	
}
.navItemSelected a:hover
{
	/*color:#006699;*/
	color:#ffffff;
}
.navItemSelected a span
{
	text-decoration:none;
	/*color:#006699;*/
	color:#ffffff;
}
.navItemSelected a:hover span
{
	/*color:#006699;*/
	color:#ffffff;
}
.navItemSelected a span.navItemActive
{
	text-decoration:none;
	color:#ED1B24;		
}

.navItem.lastItem
{
	background-image:url(../../Images/nav-div.gif);
	background-repeat:no-repeat;
	height:20px;	
}


/*Sitewidefooter*/
.sitewidefooter
{
	list-style-type:none;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:center;
}
.sitewidefooter li
{
	float:left;
	width:19%;
}


/* Tab Navigation */

.tabNav .navFrame
{
	background-image:url(../../Images/tab-bg.gif);
	background-repeat:repeat-x;	
	background-position:bottom;
	height:21px;
	width:100%;
}

.tabBgOn
{
	background-image:url(../../Images/buttons/tab-blank-on.gif);
	border-right:2px solid #C3E9F0;	
	padding:5px 5px 2px 8px;		
}
.tabBgOff
{
	background-image:url(../../Images/buttons/tab-blank-off.gif);	
	padding:5px 5px 2px 8px;			
}
.tabBgOn, .tabBgOff
{
	font-size:smaller;
	text-decoration:none;
	background-repeat:no-repeat;		
	height:21px;
	width:110px;	
	text-align:center;	
}



/* Ssimple Table */

.simpleTable
{
	border:1px solid #88D4E2;
}
.simpleTable tr td
{
	border-bottom:1px solid #C3E9F0;
}
.simpleTable .lastCol
{
	border-bottom:0px;
}
.simpleTable th
{
	background-color:#E1F4F8;
	border-right:1px solid #C3E9F0;
	width:155px;
	padding:5px 0px 2px 4px;
	font-weight:bold;
	border-bottom:1px solid #C3E9F0;
	text-align:left;
	color:#666666;	
}
.simpleTable td
{
	padding:5px 0px 2px 4px;
	color:#666666;
}
	
.simpleTable td span
{
	color:#666666;
}
.downloadButton
{
	vertical-align:middle;
}




/* Advanced Table */
.advanceTable00, .advanceTableDuplicates
{
	border:1px solid #88D4E2;
}

.advanceTableDuplicates
{
	border:1px solid #88D4E2;
}

.advanceTable00 th, .advanceTableDuplicates th
{
	text-align:left;
	background-color:#88D4E2;
	height:18px;
	color:#FFFFFF;
	text-decoration:none;	
}

.advanceTableDuplicates th
{
	background-color:#88D4E2;
	white-space: nowrap;
	padding:3px 8px 3px 3px;
	border-left:1px solid #fff;
}

.advanceTableDuplicates th.firstCol
{
	border-left: none;
}

.advanceTableDuplicates td.firstCol
{
	text-align:center;
}

.advanceTable00 tr td, .advanceTableDuplicates tr td
{
	border-bottom:1px solid #C3E9F0;
	padding-left:5px;
	padding:0px 0px 0px 9px;
	border-right:1px solid #C3E9F0;
	color:#666666;
}

.advanceTableDuplicates tr td
{
	color: #000;
	padding:3px;
}

.advanceTable00 tr.highlight
{
	background-color:#E1F4F8;
}
.resultshdr
{
	text-align:left;
	background-color:#88D4E2;
	height:18px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.advanceTable00 .header
{
	color:#ffffff;
	text-align:left;
	background-color:#88D4E2;
	height:18px;	
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid #ffffff;
}
.advanceTable00 .header a
{
	color:#ffffff;
	text-align:left;
	background-color:#88D4E2;
	height:18px;	
	font-weight:bold;
}
.btnView
{
	margin-top:5px;
}


/* highlight added for the AlertsView datagrid*/
.highlight
{
	background-color:#E1F4F8;
}
.advanceTable00 td.firstCol
{
	padding-left:0px;
	width:5%;
	text-align:center;
}
.advanceTable00 tr td.lastCol
{
	border-right:0px;
}

.advanceTable00 tr td.lastRow
{
	border-bottom:0px;
}

/* end: advance table 00 */

/* begin: advance table 01 */
.advanceTable01
{
	border:1px solid #88D4E2;
}
.advanceTable01 th
{
	text-align:left;
	background-color:#88D4E2;
	height:18px;
	color:#FFFFFF;
	/*text-decoration:underline;*/
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #ffffff;
}
.advanceTable01 th a
{
	color:#FFFFFF;	
}
.advanceTable01 th a:hover
{
	color:#ffffff;	
}
.advanceTable01 th img
{
	margin-left:5px;
}
.advanceTable01 tr td
{
	border-bottom:1px solid #C3E9F0;
	padding:3px 4px 4px 4px;
	border-right:1px solid #C3E9F0;
	/*height:42px;*/
	vertical-align:top;
}
.advanceTable01 tr td.firstCol
{
	width:85px;		
}
.advanceTable01 tr th.firstCol
{
	padding-left:9px;
}
.advanceTable01 tr td.lastCol
{
	border-right:0px;	
}
.advanceTable01 tr th.lastCol
{
	text-align:center;
}
.advanceTable01 tr td.lastRow
{
	border-bottom:0px;
}




/* Content */

.MainBody 
{
	width: 100%;
	height: 100%;
	border: 0px;
	margin:0px;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
}

.copy a
{
	text-decoration: underline;
}

.boxTitle {
	font-size:71%;
	font-weight:bold;
	color:#666666;
	background-color:#C3E9F0;	
	height:21px;
	padding-left:11px;
	border-bottom:1px solid #C3E9F0;
}
.boxTitle h2 {
	font-size:100%;
	display:inline;
} 
.boxTitleHelp
{
	padding-left:8px;
	background-color:#E1F4F8;	
	border-bottom-width:0px;
	vertical-align:middle;
	height:21px;
	padding-right:8px;
}
.boxTitleHelp h2 
{
	font-size:100%;
	color:#666666;
	display:inline;
} 
 
.boxContent 
{
	background-color: #E1F4F8;
	padding: 15px 15px 15px 15px;
}

.boxContent .copy
{
	color:#666666;
}

.boxFooter 
{
	background-color: #C3E9F0;
	height: 1px;
	font-size: 1px;
}

.actionBoxLg 
{
	background-color:#E1F4F8;
	padding-left:4px;
	padding-right:11px;
	padding-top:9px;
	padding-bottom:3px;
	height:51px;
}

.ActionBoxSmall 
{
	width: 100%;
	height: 44px;
	border: 0px;
	background-color: #E1F4F8;
	padding: 8px 11px 0px 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.StrongGrey
{
	color: #666666;
	font-weight: bold;
}

.Disabled
{
	color: #cccccc;	
}

.error
{
	color: #cc0000;		
}

.small
{
	font-size: 10px;	
}

.note
{
	font-size:65%;
	font-style:italic;
	color:#666666;
}

.error
{
	color: #ED1B24;
	font-weight: bold;
}

.error li
{
	color:#ED1B24 !important;
}
.error font
{
	color:#ED1B24 !important;
}
.warning
{
	color:#FF7200 !important;
	font-weight:bold;
}
.warning.inline
{
	font-size:65%;
}
.warning li
{
	color:#FF7200 !important;
}
.header1
{
	color:#88D4E2;
}

.labelText
{
	padding-top:4px;
}

ul.list
{		
	list-style-type:none;
}
ul.list li
{
	background-image:url(../../Images/list-bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;	
	
}


/* form styles */

.textboxLg
{
	width:250px;
}
.textboxXLg
{
	width:475px;
}




.buttonStyle-1 {
  border-style : solid !important;
  border-color: #C3E9F0 !important;
  border-width: 1px 1px 1px 1px !important;
  font-size:100%;
  text-align:left;
  text-decoration: underline;
  font-weight:bold;
  color: #666666;
  vertical-align:top;  
  cursor:pointer;
  background-color:#ffffff;
  padding-left:9px;
  background-image:url(/compkeydates/images/chevrons-sml.gif);
  background-repeat:no-repeat;
}

.highlight-box
{
	float: left;
	background-color: #E1F4F8;
	border-bottom: 1px solid #C3E9F0;
	margin: 0px 0px 20px 0px;
}
.highlight-box label{
	background-color: #E1F4F8;
	padding: 15px 0px 15px 0px !important;
	margin: 0px 10px 0px 10px !important;
	display: block;
	float: left;
}
.highlight-box .highlight-box-button{
	margin: 4px 0px 3px 3px;
	float: right;
}

.export
{
	padding: 5px;
	width: 100%;
	float: left;
	background-color: #E1F4F8;
	border-bottom: 1px solid #C3E9F0;
	margin: 0px 0px 20px 0px;
}

.export-button{
	margin: 4px 0px 3px 3px;
	float: right;
}

/* button styles */
.buttonStyle, .buttonStyle-2, .buttonStyle-3, .buttonStyle-5, .buttonStyleOff {
  border : none;
  font-size:72%;
  text-align:left;
  text-decoration: underline;
  font-weight:bold;
  color: #666666;
  vertical-align:top;  
  cursor:pointer;
}

.buttonStyle-5 {
  background-color:#ffffff;
  text-align:left;
  background-image:url(/comptimetable/images/arrow-left.gif);
  background-position:0px 0px;
  padding-left:2.2em;
  background-repeat:no-repeat;
}

.buttonStyle-4 {
  border-style : solid !important;
  border-color: #C3E9F0 !important;
  border-width: 1px 1px 1px 1px !important;
  font-size:100%;
  text-align:left;
  text-decoration: underline;
  font-weight:bold;
  color: #666666;
  vertical-align:top;  
  cursor:pointer;
  background-color:#ffffff;
  padding-left:9px;
  background-image:url(/comptimetable/images/chevrons-sml.gif);
  background-repeat:no-repeat;
}

.buttonDefault .buttonStyle,
.buttonDefault .buttonStyle-2,
.buttonDefault .buttonStyle-3,
.buttonDefault .buttonStyle-4,
.buttonDefault .buttonStyle-5,
.buttonDefault .buttonStyle-6 
{
	color: #666666;
}

.buttonOver .buttonStyle,
.buttonOver .buttonStyle-2,
.buttonOver .buttonStyle-3,
.buttonOver .buttonStyle-4,
.buttonOver .buttonStyle-5,
.buttonOver .buttonStyle-6 
{
	color: #ff0000;
}


.arrow
{
	margin-right:5px;
}

.LinkButton
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
	margin: 0; 
	padding: 0; 
	vertical-align: -1px;
	background: none; 
	border: none; 
	line-height: 1;
	cursor: hand;
}
.LinkButton:hover
{
	color: #ED1B24;
	cursor: pointer;
}

.LinkButtonDisabled
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
	margin: 0; 
	padding: 0; 
	vertical-align: -1px;
	background: none; 
	border: none; 
	line-height: 1;
	cursor: hand;
}

.GoButton
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 100%;
}

.borderLine
{
    border-top: 2px solid  #88D4E2;
}


.header{
padding-bottom:6px;
}





@media print {
    * 
    {
        color:black !important;
    }
    
    .noprint 
    {
        display:none;
    }
    table.MainBody 
    {
		padding-left: 0px;
		padding-right: 0px;		
	}
}
