﻿/* CSS Classes Related to Controls */

/*	BUTTONS */

.Buttons
{
    BORDER-RIGHT: #cccccc 1px solid;
	color: white;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #cccccc 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #cccccc 1px solid;
    font-weight: normal;
    background-color: White;
	background-image: url(../../images/orangebg.gif);
	background-position:right top;
	background-repeat:repeat-x;  
	padding: 3px;		
}

.Buttons_Bold
{
    BORDER-RIGHT: #cccccc 1px solid;
	color: white;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #cccccc 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #cccccc 1px solid;
    font-weight: bold;
    background-color: White;
	background-image: url(../../images/blue.gif);
	background-position:right top;
	background-repeat:repeat-x;
    padding: 3px;	
}

/*	END OF BUTTONS */

/* LABELS */

/*.Labels_PageHeading
{
	font-family: Arial;
	font-size: 18px;
	color: #3b3b45;
	font-style:normal;
	font-weight: bolder;
	letter-spacing: -1px;
}

.Labels_PageSubHeading
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;	
	font-style: normal;
	font-weight: bold;
}

.Labels_Validation
{
	font-family: Arial;
	font-size: 11px;
	color: Red;	
	font-style: normal;
	font-weight: normal;
}
.Labels_Messages /* error messages, system messages etc */
/*{
	font-family: Arial;
	font-size: 11px;
	color: Red;	
	font-style: normal;
	font-weight: normal;
}
.Labels
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Small
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Medium
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Large
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
}

.Labels_Bold
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.Labels_SmallBold
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.Labels_MediumBold
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.Labels_LargeBold
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


/* END OF LABELS */

/* LINKS */
a:link, a:active, a:visited {
	font-family: Arial;
	color: #0065ac;
	text-decoration:none;
	font-size:12px;

}

a:hover {
	font-family: Arial;
	color: #0065ac;
	text-decoration:underline;
	font-size:12px;

}

.whitelink:active, .whitelink:link, .whitelink:visited {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.whitelink:hover{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}


.olink:active, .olink:link, .olink:visited {
	color:#ea6604;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

.olink:hover{
	color:#ea6604;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}


.bluelink:active, .bluelink:link, .bluelink:visited  {
	color:#0065ac;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-decoration:underline;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	
}

.bluelink:hover 
{
	color:#ea6604;	
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-decoration:underline;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}


/* END OF LINKS */

/*.Textboxes
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 11px;
	font-family: Arial;
}

.Textboxes_RightAlign
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 11px;
	font-family: Arial;
	text-align:right;
}

.DropDownLists
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 11px;
	font-family: Arial;
}



/* end of css classes related to Controls */



/*

.bg{background-image: url(../../images/bgblue.gif);
	background-position:right top;
	background-repeat:repeat-x;
	background-color:#d4d5db;
}
	
.main-div{background-image: url(../../images/blueDivbg.gif);
	background-position:right top;
	background-repeat:repeat-x; 
	border-top: 1px solid #684026;}


select
{
	background-image: url(../../images/select_bg.jpg);
	border: 1px solid #c1c1bf;
}



td
{
	font-family: Arial;
	font-size: 12px;
	color: Black;	
	font-style: normal;
	font-weight:normal;
}
td.padding
{
	padding:2px;
}
.FieldLabels_Bold
{
	font-family: Arial;
	font-size: 11px;
	color: Black;	
	font-style: normal;
	font-weight: bold;
}

.HeaderCell
{
 background-color: inherit;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; 
}

.GridRecordCountFooter
{
	font-weight: bold
}

.MenuHelp
{
	color: white;
	font-weight: bold
}

table.patterntable
{
	border: 1px solid #cdcdcd;
	background-image:url(../../images/tb_bg.jpg);
}


/*Master Template Unique classes
.headerbg
{
	background-image: url(../../images/top_bgblue.jpg); background-position:left top; background-repeat:repeat-x; border-bottom: 1px solid #684026;
}


/*App name
.appname-tdleft
{
	background-image: url(../../images/title_lefty.gif); background-position:left top; background-repeat:no-repeat; width:5px; height:15px;
	}

.appname-tdbg
{
	background-image: url(../../images/title_bg.gif); background-position:left top; background-repeat:repeat-x; 
	padding-left:10px; padding-right:10px;font-family: Arial;	color: #FFFFFF;	text-decoration: none;	font-size: 10px;
}
.appname-tdright
{
	background-image: url(../../images/title_righty.gif);  background-repeat:no-repeat; width:5px; height:15px;
}

/*Info name
.info-tdleft
{
	background-image: url(../../images/info_left.gif); background-position:left top; background-repeat:no-repeat; width:19px; height:25px;
	}

.info-tdbg
{
	background-image: url(../../images/info_ext.gif); background-position:left top; background-repeat:repeat-x; 
	padding-left:10px; padding-right:10px; font-family: Arial;	color: #FFFFFF;	text-decoration: none;	font-size: 10px;
}
.info-tdright
{
	background-image: url(../../images/info_right.gif);  background-repeat:no-repeat; width:19px; height:25px;
}

.MilesGridInactive
{
	background-color: #FFCCCC
}

.MilesGridInactiveAlternating
{
	background-color: #FFDDDD
}

/*Info tables
.corner-top-left {
	background-image: url(../../images/Cus-corner-tl.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.corner-top-right {
	background-image: url(../../images/Cus-corner-tr.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.corner-bott-right {
	background-image: url(../../images/Cus-corner-br.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.corner-bott-left {
	background-image: url(../../images/Cus-corner-bl.png);
	background-repeat: no-repeat;
	behavior: url(../../images/iepngfix.htc);
	height:10px; width:10px;
}
.pattern-top{
	background-image: url(../../images/Cus-pat-t.gif);
	background-repeat: repeat-x;
	height:10px;
}
.pattern-right {
	background-image: url(../../images/Cus-pat-r.gif);
	background-repeat: repeat-y;
	width:10px;
}
.pattern-bottom {
	background-image: url(../../images/Cus-pat-b.gif);
	background-repeat: repeat-x;
	height:10px;
}
.pattern-left {
	background-image: url(../../images/Cus-pat-l.gif);
	background-repeat: repeat-y;
	width:10px;
}
/*End Info tables*/

/* Layout */

html, body {
	margin:0px;
	padding:0;
	font-family: Arial;
	color: #333333;
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
}


.tabBg {
	background-image:url(../../images/tab.jpg);
}

.bigBlueTopFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#035395;
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
	padding-top:25px;
}

.topFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#035395;
	padding-right:10px;
}

.topFont a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#035395;
	text-decoration:none;
}

