@charset "utf-8";
/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body, div, table, th, tr, td, ul, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body {
	background: ;
	font-family: "Verdana", "Arial";
	font-size: 8pt;
	color: #444;
}	

a {
	color: #555;	
}

a:hover {
	color: #333;	
}

input, textarea {
	width: 80%;	
	border: 1px solid #333;
	background: #EBEBEB;
}

#container {
	width: 1000px;
	height: 600px;
	margin: auto;
	padding: 10px;
	margin-bottom: 10px;	
}

#sidebar {
	width: 185px;
	height: 600px;
	float: left;	
}

#sidebar_item {
	height: 118px;
	width: 183px;
	border: 1px solid #CCC;	
	background: url(../_images/menu.png);
	color: #FFF;
}

#sidebar2 {
	width: 185px;
	height: 600px;
	float: right;
}

#sidebar2_item {
	height: 198px;
	width: 183px;
	border: 1px solid #CCC;
	background: url(../_images/menu.png) bottom repeat-x #a40002;	
}

#center {
	float: left;
	width: 600px;	
}

#info {
	width: 600px;
	height: 150px;
	margin: auto;	
}

#info_item {
	width: 258px;
	height: 128px;
	float: right;
	padding: 10px;
}

#right {
	width: 800px;	
	height: 600px;
	float: right;
}

#mainContent {
	width: 600px;
	height: 600px;
	float: left;	
}

#mainContent_main {
	width: 600px;
	height: 373px;
}

#mainContent_compan { height: 580px; width: 600px; background: url(../_images/compan.png) no-repeat center; }

#mainContent_compan img {
	float: left;
	padding: 0;
	margin: 10px;
}

#footer {
	width: 1020px;
	height: 15px;
	margin: auto;
	margin-bottom: 10px;
	border-top: 2px solid #CCC;	
}

.inst {
	margin-top: 5px;
	margin-left: 20px;	
}

ul li .inst {
	list-style: circle;
}

input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}

input, textarea, select {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
}

#aseg {
	width: 600px;
	height: 60px;
	margin: auto;
	margin-bottom: 10px;	
}

#aseg li {
	list-style: none;	
}

#aseg a {
	height: 60px;
	float: left;
	display: block;
	padding: 5px;
}

.tags {
}

.tags label input {
	width: auto !important;
}

.results li {
	list-style: none;
}