* {
	margin: 0;
	padding: 0;
}
body {
	padding-bottom: 50px;
	font-family: arial, sans-serif;
	font-size: small;
	color: #000;
	background: #e8f0fb url('../App_Themes/lekarnici/img/body.png') repeat-x left top;
}
fieldset {
	border: none;
	display: block;
}
img {
	border: none;
}
.invisible, hr {
	display: none;
}
a {
	text-decoration: none;
}
.page {
	width: 960px;
	margin: 0 auto;
/*	font-size: 107.7%; */
}
.header {
	width: 100%;
	height: 115px;
	overflow: hidden;
	background: #f5f8fd url('../App_Themes/lekarnici/img/header.jpg') no-repeat right top;
}
.logo {
	position: relative;
	float: left;
	width: 440px;
	height: 75px;
	margin-right: 11px;
	padding-top: 40px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font-size: 26px;
	color: #065fa1;
}
.logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 115px;
	background: url('../App_Themes/lekarnici/img/logo.png') no-repeat left top;
}
.logo:hover, .breadcrumbs a:hover, .footer a:hover {
	text-decoration: underline;
}
#loginform, #searchform {
	float: left;
	width: 290px;
	height: 57px;
	margin: 25px 9px 0 0;
	padding: 13px 0 0 11px;
	overflow: hidden;
	background: #c7dcf6 url('../App_Themes/lekarnici/img/loginform.png') no-repeat left top;
}
#searchform {
	width: 184px;
	margin: 25px 0 0 0;
	padding: 13px 0 0 13px;
	background: #c7dcf6 url('../App_Themes/lekarnici/img/searchform.png') no-repeat left top;
}
#loginform label, #loginform input, #searchform input {
	float: left;
}
.textfield {
	height: 20px;
	padding: 4px 0 0 8px;
	border: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #8dbbdc;
	background: #fff;
}
.username, .password {
	width: 92px;
}
.username {
	margin-right: 10px;
	background: #fff url('../App_Themes/lekarnici/img/jmeno.png') no-repeat left top;
}
.password {
	background: #fff url('../App_Themes/lekarnici/img/heslo.png') no-repeat left top;
}
.search {
	width: 138px;
	background: #fff url('../App_Themes/lekarnici/img/hledat.png') no-repeat left top;
}
.filled {
	background: #fff;
}
#loginform p {
	padding: 10px 0 0 1px;
	font-size: 71.4%;
}
#loginform p a {
	padding: 0 5px 0 10px;
	text-decoration: underline;
	color: #065fa1;
	background: url('../App_Themes/lekarnici/img/bullet02.png') no-repeat left center;
}
#loginform p a:hover {
	text-decoration: none;
}
#loginform span {
	display: block;
	text-align: center;
	font-size: 86%
}
.topmenu {
	width: 937px;
	padding: 0 8px 0 15px;
	margin-bottom: 6px;
	background: #54ab09 url('../App_Themes/lekarnici/img/topmenu.png') no-repeat left top;
}
.topmenu li {
	position: relative;
	z-index: 1;
	float: left;
	height: 55px;
	padding-right: 1px;
	list-style-type: none;
	background: url('../App_Themes/lekarnici/img/topmenu_li.png') no-repeat right center;
}
html>body .topmenu li {
	min-height: 55px;
	height: auto;
}
.topmenu li.last {
	padding-right: 0;
	background: none;
}
.topmenu a {
	float: left;
	height: 19px;
	margin: 5px 0;
	padding: 13px 12px;
	font-size: 13px;
	color: #fff;
}
html>body .topmenu a {
	min-height: 19px;
	height: auto;
}
.topmenu a.thispage, .topmenu a:hover, .topmenu li:hover a {
	margin: 0;
	padding: 18px 12px;
	color: #000;
	background: #e38e05 url('../App_Themes/lekarnici/img/topmenu_a_h.png') repeat-x left top;
}
.topmenu li ul {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 55px;
	background: #e38e05;
}
.topmenu li.right_item ul {
	left: auto;
	right: 1px;
}
.topmenu li.last ul {
	left: auto;
	right: 0;
}
.topmenu li:hover ul {
	display: block;
}
.topmenu li ul li, html>body .topmenu li ul li {
	position: static;
	float: none;
	min-height: 0;
	height: auto;
	padding-right: 0;
	background: none;
}
.topmenu li ul li a {
	white-space: nowrap;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 5px 12px;
}
.topmenu li:hover ul li a {
	padding: 5px 12px;
	color: #000;
	background: none;
}
.topmenu li:hover ul li a:hover {
	background: #f4c002;
}

