﻿/* CSS Classes Related to Controls */

/*	BUTTONS */

.Buttons
{
    BORDER-RIGHT: #6b4100 1px solid;
	color: white;
    BORDER-TOP: #6b4100 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #6b4100 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #6b4100 1px solid;
    font-weight: normal;
    background-color: White;
	background-image: url(../../images/orangebg.jpg);
	background-position:right top;
	background-repeat:repeat-x;  
	padding: 3px;		
}

.Buttons2
{
    BORDER-RIGHT: #6b4100 1px solid;
	color: white;
    BORDER-TOP: #6b4100 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #6b4100 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #6b4100 1px solid;
    font-weight: normal;
    background-color: White;
	background-image: url(../../images/tealbg.jpg);
	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-size:12px;
	font-family: Arial;
	color: #333333;
	background-image:url(../../images/bg_body.jpg);
	background-repeat:repeat-x;
}

#page-container 
{
	width:856px;
	margin:auto;
	padding:0;
}

.bigBlueTopFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#035395;
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
	padding-top:25px;
}

#top {
	width:856px;
	padding:5px 0 0 0;
	margin:auto;
	height:133px;
}

#flash {
	width:856px;
	margin:auto;
	height:203px;
}


.topfontblk  
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000; font-weight:normal;}

.topfontbl  
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0e72a1; font-weight:normal; font-style:italic; padding-right:15px}

/* Navigation */

#nav {
	background:url(../../images/bg_nav.jpg) no-repeat bottom left;
	height:34px;
	padding-left:5px;
}

/* Footer */
#footer {
	background:url(../../images/bg_footer.jpg) no-repeat top;
	height:80px;
	font-size:11px;
	text-align:center;
	padding:12px 0 0 0;
	color:#ffffff;
	line-height:1.8em;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a:active, #footer a:link, #footer a:visited  {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

#footer a:hover  {
	color:#cccccc;
	text-decoration:none;
}

/* Boxes */

#boxes {width:855px;font-size:11px;}

.spacer {
	width:1px;
	font-size:1px;
}

.greenbox {
/*	background:url(../../images/box_green2.jpg) no-repeat top right;
	height:182px;
	width:283px;
	margin:0;
	padding:5px 10px 10px 10px;
	font-size:11px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
*/
	background:url(../../images/box_green2.jpg) no-repeat #63d276;
	border-left:1px #02ad51 solid;
	border-right:1px #02ad51 solid;
	width:263px;
	padding:0px 10px 0px 10px;
	vertical-align:top;
}

.bluebox {
/*	background:url(../../images/box_blue2.jpg) no-repeat top left;
	height:182px;
	width:283px;
	margin:0;	
	padding:5px 11px 10px 10px;
	font-size:11px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
*/
	background:url(../../images/box_blue2.jpg) no-repeat #49a1af;
	border-left:1px #0d768b solid;
	border-right:1px #0d768b solid;
	width:263px;
	padding:0px 10px 0px 10px;
	vertical-align:top;
}

.orangebox {
/*	background:url(../../images/box_orange2.jpg) no-repeat top left;
	height:182px;
	width:283px;
	margin:0;
	padding:5px 10px 10px 10px;
	font-size:11px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
*/
	background:url(../../images/box_orange2.jpg) no-repeat #f39035;
	border-left:1px #c27c00 solid;
	border-right:1px #c27c00 solid;
	width:263px;
	padding:0px 10px 0px 10px;
	vertical-align:top;
}

.contentarea {background-color:#ffffff; margin:auto; font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;}
	
.content {padding:10px 0 10px 0; min-height:300px;}
.watermark {background:url(../../images/watermark.jpg) no-repeat center;
            min-height:300px; width:50%; border-right:1px solid #cccccc;}
.right { width:50%; }

/* Headers */

h1 {
	background-repeat:no-repeat;
	height:21px;
	color:#08648f;
	text-transform:uppercase;
	padding:0;
	font-size:16px;
	background-position:left;
	margin:0;

}

h2 {color:#333; font-weight:normal;
	font-size:18px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	margin:0;
	padding:0;
	background:url(../../images/stripe.png) no-repeat bottom left;
	}


h3 {
	background-image:url(../../images/h1bg.jpg);
	background-repeat:no-repeat;
	height:21px;
	color:#e47e21;
	text-transform:uppercase;
	padding:0;
	font-size:16px;
	background-position:left;
	margin-bottom:0;

}

h4 {
	background-image:url(../../images/h1bg.jpg);
	background-repeat:no-repeat;
	height:21px;
	color:#0aae55;
	text-transform:uppercase;
	padding:0;
	font-size:16px;
	background-position:left;
	margin:0;

}

.tealtxt  
{
	color:#2e676f; font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}

.greentxt  
{
	color:#053442; font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;}
.greentxtsmall  
{
	color:#00b153; font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;}

.bluetxt {
	color:#0065ac;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.navy {color:#193c90}
.navylarge {color:#193c90;	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}

.orangetxt {
	color:#6b4100; font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;}


.orangetxtsmall {color:#ea6604; font-size:12px;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
	
	.h1style {
	color:#13a6ba;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:15px;
	text-align:center;
	font-weight:bold;
}

.orangebox2 {
	border:1px #df8814 solid;
	padding:10px;
}

.redtext {
	color:#FF0000;
}

/* 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;}


.smallo 
{
color:#ea6604;font-size:11px; font-weight:bold;
}


.smallorange 
{
	color:#0065ad;
	text-align:left;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
}

img { behavior: url(../iepngfix.htc) }