.topFont a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#035395;
	text-decoration:underline;
}

/* Navigation */

.mainmenu {
	background-image:url(../../images/mainnavbg.jpg);
	background-repeat:repeat-x;
	height:35px;
	border-bottom:1px solid #ccc;

}

.top {
	width:900px;
	margin:auto;
}
.container {
	background-image:url(../../images/containerbg.jpg);
	background-repeat:repeat-x; 
}

table.menu{
	position:absolute;
	visibility:hidden;
	margin: 13px 0px 0px 0px;
	padding: 0;
	background:#FFFFFF;
	border-bottom: 1px solid #8e9194;
	border-left: 1px solid #8e9194;
	border-right: 1px solid #8e9194;
}

.flashAnimation {
	background-image:url(../../images/body_shadow.gif);
	background-repeat:no-repeat;
}

.mainContent {
	background-image:url(../../images/body_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-bottom:10px;
	color:#333333;
	min-height:620px;
}

.mainContent2 {
	background-image:url(../../images/body_bg2.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-bottom:10px;
	color:#333333;
	min-height:620px;
}


.bodycopy {
	padding:0 10px 0 0;
	line-height:1.5em;
}

.horizRule {
	margin:10px 0px 10px 20px;
	width:175px;
}

ul {
	line-height:1.5em;
}

.formTextRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:red;
}

.formTextEntry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
}

#footer {
	padding-bottom:15px;
	text-align:right;
	font-size:11px;
	color:#5b93b3;
	font-family:Arial, Helvetica, sans-serif;
}

.footer:active, .footer:link, .footer:visited  {
	color:#5b93b3;
	font-size:11px;
	text-decoration:none;
}

.footer:hover  {
	color:#000;
	text-decoration:none;
}

/* Headers */

h1 {
	background-image:url(../../images/h1bg.jpg);
	background-repeat:no-repeat;
	height:20px;
	color:#ea6604;
	font-style:italic;
	padding-bottom:10px;
	font-size:16px;
	background-position:left;

}

.bluebox {
	background-color:#004677;
	color:#fff;
	width:195px;
	padding:5px;
	border-top:2px solid #ea6604;
	height:30px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.bluetxt {
	color:#0065ac;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
}

.orangetxt2 
{
color:#ea6604;	
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}

.bluetxt2 
{
color:#0065ac;	
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}


.orangetxt {
	color:#0065ac;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	
}


.orangtxtsmall {color:#ea6604; font-size:12px;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

/* End Headers */

.line {
	background-image:url(../../images/line.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:2px;

}

/* Images */

.img {border:4px outset #fff;}


.homeimg 
{
border-right:4px outset #fff;
border-top:4px outset #fff;
margin:auto;	
}

/* End Images */

.paddingtop {
padding-top:6px;
}

.smalltxt {
	color:#000;
	font-size:11px; 
	
}

.smallo 
{
color:#ea6604;font-size:11px; font-weight:bold;
}


.smallorange 
{
	color:#0065ad;
	text-align:left;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
}