@import url('reset.css');
@import url('map.css');
@import url('register_stiil.css');
@import url('add_demand.css');
@import url("jquery-ui-1.7.1.custom.css");

#codeigniter_profiler { position: absolute;}
@media print {
   thead {display: table-header-group;}
}

html {
	padding: 0px;
	margin: 0px;
	background:#f7f4dd;	
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: url(../images/top_grad.png) top repeat-x;
	height:100%;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
}
#links {
	position: absolute;
	left: 220px;
	top: 67px;
	font: 14pt Georgia;
	color: #474747;
}
#links li {
	display: block;
	float: left;
	margin-left: 30px;
}
#personal_data {
	position:absolute;
	top:0px;
	right:0px;
	margin-right: 11px;
	color: #ffffff;
	font: 10pt Arial;
	font-weight:bold;
}
#personal_data ul li {
	display: inline;
}
#bottom {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background: url(../images/bg.png) repeat-y;
	background-position: 25% 0%;
}
#bottom_left {
	width: 13%;
	float: left;
	text-align: center;
}
#bottom_right {
	width: 87%;
	float: right;
	font: 9pt Arial;
	color: #474747;
}
#bottom_right h1 {
	font: 14pt Georgia;
	color: #FF9900;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#bottom_right h2 {
	font: 10pt Arial;
	color: #474747;
	margin: 20px 0px 20px 0px;
}
.inside {
	padding: 0px 10px 10px 10px;
}
.admin_search {
	margin-top: 30px;
	width: 100%;
	text-align: right;
}
.admin_search button {
	margin-top: 10px;
}
.admin_search_box {
	width:100%;
}
#bottom_right th{
	background:#ffffff;
	border-bottom: 2px solid #94ef17;
}
#bottom_right td{
	background:#ffffff;
	border-bottom: 1px solid #94ef17;
}
#edit_fields {
	width: 250px;
	float: left;
}
#edit_fields {
	float: left;
}
.field_box {
	border: 1px #81b934 solid;
	width: 200px;
}
#bottom_right a:link, #bottom_right a:visited, #bottom_right a:hover {
	text-decoration: none;
	color: #FF9900;
}
#links a:link, #links a:visited, #links a:hover {
	text-decoration: none;
	color: #474747;
}  
#personal_data a:link, #personal_data a:visited, #personal_data a:hover{
	color: #ff9900;
	font: 10pt Arial;
	font-weight:bold;
	text-decoration: none;
}
.error {
	margin-bottom: 10px;
	border: double #FFFFFF;
	background: #FF3030;
	/*width: 99%;*/
	text-align: left;
	padding: 5px;
	font: 12pt Georgia;
	color: #FFFFFF;
}

.info {
	margin-bottom: 10px;
	border: double #FFFFFF;
	background: #86DB30;
	/*width: 99%;*/
	text-align: left;
	padding: 5px;
	font: 12pt Georgia;
	color: #FFFFFF;
}
#register_map {
	width: 400px;
	height: 300px;
}
#map-canvas {
	width: 400px;
	height: 300px;
}
#register_fields td {
	border: 0;
}
.photos {
	border: 1px double #f4f4f4;
	background: #f7f7f7;
}
#add_demand {
	width: 440px;
	border: 0;
	background: #ffffff;
	text-align: left;
}
#add_demand td {
	border: 0;
}
#add_demand span {
text-align: left;
vertical-align: baseline;
}
#add_demand input {
margin: 0;
padding: 0;
}
#edit_dem_check input{
	width: 20px;
}
