BODY {
	/*font-family : "MS Sans Serif", Geneva, sans-serif;*/
	/*font-size : 10px;*/
	margin: 0px;
}

H3.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5275A5;
}

FONT.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5275A5;
}

TABLE.left_column {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #ffffff;
}

TH {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	/*background-color : #cccccc;*/
	background-color : #ffffff;
	font-size : 12px;
}

TR.header {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #ffffff;
	background-image: url(../../images/box_head_bg1.gif);
	background-repeat: repeat-x;
	height: 19px;
}

TR.warning {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #ffccff;
}

TR.silver {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #7fd8fd;
	font-weight: bold;
}

TR.blur {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #fafafa;
}

TR.muda {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #eeeeee;
}

TR.white {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #ffffff;
}

TR.green {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #ccffcc;
}

TD.blur {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #fafafa;
}

TD.muda {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #eeeeee;
}
/*
TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 11px;
}
*/
.bold {
    font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #000000;
	font-weight : bold;
	text-decoration: none;
}

LI.warning {
    font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #FF0000;
}

A.warning {
    font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #FF0000;
}
/*
A:hover {
    font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #666666;
}

A.no_line {
    font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #000000;
	text-decoration: none;
}

A {
    font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #000000;
}
*/
INPUT.warning {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	background-color : #ff3366;
}

SELECT.warning {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	background-color : #ff3366;
}

TEXTAREA.warning {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	background-color : #ff3366;
}

INPUT, SELECT  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
}

div.select_element .option_element{
	height: 150px;
	width: 100%;
	overflow:hidden;
}

div.select_element .option_element .box_option_element{
	width: 100%;
	position:static !important;
	margin-bottom:5px;
}

div.select_element .option_element .box_option_element{
	width: 100%;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
}

div.select_element .option_element .box_option_element {
	width: 100%;
	display:inline !important;
	vertical-align:top;
}

.list{
	width:100%;
	padding:1px 0 1px 0;
}	

input[type="radio"], input[type="checkbox"] {
	border:none;
}