/* ================================
    CSS STYLES FOR CORNERSTONE PORTAL 
    v1.2
   ================================
*/   



/* ----- General ----- */
body {
/*	background-image:url("../Images/bg_body.jpg");
	background-repeat:repeat-x; */
	background-color:#ffffff;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin:0px;
	padding:0px;
	}

a {
	color: #ff6600;
	}

table {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	.Leftpane 
	{
		background-color:white;
		margin-top:0px;
			padding-right:5px; 
	
			
		
		
	}
	.RightPane
	{
			
			margin-right:0px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #BEBCBB;
		border-right:2px solid #999999;
		 border-bottom:solid 1px #BEBCBB;
/*		border-right:url('../images/right-back.gif');*/
	}

.content {
	background-color: white;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BEBCBB;
	border-left-color: #BEBCBB;
	border-Right-width: 1px;
	border-Right-style: dotted;
	border-Right-color: #BEBCBB;
	padding:5px   10px  0px 10px;
	margin-left:10px;
 border-bottom:solid 1px #BEBCBB;
	}

/* ----- Header Controls ----- */
div#header {
	background-image:url('../images/engine-solutionsc.jpg');
	}

div#header {
	background-repeat:no-repeat;
	height:200px;
	width:781px;
	margin:0;
	padding:0;
	}
	
div#adminheader {
	background-repeat:no-repeat;
	height:85px;
	width:980px;
	margin:0;
	padding:0;
	}
	
div#header div.sponsors {
	float:right;
	margin: 5px 8px 0 0;
	}
	
div#header h1, div#header h5{
	display:none;
	}	

/* ----- Top Menu Controls ----- */
div#navwrap {
	background-color:#BEBCBB;
	text-align:left;
	width: 160px;
	margin:0px 0px 0px 0px;
	
	}

div#navbar {
	margin:0px 0px 0px 0px;
	}
		
/* ----- Global Login ----- */
.LoginTitle {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
	}

.LoginTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: black 1px solid;
	width:200px;
	}

div.globallogin {
	position: absolute;
	left: 50%;
 	bottom: 5px;	
	margin-left: 219px;
	width: 165px;
	z-index:5;
	}
	
div.loginbutton {
	border: solid 1px #FFDBC4;
	background-color: #ff6600;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	}
	
div.loginbutton a {
	color: #FFDBC4;
	text-decoration: none;
	padding: 3px 5px 3px 4px;
	display:block;
	}

div.loginbutton a:hover {
	color: #993300;
	text-decoration: none;
	padding: 3px 5px 3px 4px;
	display:block;
	}
	
div#loginbox {
	/*visibility: hidden;*/
	border: solid 1px #ff6600;
	border-width: 0 1px 1px 1px;
	background-color: white;
	padding: 10px 0 0 20px;
	display:none;
	height: 120px;
	}
	
div#loginbox a {
	color: #ff6600;
	margin-left:3px;
	text-decoration:none;
	}
	
div#loginbox input {
	margin-bottom: 5px;
	}
	
div#loginbox input.textfield {
	width: 120px;
	font-size:10px;
	}
	
/* ----- Info Controls ----- */
div#infowrap {
	background-color:#ffffff;
	height:16px;
	padding:5px;
	}

div#infowrap div#welcome {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ff6600;
	text-align:right;
	float:right;
	width:200px;
	}

div#infowrap div#breadcrumb {
	color: Gray;
	}
	
div#breadcrumb span#breadtitle {
	color:#696969;
	}

div#breadcrumb span.arrow {
    background-image:url('../images/gridNext.gif');
    background-position: 5px 5px;
    background-repeat:no-repeat;
    width:13px;
    }

 div#breadcrumb a {
    text-decoration:none;
    color: Red;
    }	

div#breadcrumb a:hover {
    text-decoration:underline;
    }
    
    /* News */
    
    Div#NewsrotatorHeader 
    {
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	color: Red;
	margin-left:5px;
	margin-top:10px;
	text-align:Left;
	width:210px;
	
    }
       Div#NewsrotatorTitle 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	/*border: red 1px solid;*/
		margin-left:10px;
	color: #000000;
  }
  
         Div#NewsrotatorSummary
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: Normal;
	color: #000000;
	margin-left:10px;
  }
  
  Div#NewrotatorPic
  {
	height:100px;
	width:100px;
	margin-left:10px;
  }

