﻿#main
{
	padding-left: 1px;
	width: 705px;
}

#mainC
{
	padding: 20px 20px 20px 0px;
}

#left
{
	width: 0px;
}

#forum
{
	padding-bottom: 30px;
	padding-top: 15px;
}

/* group table layout */

.groupTable
{
	width: 689px;
	border: 0px;
	border-collapse: collapse;
	margin-top: 18px;
}

.groupTable .leftTopCorner
{
	background: #FFFFFF url('Images/groupTableLeftTopCornerPike.jpg') no-repeat top left;
	height: 35px;
}

.groupTable .rightTopCorner
{
	background: #FFFFFF url('Images/groupTableRightTopCornerPike.jpg') no-repeat top right;
	height: 35px;
}

.groupTable .middleTop
{
	background: #FFFFFF url('Images/groupTableMiddleTop.jpg') repeat-x top;
	height: 35px;
}

.groupTable .leftBottomCorner
{
	background: #FFFFFF url('Images/groupTableLeftBottomCorner.jpg') no-repeat bottom left;
	height: 6px;
}

.groupTable .rightBottomCorner
{
	background: #FFFFFF url('Images/groupTableRightBottomCorner.jpg') no-repeat bottom right;
	height: 6px;
}

.groupTable .middleBottom
{
	background: #FFFFFF url('Images/groupTableMiddleBottom.jpg') repeat-x bottom;
	height: 6px;
}

#forum tr td.dotted
{
	border-top: 1px dotted #FFD2E6;
}

#forum tr td.undelined
{
	border-top: 1px solid #CCCCCC;
}

#forum .borderleft
{
	background: #FFFFFF url('Images/groupTableBorder.jpg') repeat-y left;
}

#forum .borderright
{
	background: #FFFFFF url('Images/groupTableBorder.jpg') repeat-y right;
}

/* /group table layout */

/* buttons */

.ForumButton
{
	font: bold 10px Verdana;
	color: #7E7E7E;
	border: 0px;
	background: #FFFFFF url('Images/answerbutton.png') no-repeat;
	height: 24px;
	width: 128px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
}

.ForumButtonFloat
{
	float: left;
}

.ForumButton a
{
	text-decoration: none;
	font: bold 10px Verdana;
	color: #7E7E7E;
	line-height: 24px;
}

.ForumButtonTopic
{
	font: bold 10px Verdana;
	color: #7E7E7E;
	border: 0px;
	background: #FFFFFF url('Images/topicbutton.png') no-repeat;
	height: 24px;
	width: 145px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
}

/* /buttons */

/* nadpisy */

