/* CSS Classes Related to Controls */
/*---------- bubble tooltip -----------*/
.oddRow
{
	background:inherit;
}
/* CSS needed for the script */
#ajax_tooltipObj
{
	z-index:1000000; text-align:left;
}
#ajax_tooltipObj div
{
	position:relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow
{
	background:url('../../images/arrow.gif') no-repeat center left;	width:20px;	position:absolute;	left:0px;	top:0px;
	z-index:1000005;	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082; left:18px;	/* Same as border thickness */
	top:0px; position:absolute; width:300px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background:#f7f7f7;	/* Background color */
	padding:2px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
/*	BUTTONS */

.Buttons
{
    BORDER: #2d1405 1px solid;
	color: white;
    FONT-SIZE: 11px;
    CURSOR: hand;
    font-weight: normal;
    background-color: White;
	background-image: url(../../images/bkg_button.jpg);
	background-position:right top;
	background-repeat:repeat-x;  
	padding: 3px;
	text-transform:uppercase;
	font-weight:bold;		
}

.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 */


.SmallLinks
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color:#002fb5;
	cursor:hand;
	text-decoration:underline;
}

a
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	color:#002fb5;
	cursor:hand;
	text-decoration:underline;
}

a:hover
{
	text-decoration:underline;
	color:#6f6f6f;
}


a.LinksBold:link
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color:#27413e;
	cursor:hand;
	text-decoration:none;
}

a.LinksBold:hover
{
	text-decoration:underline;
}

.footer:link, .footer:visited, .footer:active
{
	color:#fff;
	cursor:hand;
	text-decoration:underline;
	font-size:11px;
}


.footer:hover
{
	color:#6f6f6f;
	cursor:hand;
	text-decoration:underline;
	font-size:11px;
}


.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: 11px;
	font-style: normal;
	font-weight:bold;
	color:#cc0001;
	cursor:hand;
	text-decoration:none;
	
}

.redlinks:hover
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color:#ccc;
	cursor:hand;
	text-decoration:none;
	
}

.brownlinks:link, .brownlinks:visited, .brownlinks:active
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color:#6c3e1e;
	cursor:hand;
	text-decoration:underline;
}

.brownlinks:hover
{
	text-decoration:underline;
	color:#6f6f6f;
}


/* 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:;
	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/BCus-corner-tl.png);
	background-repeat: no-repeat;
	behavior: url('../images/iepngfix.htc');
	height:10px; width:10px;
}
.corner-top-right {
	background-image: url(../../images/BCus-corner-tr.png);
	background-repeat: no-repeat;
	behavior: url('../images/iepngfix.htc');
	height:10px; width:10px;
}
.corner-bott-right {
	background-image: url(../../images/BCus-corner-br.png);
	background-repeat: no-repeat;
	behavior: url('../images/iepngfix.htc');
	height:10px; width:10px;
}
.corner-bott-left {
	background-image: url(../../images/BCus-corner-bl.png);
	background-repeat: no-repeat;
	behavior: url('../images/iepngfix.htc');
	height:10px; width:10px;
}
.pattern-top{
	background-image: url(../../images/BCus-pat-t.gif);
	background-repeat: repeat-x;
	height:10px;
}
.pattern-right {
	background-image: url(../../images/BCus-pat-r.gif);
	background-repeat: repeat-y;
	width:10px;
}
.pattern-bottom {
	background-image: url(../../images/BCus-pat-b.gif);
	background-repeat: repeat-x;
	height:10px;
}
.pattern-left {
	background-image: url(../../images/BCus-pat-l.gif);
	background-repeat: repeat-y;
	width:10px;
}


/*Layout*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #000000;
	background-color:#000;
	font-size:11px;
	line-height:16px;
}


#page-container {
	width:100%;
}

#top {
	height:5px;
	width:100%;
	background-color:#482200;
	border-bottom:#898989 solid 1px;
}

#background {
	background-color:#000;
	background:url(../../images/bkg.jpg) repeat-x;
}

#header {
	width:800px;
	padding:5px 10px 0px 10px;
	background:#fff;
	margin:auto;
	height:98px;
}

#content-container {
	width:800px;
	padding:5px 10px 0px 10px;
	background:#fff;
	margin:auto;
	min-height:700px;
}

#footer {
	width:820px;
	height:40px;
	background:url(../../images/footer.jpg) repeat-x;
	margin:auto;
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
}

#separator {
	width:820px;
	height:15px;
	background:url(../../images/footer.jpg) repeat-x;
	margin:auto;
}

.h1 {
	text-transform:uppercase;
	font-size:16px;
	font-family:Helvetica;
	font-weight:bold;
	color:#5f5f5f;

}

.padding 
{	
	padding:15px;
}
