/*  
Theme Name: Typebased
Theme URI: http://www.woothemes.com/
Description: Typebased by WooThemes
Version: 1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/
html,body {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;

}

body {
	background:#192a18 url(images/bg_green.jpg) no-repeat scroll 50% 0
}

body,img,p,h1,h2,h3,h4,h5,ul,ol,li,form,blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

p,h1,h2,h3,h4,h5,ul,ol,blockquote p {
	padding: 10px 0;
}

h1,h3 {
	color: #505050;
}
h1 {
color:#737373;
font-size:18px;
text-transform:uppercase;
}
ul,ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Align (used for images) */
.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */
h3.wrap {
	background-color: #fffff;
}

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */
#container {
	width: 940px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat 0 143px;
}

/* Header */
#header {
	width: 100%;
	height: 112px;
}

#header span {
	position: relative;
	top: -100px;
	margin-left: 695px;
	font-family: Arial,'Trebuchet MS', Sans-serif;
	font-size: 18px;
	opacity: 0.35;
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
}

#header h1 {
	padding: 0px 0 0 0px;
}

#header img {
	z-index: 100;
}

/* Main Menu */
#menu {
	width: 100%;
	height: 35px;
	margin: 0px;
}

#menu ul {
	width: 764px;
	height: 35px;
	margin-left: 160px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom;
	position: relative;
}

#menu ul li {
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans";
}

#menu ul li a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 17px 0 0;
	color: #C0CDCF;
	border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 27px;
}

/* Main Menu - Current Page Item */
#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
	z-index: 10;
}

/* Main Menu - extra */
#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}

/* Content Area - Content and Sidebar */
.background {
	background: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
}

/* Content */
#content {
	width: 651px;
}

#content ul.newsattach li {
	list-style-type: none;
}

h2.arh {
	width: 460px;
	margin-left: 160px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	/*background: #FFF0D4;*/
	background-color: #F0F0F0;
	color: #000000;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}

/* Post */
.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: #CBCBCB 1px solid;
	background: url(images/post_element.gif) no-repeat 159px 21px;
}

.error,.page {
	border: 0;
}

/* Post Content */
.post-content {
	width: 440px;
	margin-right: 21px;
	display: inline;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */
.post-content h2 {
	font-size: 24px;
	line-height: 26px;
}

.post-content h2 a {
	color: #404040;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content h3 {
	font-size: 16px;
	padding: 5px 0;
	font-family:IndieFlowerRegular;
	line-height: 20px;
}

/* Post Content Lists and Blockquote */
.post-content ol,.post-content ul {
	line-height: 20px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left: 2px solid #777777;
	color: #777777;
	font-style: italic;
	margin: 5px auto 15px;
	padding: 0px 10px;
	width: 85%;
}

/* Post Content Images*/ /* Post Content (read more) */
.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #4A8393;
	text-decoration: underline;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */
.post-meta {
	width: 140px;
	margin-left: 6px;
	text-align: right;
	display: inline;
	padding-top: 11px;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */
.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month,.post-meta h3 span.year {
	color: #666666;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */
.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
}

.post-meta h4.author {
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}
/* More Entries */
.more_content {
	width: 630px;
	clear: both;
	background: url(images/white.gif) ;
	padding: 15px 10px 16px 10px;
	border-bottom: #CBCBCB 1px solid;
}

/* More Entries */
.more_posts {
	width: 440px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.content_all {
	width: 640px;
	clear: both;
	padding: 0px 0 0px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (single.php and comments.php) */
h3#comments,h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;
	padding: 1px !important;
}

.comments_wrap .right {
	margin-left: 55px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */
#sidebar {
	width: 289px;
}

#sidebar h2 {
	font-size: 18px;
	color: #737373;
	text-transform:uppercase;
}

/* Sidebar Search */
#search {
	width: 100%;
	height: 57px;
	background: url(images/search_block_bg.gif) no-repeat 0 0;
	height: 50px;
}

#search form {
	padding: 14px 0 0 14px;
}

#search form div {
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
}

/* Sidebar Block */
#sidebar .block {
	padding: 14px 4px 4px 14px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .block a {
	color: #3F6069;
}

#sidebar .block a:hover {
	color: #131A1C;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */
