body { margin: 0px; }

a { 
	text-decoration:none;
	color:mediumblue;
}

a:hover { 
	text-decoration:underline;
}

li {
	color:mediumblue;
}

body, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-align:left;
}

/* styles for all screens */
.warning {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color: darkred;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}

/* -------------- start box styles --------------*/


.boxHeader {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=silver) ; 
	border-bottom: 1px solid buttonface;
}

.boxHeaderTitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:ghostwhite;
	padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	font-size:11px;
	border:none;
}

.boxHeaderTitleWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5566bb,endColorStr=#003366); 
	background-color:#000099;
	color:ghostwhite;
	padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	font-size:11px;
	border-bottom:1px solid buttonface;
	border-left: 1px solid buttonface;
	border-right: 1px solid buttonface;
	border-top: 1px solid buttonface;
}

.boxFill { 
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=silver); 
	width:100%;
	border: 1px solid buttonface;
}

.paging {
	padding-left:10px; 
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
}


/* menu styles */
.mCell {
	color:white; 
	background-color: #0000CC;
	text-align:left;
	padding:3px;
	padding-left:15px;
	font-weight:bold;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#556699,endColorStr=#123368);
	cursor:pointer;
	/*FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=1); */
}
.mOver {
	text-decoration:underline;
	color:white; 
}

.mCellSel {
	background-color: #CC0000;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=maroon,endColorStr=ghostwhite);
	/*FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=1); */
}


div.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: buttonhighlight;
	margin-top:10px;
	margin-left:10px;
	position:absolute;
	width:150px;
	height:auto;
	z-index:10;
	cursor: hand;
	visibility: hidden;
	border: buttonshadow 1px solid;
	filter:revealTrans() progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=gray, Positive=true) ;
}
	



/* Login screen styles */

.LoginMainTitle {
	font-family: Arial;
	font-size:24px;
	font-weight:bold;
	color: midnightblue;
	letter-spacing: 1px;
	margin-left:20px; 
	font-style:normal;
	text-transform:uppercase;
}

.LoginSiteTitle {
	font-family: Arial;
	font-size:18px;
	color: #2f2f2f;
	letter-spacing: 2px;
	margin-left:20px; 
	font-style:normal;
}

.LoginMenu {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	letter-spacing: 2px;
	margin-left:10px;
	margin-right:10px;
}

.LoginLegend {
	font-family: Arial;
	font-size:14px;
	color: #2f2f2f;
	font-weight:bold;
	letter-spacing: 3px;
	text-transform:uppercase;
}

.LoginLink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #2f2f2f;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: none;
	padding-left: 10px;
	cursor: pointer;
}

/* welcome screens styles */

/* ---------------- start menu styles ----------------*/
.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:capitalize;
	color: #2f2f2f;
}
.menuItemSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: white;
	text-transform:capitalize;
	text-decoration:underline;
}

.menuCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #22f2f;
	padding-right:8px;
	padding-left:8px;
	cursor:pointer;
}

.menuCellSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: white;
	background-image:url(/images/cubes_menu_selected.gif);
	background-position:left;
	background-repeat:repeat-x;
	padding-right:9px;
	padding-left:9px;
}
/* ---------------- end menu styles ----------------*/



/* -------------- start listing styles -------------*/

.HeaderFilter {
	font-family: Arial;
	font-size:11px;
	height:11px;
	background: #efefef;
	border:none;
}

