﻿/* top elements */
* {
	margin: 0;
	padding: 0;
	/*outline: 0;*/
}
body {
	font: normal 73%/1.6em 'Segoe UI', 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
}
#aspnetForm {
	margin: 0;
	padding: 0;
}
/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
	font-size: 1.4em;
	color: #555;
}
h2 {
	font-size: 1.2em;
	/*text-transform: uppercase;*/
}
h3 {
	font-size: 1.2em;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol, dl {
	margin: 10px 30px;
	padding: 0 15px;
}
dt {
	font-weight: bold;
	margin-left: -30px;
}
/* images */
img {
	border: 1px solid #DADADA;
	padding: 8px;
	background: #FAFAFA;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #3182C0;
}
pre {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #3182C0;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #3182C0;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
}
blockquote.note {
	font-size: 1em;
	font-weight: normal;
	padding-left: 36px;
	background: #f2f2f2 url('../images/info.png') no-repeat 9px center;
}
blockquote.warn {
	font-size: 1em;
	font-weight: normal;
	padding-left: 36px;
	background: ivory url('../images/warning.gif') no-repeat 8px center;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;
}
th strong {
	color: #fff;
}
th {
	background: #3182C0;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first, th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */
/* form elements */
form {
	margin: 10px 15px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color: #777;
}
textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #DADADA;
}
/* links */
a:link {
	background: inherit;
	color: #3182C0;
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: #72A545;
}
a:visited {
	background: inherit;
	color: #3182C0;
	text-decoration: underline;
}
a:active {
	background: inherit;
	color: red;
	text-decoration: underline;
}
/*-- page layout --*/
.wrap {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	border: 1px solid silver;
}
#_form
{
margin: 0;
padding: 0;
display:block;
}
/*-- page header --*/
#page-header {
	margin: 0;
	padding: 0;
	font: 12px/160% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: url(../images/headerbg.png) repeat-x;
	color: #666666;
	text-align: center;
}
#wrap-header {
	border-color: #414143;
	border-style: none solid none solid;
	height: 62px;
	background: #535456 url(../images/headerbg1.png) repeat-x;
}
#wrap-header #logo {
	margin-right: 16px;
	display: block;
}
#wrap-header a:link, a:visited, a:hover {
	margin: 0;
	padding: 0;
	border: 0px none;
	text-decoration:none;
}
#wrap-header img {
	margin: 0;
	padding: 0;
	border: 0px none;
}
/* Navigation */
#page-menu {
	margin: 0;
	padding: 0;
}
#wrap-menu {
	border-color: #276799;
	border-style: none solid none solid;
}
#wrap-cramb {
	border-style: none solid none solid;
	background-color: #F2F2F2;
}
#cramb {
	padding: 2px 8px;
	border-top: 1px #F2F2F2 solid;
	border-bottom: 1px #eaeaea solid;
	color:#0e609e; /* #656769;*/ /*#F2F2F2;*/
	background-color: #CCC;/*#656769;*/
}
#nav {
	height: 28px;
	background: #0e609e url("../images/nav.gif") repeat-x left top;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 1;
	padding: 0 1em;
	color: #fff;
	font: bold 12px/28px 'Segoe UI', 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #edf8c7;
}
#nav ul li#current a {
	background: #0c4e80 url("../images/pointer.gif") no-repeat center bottom;
	color: #93DAFF;
}
/*-- page content --*/
#page-content {
}
#wrap-content {
	border-top-style: none;
	border-bottom-style: none;
}
#page-footer {
	clear: both;
	/*background: #FFF url("../images/footerbg.gif") repeat-x left top;*/
}
#wrap-footer {
	clear: both;
	background-color: #e0e0e0;
	border-top-color: #d5d5d5;
	/*border-top-style: none;*/
	text-align: center; /*height: 50px;*/;
	font-size: .9em;
	margin-bottom: 5px;
}
/* sidebar */
#sidebar {
	/*position: relative;*/
	float: right;
	width: 200px;
}
#sidebar h1 {
	padding: 5px;
	margin: 0;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #65944A;
}
#sidebar p {
	padding: 0;
	margin: 0 5px 0.5em 5px;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}
.searchform {
	padding-top: 5px;
}
.search-query {
	width: 65%;
}
/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	background: #F2F2F2;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	height: 1.5em;
	padding: .3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration: none;
}
#sidebar ul.sidemenu a.top {
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #65944A;
	color: #65944A;
}
/* main column */
#main {
	/*position: relative;*/
	float: left;
	width: 630px;
}
#main h1 {
	padding: 10px 0px 2px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #CCC;
	font: bold 1.8em 'Segoe Condensed', 'Trebuchet MS', Tahoma, Sans-serif;
}
#main h2 {
	font: bold 1.5em 'Segoe Condensed', 'Trebuchet MS', Tahoma, Sans-serif;
}
#main h3 {
	font: bold 1.5em 'Segoe Condensed', 'Trebuchet MS', Tahoma, Sans-serif;
	font-style: italic;
}
#main ul li {
	list-style-image: url("../images/bullet.gif");
}
.post {
	margin: 0;
	padding: 0;
	background: #FFF url("../images/gradientbg.jpg") repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url("../images/comment.gif") no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url("../images/page.gif") no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
/* display classes */
.clear {
	clear: both;
}
.block {
	display: block;
}
.align-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}.hide {
	display: none;
}
.blue {
	color: #3791D7;
}