#forum th a
{
	color: #61BCF1;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#forum a:hover
{
	text-decoration: underline !important;
}

#forum .username
{
	color: #7D7D7D;
	text-decoration: none;
	font-weight: bold;
}

#forum .items td
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#forum th, #forum td
{
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	color: #7D7D7D;
}

#forum .bluelink
{
	color: #61BCF1;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#forum a.lastAnswer
{
	color: #7D7D7D;
	text-decoration: none;
}

.nadpisEnd
{
	font-weight: bold;
	color: #61BCF1;
	font-size: 14px;
}

.nadpisName
{
	color: #98CD0D;
	font-weight: bold;
	font-size: 14px;
}

/* /nadpisy */

/* navigace */
.navTop
{
	background: #FFFFFF url('Images/navTop.jpg') no-repeat top;
	line-height: 5px;
	width: 689px;
	margin-top: 25px;
}

.navMiddle
{
	background: #FFFFFF url('Images/navMiddle.jpg') repeat-y top;
	width: 689px;
}

.navMiddle div
{
	padding: 2px 10px 2px 10px;
}

.navBottom
{
	background: #FFFFFF url('Images/navBottom.jpg') no-repeat bottom;
	line-height: 5px;
	width: 689px;
	margin-bottom: 20px;
}

.navMiddle .navName
{
	font-size: 16px;
	font-weight: bold;
	color: #98CD0D;
	line-height: 20px;
}

.navMiddle .navLink, .navMiddle .navEnd
{
	font-size: 16px;
	font-weight: bold;
	color: #61BCF1;
	text-decoration: none;
	line-height: 20px;
}

.navMiddle .navDelim
{
	font-size: 16px;
	font-weight: bolder;
	color: #7D7D7D;
	line-height: 20px;
}

/* /navigace */

/* topics table layout */

.topicsTable
{
	width: 689px;
	border: 0px;
	border-collapse: collapse;
	margin-top: 18px;
	margin-bottom: 18px;
}

.topicsTable .leftTopCorner
{
	background: #FFFFFF url('Images/topicsTableLeftTopCorner.jpg') no-repeat top left;
	height: 36px;
}

.topicsTable .rightTopCorner
{
	background: #FFFFFF url('Images/topicsTableRightTopCorner.jpg') no-repeat top right;
	height: 36px;
}

.topicsTable .middleTop
{
	background: #FFFFFF url('Images/topicsTableMiddleTop.jpg') repeat-x top;
	height: 36px;
}

.topicsTable .leftBottomCorner
{
	background: #FFFFFF url('Images/topicsTableLeftBottomCorner.jpg') no-repeat bottom left;
	height: 6px;
}

.topicsTable .rightBottomCorner
{
	background: #FFFFFF url('Images/topicsTableRightBottomCorner.jpg') no-repeat bottom right;
	height: 6px;
}

.topicsTable .middleBottom
{
	background: #FFFFFF url('Images/topicsTableMiddleBottom.jpg') repeat-x bottom;
	height: 6px;
}

/* /topics table layout */

#forum .pages
{
	float: right;
	color: #A2A2A2;
	font-weight: bold;
}

#forum .pages a
{
	color: #7D7D7D;
	font-weight: bold;
	text-decoration: none;
}

.lnkHomePage
{
	float: left;
	background: #FFFFFF url('Images/arrow.jpg') no-repeat right;
	width: 190px;
}

.lnkHomePagenf
{
	background: #FFFFFF url('Images/arrow.jpg') no-repeat right;
	width: 190px;
	padding-right: 20px;
}

.forumlnkHomePage
{
	float: left;
	width: 360px;
}

.ForumButtonTopicPadd
{
	padding-right: 20px;
}

.fewPages a
{
	color: #7D7D7D;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.fewPages
{
	float: right;
}



/* replies table layout */
.repliesTable
{
	width: 689px;
	border: 0px;
	border-collapse: collapse;
	margin-top: 18px;
	margin-bottom: 18px;
}

.repliesTable .leftTopCorner
{
	background: #FFFFFF url('Images/repliesTableLeftTopCorner.jpg') no-repeat top left;
	height: 7px;
}

.repliesTable .rightTopCorner
{
	background: #FFFFFF url('Images/repliesTableRightTopCorner.jpg') no-repeat top right;
	height: 7px;
}

.repliesTable .leftBottomCorner
{
	background: #FFFFFF url('Images/repliesTableLeftBottomCorner.jpg') no-repeat bottom left;
	height: 7px;
}

.repliesTable .rightBottomCorner
{
	background: #FFFFFF url('Images/repliesTableRightBottomCorner.jpg') no-repeat bottom right;
	height: 9px;
}

.repliesTable span.autor
{
	color: #434343;
	font-weight: bold;
}

.repliesTable .autorImage
{
	margin-top:5px;
	margin-bottom:10px;
}

.replyTitle
{
	float: left;
	width: 380px;
}

.replyViolation
{
	float: right;
	width: 150px;
	text-align: right;
}

.replyViolation a
{
	width: 150px;
	color: #FF0100;
	text-decoration: none;
	display: block;
	background: #FFFFFF url('Images/x.jpg') no-repeat left;
}

/* /replies table layout */

#forum em
{
	font-style: italic;
}

div.breadcrumbsRightF
{
	float: left;
	width: 585px;
}

div.autorHead div.left
{
	float:left;
}

div.autorHead div.right
{
	float:right;
}

div.autorHead
{
	margin-bottom:18px;
}

.forumRotator div.linkRotator
{
	width:689px; height:26px; background:url('Images/bgArticleRotatorBig.gif') left top no-repeat;
}

#forumHeader .headleft
{
	width:200px;	
	float:left;
	padding-top:20px;
	padding-left:10px;	
}

#forumHeader .headright
{
	/*width:300px;*/
	float:right;
	margin-top:-23px;
}


/*#forumHeader .headright span
{
	text-align:right;
	width:297px;
	display:inline-block;
}*/

#forum .itemsReplama td {
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	padding-left:0px;
}
