*{
	padding:0;
	margin:0;
}

body{
	font-family: Trebuchet MS, arial, verdana, sans;
	font-size:0.7em;
	line-height:1.4em;
	color:#333;
}

a{
	text-decoration:none;
}

.float_right{
	float:right !important;
}
.float_left{
	float:left !important;
}
.float_none{
	float:none !important;
}

.clear{
	clear:both;
	overflow:hidden;
	height:0;
	padding:0 !important;
	margin:0;
}

.radio_check{
	width:auto !important;
	clear:none;
}

.text_left{
	text-align:left !important;
}
.text_right{
	text-align:right !important;
}
.text_center{
	text-align:center !important;
}

.negative{
	color:#a00 !important;
}

.positive{
	color:#0a0 !important;
}

.autowidth{
	width:auto !important;
}

.halfwidth{
	width:50%;
	float:left;
}

img{
	vertical-align:middle;
}
.nowrap{
	white-space:nowrap;
}

.margin_bottom{
	margin-bottom:20px;
}

.small_margin_bottom{
	margin-bottom:5px !important;
}

.no_margin{
	margin:0;
}

a img{
	border:0;
}

.inline{
	display:inline;
}

h2.in_out{
	margin: 25px 0 5px 0 !important;
}

div.date_select_container select{	
	width:55px !important;
}

.transparent{
	background:transparent !important;
}

.uppercase{
	text-transform: uppercase;
}