/*td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#474747;
	line-height:12px;
}*/

H2 { 
margin-top:20px;
margin-bottom:20px;
font-size:14px;}
H4 { 
margin-top:20px;
margin-bottom:20px;
font-size:14px;}

a {text-decoration:none; color:#333333; font-weight:bold;}
a:hover{text-decoration:underline; font-weight:bold;}
a:visited{font-weight:bold;}


body { 	margin:0px;padding:0px;}

.copy{  font-family:tahoma;
		color:#ffffff;
		text-decoration:none;
		font-size:10px;}

ul {margin:0; padding:0; list-style:none}
li {background:url(images/.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 15px; line-height:10px }


.white {color:#ffffff}
.blue { color:#007FA3}
.black { color:#3E3E3E}
.red { color:#93373D}




.m {vertical-align:middle}
.sm {font-size:10px}
.l {text-decoration:underline}
.n {text-decoration:none}
.t {text-transform:uppercase}
.big {font-size:14px}
.list {line-height:10px}

.form { width:181px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#;
		background-color:#ffffff;
		color:#3E3E3E;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:263px;
		height:18px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

#menu {
	/*background: url("../images/line_back.gif") bottom right no-repeat;*/
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
}
#menu li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width:auto;
}
#menu a {
	background: url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;                    
 }
.login { font-family: Trebuchet MS; font-size: 11px; color: #ffffff; text-align:justify; text-decoration:none;}
.login:link    { font-family: Trebuchet MS; font-size: 11px; color: #ffffff; text-align:justify; text-decoration:none;}
.login:hover   { font-family: Trebuchet MS; font-size: 11px; color:#0099CC; text-align:justify; text-decoration:underline;}
.login:active  { font-family: Trebuchet MS; font-size: 11px; color: #ffffff; text-align:justify; text-decoration:none;}


#buyb {
	background:url(../images/sell_bg.png) no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 52px;
}
#buyb li {
	float: left;
	color:#000;
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
	padding: 0;
	width:auto;
}
#buyb a {
	background:url(../images/sell_bg.png) no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	font-weight:normal;
}
#buyb a:hover {
	background:url(../images/buy_over_bg.png) no-repeat;
	color: #fff;
	padding-bottom: 5px;                    
 }
 
 
 
 
#sellb {
	background:url(../images/buy_bg.png); background-repeat:no-repeat; 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 52px;
}
#sellb li {
	float: left;
	color:#000;
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
	padding: 0;
	width:auto;
}
#sellb a {
	background: url(../images/buy_bg.png); background-repeat:no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	font-weight:normal;
}
#sellb a:hover {
	background:url(../images/buy_over_bg.png); background-repeat:no-repeat;
	color: #fff;
	padding-bottom: 5px;                    
 }
 
 
 	
	
<!-- CALENDAR CSS STARTS HERE...-->	
	
	
div.months {
	font-weight: bold;
	margin: 0 0 5px 0;
	}
	
div.calendar {
	margin-bottom: 20px;
	position: relative;
	
	}
	
table.months tr td { border: none !important; }
	
td.paging a {
	display: block;
	line-height: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	float: left;
	margin-right: 3px;
	background: #F4F4F4;
	padding: 5px 0px;
	border: 1px solid #E0E0E0;
	width: 32px;
	}
	
td.paging a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	}	
	
	
td.weekend { /* Weekend background colour (weekend) */
	background:#FFFFCC;
}
div.calendar table {
	border-collapse: separate;
	border-spacing: 3px;
	background:#FFFFFF;
	}
	
div.calendar table th {
	color: #000 !important;
	background-color: #fff;
	border: none !important;
	}

div.calendar table th,
div.calendar table td {
	border: 1px solid #ccc;
	text-align: center;
	color: #888;
	}
	
div.calendar table td a {
	color: #888;
	}
	
div.calendar table td.current_day a {  /* Current Day (current_day) */
	color: #000;
	font-weight:bold;
	background-color: #fff;
	}
	
td.current_day {
	background: url(images/current_day.png) repeat-x left bottom;
	font-weight: bold;
	color: #FF0000 !important;
	}
	
/* Controle Panel Sub menu */

#subbar {

                background: #F4F4F3;

                height: 34px;

                border-bottom: 1px solid #D6D6D6;

                width: 100%;

}

 

.submenu {

                background: #F7F7F6;

                height: 34px;

                line-height: 34px;

                border-left: 1px solid #D6D6D6;

                border-right: 1px solid #D6D6D6;

                padding: 0;

                margin: 0;

}

 

.submenu a {

color : #74797E;

background : inherit;

text-decoration : none;

padding: 0 10px 0 10px;

line-height : 23px;

}

.submenu a:hover, .menu .current {

color : #000;

background : inherit;

height : 23px;

text-decoration: underline

}

.submenu ul {

list-style : none;

padding : 0;

margin : 0;

}

.submenu li {

float : left;

margin : 0 0 0 0px;

display: inline;

}

/* Sell tikctes steps style  */


div.steps {
	float: left;
	}
	