/* ----- Module Title/Banner Controls ----- */
.ModuleTitle   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #333333;
	}

.ModuleTitle hr {
	color:#dcdcdc;
	}

.ModuleBanner {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold; 
    border-bottom: solid 1px #333333;
    text-align:center;
	}

/* ----- Grid Controls ----- */
.GridControl {
	width:100%;
	}

.GridHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

.GridItems {
	background-color:ivory;
	}

.GridAlternatingItems {
	background-color:white;
	}

.GridFooter {
	background-color:whitesmoke;
	/*text-align:right;*/
	}

.GridItems input, .GridAlternatingItems input, .GridFooter input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.GridPager {
	background-color:gainsboro;
	text-align:right;
	}

/* ----- Grid Alpha Pager Controls ----- */
.GridPageControl {
	text-align:center;
	}

.GridDataPagerControl {
	text-align:right;
	}

.GridPageNormal {
	background-color: white;
	font-size:10px;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	}

.GridPageSelected {
	background-color: white;
	font-size:10px;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	}

/* ----- Grid Filter Control ----- */
.GridFilterDropDown {
	border-right: black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	}
	
.GridFilterEditDataBox {
	border-right:  black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
/* ----- Grid Search Control ----- */
.GridSearchDataBox {
	border-right: black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* ----- Grid Sort Control ----- */
.GridSortDataBox {
	border-right: black 1px solid;
	border-top:  black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	}
	
/* ----- RichList Controls ----- */
.RichListControl {
	width:100%;
	border-right: #d5d5d5 1px solid;
    border-top: #d5d5d5 1px solid;
    border-left: #d5d5d5 1px solid;
    border-bottom: #d5d5d5 1px solid;
	}

.RichListHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2 4 2 4;
	}

.RichListItems {
	background-color:ivory;
	}

.RichListAlternatingItems {
	background-color:white;
	}

.RichListFooter {
	background-color:gainsboro;
	text-align:right;
	border-top: #d5d5d5 1px solid;
	padding:2 4 2 4;
	}
	
/* ----- Field List Controls ----- */
.FieldListControl {
	/*border: solid 1px #ebebeb;*/
}

.FieldListControlCell {
	width:49%;
	vertical-align:top;	
	}

.FieldListControlPadCell {
	width:2%;
	}

.RowTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	}
	
.FieldListLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:right;
    width:150px;
    background-color:#dcdcdc;
    border:solid 1px #dcdcdc;
	}    

.FieldListLabelReq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:right;
    width:150px;
    background-color:#bcbcbc;
    border:solid 1px #bcbcbc; 
	}

.FieldListDatabox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:300px;
    background-color:#ffffff;
    border:solid 1px #cccccc;
	}

.FieldListDataArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:400px;
    background-color:#ffffff;
    border:solid 1px #cccccc;
	}

.FieldListIcon {
	vertical-align:bottom;
	}

.FieldListCheckBox {
	border-style:none;
	}

.FieldListHidden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-style: none;
    background-color:#ffffff;
    color:#ffffff;
    width:1px;
	}

.FieldListLabelLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    /*font-weight:bold;*/
    width:150px;
    background-color:#dcdcdc;
    border:solid 1px #ffffff;
    text-align:right;   
	}

.FieldListLabelText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    width:300px;
    background-color:#ececec;
    border:solid 1px #ffffff;
	}

.FieldListPicture {
	margin-left: 20;
	border: solid 1px #333333;
	}

/* ----- Button Controls ----- */
.Button {
	background-color:gainsboro;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:10px;
	}
	
div.buttonwrap  {
	margin:10px 0 10px 0;
	}
	
div.spotbuttonred, div.spotbuttonblue, div.spotbuttongreen {
	background-repeat:no-repeat;
	background-position: right center;
	padding: 5px 0 5px 0;
	display:inline;
	/*margin-right:10px;*/
	}
	
