﻿/* CSS Classes Related to Controls */

/*	BUTTONS */
body, html 
{
    height: 100%;
}

html { 
	margin-bottom: 0.01em; 
}

body 
{
    margin: 0px; background: white none repeat scroll 0%;
    font-family:Arial, Helvetica, sans-serif; font-size:75%;  color: #000; line-height:1.5em;
}
p{margin:5px; }
#contentarea ul
{
	line-height:0em !important;
}
#contentarea li{
	line-height:normal !important; margin-top:0px;
}
.clear 
{
    clear: both;
}

.clearfix:after{
    content: ".";  display: block; height: 0; font-size:0; clear: both; visibility:hidden;
    }
	
   .clearfix 
   {
       display: inline-block;
   } 
    /* Hides from IE Mac \*/
    * html .clearfix 
    {
        height: 1%;
    }
   .clearfix 
   {
       display:block;
   }
    /* End Hack */ 

.hr
{
	border:solid 1px #ccc; width:150px; height:1px; 
}
.Buttons
{
	color: white; FONT-SIZE: 11px; CURSOR: pointer; border: #65a0cc 1px solid; font-weight: normal;
	background: url(../../images/blue.gif) right top repeat-x White;padding: 3px;		
}
.Buttons_Bold
{
    color: white; FONT-SIZE: 11px; CURSOR: pointer; border: #65a0cc 1px solid; font-weight: bold;
    background: url(../../images/blue.gif) right top repeat-x White; padding: 3px;
}

/*	END OF BUTTONS */


/* LINKS */
a.Links:link
{
	font-size: 11px; color:#27413e;	cursor:pointer;	text-decoration:none;
}

a.Links:hover
{
	text-decoration:underline;
}

a.LinksBold:link
{
	font-size: 11px; color:#27413e;	cursor:pointer;	text-decoration:none; font-weight:bold;
}

a.LinksBold:hover
{
	text-decoration:underline;
}

/* END OF LINKS */

.Textboxes
{
	border: #CCCCCC 1px solid;	font-size: 11px;
}

.Textboxes_RightAlign
{
	border: #CCCCCC 1px solid;	font-size: 11px; text-align:right;
}

.DropDownLists
{
	border: #CCCCCC 1px solid;	font-size: 11px; font-family: Arial;
}

select
{
	background-image: url(../../images/select_bg.jpg);
	border: 1px solid #c1c1bf;
}

/* end of css classes related to Controls */


.FieldLabels_Bold
{
	font-size: 11px; color: Black;	font-weight: bold;
}
.HeaderCell
{
 	background: inherit; font-weight: bold;
}
.GridRecordCountFooter
{
	font-weight: bold
}

.MenuHelp
{
	color: white;	font-weight: bold
}

table.patterntable
{
	border: 1px solid #cdcdcd;	background:url(../../images/tb_bg.jpg);
}

.MilesGridInactive
{
	background: #FFCCCC
}

.MilesGridInactiveAlternating
{
	background: #FFDDDD
}



/*Master Template Unique classes*/


/*Container*/
#container {
	margin:0 5px;
	width:800px;
	height:auto;
}


/*Search Bar*/
#search {
	padding-top:17px;
	margin:auto;
	width:800px;
	text-align:right;
}

/*End Search*/


#breadcrumbs 
{
	padding-top:10px;
	text-align:left;
}

#breadcrumbs a
{
	color:#606060; text-decoration:underline;
}

#breadcrumbs a:hover
{
	color:#cccccc; text-decoration:underline;
}


/*Flash*/
#flash {
	margin:auto;
	width:800px;
}

/*End Flash*/


/*Navigation Container*/
#MainNav {
width:800px; text-align:left; CURSOR: hand; color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:auto; margin-top:10px;
}

/*End Navigation*/


/*Content Area*/
#contentarea {
	width:800px; margin:auto; padding-top:20px; text-align:left;
}



.txt {  color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-transform:none; 
}


/*Bottom Container*/
.orangeline {
	background:url(../../images/line_orange.jpg) repeat-x; height:2px;
}

.bluetitle {
	color:#0039a5; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-align:center;
}

.bluetitlesmall {
	color:#0039a5; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align:center;
}

.reg {
	font-size:11px; vertical-align:top;
}

/*End Bottom Container*/


/*Footer*/
hr {
width:800px; color:#8996a0; height:1px; margin:auto;
}

#footer {
	margin:auto;width:800px; padding:10px 0 0 0; color:#0039a5; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-align:left; 
}

/*End Footer*/

/*Sub Page */

.sidemenu {
	width:200px;
	height:auto;
	padding:0;
	vertical-align:top;
}

.links:active, .links:link, .links:visited, {
	color:#000000; text-decoration:none; font-weight:normal; font-size:11px; line-height:1.8em;
}

.links:hover {
	color:#999; text-decoration:none; font-weight:normal; font-size:11px; line-height:1.8em;
}

.brands {
	color:#0039a5; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align:left; padding:10px 0 0 0;
}

/*End Sub Page*/



