@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	border: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	/*background-image: url(imagini/291360.jpg);*/
	line-height: 1.3em;
}

a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}

img{
	border: none;
	margin: 0px;
	padding: 0px;
}

p{
	padding-right: 8px;
	padding-left: 8px;
}

h3{
	color: #0066CC;
	font-size: 1.3em;
}

#content{
	width: 890px;
	margin: 5px;
	margin-top: 20px;
}

#leftCol{
	float: left;
	width: 235px;
}

#orderForm{
	background-image: url(../img/formBck.jpg);
	background-repeat: no-repeat;
	/*height: 250px;*/
	border: 1px solid #D4D4D4;
	padding: 15px;
	text-align: left;
	margin-bottom: 10px;
}

#orderForm th, #orderForm td { 
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

#middleCol{
	padding-top: 0px;
	padding-left: 242px;
	padding-right: 128px;
	/*width: 505px;*/
	margin: 0px;
}

#flags{
	text-align: right;
	border-bottom: 1px solid #D4D4D4;
}

#rightCol{
	float: right;
	width: 120px;
}

#footer{
	clear: both;
	padding-top: 20px;
}

.tabcontainer{
	width: 505px;
	height: 300px;
	background-image:url(../img/tabback.png);
	background-repeat: no-repeat;
}

.tabheadercontainer{
	width: 505px;
	height: 21px;
	padding-top: 29px;
	left: 2px;
}

.tabselected{
	list-style-type: none;
	width: 120px;
	height: 21px;
	background-image: url(../img/tabsel.png);
	background-repeat: no-repeat;
}

.tabunselected{
	list-style-type: none;
	width: 120px;
	height: 21px;
	background-image:url(../img/tabnor.png);
	background-repeat: no-repeat;
}

a.rr{
	color: #666666;
	height: 21px;
}

.tabcontentholder{
	height: 200px;
	background-position: top center;
	background-image: url(../img/tabbelow.png);
	background-repeat: no-repeat;
	padding: 15px 20px 20px 20px;
}

.tabcontent{
	width: 445px;
	height: 180px;
	/*overflow: auto;*/
	/*padding: 0px 10px 0px 10px;*/
}

#daytitle, #daytitleprev, #daytitlenext,
#weektitle, #weektitleprev, #weektitlenext, 
#monthtitle, #monthtitleprev, #monthtitlenext, 
#yeartitle, #yeartitleprev{
	height: 10px;
	padding-bottom: 15px; /* was 20px; */
	text-align: left;
	font-weight: bold;
	color:#666666;
}

#day, #week, #month, #year{
	text-align: left; /* was justify; */
}

#daytext, #daytab, #daytabnext, #daytabprev{ 
        width: 300px;
        height: 116px;
        float: left;
        overflow: auto;
}

#daypic{ 
        width: 144px;
        height: 116px;
        float: right;
         
}

#weektext, #weektextprev, #weektextnext{ 
        width: 300px;
        height: 170px;
        float: left;
        overflow: auto;
}

#weekpic{ 
        width: 144px;
        height: 170px;
        float: right;
}

#monthtext, #yeartext{ 
        width: 461px;
        height: 170px;
        float: left;
        padding: 0px 2px 0px 2px;
        overflow: auto;
}

/* need to rename this */
p.wibble{ 
         line-height: 135%;
}

.formInput{
	background-image: url(../img/formBck.jpg);
	width: 195px;
	font-size: 1.1em;
}

.formDateInput{
	background-image: url(../img/formBck.jpg);
	width: 64px;
	font-size: 1.1em;
}

.formHour{
	background-image: url(../img/formBck.jpg);
	width: 132px;
	font-size: 1.1em;
}

.formInputSelect{
	background-image: url(../img/formBck.jpg);
	width: 200px;
	font-size: 1.1em;
}

tr {
	padding-bottom: 10px;
}

.title{
	font-weight: bold;
	color: #666666;
	background: #FFFFFF url(../img/rightgradient.gif) no-repeat;
	background-position: center;
	text-align: left;
	height: 23px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	
	/*padding: 0px;
	
	
	border-width:0;*/
}

.red{
	color: #FF0000;
}