div.spotbuttonred div, div.spotbuttonblue div, div.spotbuttongreen div {
	padding: 5px 0 5px 10px;
	margin-right: 10px;
	margin-top:1px;
	display:inline;
	background-repeat:no-repeat;
	background-position: 0px 1px;
	}
	
div.spotbuttonred a, div.spotbuttonblue a, div.spotbuttongreen a {
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	}
	
/* ----- red ----- */
div.spotbuttonred {
	background-image:url("../images/button_red_corner.gif");
	}
	
div.spotbuttonred div {
	background-image:url("../images/button_red_bg.gif");
	}

/* ----- blue ----- */
div.spotbuttonblue {
	background-image:url("../images/button_blue_corner.gif");
	}
	
div.spotbuttonblue div {
	background-image:url("../images/button_blue_bg.gif");
	}
	
/* ----- green ----- */
div.spotbuttongreen {
	background-image:url("../images/button_green_corner.gif");
	}
	
div.spotbuttongreen div {
	background-image:url("../images/button_green_bg.gif");
	}
	
div.spotbuttongreen a {
	color: #333333;
	}
	
.OffersTable
{
/*	border: red 1px solid;*/
	
}		

div#content {
border:solid 1px yellow;
	margin:0px 0px 0px 0px;
border: red 1px solid;
	}	
	
div#specialoffers
{
 position:absolute;
 margin-top:200px;
 
}


.Offers 
{
	background-image:url("../images/offer-back.gif") ;
	background-repeat:repeat-y;
 margin-top:5px;
 height:100px;
}	

.offer-text 
{
	background-image:url("../images/offer-back.gif") ;
	background-repeat:repeat-y;
	 height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	
}
/* ----- Miscellaneous Controls ----- */
.errorlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
    color:Red;
    width:80%;
    background-color:Transparent;
	}

/* ----- LinkList Controls ----- */
.LinksListHeader {
	Font-Size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	background-color:#0000FF;
	color:white;	
	}

/* ----- Footers ----- */
.footercontent {
	/*border-top: 1px solid #999999;*/
	}

div#sponsorsfooter {
	clear:both;
	padding:7px;
	margin: 0 auto 0 auto;
	border: 1px solid #999999;
	border-top-width:0;
	}
	
div#sponsorsfooter div {
	float:left;
	padding: 0 0 0 10px;
	font-size:12px;
	font-weight:bold;
	}

div#sponsorsfooter img {
	border:0;
	margin-right:8px;
	}
	
div#footer {
	width: 771px;
	height:56px;
	text-align:center;
	margin: 0 auto 0 auto;
	

	}
	

	
div#footer div.links {
	margin-top:10px;
	color: #ff6600;
	}
	
div#footer a {
	color: #ff6600;
	text-decoration:none;
	}
	
div#footer a:hover {
	text-decoration:underline;	
	}
	
div#footer div.addresses {
	margin-top: 8px;
	}

div.afterwrapperlinks {
	color: #999999;
	margin-top: 8px;
	text-align:center;
	}
	
div.afterwrapperlinks a {
	color: #999999;
	text-decoration:none;
	}
	
div.afterwrapperlinks a:hover {
	color: #333333;
	text-decoration:underline;
	}
div.afterwrapperlinksLogin {
	color: Red;
	margin-top: 8px;
	text-align:right;
	}
/* ----- Breadcrumb ----- */	
div#breadwrap {
	/*height:14px;
	background-color:#ffffff;*/
	}
Div#HomePageFlash
{
 margin-left:20px;
}


.Location
{
	width:600px;
}

.LocationList
{
	  font-size:1.1em;
	   margin-left:5px;
	   font-weight:bold;
	   margin-bottom:5px;
	  
}


.Locationdetails

{
	float:left;
	background-color:#dcdcdc;
	 width:250px;
	 margin-left:5px;
	 padding-left:3px;
	 margin-top:5px;
	 line-height:20px;
	   height:250px;
	  font-size:1.1em;
}
.Map
{
 float:Left;
 width:245px;
 padding-left:50px;

}
.Clear

{
	clear:both;
}