.arrow {
/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5566bb,endColorStr=#003366); */
FILTER: Shadow(Color=#cccccc, Direction=45);
color: red;
font-size:18px;
font-weight:bold;
font-family: "Courier New", Courier, monospace;
}


.ListingTableHeader {
	background-image:url(/images/cubes_arrow_.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	background-color: #efefef;
	height:13px;	 
}

.ListingTableHeaderText {
	font-size:10px;
	font-weight:bold;
	color: #2f2f2f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ListingIDCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #2f2f2f;
	text-align:right;
}

.ListingTableHeaderReport {
	background-position:left;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color: #efefef;
	color: #2f2f2f;
}

.ASC {
	background-image:url(/images/cubes_arrow_up.gif); !important
	background-position:left;
	background-repeat:no-repeat;
}

.DESC {
	background-image:url(/images/cubes_arrow_down.gif); !important
	background-position:left;
	background-repeat:no-repeat;
}

.ListingRow {
	border-bottom: 2px solid #2f2f2f;
	background-color: ghostwhite;
	background-position:bottom left;
	background-repeat:repeat-x;
	vertical-align:text-bottom;
}

.ListingRowText {
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
	font-family:Arial, Helvetica, sans-serif;
}

.Over  {
	border-bottom: 2px solid #2f2f2f;
	/*background-image:url(images/cubes_list_selected.gif); !important*/
	background-position:center left;
	background-repeat:repeat-x;
	background-color: floralwhite;
	
}
.Odd {
	/*background-image:url(images/cubes_list_odd.gif); !important*/
	background-color:white;
	
	
}

.Even {
	/*background-image:url(images/cubes_list_odd.gif); !important*/
	background-color: whitesmoke;
}

/* -------------- end listing styles --------------*/



/* -------------- start calendar styles --------------*/

.CalendarHeader {
	background-image: url(/images/calendar/calendar_header_grey.gif); 
	background-repeat: repeat-x;
	height: 25px;

}

.CalendarWeek {
	border-right: ghostwhite 1px solid; 
	border-top: #efefef 1px solid;
	font-weight: bold; 
	font-size: 11px; 
	background-image: url(/images/calendar/calendar_bkgr_blue.gif); 
	border-left: navy 1px solid; 
	color: white; 
	border-bottom: ghostwhite 1px solid; 
	background-repeat: repeat-x; 
	text-align: center;
}
.WeekEnd {
	font-size: 11px; 
	color: #393939; 
	padding-left:1px; 
	background-color: #efefef;
}
.WeekDay {
	font-size: 11px; 
	color: #393939; 
	padding-left:1px; 
	background-color: white;
}
.SelectedDate {
	font-weight: bold; 
	font-size: 11px; 
	padding-left:1px; 
	color: white; 
	background-image: url(/images/calendar/calendar_day_selected.gif); 
	
}
.Today {
	font-weight: bold; 
	font-size: 11px; 
	padding-left:1px; 
	color: #393939; 
	background-image: url(/images/calendar/calendar_day_today.gif); 
}	

.DayLink {
	font-weight: bold; 
	font-size: 11px; 
	color: #393939; 
}

.DayLinkSelected {
	COLOR: white;
}


/* -------------- end calendar styles --------------*/





.ListingHeader{
	letter-spacing: 1px;
	color: #333333;
	font-weight:bold;
	padding:2px;
	padding-right:15px; !important
}



/* form styles */
.CalendarButton {
	background:url(/images/calendar.gif); 
	border:none; 
	width:16px; 
	height:16px;
}



.cfform{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align:top;
	text-align:center;
}
.cfform hr{
	width: 99%;
	height: 1px;
}
.cfform p{
	margin-top: 0px;
	padding: 0px;
	vertical-align:top;
}

/**********************
 Form Elements
***********************/
.cfElementRow{
	vertical-align:top;
}

.cfInput {
	font-size: 10px; !important;
	font-family: Arial;
}

.cfTextarea {
	font-size: 11px; !important;
	font-family: Arial;
}
.cfSelect {
	font-size: 11px !important;
	font-family: Arial;
}

.cfInputView, .cfTextareaView {
	font-size: 11px;
	font-family: inherit;
	border: 1px solid white;
}

.cfRadio{
	font-size: 10px;
}

.cfCheckbox{
	font-size: 10px;
}

.cfButton {
	font-family: Verdana, Arial;
	font-size:12px;
	color: #2F2F2F;
	font-weight:bold;
	text-transform: capitalize;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=silver); 
	border: 3px double #AEAEAE;
	padding:0px;
	margin:0px;
}
.cfButtonHover {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5566cc,endColorStr=#003366);
	color: ghostwhite;
	border: 3px double #AEAEAE;
	background-color:#000066;
	text-decoration:underline;
}
.cfButtonBar{

}

.cfText{
	font-size: 10px;
	font-family: inherit;
	padding: 2px 		!important;
	width:100%  		!important;
	color: #393939;
}


.cfReadOnly {
	color:navy;
	border:none;
	background:#efefef;
	font-size: 12px;
}

.cfRequiredElement{
	
}



/**************************
 labels
 **************************/
/* label of form element */
label{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-right:2px;
	text-align:left;
}

/* first child in a horizontal group, sets width so all elements down form line up */
.cfFirstChild  {
	/*width: 180px !important;*/
	padding-right:2px;
	text-align:right;
}

/* the label of an individual form element */
.cfLabelTitle {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	padding-right:6px;
	font-weight:bold;
	color: #393939;
}

/* applyes to vertical form group labels */
.cfHeaderTitle{
	width: 100%;
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	font-weight:bold;
	padding:2px;
	border-bottom: 1px solid #c2c2c2;
}

/* applys to label of elements that are required */
.cfRequiredLabel{
	padding-right:2px;
	text-align:right;
	width:100%;
	color: #393939;
	font-weight:bold;
	font-size:10px;
	vertical-align:middle;
	padding-right:2px;
	vertical-align:top;
}

.cfRequiredLabelIndicator {
   color: red;
	font-weight: bold;
	font-size:11px;
	vertical-align: baseline;
}

.cfLabel{
	padding-right:6px;
	text-align:left;
	letter-spacing: 1px;
	width:100%;
	color: #393939;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
}



/***************************
	alignment
****************************/
/* horizontal form groups */
.horizontal{
	text-align:center;
}

/* vertical form groups */
.vertical table{ 
	vertical-align:top;
}

/* left aligned labels */
.cfLabelPosLeft  {
	margin-left: 10px !important;
	text-align:left;

}

/* right aligned labels */
.cfLabelPosRight {
	margin-right: 10px;
	text-align: right;
}

/* top aligned labels */
.cfLabelPosTop  {
	margin-right: 1ex;
}

/* centered aligned labels */
.cfLabelPosCenter  {
	margin-right: 1ex;
	text-align: center;
}




td  { 
	font-family: Verdana; 
	font-size: 10pt; 
	}

a  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #666666; 
	}

