﻿/* 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/red.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
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color:#cc0001;
	cursor:hand;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:#a9bccd;
}

a.LinksBold:link
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#27413e;
	cursor:hand;
	text-decoration:none;
}

a.LinksBold:hover
{
	text-decoration:underline;
}

.serviceslink:link, .serviceslink:visited, .serviceslink:active
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#003293;
	cursor:hand;
	text-decoration:none;
}


.serviceslink:hover
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#d4d7ce;
	cursor:hand;
	text-decoration:none;
}


.btmnavlink:link, .btmnavlink:visited, .btmnavlink:active
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#003293;
	cursor:hand;
	text-decoration:none;
}


.btmnavlink:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#d4d7ce;
	cursor:hand;
	text-decoration:none;
}

.topnavlinks:link, .topnavlinks:visited, .topnavlinks:active
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#cc0001;
	cursor:hand;
	text-decoration:none;
	text-transform:uppercase;
}

.topnavlinks:hover
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#fff;
	cursor:hand;
	text-decoration:none;
	text-transform:uppercase;
}

.redlinks:link, .redlinks:visited, .redlinks:active
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#cc0001;
	cursor:hand;
	text-decoration:none;
	
}

.redlinks:hover
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#ccc;
	cursor:hand;
	text-decoration:none;
	
}

/* 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 */



/*html, body {
	margin:0px;
	padding:0;
	font-family: Arial;
	color: #333333;
}

.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: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #000000;
	background-color:#fff;
	height:100%;
	font-size:12px;
	line-height:16px;
}


#pagecontainer {
	width:1000px;
	border-left:4px solid #002545;
	border-right:4px solid #002545;
	background-color:#FFFFFF;

}

.padding {
	padding-top:10px;
}


#logo {
	width:1000px;
	text-align:center;
}


#navbkg {
	width:100%;
	background:url(../../images/navbkg2.jpg) repeat-x;
	height:165px;
	min-width:1024px;
}

#top {
	width:900px;
	text-align:left;
	margin:auto;
	vertical-align:top;
	clear:both;
}


.pos {
	width:600px;
	text-align:left;
	margin:0;
	position:absolute;
	padding:0;
	top:0px;
	vertical-align:top;
	float:right;
	clear:both;
}

#slogan{
	width:900px;
	margin:auto;
	vertical-align:top;
	clear:both;
}

#headerbkg {
	width:100%;
	background-color:#d4d7ce;
	height:222px;
	min-width:1024px;
	text-align:center;
	border-bottom:4px solid #fff;
}

#whitebg {
	width:100%;
	background-color:#fff;
	height:auto;
	clear:both;
	min-height:500px;
	min-width:1024px;
	border-bottom:4px solid #fff;
	background-image:url(../../images/whitebg.jpg);
}

#content-container {
	width:900px;
	background-color:#FFF;
	height:auto;
	padding-top:10px;
	margin:auto;
}

#titles
{
	background:url(../../images/titlebg.jpg) repeat-x;
	background-color:#eee8d9;
	width:100%;
	margin:0;
	height:30px;
	clear:both;
}

#title-container {
	width:900px;
	height:auto;
	padding-top:5px;
	margin:auto;
	clear:both;
}

#titlegreen1 {
	width:20px;
	height:20px;
	float:left;
	
}
#titlewelcome {
	width:290px;
	float:left;
}

table 
{
	margin:auto;
}

#welcometitle {
	width:311px;
	float:left;
	
}

#righttitle {
	width:114px;
	float:right;
	padding-left:10px;
	margin:0;
	
}

p { text-align: justify; font-size: 12px; line-height: 1.5em; margin: 0px 0px 14px 0px; padding: 0px; }

#welcome {
	width:300px;
	float:left;
	background-color:#FFF;
	clear:both;
	padding:0;
	margin:0;
}

#welcomewide {
	width:590px;
	float:left;
	background-color:#FFF;
	clear:both;
	padding-right:20px;
	margin:0;
}

#middle {
	width:310px;
	float:left;
	padding:0px;
	background-color:#FFF;
	margin:0;
	height:100%;
}

#right {
	width:290px;
	float:left;
	background-color:#FFF;
	margin:0px;
	padding:0;
	
}

#footer1bkg{
	width:100%;
	height:68px;
	min-width:1024px;
	background:url(../../images/btmnav.jpg) repeat-x;
	clear:both;
	position:static;
	bottom:0px;

}

#footer1{
	width:900px;
	margin:auto;
	height:68px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-transform:lowercase;
	color:#FFFFFF;
	text-align:center;
	padding-top:25px;
}
#footer1 a:link {
	color: #cc0001; text-decoration:none;
}
#footer1 a:visited {
	color: #cc0001; text-decoration:none;
}
#footer1 a:hover {
	color: #fff; text-decoration:none;
}
#footer1 a:active {
	color: #cc0001; text-decoration:none;
}


#footer2bkg{
	width:100%;
	height:75px;
	background-color:#01009a;
	clear:both;
	vertical-align:top;
	position:static;
	bottom:0px;
}

#footer2{
	width:900px;
	color:#fff;
	text-align:left;
	margin:auto;
}

#footer2 a:link {
	color: #fff; text-decoration:none;
}
#footer2 a:visited {
	color: #fff; text-decoration:none;
}
#footer2 a:hover {
	color: #ccc; text-decoration:underline;
}
#footer2 a:active {
	color: #fff; text-decoration:none;
}


h1{
	color:#003399;
	font-family:"Century Gothic";
	font-size:18px;
	width:auto;
	margin-top:5px;
	text-align:left;
	font-weight:bold;

}
.img {
	border:3px solid #000066;
}

.bluetitle {
color:#003399; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
}

.redtitles {
color:#cc0001;; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
}

.lgbluetitle {
color:#003399; height:61px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:uppercase; text-align:right;
}

.greentxt2 {color:#136734; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
}


.topnav 
{
	width:100%;
	text-align:right;
	vertical-align:top;
	padding:0;	
}

hr 
{	height:1px;
 	color:#bd0202;
 	background-color:#bd0202;
 	margin:10px;
}