#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding: 4px 0 4px 21px;
	background: url(images/circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */
#sidebar .categories ul,#sidebar .blogroll ul,#sidebar .widget_categories ul,#sidebar .widget_links ul
	{
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

.tabs h2 {
	padding: 4px 0 4px 0px;
}

#sidebar .categories ul li,#sidebar .blogroll ul li,#sidebar .widget_categories ul li,#sidebar .widget_links ul li
	{
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li,#sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#content .categories ul {
	margin-top: 3px;
	margin-bottom: 15px;
}

#content .categories li {
	width: 170px;
	float: left;
	margin-right: 10px;
	display: inline;
	padding-left: 40px;
	min-height: 35px;
	border-bottom: 1px solid #F0F0F0;
}

.webpage {
	background: url(images/browser-32x32.png) no-repeat 0 0px;
}

#sidebar .blogroll ul li,#sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */
#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */
#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

ul#recentcomments li.recentcomments {
	background: url(images/forum_person.png) no-repeat 2px 5px;
	padding-left: 40px;
	min-height: 48px;
}

.recentcomments {
	background: url(images/forum_person.png) no-repeat 2px 2px;
	padding-left: 40px;
	min-height: 48px;
	margin-top: 10px;
	vertical-align: top;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}

/* Widget (calendar) */
#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,#wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td,table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */
#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */
#footer {
	width: 940px;
	margin: 0 auto;
	background: url(images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}

#footer a {
	color: #B2D1E4;
}

#footer a:hover {
	color: #318DE1;
}

#footer h2 {
	color: #6D7E87;
}

/* Footer Popular Articles */
#footer .popular {
	padding-bottom: 30px;
}

#footer .left-col .wrap {
	width: 646px;
}

#footer .left-col h2 {
	width: 115px;
	display: block;
	float: left;
	line-height: 24px;
	text-align: right;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	background: url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
}

#footer .left-col ul {
	width: 441px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}

/* Footer Subscribe */
#footer #subscribe {
	width: 241px;
	padding: 0 30px 0 18px;
	color: #B2D1E4;
}

#footer #subscribe a {
	font-weight: bold;
	text-decoration: underline;
}

#footer #subscribe h2 {
	font-size: 16px;
}

#footer #subscribe p {
	padding: 8px 0 8px 42px;
}

#footer #subscribe p.rss {
	background: url(images/icon_rss.gif) no-repeat 0 11px;
}

/* Copyright */
#copyright {
	width: 100%;
	clear: both;
	background: #000000 url(images/bottom.gif) no-repeat left bottom;
	border-top: #2B404D 1px solid;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */
.wrap:after,.block ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Misc */
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Threaded comments */
ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	list-style-type: none;
}

ol.commentlist li ul.children {
	padding-left: 20px;
}

ol.commentlist li ul.children li {
	border-top: 1px dotted #D7D7D7;
	border-bottom: none;
	padding-top: 15px;
}

.menutablebuttom {
	background: url('images/menu/box_buttom.png');
	height: 20px;
	opacity: 0.9;
}

.menutabletop {
	background: url('images/menu/box_top.png');
	height: 20px;
	opacity: 0.9;
}

.menutablemiddle {
	opacity: 0.9;
	padding-left: 20px;
	padding-top: 8px;
	padding-right: 20px;
	background: url('images/menu/box_middle.png');
}

.menutable {
	color: #000000;
	display: none;
	position: absolute;
	width: 250px;
	z-index: 300;
	margin-top: 3px;
}

.artikeltablebuttom {
	background: url('images/menu/box_buttom_main.png');
	height: 20px;
	opacity: 0.9;
}

.artikeltabletop {
	background: url('images/menu/box_top_main.png');
	height: 20px;
	opacity: 0.9;
}

.artikeltablemiddle {
	opacity: 0.9;
	padding-left: 20px;
	padding-top: 8px;
	padding-right: 20px;
	background: url('images/menu/box_middle_main.png');
}

.artikeltable {
	color: #000000;
	display: none;
	position: absolute;
	width: 550px;
	z-index: 300;
	margin-top: 3px;
}

#fishEyeList {
	
}

#fishEyeList ul {
	width: 170px;
	list-style-type: none;
	margin: 0px 0px;
	padding: 2px;
}

.fisheyeTarget {
	font-weight: bold;
}

#fishEyeList li {
	text-align: right;
	padding-bottom: 12px;
}

.ilk {
	border-top: 1px solid #999;
	color: #666;
	font: 12px Arial, sans-serif;
}

.date {
	width: 80px;
	background: url(images/notes_80.png) no-repeat;
	position: relative;
	float: left;
	z-index: 1;
	height: 70px;
	font-size: 14px;
	color: #404040;
	margin-left: -5px;
	text-align: center;
}

