﻿/************************* Base Styles *************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	height: 100%;
	scrollbar-base-color:#999999;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#999999;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#EFEFEF;
}

td
{
		font-size: 11px;
}

html  
{
	height: 100%
}
form {
	margin: 0px;
}


/************************* Navigation Bar Styles *************************/
.navbar {
	background-color: #ff9900;
	padding: 4px;
	padding-left: 15px;
	height: 16px;
}

.footer {
	background-color: #ff9900;
	padding: 4px;
	padding-left: 15px;
	color: #ffffff;
	height: 16px;
}

/************************* Hyperlinks *************************/
.navbar a,
.navbar a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-right:35px;
}

.navbar a:active,
.navbar a:hover {
	color: #000066;
}

.toplinks,
{
	text-align: right;
}            

.toplinks a,
.toplinks a:active,
.toplinks a:visited
{
	padding-left: 15px;
	background: transparent url('http://www.budget-athens.gr/images/nupsi_blue.gif') no-repeat center left;
	color: #000066;
	text-decoration: none;
	padding-right: 15px;
}

.footer a,
.footer a:active,
.footer a:visited
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
    	background: transparent url('http://www.budget-athens.gr/images/nupsi_white.gif') no-repeat center left;
}
.footer a:hover
{
	color: #000066;
}

a.greylink,
a.greylink:active,
a.greylink:visited
{
	color: #616161;
	text-decoration: underline;
	padding-left: 15px; 
    	background: transparent url('http://www.budget-athens.gr/images/nupsi_orange.gif') no-repeat center left;
	padding-right: 15px;
}

a,
a:active,
a:visited
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #ff9900;
}


a.nupsiblue,
a.nupsiblue:active,
a.nupsiblue:visited
{
	color: #003399;
	text-decoration: none;
	padding-left: 15px;
    background: transparent url('http://www.budget-athens.gr/images/nupsi_blue.gif') no-repeat center left;
	padding-right: 15px;
}

a.nupsiorange,
a.nupsiorange:active,
a.nupsiorange:visited
{
	color: #3D6484;
	text-decoration: none;
	padding-left: 15px;
    background: transparent url('http://www.budget-athens.gr/images/nupsi_orange.gif') no-repeat center left;
	padding-right: 15px;
}

a.nupsiorangeleft,
a.nupsiorangeleft:active,
a.nupsiorangeleft:visited
{
	color: #3D6484;
	text-decoration: none;
	padding-left: 15px;
    background: transparent url('http://www.budget-athens.gr/images/nupsi_orange.gif') no-repeat center left;
	padding-right: 15px;
}

a.nupsiorange:hover,
a.nupsiorangeleft:hover
{
	text-decoration: underline;
	color: #ff9900;
}

a.locationlink,
a.locationlink:active,
a.locationlink:visited
{
	text-decoration: none;
	color: #003366;
}


.toplinks a:hover,
a.greylink:hover,
a.locationlink:hover
{
	text-decoration: underline;
	color: #ff9900;
}

h2 
{
	padding: 0px;
	margin: 0px;
}

.offers h2
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 0px;
}

a.orangeheader,
a.orangeheader:active,
a.orangeheader:visited
{
	font-size:14px; 
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a.orangeheader:hover
{
	text-decoration: underline;
}

/************************* Offer Styles *************************/
.offers
{
	width: 144px;
	vertical-align: top;
}

.offertable
{
	width: 100%;
	border: solid 1px #616161;
}

.offerfooter
{
	background-color: #ff9900;
	height: 18px;
	color: #ffffff;
}
.offertitle
{
	color :#ff9900;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.greytext
{
	color: #616161;
}

.fleetgroup
{
	background-image: url('http://www.budget-athens.gr/images/of_blue.gif'); 
	background-repeat: repeat-x;
	color: #ffffff;
	width: 18px;
	height: 18px;
	font-weight: bold;
	text-align: center;
}
.fleetmodel
{
	background-image: url('http://www.budget-athens.gr/images/of_blue.gif'); 
	background-repeat: repeat-x;
	color: #ffffff;
	height: 18px;
	font-weight: bold;
	padding-left: 5px;
}

.fleetdecoration
{
	border-left: solid 1px #ffffff;
	background-image: url('http://www.budget-athens.gr/images/of_orange.gif'); 
	background-repeat: repeat-x;
	color: #ffffff;
}

/************************* Start Page Styles *************************/

h1
{	
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 18px;
	color: #000066;
	vertical-align: middle;
	letter-spacing:1.5px;
	margin: 0px;
	padding: 0px;
}

.pagetitle 
{	
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 18px;
	color: #000066;
	vertical-align: middle;
}

.pagetitle h1
{	
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 18px;
	color: #000066;
	vertical-align: middle;
}


/************************* Controls *************************/
select
{
	font-size: 11px;
	border: solid 1px #616161;
}


/************************* Positioning Styles *************************/
.fullwidth 
{
	width: 100%
}


.toolbar
{
	width: 780px;
	height: 16px;
}

.halfwidth
{
	width: 780px
}

.sep12
{
	width: 12px
}

.sep12v
{
	height: 12px
}

.outertable
{
	height: 100%;
	width: 100%;
}


/************************* Form Controls *************************/
.btn 
{
	padding-left:14px;
	padding-right:14px;
	margin:0;
	background-color: #FF9900;
	color:#FFFFFF; 
	height:20px;
	border-width:0px;
}

   

.SubmitButton
{
    background-color:#FF9900;
    color:#FFFFFF;
    border-width:1px;
    border-style:outset;
    
}

.GreyBtn
{
    background-color:#999999;
    color:#FFFFFF;
    border-width:1px;
    border-style:outset;  
    
}

.formname
{
	font-size: 14px;
	color: #ff9900;
	background-position: bottom;
	background-image: url('http://www.budget-athens.gr/images/dotline.gif');
	background-repeat: repeat-x;	
}

.formtable
{
	background-color: #f0f0f0;
	padding: 2px;
	border-left: solid 10px #f0f0f0;
	border-right: solid 50px #f0f0f0;
}

.select
{
}
