/* common definitions */
html, body, div, h1, h2, h3, form, fieldset, table {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: none;
}

/* tag definitions */

html {
	height: 100%;
}

body {
	height:100%;
	color:rgb(120,120,120);
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;	
	font-weight: normal;	
}

h1 { font-size: 16px; line-height: 30px; }
h2 { font-size: 16px; line-height: 30px; }
h3 { font-size: 14px; line-height: 30px; }

th {
	vertical-align: top;
	text-align: left;
	padding:3px;
}

td {
	padding:3px;
	vertical-align:top;
}

acronym {
	cursor: help;
	text-decoration: underline;
	border: 0px;
}

a {
	color:rgb(120,120,120);
	text-decoration: none;
}

a:hover {
	color:#c00;
}

input {
	color: rgb(120,120,120);
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
}

select {
	background-color: #fffbec;
	color: rgb(120,120,120);
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	overflow: hidden;
}


/* blocks */
#container {
	width:800px;
	margin: 0 auto;
	border: none;
}

/*
 * HEADER
 */
#head {
	margin-top:20px;
	background-image: url('../img/header.jpg');
	height:119px;
}

#head a {
	display: block;
	width:100%;
	height:119px;
}

#head a span {
	position: absolute;
	top:-9999px;
}

/*
 * FOOTER
 */

#footer {
	clear:both;
	padding-top:15px;
}

#foot-menu {
	text-align: center;
	font-weight:bold;
}

/*
 * BODY
 */
 
#main {
} 

/*
 * LEFT SIDEBAR 
 */

#left-menu {
	float:left;
	width: 197px;
	background-repeat:no-repeat;
	background-position:top;
	padding-top:3px;
}

#left-menu ul {
	margin:0;
	padding:0;	
}

#left-menu li {
	height:37px;
	margin:0 1px;
	padding:0 2px 0 30px;
	border-bottom: 1px solid #808080;
	list-style-type:none;
	font-size: 13px;
	font-weight:bold;
	line-height:35px;
}

#left-menu li#left-menu-rava {
	height:34px;
	background-image: url('../img/sidebar/sidebar-rava.png');
	background-repeat: no-repeat;
	background-position:4px 8px;
}

#left-menu li#left-menu-vhd {
	background-image: url('../img/sidebar/sidebar-vhd.png');
	background-repeat: no-repeat;
	background-position:6px 8px;
}

#left-menu li#left-menu-account {
	background-image: url('../img/sidebar/sidebar-mva.png');
	background-repeat: no-repeat;
	background-position:8px 5px;
}

#left-menu li#left-menu-eod {
	background-image: url('../img/sidebar/sidebar-eod.png');
	background-repeat: no-repeat;
	background-position:4px 5px;
}

#left-menu li#left-menu-svid {
	background-image: url('../img/sidebar/sidebar-svid.png');
	background-repeat: no-repeat;
	background-position:4px 8px;
	padding-top:8px;
	height:40px;
	line-height:16px;
}

#left-menu li#left-menu-fwab {
	background-image: url('../img/sidebar/sidebar-fwab.png');
	background-repeat: no-repeat;
	background-position:4px 5px;
	padding-top:8px;
	height:42px;
	line-height:16px;
}


#left-menu li#left-menu-back {
	padding-top:5px;
	height:56px;
	line-height:16px;
}

#left-menu li#provided-by-ovf {
	padding-top:20px;
	height:45px;
	font-size:12px;
	line-height:14px;
	border-bottom: 0;
}

#left-menu-footer {
	height:5px;
	background-color: transparent;
	background-image: url('../img/sidebar/sidebar-left-footer.png');
	background-repeat: no-repeat;	
}
/*
 * CONTENT
 */
 #content {
	float:left;
	width:603px;
	background-image: url('../img/content-bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:transparent;
}

*html #content{overflow:hidden;}
/**
 * FORMS
 */
 .hd {
 	height: 40px;
 }
 
 .hd h2 {	
	color: #c00;
	height: 30px;
	padding: 10px 0px 0px 33px;
	line-height: 20px; 
	letter-spacing: 1px; 
	word-spacing: -1px;
}

.drupal .hd h2 {padding-left:12px;}

 .bd {
 	padding: 10px;
 	margin: 0px;
	font-size: 13px; 
	line-height: 20px;
}
 .ft {
 	height:5px;
 }

.oneline {
	display: block;
	padding: 5px 5px;
	height: 20px;
}
.oneline span { 
	display: block;
	float: left;
	font-weight: bold;
}
.oneline select {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.oneline input.radio {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

.field {
	background-color: #fff;
	border: 1px solid #ccc;
}

.wide-content {
	width:599px;
	margin-left: 4px;
}
.wide-content .hd {
	background: transparent url('../img/wide-content-hd.png') top left no-repeat;
}
.wide-content .bd {
	background: transparent url('../img/wide-content-ft.png') bottom left no-repeat;
}
.note{
	text-align: center;
}
