﻿/* 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/blue.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 {
	color: #0033a2;
	text-decoration:underline;
}
a:visited {
	color: #0033a2;
	text-decoration:underline;
}
a:hover {
	color: #bf0312;
	text-decoration:underline;
}
a:active {
	color: #0033a2;
	text-decoration:underline;
}


a.Links:link
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color:#27413e;
	cursor:hand;
	text-decoration:none;
}

a.Links:hover
{
	text-decoration:underline;
}

.link-small:active,.link-small:link, .link-small:visited {
	color: #1c1464;
	font-size: 11px;
	text-decoration:underline;
}

.link-small:hover {
	color: #bf0312;
	font-size: 11px;
	text-decoration:underline;
}



/* 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*/

body {
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size:12px;
	background: url(../../images/bkg-main.jpg) repeat-x #0e1049;
	padding: 0;
}

#top {
	background:url(../../images/bkg_top.jpg) repeat-x;
	width:953px;
	min-width:953px;
	margin:auto;
	padding:0;
}

#page-container {
	width:965px;
	margin:auto;
	height:100%;
	overflow:hidden;
	background-color:#ffffff;
	background-image:url(../../images/bkg_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#left {
	width:189px;
	min-height:810px;
	float:left;
	vertical-align:top;
	font-size:11px;
}
#flash {
	border:1px #5c5c5c solid;	
	text-align:center;
	margin-left:1px;
	width:701px;
	height:156px;
}

#nav 
{
	width:758px;
	margin-left:3px;
	height:41px;
	border:1px solid #97afbe;
	background:url(../../images/bkg_nav.jpg) repeat-x;
	clear:both;
}

#content {
	width:708px;
	height:auto;
	min-height:635px;
	max-width:708px;
	padding:28px 28px 0px 28px;
	background:url(../../images/bkg_content.png) repeat-y;
	float:left;	
	clear:both;
}
#content li {
	margin-bottom:15px;
	font-weight:bold;
	font-style:italic;
}

#content-container {
	float: left;	

}
.navlink:active,.navlink:link, .navlink:visited
{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

.navlink:hover
{
	color: #abc2ee;
	font-weight:bold;
	text-decoration:none;
}


#footer {
	width:965px;
	font-size:11px;
	margin:auto;
	color:#000;
	padding:0;
}

#footer-container {
	height:165px;
	width:965px;
	background:url(../../images/bkg_footer.jpg) repeat-x #fff;
	clear:both;
	padding:0;
	overflow:hidden;
	z-index:1;
}

h1 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000f7d;
	text-transform:uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000f7d;
	text-align:center;
}

h3 {
	font-size:12px;
	color:#bf0312;
}

.heading {
	background:url(../../images/bottomborder.gif) repeat-x bottom;
	height:26px;
}

.text-red 
{
	color:#bf0312;
}

.text-blue {
	color:#000f7d;
}


.text-smallheading 
{
	font-size:11px;
	text-transform:uppercase;
	color:#151b64;
	font-weight:bold;
}
.text-small 
{
	font-size:11px;
}	

.img-right {
	border:1px solid #0033FF; padding:1px; margin-left:15px;
}

.img-left {
	border:1px solid #0033FF; padding:1px; margin-right:15px;
}

.img-shadow {
  float:left;
  background: url(../../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  }