.phone {
	background: url(images/con_tel.png) no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

.handy {
	background: url(images/con_tel.png) no-repeat;
	padding-left: 20px;
}

.mail {
	background: url(images/mail.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

.phonebusiness {
	background: url(images/con_tel.png) no-repeat;
	padding-left: 20px;
}

a.pdf {
	background: #ffffff url('images/file-red.gif') no-repeat;
	padding-left: 16px;
	margin-left: 5px;
}

a.zip {
	background: url('images/file-orange.gif') no-repeat;
	padding-left: 16px;
	margin-left: 5px;
}

a.psd {
	background: url('images/file-blue.gif') no-repeat;
	padding-left: 16px;
	margin-left: 5px;
}

a.doc {
	background: url('images/file-blue.gif') no-repeat;
	padding-left: 16px;
	margin-left: 5px;
}

a.xls {
	background: url('images/xls.gif') no-repeat;
	padding-left: 16px;
	margin-left: 5px;
}

a.external {
	background: url('images/window.gif') no-repeat;
	padding-left: 16px;
}

#panel  ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 15px;
	padding: 4px 0 4px 21px;
	background: url(images/circle.png) no-repeat 5px 11px;
}

#panel  ul li a {
	color: #ffffff;
}

#panel  ul li ul li {
	border: 0;
}

#news ul li {
	line-height: 15px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	max-width: 150px;
	width: 140px;
	border-bottom: 1px dashed #CBCBCB;
	
}
#news h3,#news ul {
	padding:5px 0px;
	
}
ul.gallery {
	list-style: none;
	margin: 0 0 10px 0;
}

ul.gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

ul.gallery li a {
	padding: 2px;
	display: block;
	border: 2px #9db2b9 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}

ul.gallery li a:hover {
	border: 2px #313739 solid;
}

.searchresult { /*background-color:#fb9d39;*/
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	font-size: 15px;
}

/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: left;
	/*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a,.pagination a:visited {
	padding: 0 5px;
	border: 1px solid #CBCBCB;
	text-decoration: none;
	color: #8D8D8D;
}

.pagination a:hover,.pagination a:active {
	border: 1px solid #CBCBCB;
	color: #ffffff;
	background-color: #587384;
}

.pagination a.currentpage {
	background-color: #587384;
	color: #FFF !important;
	border-color: 1px solid #CBCBCB;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink,.pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #CBCBCB;
	font-weight: normal !important;
}

.pagination a.prevnext {
	font-weight: bold;
}

.tabs ul {
	padding: 2px;
	2
	px;
}

.personlist li {
	border-top: 1px solid #CBCBCB;
}

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 4599;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 4550;
	right: 0; top: 0;
	background: url(images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}

.time {
color:#999999;
display:block;
font-size:16px;
margin:0px 0 0px;
padding:0;
text-transform:uppercase;
}
.time em {
color:#737373;
font-style:normal;
}
h2.arh {
font-family:IndieFlowerRegular;	
}
h3.wrap {
font-family:IndieFlowerRegular;		
}
.searchresult {
font-family:IndieFlowerRegular;		
}


.tooltip {
	min-width: 260px;
	max-width: 260px;
	width: 260px;
	padding: 0px;
	margin: 0px;
	padding: 5px;
	border: 1px;
	background: transparent;
	color:#ffffff;
}

.tooltip_bottom {
	background: url('images/box_buttom_black.png');
	height: 15px;
	opacity: 0.9;
}

.tooltip_head {
	background: url('images/box_top_black.png');
	height: 15px;
	opacity: 0.9;
	text-align: right;
	padding-right: 20px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.tooltip_message {
	opacity: 0.9;
	padding-left: 18px;
	padding-right: 18px;
	background: url('images/box_middle_black.png');
}

.message {
	color: white;
	
}
.input_alert {
	border-color: red !important;
	color: black;
}

#content  form {
	font: normal 12px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: inherit;
	line-height:20px;
}

#content form input,form select {
	height: 30px;
}


#content .form input[type=text],#content .form  input[type=password],#content .form  input[type=file],#content .form  textarea,#content .form  select {
	border: 2px solid #ddd;
	padding: 4px;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: normal 14px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: #333;
	width: 100%;
}


#content form {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;


font-size:12px;
margin:0;

padding:0;
}


/* end - table */
.mandatorystyle {
	background-color: #F0F0F0;
}

#content .formstyle p, .formstyle440 p {
	
	margin: 0 0 1.5em;
	font: normal 12px/ 12px "Corbel", "Trebuchet MS", "Lucida Grande",
		"Lucida Sans Unicode", sans-serif;
	color:#ffffff;
	line-height: 22px;
}