h5  {
	font-family: Verdana;
	font-size: 10pt;
	color: #0079C2;
	font-weight: bold;
	text-align : center;
}

LI {
	font-family: Verdana;
	font-size: 10pt;
	color :#302B2E;
	margin-left: 0;
}

	
	

.blueBorderCell {
		border-left-width: 1; 
		border-right: 1px solid #000080; 
		border-top-width: 1; 
		border-bottom-width: 1
		}


.greyText { 
	font-family: Verdana;   
	font-size: 8pt; 
	color: #666666; 
	}

.greyCellText  {
	font-family: Verdana;
	font-size: 10pt;
	color : #302B2E;
	text-align : left;
	text-justify : newspaper;
}
	
.smallCellText  {
	font-family: Verdana;
	font-size: 8pt;
	color : #302B2E;
}	

.narrowText  {
	font-family: Arial;
	font-size: 8pt;
	color : #302B2E;
}	

.whiteText { 
	font-family: Verdana;   
	font-size: 8pt; 
	color: white;
	background-color: silver; 
	}
	
.ShadowText {
	font-family: Verdana;
	font-weight: bold;
	color: navy;
}



.MenuLinks
{
    text-decoration:underline;
    CURSOR: hand;
    FONT-FAMILY: Verdana;
    COLOR: #666666;font-size:10pt; font-weight:bold
}

.MenuLinksMouseOver { 
	text-decoration: underline; 
	cursor: hand; 
	font-family: Verdana; 
	color: #003399; font-size:10pt; font-weight:bold 
	}
	

.Menu
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #666666;
    CURSOR: hand;
    FONT-FAMILY: Verdana;font-size:10pt; font-weight:bold
}

.MenuOver
{
    BACKGROUND-COLOR: #D1D1D1;
    COLOR: #003399;
    CURSOR: hand;
    FONT-FAMILY: Verdana;font-size:10pt; font-weight:bold
}

.IntroLinks {
	font-family: MS Sans Serif;
	text-decoration: none;
	font-size: 9pt;
	color: white;
	}
	
.IntroLinksOver {
	font-family: MS Sans Serif;
	text-decoration: none;
	font-size: 9pt;
	color: navy;
	}
	
.IntroTD {
	font-family: MS Sans Serif;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(/images/button.gif);
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-color: #276487; 
	background-position: left center;
	padding-left: 15;
	padding-right: 15;
	
	}
	
.IntroTDOver {
	font-family: MS Sans Serif;
	text-decoration: underline;
	font-size: 9pt;
	color: gold;
	font-weight: bold;
	background-image: url(/images/button_f2.gif);
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-color: #276487; 
	background-position: left center;
	padding-left: 15;
	padding-right: 15;
	}

.IntroTD1 {
	font-family: MS Sans Serif;
	text-decoration: none;
	font-size: 9pt;
	color: #276487;
	font-weight: bold;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-color: white; 
	background-position: left center;
	padding-left: 15;
	padding-right: 15;
	padding-top: 5;
	padding-bottom: 5;
	}
	
.IntroTDOver1 {
	font-family: MS Sans Serif;
	text-decoration: underline;
	font-size: 9pt;
	color: #0079C2;
	font-weight: bold;
	background-image: url(/images/grey_lines.gif);
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-color: white; 
	background-position: left center;
	padding-left: 15;
	padding-right: 15;
	padding-top: 5;
	padding-bottom: 5;
	}
	
.IntroLinks1 {
	font-family: MS Sans Serif;
	text-decoration: none;
	font-size: 9pt;
	color: #276487;
	}
	
.IntroLinksOver1 {
	font-family: MS Sans Serif;
	text-decoration: none;
	font-size: 9pt;
	color: #0079C2;
	}
	
.atd { 
	font-family: Arial; 
	font-size: 8pt; 
	}
	
.ath { 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;
	}

