/* Defining the properties of main elements */
a img,:link img,:visited img {
	border: none;
}
a:link {
	text-decoration: underline;
}

a, a:visited {
	color: #47A;
}

a:hover, a:active {
	text-decoration: none;
}

body {
	background: #346574 url(../bg.jpg) repeat-x;
	padding: 20px 30px;
	font: 11px  "verdana" "arial" "helvetica" "sans-serif";
	color: #214553;
}

hr {
	height: 1px;
	border-top: 1px dashed #999999;
	border-bottom: 0;
	margin: 1em 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,form,p,input,table {
	margin: 0;
	padding: 0;
}

img { /*avoide any content wider then supported in posts (fix for IE6 and lower)*/
	max-width: 455px;
	width: expression(this.width > 455? "455px": true);
}

ul, ol {
	margin: 0 0 0.5em 3em;
}

table caption {
	width: 100% 240px; /* Fix for Firefox*/
	text-align: left;	
	color: #ffffff;
	font: bold 11px Verdana, Arial;
	padding: 1ex 1em;
	background: #000 url(../nav_block.gif);       
}
table caption a:link, table caption a:visited {
	color: #ffffff;
}


/* Style for the divs */
#content {
	width: 850px; /* 20 + 717 + 13 = 750 */
	padding: 10px 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #ececec;
}

#content .main {
	text-align: left
}

#copyright {
	margin-top: .6em;
}

#copyright a {
	color: #b0d2dc;
	/*background: #464646;*/
}

#copyright p {
	font-size: 10px;
	color: #b0d2dc;
	/*background: #464646;*/
}

#footer {
	background: url("../lay_footer.gif") bottom no-repeat;
	width: 850px;
	height: 15px;
}

#header {
	width: 850px;
	height: 15px;
	background: url("../lay_header.gif") left top no-repeat;
	border-left: 1px solid #cfe9f1;
	border-right: 1px solid #cfe9f1;
	border-bottom: 1px solid #cfe9f1;
}

#logotype {
	width: 850px;
	height: 125px;
	background: #FBFBFB url("../head_pic.jpg");
	border-left: 1px solid #cfe9f1;
	border-right: 1px solid #cfe9f1;
	border-bottom: 1px solid #cfe9f1;
}

#main {
	border-left: 0px solid #FBFBFB;
	width: 850px;
	text-align: left;
	overflow: hidden;
}


/* Other styles */
.alert                {
	font: 11px Verdana, Arial, sans-serif;
	color: #C41A1A;
	width: 850px;
	padding: 5px 5px 5px 5px; /* Top Right Bottom Left */
	margin: 5px 1px 5px 1px; /* Top Right Bottom Left */
	background: #FFB1B1!important;
	border: 1px solid #C41A1A;
} .alert a         {
	color: #C41A1A;
	font-size: 12px;
	text-decoration: none;
}

.around {
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

.captiontitle {
	font: bold 11px Verdana, Arial;
}

.dablock {
	font: 10px Verdana, Arial, sans-serif;
	color: #959595;
	width: 95%;
	padding: 5px 5px 5px 5px; /* Top Right Bottom Left */
	margin: 5px 1px 5px 1px; /* Top Right Bottom Left */
	text-align: left;
	background: #eee!important;
	border: 1px solid #CAC8C8;
	text-align: center;
} .dablock a {
	font-size: 12px;
	text-decoration: none;
}

.editorblock {
	color: #000;
	width: 100%;
	height: auto;
	text-align: left;
	background: #FFF; 
	border-bottom: 1px dashed #eee;
}

.main {
	text-align: left
} .main p {
	margin-bottom: 10px
}

.main .categorybar1 { 
	padding: 3px 9px;
}

.main .categorybar2 { 
	padding: 3px;
	text-align: center;
}

.message {
	font: 10px Verdana, Arial;
}

.misctext {
	font: 10px Verdana, Arial;
}

.navblock {
	font: 11px Trebuchet MS;
	color: #777;
	width: 850px;
	padding: 5px 1px 5px 1px; /* Top Right Bottom Left */
	margin: 5px 1px 0 1px; /* Top Right Bottom Left */
	text-align: left;
	border: 0px solid #A0C8DB;
	overflow: none;
	background: #000 url("../nav_block.gif") repeat-x;
} .navblock a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
	border:0px solid transparent;
	padding: 5px 12px 5px 12px;
} .navblock a:visited {
	color: #fff;
	font: 11px;
	text-decoration: none;
	font-weight:bold;
	border:0px solid transparent;
	padding: 5px 12px 5px 12px;
} .navblock a:hover {
	color: #fff;
	font: 11px;
	text-decoration: none;
	font-weight:bold;
	border:0px solid #940101;
	background:#940101;
	padding: 5px 12px 5px 12px;
}

.postcontent * { /*avoide any content wider then supported in posts*/
	max-width: 455px !important;
	position: inherit !important;
}

.status {
	width: 200px
}

table.editor td {
	padding: 0;
	text-align: left;
	overflow: visible !important;
}

table.editor td.content {
	padding: 0;
	vertical-align: top;
}

table.editor thead td, table tfoot td {
	background: #FFF !important;
}

table.editor thead td, table tfoot td {
	background: #eee !important;
}

table.editor {
	background: #ffffff;
	border-spacing: 0;
}

table.main td {
	padding: 1ex 1em;   

}

table.main td.content {
	padding: 1ex 1em 0 1em;
	vertical-align: top;
}

table.main thead td, table tfoot td {
	background-color: #eeeeee !important;
}

table.main thead td.active, table tfoot td.active {
	font-weight: bold;
}

table.main tbody td, table thead td, table tfoot td {
	border: 1px solid #cfcfcf;
}

table.main thead td, table tfoot td {
	background-color: #eee !important;
}

table.main {
	background-color: #ffffff;
	border: 0px solid #5c5c5c;
	margin: 0 0 2em 0;   
	font-size: 100%;
	width: 95%;

}
table.quote {
  border: 0px;
}
table.quote tbody td {
  border: 1px solid #CFCFCF;
  background-color: #f9f9f9;
}

td.editorpadding {
	padding-top: 10px !important;
	padding-right: 5px !important;
}

td.paddingleft {
	padding-left: 5px !important;
}

tr.title {
	background: #eeeeee;
}

.userimage { /*put images in posts on there own line*/
	display: block;
	cursor: pointer;
}
