@charset "utf-8";
/* CSS Document */

body {
  background-attachment: fixed;
  background-color: #FFFFFF;
  background-image: url(/global_assets/associates/bg_gradient.gif);
  background-repeat: repeat-x;
	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: 728px;
	margin: 5px;
	margin-top: 20px;
}

#leftCol{
	float: left;
	width: 235px;
}

#orderForm{
	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-repeat: no-repeat;
}

.tabheadercontainer{
	width: 505px;
	height: 21px;
	padding-top: 29px;
	left: 2px;
}

.tabselected{
	list-style-type: none;
	width: 120px;
	height: 21px;
	background-repeat: no-repeat;
}

.tabunselected{
	list-style-type: none;
	width: 120px;
	height: 21px;
	background-repeat: no-repeat;
}

a.rr{
	color: #666666;
	height: 21px;
}

.tabcontentholder{
	height: 200px;
	background-position: top center;
	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(/global_assets/associates/formBck.jpg);
	width: 195px;
	font-size: 1.1em;
}

.formDateInput{
	background-image: url(/global_assets/associates/formBck.jpg);
	width: 64px;
	font-size: 1.1em;
}

.formHour{
	background-image: url(/global_assets/associates/formBck.jpg);
	width: 132px;
	font-size: 1.1em;
}

.formInputSelect{
	background-image: url(/global_assets/associates/formBck.jpg);
	width: 200px;
	font-size: 1.1em;
}

tr {
	padding-bottom: 10px;
}

.title{
	font-weight: bold;
	color: #666666;
	background: #FFFFFF url(/global_assets/associates/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;
}

#header{
  width: 728px;
  height: 90px;
  /* line-height: 120%; */
  background-image: url(/global_assets/associates/girl.jpg);
  clear: both;
  /* padding-top: 112px; */
  /* padding-left: 150px; */
}

#header #associate{ 
  position: relative;
  top: 15px;
  margin-top: 5px;
  margin-left: 200px;
  color: #000000;
  font-size: 2.8em;
  font-weight: bold;
  text-align: left;
}

#header #wow { 
  position: relative;
  top: 60px;
  color: #CCCCCC;
  font-size: 1.0em;
  text-align: right;
  margin-right: 5px;
}

.ac_results {
	padding: 0px;
	border: 1px solid #7FB7FB;
	overflow: hidden;
  background-color: #AFD2FD;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
  
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
  
}

.ac_loading {
	background : #AFD2FD url('../img/loader.gif') right center no-repeat;
}

.ac_over {
	background-color: white;
	color: black;
}

