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

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background: url(../images_basic/bg_lines_001.gif);
}

table {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}

a:hover   {text-decoration:none; color: #CC0000;}
a:link    {text-decoration:none;}
a:visited {text-decoration:none;}
a:active  {text-decoration:none;}

a {   
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.underline {
	text-decoration: underline;
}

.tablewh100 {
	height: 100%;
	width: 100%;
} 

.size9 {
    font-size: 9px;
}

.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.bold {
	font-weight: bold;
}

.smallbold {
    font-size: 10px;
	font-weight: bold;
}

.boldred {
	font-weight: bold;
	color: #CC0000;
}

.headlineboldred {
    font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.headlineboldblack {
    font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.filterwhite {
    background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.3;
	opacity: 0.3;

}

.bordersetdesc {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-left-color: #D2D2D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: auto;
	width: 260px;
}

.bordergrey {
	border: 1px #7F7F7F solid;  
}

.bordergreyleft {
	border-left:   1px #7F7F7F solid;
}

.bordergreyright {
	border-right:   1px #7F7F7F solid;
}

.bordergreytop {
	border-top:   1px #7F7F7F solid;
}

.bordergreytopleft {
	border-top:   1px #7F7F7F solid;
	border-left:   1px #7F7F7F solid;
}

.bordergreytopright {
	border-top:   1px #7F7F7F solid;
	border-right:   1px #7F7F7F solid;
}

.bordergreybottom {
	border-bottom:   1px #7F7F7F solid;
	
}

.bordergreytopbottom {
	border-bottom:   1px #7F7F7F solid;
	border-top:   1px #7F7F7F solid;
}

.bordergreyleftbottom {
	border-bottom:   1px #7F7F7F solid;
	border-left:   1px #7F7F7F solid;
}

.bordergreyleftbottomtop {
	border-bottom:   1px #7F7F7F solid;
	border-left:   1px #7F7F7F solid;
	border-top:   1px #7F7F7F solid;
}

.bordergreyleftrighttop {
	border-right:   1px #7F7F7F solid;
	border-left:   1px #7F7F7F solid;
	border-top:   1px #7F7F7F solid;
}

.bordergreyrightbottomtop {
	border-bottom:   1px #7F7F7F solid;
	border-right:   1px #7F7F7F solid;
	border-top:   1px #7F7F7F solid;
}

.bordergreyleftrightbottom {
	border-bottom:   1px #7F7F7F solid;
	border-right:   1px #7F7F7F solid;
	border-left:   1px #7F7F7F solid;
}

.formfieldtop {
	font-size: 10px;
	color: #000000;
	margin: auto;
	height: 14px;
	width: 95px;
}
.formfieldsearch {
	font-size: 9px;
	color: #7F7F7F;
	height: 15px;
	width: 120px;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	border: 0px;
				
}