﻿/* CSS Classes Related to Controls */

/*	BUTTONS */

.Buttons
{
    BORDER-RIGHT: #dedad3 1px solid;
	color: #000000;
    BORDER-TOP: #dedad3 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #dedad3 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #dedad3 1px solid;
    font-weight: normal;
    background-color: White;
	background-image: url(../../images/tealbtn.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:visited, a:active 
{
	color:#953a3b;
	text-decoration:underline;
	font-size:12px;
	font-style: normal;
	font-weight:normal;
	cursor:hand;
}

a:hover
{
	text-decoration:underline;
	color: #475c8f;
}
.smteal:active,.smteal:link, .smteal:visited
{
	color:#0e7d89;
	font-size:11px;
	line-height:1.2em;
	text-decoration:none;
	font-weight:bold;
}
.smteal:hover
{
	color:#6f0d0e;
	font-size:11px;
	line-height:1.2em;
	text-decoration:none;
	font-weight:bold;
}

.redlink:link, .redlink:visited, .redlink:active {
	color:#6f0d0e; text-decoration:none; font-weight:bold; font-size:12px; font:Arial;
}

.redlink:hover {
	color:#0e7d89; text-decoration:underline; font-weight:bold; font-size:12px; font:Arial;
}

.smredlink:link, .smredlink:visited, .smredlink:active {
	color:#6f0d0e; text-decoration:underline; font-weight:normal; font-size:11px; font:Arial;
}

.smredlink:hover {
	color:#0e7d89; text-decoration:underline; font-weight:normal; font-size:11px; font:Arial;
}


/* 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*/


html, body {
	margin: auto;
	padding: 0;
	background:#fff;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-size:13px;
	line-height:1.5em;
}


#page-container {
	width:820px;
	padding:0;
	margin:auto;
}

#top-container {
	width:100%;
	padding:0;
	height:110px;
	background:url(../../images/bkg_top.jpg) repeat-x;
}

#content-container {
	margin:auto;
	width:842px;
	background-color:#FFFFFF;
	overflow:hidden;
}


#nav {
	margin:0;
	background:url(../../images/navbg.gif) repeat-x;
	height:30px;
	padding:0;
	border:1px solid #96715e;
}

#navtxt 
{
	height:30px;	
}

#topline {
	background:#96715e url(../../images/topline.jpg) left no-repeat;
	height:5px;
	clear:both; 
}

#main {
width:820px;
}

.tealbg {
	background-image: url(../../images/tealbg.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	height:452px;
	padding:0 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0;
}

.tealpattern 
{
	background-image: url(../../images/tealpattern.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0;
	
}

.tealbgsub {
	background-image: url(../../images/tealbgsub.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:452px;
	padding:0 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0;
}

ul {color:#6f0d0e; line-height:1.4em;}

.maroon {color:#6f0d0e; font-size:14px;}
.smlmaroon {color:#6f0d0e;}

.black {
	color:#000000;
}

.tealtitle 
{
color:#0e7d89;
font-weight:bold;
font-size:14px;
font-style:italic;	
}

.maroontitle 
{
font-size:13px;		
color:#6f0d0e;
font-weight:bold;
font-style:italic;	
}

.titlearea {
	padding: 0px 0px 0px 10px;
}

#content {
	padding:17px 17px 17px 17px;
	min-height:300px;
	overflow:hidden;
}

#footer {
	height:13px;
	text-align:center;
	color:#953a3b;
	font-size:11px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:9px 0px 30px 0px;
}

.teal {
	color:#0e7d89;
}

.smteal {
	color:#0e7d89;
	font-size:11px;
	line-height:1.2em;
}

.footer:active, .footer:link, .footer:visited  {
	color:#0e7d89;
	text-decoration:none;
	font-size:11px;
}

.footer:hover  {
	color:#953a3b;
	text-decoration:underline;
	font-size:11px;
}


h1 {
	font-size: 16px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
}

.paragraph {
	padding:10px 10px 0 4px;
		line-height:1.3em;
}

.paragraph2 {
	padding:0px 10px 0 4px;
		line-height:1.3em;
}

.discoverbtown 
{
	background-image: url(../../images/btn_discoverbg.jpg);
	background-repeat:no-repeat;
	height:103px;
	width:191px;
}