div.steps {
	float: left;
	margin-right: 5px;
	}
	
div.l, div.r {
	width: 20px;
	height: 29px;
	float: left;
	}
	
div.l {
	background: url(../images/step_orange_left.png) no-repeat;
	}
div.r {
	background: url(../images/step_orange_right.png) no-repeat;
	}

.inactive div.l {
	background: url(../images/step_left_grey.png) no-repeat;
	}
.inactive div.r {
	background: url(../images/step_right_grey.png) no-repeat;
	}
	

.clearfix {
	clear: both !important;
	float: none !important;
	height: 1% !important;
	}

div.text {
	float: left;
	line-height: 29px;
	height: 29px;
	padding: 0 20px;
	text-align: center;
	color: #333333;
	background: #FFA703;
	font-size: 1.1em;
	font-weight: bold;
	}		


.inactive div.text {
	float: left;
	line-height: 29px;
	height: 29px;
	padding: 0 20px;
	text-align: center;
	color: #999999;
	background: #E5E5E5;
	}	

div.selections {
	clear: both;
	/*border-bottom: 1px dotted #e5e5e5;*/
	margin: 0 0 5px;
	position: relative;
	padding-bottom: 5px;
	}

div.selections label {
	float: left;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	width: 110px;
	margin-right: 10px;
	}
	
div.selections div {
	float: left;
	margin-right: 10px;
	}

.orange_heading{
font-family:"Myriad Pro";
font-size:20px;
color:#f99907;
line-height:18px;
}

div.paging {
line-height: 19px;
	color: #797979;
	font-size: 11px;
	}

	
div.paging a {
	background: url(../images/paging_bg.jpg) repeat-x;
	display: block;
	float: left;
	height: 19px;
	line-height: 19px;
	color: #797979;
	font-size: 11px;
	padding: 0 8px;
	margin-right: 1px;
	border: 1px solid #e4e4e4;
	text-decoration: none;
	}
div.paging span.current {
	background:url(../images/paging_current_bg.jpg) repeat-x;
	float: left;
	display: block;		
	height: 19px;
	line-height: 19px;
	color: #fff;
	font-size: 11px;
	padding: 0 8px;
	margin-right: 0px;
	border: 1px solid #e4e4e4;
	text-decoration: none;
	
	}	


div.paging a:current,
div.paging a:hover {
	background:url(../images/paging_current_bg.jpg) repeat-x;
	display: block;
	float: left;
	height: 19px;
	line-height: 19px;
	color: #797979;
	font-size: 11px;
	padding: 0 8px;
	margin-right: 1px;
	border: 1px solid #e4e4e4;
	text-decoration: none;
	}
	
a.prev {
	background: url(../images/previous_bg.jpg) no-repeat left !important;
	padding-left: 20px !important;	
	}
	
a.next {
	background:url(../images/next_bg.jpg) no-repeat right !important;
	padding-right: 20px !important;	
	}
	
	
a.next:hover,
a.prev:hover {
	background: none;
	color: #797979 !important;
	}
	
.paging_bottom {
	bottom: 15px !important;
	top: auto !important;
	}
.arrow{
margin-top:4px; margin-right:10px; margin-left:6px;
}
.nav_text{
border:1px solid #e3e3e5; padding:6px; color:#00779a; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top:2px;
}
.nav_text a{
color:#00779a; text-decoration:none;
}
.nav_text a:hover{
color:#00779a; text-decoration:underline;
}
	
.arrow{
margin-top:4px; margin-right:10px; margin-left:6px;
}
.nav_text{
border:1px solid #e3e3e5; padding:6px; color:#00779a; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin-top:2px;
}
.nav_text a{
color:#00779a; text-decoration:none;
}
.nav_text a:hover{
color:#00779a; text-decoration:underline;
}
.event_active{
float:left; background:url(../images/active_bg.jpg); width:135px; border-left:1px solid #919090; border-right:1px solid #919090; border-top:1px solid #919090; font-family:arial; font-size:13px; color:#4c4c4c; text-align:center; padding-top:5px; padding-bottom:9px;
}
.event_inactive{
float:left; background:url(../images/inactive_bg.jpg); width:135px; border-right:1px solid #919090; border-top:1px solid #919090; font-family:arial; font-size:13px; color:#4c4c4c; text-align:center; padding-top:5px; padding-bottom:9px;
}
.event_inactive_first{
float:left; background:url(../images/inactive_bg.jpg); width:135px; border-left:1px solid #919090; border-right:1px solid #919090; border-top:1px solid #919090; font-family:arial; font-size:13px; color:#4c4c4c; text-align:center; padding-top:5px; padding-bottom:9px;
}
.nav_bg{
margin-left:5px; margin-top:15px;
float:left;
}
.mainareaNew{
border:1px solid #e4e4e4;
margin-top:5px;
margin-left:5px;
margin-bottom:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
float:left;
width: 77%;
}
.mainboxNew{
background:#E3F4F9;
margin-top:0px;
padding-left:0px;
padding-top:0px;
padding-bottom:15px;
float:left;
width: 100%;
}
