﻿body 
{
background-image: url("../images/bgImage.gif");
/*background-repeat: repeat-x;*/
color: #1E3253;
font-family: Arial;
font-size: 12px;
margin: 0px;
}

td{
 font-family: Arial;
 font-size: 12px;

}

A:link,A:visited,A:active
  {
  text-decoration: none; 
  color: #8A0E26; 
  font-weight: normal; 
  font-family: Arial; 
  font-size: 12px;
  }
A:hover {
text-decoration: none; 
color: #1E3253; 
font-weight: normal; 
font-size: 12px; 
font-family:Arial, Helvetica, sans-serif;
}
.AlternatingRowStyle
{
    background-color: #e8edf4;
}
/*/////////main nav//////////*/
.navTable
{
 text-decoration: none; 
 color:  #8A0E26;  
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
  
}
.navInnerTable{
 width: 72;
 height: 20;
 background-image: url("../images/navDivider.gif");
 background-repeat: no-repeat;
 background-position: right; 
 color:  #8A0E26;
 text-align: center;
 font-weight: bold;

}
A.nav:link,A.nav:visited,A.nav:active
 {
 text-decoration: none; 
 color:  #8A0E26;  
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight: bold;

 }
A.nav:hover {
text-decoration: none; 
color: #1E3253; 
font-size: 12px; 
font-family: Arial;
font-weight: bold;
}
/*/////////////////////////////////////*/
/* text sizes */

.lblBlue
{
text-decoration: none; 
color: #1E3253; 
font-size: 14px; 
font-family: Arial;
font-weight: bold;  
}
.lblRed
{
text-decoration: none; 
color: #8A0E26; 
font-size: 14px; 
font-family: Arial;
font-weight: bold;  
}
.lblBlue2
{
text-decoration: none; 
color: #1E3253; 
font-size: 12px; 
font-family: Arial;
font-weight: bold;  
}
.lblRed2
{
text-decoration: none; 
color: #8A0E26; 
font-size: 12px; 
font-family: Arial;
font-weight: bold;  
}
a.titleLink:link,a.titleLink:visited,a.titleLink:active
{
    font-family: Tahoma;
    font-size: 12px;
    color: #1E3253; 
    font-weight: bolder; 
}
a.titleLink:hover 
{
    color: #8A0E26;
}
/*//////////////////////////////////////*/
A.whosin:link,A.whosin:visited,A.whosin:active
 {
 text-decoration: none; 
 color: white;  font-family: Arial, Helvetica, sans-serif; 
 font-size: 11;
 font-weight: bold;
 }
 
A.whosin:hover {
text-decoration: none; 
color: yellow; 
font-size: 11; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.msg{
    color: red; 
    font-weight: bold;
    font-size: 11px;
}
.lblBlue3
{
    color: #1E3253; 
    font-weight: bold;
    font-size: 10px;
    font-family: Tahoma;
}
.lblRed3
{
    color: #8A0E26; 
    font-weight: bold;
    font-size: 10px;
    font-family: Tahoma;
}
.txt10{
    font-size: 10px;
}

.inputs{
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: black;
background-color: #e0e0e0;
border: 1px solid #002157;
height: auto;
width: auto;
padding: 1px;
}

.button{
font-family: Arial;
font-size: 11px;
color: white;
background-color: #1E3253;
border: 1px solid #e0e0e0;
height: auto;
width: auto;

}

.tblOuter {
    border: 1px solid #CFCFCF;  
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;	
	empty-cells: show;
  
}
.tdInnerLbl 
{
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
	}
.tdInner {
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
     padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: left;
    vertical-align: top;
	}
.tdInnerBlue {
    border: 1px solid #1E3253;
	border-spacing: 0px;
     padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: left;
    vertical-align: top;
	}
.tdInner_center {
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
	border-collapse: collapse;
	empty-cells: show;
    text-align: center;
    vertical-align: top;
	}
.subBg {
    background-color: #d5effa;
}
.titleBg {
    background-image: url("../images/blueTile.gif");
    padding: 2px;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
.headerBg {
    background-image: url("../images/header_text_tile.gif");
    padding: 2px;
	font-weight: bold;
}
.alignLeft
{
    text-align: left;
}
.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}
/*//////////////////////////////////////////////////////////////
Related Files
/////////////////////////////////////////////////////////////*/
#relatedFilesContainer
{
    float: right;
    margin-left: 4px;
    margin-bottom: 4px;
    padding: 4px 4px 4px 4px;
    background-color: #e0e0e0;
    width: 150px;
}
#relatedFilesTitle
{
    background-color: #002157;
    color: #ffffff;
    font-weight: bold;
    padding-left: 2px;
    margin-bottom: 2px;
}
/* div that displays the hot news item image */
#hotImage{
    margin-top: 4px;
    width: 312px;
    text-align: left;
    vertical-align: middle;
}

#featuredImage{
    display: inline-block;
    float: left;
    width: 85px;
    height: 55px;
    margin-right: 3px;
    text-align: center;
    vertical-align: top;
}

#hotNewsItemContainer{
    width: 310px;
    text-align: left;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 2px;
}

#featuredNewsItemContainer{
    position: relative;
    width: 310px;
    text-align: left;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 2px;
}
/*//////////////////////////////////////////////////////////////
Calendar Popup
///////////////////////////////////////////////////////////////*/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	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:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
