﻿body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited { color: #008000; text-decoration: none} 
a:active, a:hover { color: #FF0000; text-decoration: underline}

#templatemo_container {
	width: 828px;
	margin: 0px auto;
	background: url('../images/templatemo_content_bg.gif');
}
#templatemo_container1 {
	width: 500px;
	margin: 0px auto;
	background: url('../images/templatemo_content_bg.gif');
}
#templatemo_top {
	clear: left;
	height: 25px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 39px;
	padding-right: 25px;
	text-align: right;
	background: url('../images/templatemo_top_bg.gif') no-repeat 50% bottom;
}
#templatemo_header {
	clear: left;
	margin-top: 8px;
	height: 208px;
	text-align: right;
	padding-left: 25px;
	Background: url('../images/templatemo_header.jpg') no-repeat;
}
#templatemo_left_column {
	clear: left;
	float: left;
	width: 210px;
	padding-left: 3px;
}
#templatemo_right_column {
	float: right;
	width: 590px;
	padding-right: 15px;
}
#templatemo_footer {
	clear: both;
	padding-top: 9px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	background: url('../images/templatemo_footer_bg.gif') no-repeat;
	color: #666666;
}
#templatemo_footer a {
	color: #666666;
}
#templatemo_site_title {
	padding-top: 30px;
	font-weight: bold;
	font-size: 36px;
	color: black;
}
#templatemo_site_slogan {
	padding-top: 14px;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
.templatemo_spacer {
	clear: left;
	height: 10px;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.templatemo_pic1 {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	float:inherit;
}
.templatemo_pic2 {
	margin-right: 10px;
	margin-bottom: 10px;
	float:inherit;
	border: none;
}
.section_box {
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: url('../images/gradient_top.gif') repeat-x;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.post_box {
	clear: left;
	margin-top: 10px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
}
.text_area {
	padding-top: 12px;
	padding-bottom: 12px;
}
.post_text_area {
	padding: 10px;
}
.post_title {
	padding-left: 10px;
	background: #EFEFEF url('../images/gradient_top.gif') repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.publish_date {
	clear: both;
	padding-left: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	background: #EFEFEF url('../images/gradient_bot.gif') repeat-x 50% bottom;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.title {
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #AA0000;
}
.templatemo_menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 200px;
}
.templatemo_menu li a{
	background: #F4F4F4 url('../images/button_default.gif') no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #008000;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding-left: 14px;
	text-decoration: none;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
* html .templatemo_menu li a{ 
	width: 195px;
}
.templatemo_menu li a:visited, .templatemo_menu li a:active{
	color: #008000;
}
.templatemo_menu li a:hover{
	background: #EEEEEE url('../images/button_default.gif') no-repeat left bottom;
	color: #CC0000;
}

/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}
