/* CSS Document */

#contactus {
	height: 145px;
	width: 160px;
	padding-top: 45px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/images/library/Image/Home_contactusblank.jpg);
	display:block;
	background-repeat: no-repeat;
}
.orangebottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7B19;
	padding-bottom: 10px;
	padding-top: 10px;
}

#login {
	height: 225px;
	width: 325px;
	padding-top: 45px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/images/common/logon_back.gif);
	background-repeat: no-repeat;
}

#logincustomer {
	height: 225px;
	width: 325px;
	padding-top: 45px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/images/common/logincustomer_back.gif);
	background-repeat: no-repeat;
}

#assistance {
	height: 125px;
	width: 376px;
	padding-top: 45px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/images/common/assistance_back.gif);
	background-repeat: no-repeat;
}

#locations {
	height: auto;
	width: 808px;
	padding-top: 45px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/images/common/locations_back2.gif);
	background-repeat: no-repeat;
}

#stationtitle{
padding-right: 3px;
padding-left: 17px;
text-align:left;
}

#stationtitle_left{
padding-right: 5px;
padding-left: 0px;
text-align:left;
}

.rowfooter{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FF7B19;
}

.orangedot{
color: #FF7B19;
}


#fuelbox{
	position:relative;
	border:1px solid #CCCCCC;
	left:10px;
	width:800px;
	/*padding-top: 42px;
	padding-right: 15px;
	
	padding-left: 15px;*/
	padding-bottom: 100px;
	min-height:250px;
}

#boxfooter {
	width:100%;
	clear:both;
}

#setupbox{
	position:relative;
	border:1px solid #CCCCCC;
	left:10px;
	width:800px;
	/*padding-top: 42px;
	padding-right: 15px;
	
	*/
	padding-bottom: 15px;
	padding-left: 15px;
}



#fuelboxadd{
	position:absolute;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	right:0;
	top:0;
	width:32px;
	height:32px;
}

#fuelboxtitle{
	position:absolute;
	left:15px;
	top:5px;
}

#pumpboxtitle{
	position:absolute;
	left:15px;
	top:5px;
}

#tankboxtitle{
	position:absolute;
	left:270px;
	top:5px;
	z-index:5;
}

#setuptitle{
	/*position:absolute;
	left:15px;
	top:5px;*/
	padding-top:10px;
	/*padding-left:15px;*/
	padding-bottom:10px;
}

#testingboxtitle{
	position:absolute;
	left:540px;
	top:5px;
	z-index:5;
}

#containerdiv {
	position:relative;
	/*display:inline;*/
	height:auto;
	/*border:1px solid #CCCCCC;*/
	padding-top: 25px;
	padding-right: 22px;
	/*padding-bottom: 5px;*/
	padding-left: 22px;
	width:220px;
	margin:0;
}

/*#containerdivtitle {
	text-align:left;
	position:relative;
	width:220px;
	top:25px;
	left:10px;
}*/

#pumpbox {
	/*background-color:#EEEEEE;*/
	width:250px;
	/*padding-bottom:30px;*/
	/*border-bottom:15px solid #FFFFFF;*/
}

#tankbox {
	position:absolute;
	top:0px;
	left:260px;
	width:250px;
	padding-bottom:30px;
}

/*#tankbox {
	float:left;
	top:0px;
	margin-left:260px;
	width:250px;
	padding-bottom:30px;
}*/

#testingbox {
	position:absolute;
	top:0px;
	left:520px;
	/*background-color:#EEEEEE;*/
	width:250px;
	padding-bottom:30px;
}

#fuelsubmitbutton {
position:absolute;
right:30px;
bottom:30px;
}

.tankAlert {
	display:inline;
}

#delwarning{
	color:#600;
	padding:5px;
	border:1px solid #900;
	margin-left:10px;
}

#overagewarning{
	color:#600;
	padding:5px;
	border:1px solid #900;
	margin-bottom:10px;
	display:none;
}

.cVarOverage {
	color:#C00;
	font-weight:bold;
}


/* dashboard pods */

.podheader {
	padding-left:5px;
	font-weight:bold;
}

.dashboardpod {
	width:270px;
}

.dashboardnav {
	background-color:#FDFDFD;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.dashboardlist {
	background-color:#F7F7F7;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:10px;
	margin-bottom:20px;
	min-height:200px;
	height:200px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.f95 {
	color: #FF7B19;
}
.f91 {
	color:#060;
}
.fD {
	color:#333;
}

.dashred:link, .dashred:visited, .dashred:active {
	text-decoration:none;
	color: #C00;
}

.dashred:hover {
	text-decoration:underline;
	color:#C00;
}


.dashorange:link, .dashorange:visited, .dashorange:active {
	text-decoration:none;
	color: #FF7B19;
}

.dashorange:hover {
	text-decoration:underline;
	color:#FF7B19;
}


.dashboardlist ul {
	margin-left:0px;
	padding-left:3px;
	list-style-type:none;
	list-style-image:none;
}

.dashboardlist ul li {
	/*list-style-position: outside;*/
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
	width:240px;
}

.dashboardnav .navhighlight:hover, .dashboardnav .navhighlight:active, .dashboardnav .navhighlight:visited   {
	text-decoration:underline;
	color:#323232;
}

.dashboardnav .navlink {
	text-decoration:none;
	color:#323232;
}


/* qtip */

.tipright {
	float:right;
	margin-right:20px;
	margin-left:10px;
	display:inline;
}

.qtip .qtip-content{
   padding: 10px;
   overflow: hidden;
}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #f1f1f1;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #404040;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #B9DB8C;
   }
