body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



input, textarea {
	font: /*bold*/ 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	/*border-bottom: 1px dotted #EFEFEF;*/
	text-decoration: none;
	color: #356AA0;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin-top: 0px;
	padding: 0px 190px 0 40px;
	/*background: url(images/img02.jpg) no-repeat right top;*/
	/*text-transform: lowercase;*/
	letter-spacing: -3px;
	font-size: 4.4em;
}

#header h1 span {
	color: #CC0000;
}

#header h2 {
	float: left;
	margin: 0 0 0 -180px;
	padding: 40px 0 0 0;
	/*text-transform: lowercase;*/
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

#header h2 a {
	color: #333333;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	width: 580px;
    float:right;
}

.post {
	padding: 12px 50px;
	background: url(images/img04.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
	font-size: 120%;
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	color: #CC0000;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}















table{
font-size: 80%;
text-align: center;
border-collapse: collapse;
border-right: 1px solid #3E7EBD;
border-bottom: 1px solid #3E7EBD;
border-left: 1px solid #3E7EBD;
margin: 10px 30px;
}
table th{
background: #3E7EBD;
color: #fff;
}
table td{
padding: 3px 10px;
border-left: 1px solid #3E7EBD;
}
table tr{
padding: 8px;
font-size: 110%;
border-bottom: 1px solid #3E7EBD;
}


form table, table#control {
	border: 0px;
}
form table th, table#control th {
background: none;
color: #000
}
form tr, table#control tr {
	border: 0px;
}
form td, table#control td {
	border: 0px;
}

 table.control {
	border: 0px;
}
 table.control th {
background: none;
color: #000
}
 table.control tr {
	 padding:0px;
	border: 0px;
}
 table.control td {
	 padding:0px;
	border: 0px;
}




table#crange {
	float:left;
}

table#cmove {
	margin-top:25px;
}

div#description {
	text-align: center;
}


input.datetimepicker {
			background: transparent url('images/calendar.png') no-repeat right;
			border: 1px solid #CCCCCC;
			padding-right: 20px;
			padding: 0.2em;
			width: 150px;
}



div#map {
    border: #968787 solid 1px;
    width:600px;
    height:400px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;

}

input[type=text], input[type=password] {
    border: #BABABA solid 1px;
    padding: 2px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	/*display: none;*/
}

br.clear {
    clear: both;
}

input#frmgraphStyleForm-color {
    width: 80px;
}

div#graph {
    width: 600px;
    height: 300px;
    text-align: center;
}

#userinfo {
    float:right;margin-top: 26px;
    margin-right: 20px;
}