.main_outer {
	margin-bottom: 7px;
	background: #fff url('../App_Themes/lekarnici/img/main_outer.png') repeat-y left top;
}
.main {
	background: url('../App_Themes/lekarnici/img/main.png') no-repeat left top;
}
.main_inner {
	width: 940px;
	padding: 9px 10px;
	background: url('../App_Themes/lekarnici/img/main_inner.png') no-repeat left bottom;
}
.okraj {
	width: 900px;
	padding: 20px 30px;
}
.cols_2 {
	width: 915px;
	padding-bottom: 70px;
	margin-bottom: 5px;
	background: url('../App_Themes/lekarnici/img/cols_2.png') repeat-y left top;
}
.leftmenu {
	float: left;
	width: 200px;
	overflow: hidden;
	background: #e8f0fb;
	font-size: 86%;
}
.right {
	float: right;
	width: 690px;
	padding-top: 11px;
	overflow: hidden;
}
.right a {
	color:#009448;
	text-decoration: underline;
}
.right a:hover {
	color:#000;
}
.leftmenu li {
	padding-bottom: 1px;
	background: url('../App_Themes/lekarnici/img/leftmenu_li.png') repeat-x left bottom;
}
.leftmenu li li {
	padding-bottom: 0px;
	background: url('../App_Themes/lekarnici/img/leftmenu_li.png') repeat-x left top;
}
.leftmenu a {
	display: block;
	width: 170px;
	padding: 6px 6px 6px 24px;
	color: #010101;
	background: #e8f0fb url('../App_Themes/lekarnici/img/leftmenu_a.png') no-repeat left top;
}
.leftmenu li li a {
	background: none;
	width: 160px;
	padding: 6px 6px 6px 34px;
	color: #444;
}
.leftmenu a.thispage, .leftmenu a:hover {
	background: #f3be02 url('../App_Themes/lekarnici/img/leftmenu_a.png') no-repeat right top;
}
.right img {
	border: 5px solid #e8f0fb;
}
.right img.right_floated {
	float: right;
	margin: 0 0 5px 100px;
}
h1 {
	padding: 4px 0 8px 0;
	line-height: 110%;
	font-size: 171.4%;
	color: #000;
}
.date {
	display: block;
	padding-bottom: 8px;
	color: #009448;
}
.autor {
	padding-bottom: 8px;
	font-size: 85.7%;
}
.main_text {
	text-align: justify;
	line-height: 130%;
}
.main_text p {
	padding: 5px 0;
}
.right a:hover, .home_left a:hover, .home_right a:hover {
	text-decoration: underline;
}
.breadcrumbs {
	padding: 7px 13px;
	font-size: 93%;
	background: #d4dbdd;
}
.breadcrumbs a, .breadcrumbs span {
	padding: 0 6px 0 12px;
	color: #000;
	background: url('../App_Themes/lekarnici/img/bullet01.png') no-repeat 0 .3em;
}
.footer {
	width: 922px;
	height: 32px;
	padding: 20px 19px 5px 19px;
	text-align: right;
	font-size: 78.6%;
	background: #53ab09 url('../App_Themes/lekarnici/img/footer.png') no-repeat left top;
}
html>body .footer {
	min-height: 32px;
	height: auto;
}
.footer a {
	padding: 0 7px 0 20px;
	color: #fff;
}
.footer01 {
	background: url('../App_Themes/lekarnici/img/footer01.png') no-repeat left center;
}
.footer02 {
	background: url('../App_Themes/lekarnici/img/footer02.png') no-repeat left center;
}
.footer03 {
	background: url('../App_Themes/lekarnici/img/footer03.png') no-repeat left center;
}
.footer04 {
	background: url('../App_Themes/lekarnici/img/footer04.png') no-repeat left center;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
.CMSSiteMapList {
	margin: 5px 0 5px 20px;
}
.CMSSiteMapList a, .Forum a  {
	color: #009448;
}
.SearchResults {
	margin-top: 20px;
}
.vysledek {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa; 
}
.vysledek p {
	padding: 5px 0;
}
.vysledek p.anotace {
	color: #555;
}
.vysledek small {
	padding: 0 5px;
	color: #888;
}
.SearchResults a {
	color: #009448;
	font-weight: bold;
}
.relevance {
	width: 50px; 
	border: solid 1px #aaaaaa; 
	margin: 4px 6px 0 0; 
	float: left; 
	font-size: 2pt; 
	line-height: 4px; 
	height: 4px;
}
.relevance div {
	background-color:#a7d3a7;
	height:4px;
	line-height: 4px;
}
.strankovani-clanky {
	margin-top: 15px;
	border-top: 1px solid #aaa;
	padding-top: 10px;
}
.strankovani {
	margin-top: 15px;
}
.strankovani a {
	font-weight: normal;
}
.strankovani div, .strankovani-clanky div {
	float: right;
}
.clanek {
	margin: 10px 0;
}
.clanek h2 {
	font-size: 120%;
	color: #555;
}
.clanek h2 a, .strankovani-clanky a, .home_right a {
	color: #009448;
}
.clanek h2 small {
	display: block;
	font-weight: normal;
	padding: 8px 0;
	color: #649bc6;
}
.clanek p {
	margin-top: 5px;
	line-height: 130%;
}
div.anotace {
	color: #649bc6;
	padding-bottom: 8px;
}

.cara {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	border-bottom: 1px solid #aaa;
	margin: 10px 0;
}
.signoutLink {
	background: #70bb0e;
	color: #fff;
	display: block;
	width: 70px;
	padding: 2px 0;
	border: 1px solid #cae439;
	text-align: center;
	margin: 5px auto 0 auto;
}
.home_left {
	width: 600px;
	float: left;
}
.home_right {
	width: 260px;
	float: right;
}
.home_right h2 {
	font-size: 120%;
	color: #555;
	margin-bottom: 10px;
}
.rssitem {
	margin: 15px 0;	
	font-size: 92%;
}
.casopis {
	margin: 15px 0 15px 20px;	
}
.casopis li {
	margin: 3px 0;	
}
.galerie {
	margin: 15px;	
}
.galerie p {
	padding-bottom: 10px;	
}
.galerie_nahled {
	margin: 10px 5px;
	text-align: center;
	float: left;
	width: 170px;
	height: 180px;
	overflow: hidden;
}
.galerie_nahled img {
	margin: 5px auto 0 auto;
	display: block;
	border: 1px solid #009448;
}
.galerie_nahled a {
	font-weight: bold;
	color: #009448;
}
.galerie_detail img {
	margin: 5px;
	border: 1px solid #009448;
}
.input, .TextBoxField {
	width: 400px;
	border: 1px solid #aaa;
	padding: 2px;
}
.TextBoxField {
	width: 200px;
}
.DropDownField {
	padding: 2px;
	border: 1px solid #aaa;
}
.cely a {
	text-decoration: none;
	display: block;
	float: right;
	color:#009448;
}
.cely a:hover {
	text-decoration: underline;
}
.teaser {
	float: left;
	margin: 0 10px 5px 0;
}



/*#Forum#*/

.ForumModerationInfo
{
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText
{
	margin: 15px;
	border: solid 1px #cccccc;
	padding: 35px;
	background-color: #fff6df;	
}

.ForumSearchResultsInfo
{
	background-color:#cccccc;
	padding: 8px;
	font-weight:bold;
}
	
.Forum .Unapproved
{
	background-color:#fff2cf;
}

.Post img
{
	border: 0px;
}

.PostAttachments
{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList
{
	padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader
{
	color: gray;
}

/*#Forum/Attachments#*/

.ForumAttachments
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable
{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction 
{
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
	text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input
{
	height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button
{
	width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .Title
{
	font-size: 16px;
	font-weight: bold;
}

/*#Forum/Extended actions#*/

.PostExtendedActions
{
	border-top: solid 1px #eeeeee;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.PostExtendedActions span
{
	display: none;
}

.PostExtendedActions .SendMessage
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/friendship.gif);		
}

/*#Forum/Extended search#*/

.ForumExtendedSearch .TextBox 
{
	width: 300px;
}

.ForumExtendedSearch .DropDownList
{
	width: 304px;
}


.ForumExtendedSearch .Button
{
	margin-top: 20px;
	width: 150px;
}

/*#Forum/Mark as answer#*/

.Post .AcceptedSolution
{
	background-color: #efffef;
}

.AcceptedSolutionArea
{
	color:Green;
	font-size:14pt;
	width:100%;
	margin-bottom: 5px;
}

.AcceptedSolutionArea td 
{
 	padding-left: 5px !important;
	padding-bottom: 5px !important;
}
 
.AcceptedSolutionArea .AcceptedSolutionText
{
	width:100%;
}

/*#Forum/Quote#*/

.PostText blockquote
{
	border: solid 1px #d4d4d4;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite 
{
	display: block;
	font-weight: bold;
}

/*#Forum/Manage#*/

.ForumManage
{
	border: 1px solid #cccccc;
	margin: 4px 0px 5px 5px;
	padding: 2px 5px;
	background-color: #eeeeee;
}

.PostManageEdit table

{
	border: none !important;
}

.PostManageEdit .ForumNewPost td
{
	border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem
{
	width: 500px;
	height: 50px;
}

.SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}


/*#Forum/Forum Group#*/
.ForumGroup
{
	width: 100%;
}

.ForumGroup *
{
	font-family: Arial;
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #70bb0e;
}

.ForumGroup .Table .Info td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #70bb0e;
	height: 55px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #ffffff;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}


.ForumGroup .Table .ForumInfo
{

	padding-top: 10px;
	padding-bottom: 10px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime
{
	white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumGroup .ForumOdd td
{
	background-color: #f8f8ff;
}

.ForumGroup .Forum td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}



.ForumGroup .Forum .ForumName
{
	font-weight: bold;
	font-size: 15px;
}

.ForumGroup .Forum .ForumDescription
{
	padding-left: 10px;
}


/*#Forum/Forum flat layout#*/
.ForumFlat *
{
	font-family: Arial;
}

.ForumFlat .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 6px;
}


.ForumFlat .Table .Info td
{
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #70bb0e;
	height: 55px;
	vertical-align: top;
}

.ForumFlat .Table .ForumContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*font-size: 110%;*/
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumFlat .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumFlat .Table .Informations td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumFlat .Table .Actions .ActionLink
{
	color: #e36c26; 
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}


.ForumFlat .Table .Posts td
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumFlat .Table .PostsTable
{
	width: 100%;
}

.ForumFlat .Table .PostsTable td
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
	background-color: #eeeeee;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
}

.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #65a02f;
}

.ForumFlat .ThreadTable
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: #70bb0e;
}

.ForumFlat .ThreadTable .Author
{
	text-align: center;
	width: 200px;
	color: #e36c26;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
	text-align: center;
	width: 50px;
}

.ForumFlat .ThreadTable .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{

	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	text-align: left;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: bold;
	text-decoration: underline;
	width: 300px;
	color: #e36c26;
}

.ForumFlat .ForumBreadCrumbs

{


	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumNewPost
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/*#Forum/Forum flat layout/Post#*/
.ForumFlat .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumFlat .PostIndent .ForumPost
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .PostIndent
{
	padding-left: 30px;
}

.ForumFlat .PostUser, .ForumFlat .PostUserLink
{
	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumFlat .PostUser
{
	text-decoration: none;
}

.ForumFlat .PostSubject
{

	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumFlat .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumFlat .PostActionLink
{
	text-decoration: underline;
	color: #e36c26;
	padding: 0px 5px 0px 5px;
}

/*#Forum/New post form#*/
.ForumNewPost
{
	padding: 5px;
	font-family: Arial;
}

.ForumNewPost .PostReply
{
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #cccccc;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td
{
	border: none;
}

.ForumNewPost .ItemLabel
{
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

.ForumNewPost .Button
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 500px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}



.ForumNewPost .TextareaItem
{
	width: 500px;
	height: 200px;
}


/*#Forum/Tree layout#*/
.ForumTree *
{
	font-family: Arial;
}

.ForumTree .Table

{
	width: 100%;
	background-color: #ffffff;
}

.ForumTree .Table td
{
	padding: 6px;
}


.ForumTree .Table .Info td
{
	background-color: #5c99e8;
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #70bb0e;

left;
	height: 55px;
	vertical-align: top;
}

.ForumTree .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumTree .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumTree .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumTree .Table .Actions .ActionLink
{
	color: #e36c26;
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumTree .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree td
{
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree
{
	padding: 5px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.ForumTree .ForumNewPost .PostForm td
{
	border: none;
}

/*#Forum/Tree layout/Post#*/
.ForumTree .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumTree .PostDetail .ForumPost
{
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostUser, .ForumTree .PostUserLink
{
	color: #e36c26;
	font-weight: bold;
	white-space: nowrap;
}

.ForumTree .PostUser
{
	text-decoration: none;
}

.ForumTree .PostSubject
{
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumTree .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumTree .PostActionLink
{
	color: #e36c26;
	padding: 0px 5px;
	text-decoration: underline;
}

.ForumTree .PostTree .ForumPost
{
	 border: solid 1px #cccccc;
	 width: 600px;
}
.nove
{
	padding-left: 10px;
	font-size: 86%;
	font-weight: bold;
}