#content form  ul {
	
	margin: 0 0 1.5em;
	font: normal 12px/ 12px "Corbel", "Trebuchet MS", "Lucida Grande",
		"Lucida Sans Unicode", sans-serif;
	color:#ffffff;
	line-height: 20px;
}




#content .formstyle h1, .formstyle440 h1 {
	font: normal 30px/ 30px "Corbel", "Trebuchet MS", "Lucida Grande",
		"Lucida Sans Unicode", sans-serif;
	margin: 0 0 10px;
	color:#ffffff;
}

#content .formstyle h2, .formstyle440 h2 {
	font: normal 21px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: inherit;
	margin: 30px 0 10px;
	color:#ffffff;
}

#content .formstyle h3, .formstyle440 h3{
	font: normal 16px/ 20px Lucida Grande, Lucida Sans Unicode, Lucida,
		Calibri, sans-serif;
	color: inherit;
	color:#ffffff;
}




#content form input::-moz-focus-inner,form textarea::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#content .form input:focus,form textarea:focus {
	border-color: #3F6069;
}


#content form input[type="hidden"] {
	display: none !important;
}

#content form ul.inline-form {
	font-size: 14px;
}

#content form ul.inline-form li {
	position: relative;
		list-style: none;
}

#content form ul.inline-form li label {
	position: absolute;
	display: none;
	top: 0;
	padding: 0 8px;
	line-height: 30px;
	color: #999;
}

#content form ul.inline-form li label.overlay {
	cursor: text;
	z-index: 2;
}

#content form ul {
	margin-bottom: 0;
}

#content form ul li {
	clear: both;
	zoom: 1;
	margin-bottom: 18px;
	

	
}

#content form ul li:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content form ul li label {
	display: block;
	position: relative;
	margin-bottom: 2px;
}

#content form ul li label em {
	position: absolute;
	right: 0;
	font-style: normal;
	color: #777;
	font-size: 11px;
}

#content form ul li textarea {
	height: 120px;
}

#content form ul li.inline input,form ul li.submit input,form ul li .checkboxes input,form ul li .radio-buttons input
	{
	width: auto;
	vertical-align: middle;
	margin: 0 3px 2px 2px;
}

#content form ul li.inline label,form ul li.submit label,form ul li .checkboxes label,form ul li .radio-buttons label
	{
	display: inline;
}

#content form ul li .checkboxes {
	clear: both;
	zoom: 1;
	width: 480px;
	padding: 9px 0 5px;
	border-top: 1px dotted #ddd;
	margin-top: 5px;
}

#content form ul li .checkboxes:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content form ul li .checkboxes label {
	float: left;
	margin-right: 20px;
	width: 140px; *: overflow-x hidden;
	margin-bottom: 0;
}

#content form ul li .checkboxes label.last {
	margin-right: 0;
}

#content form ul li .checkboxes label input {
	margin: 0 4px 0 0;
	height: auto;
}

#content form ul li .file-upload input {
	border: 0;
	height: auto;
}

#content form ul li .image-upload input,form ul li .image-url input {
	display: block;
	height: auto;
}

#content form ul li .image-upload a,form ul li .image-url a {
	font-size: 11px;
}

#content form ul li .image-upload a:link,form ul li .image-upload a:visited,form ul li .image-url a:link,form ul li .image-url a:visited
	{
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #ccc;
}

#content form ul li .image-upload a:hover,form ul li .image-url a:hover {
	color: #333;
	border-bottom: 1px solid #555;
}

#content form p input,form input.search-button,form .submit input {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #eee url(/images/bg-tabbar.png) repeat-x bottom;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),
		color-stop(0.9, #e3e3e3) );
	width: auto;
	overflow: visible;
	cursor: pointer;
	padding: 4px 10px;
	border: 1px solid #bbb;
	color: #333;
	text-shadow: #fff 0 1px 1px;
	font: bold 11px/ 20px "Lucida Grande", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	margin-right: 2px;
}

#content form p input:hover,form input.search-button:hover,form .submit input:hover
	{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),
		color-stop(0.9, #eee) );
}

#content form p input:active,form input.search-button:active,form .submit input:active
	{
	background: #ddd;
	color: #000;
}

#content form p input[disabled],form input.search-button[disabled],form .submit input[disabled]
	{
	color: #555 !important;
	background: #ddd !important;
	cursor: auto !important;
}

#ttbhnnews img 
{
	
	max-width:220px;
	}

