body
{
	background-image: url(../images/design/poradna.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.Question
{
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
	border: solid 1px #000000;
}

.ForumQuestion
{
	height: 60px;
	padding: 2px;
}

.ForumHeader
{
	background-color: #f4f4f4;
	height: 50px;
}

.ForumTable
{
	border-left: solid 1px #888888;
	border-top: solid 1px #888888;
}

.ForumTable td
{
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
}

.ForumQuestion .Authoring
{
	width: 150px;
	text-align: center;
}

.Question .Title
{
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	background-color: #e4e4e4;
	background-image: url(../images/poradna/grayback.gif);
	background-repeat: repeat-y;
	border: solid 1px #888888;
}

.Question .Information
{
	font-size: 12px;
	padding: 0px 2px 2px 2px;
	display: block;
	height: 18px;
	background-color: #e4e4e4;
	background-image: url(../images/poradna/grayback.gif);
	background-repeat: repeat-y;
	border: solid 1px #888888;
	border-top-style: none;
}

.Question .Info
{
	font-family: Arial;
	font-size: 9pt;
	float: right;
	padding: 3px 3px 0px 0px;
}

.Question .ID, .ForumQuestion .ID
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #880000;
	float: left;
	padding: 2px 5px 0px 5px;
}

.Question .Category, .ForumQuestion .Category
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	float: left;
	padding: 3px 0px 0px 0px;
}

.Question .Summary, .ForumQuestion .Summary
{
	display: block;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;	
	padding: 0px 0px 0px 5px;
	text-decoration: underline;
}

.Question .Summary
{
	font-size: 17px;
}

.Question .SummaryLong
{
	font-size: 13px;
	line-height: 21px;
}

.ForumQuestion .Summary
{
	font-size: 17px;
}

.Question .Text
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;

	padding: 5px 20px 5px 20px;
	display: block;
	background-color: #f4f4f4;	

		background-color: #F6F6F6;
	background-image: url(../images/poradna/whiteback.gif);
	background-repeat: repeat-y;

	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	/*border-bottom: solid 1px #888888;*/
	overflow: hidden;
}

.Question .Addition
{
	display: block;
	border-top: solid 1px #cccccc;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.Question .Author, .ForumQuestion .Author, .ForumQuestion .Posts
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: inline;
	padding: 3px 3px 3px 3px;
}

.Question .AuthorAnonym, .ForumQuestion .AuthorAnonym
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: inline;
	padding: 3px;
	white-space: nowrap;
}

.Question .AuthorMe, .ForumQuestion .AuthorMe
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	display: inline;
	padding: 3px;
	white-space: nowrap;
}

.Question .Time, .ForumQuestion .Time, .ForumQuestion .LastTime
{
	font-family: Verdana;
	font-size: 10pt;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #888888;
	display: inline;
	padding: 3px;
	white-space: nowrap;
}

.ForumQuestion .Replies
{
	width: 150px;
	text-align: center;
}

.Question .Replies
{
	padding: 3px 1px 0px 0px;
	margin: 0px;
	display: block;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.Replies .Even
{
	font-family: Arial;
	font-size: 10pt;
	display:block;
	background-image: url(../images/poradna/replyitem.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	color: #000000;
	padding: 1px 20px 3px 15px;
	border-bottom: solid 1px #d0d0d0;
}

.Replies .Odd
{
	font-family: Arial;
	font-size: 10pt;
	display:block;
	background-image: url(../images/poradna/replyitem.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	color: #000000;
	padding: 1px 20px 3px 15px;
	border-bottom: solid 1px #d0d0d0;
}

.Hull1Hour
{
	padding: 0px;
	margin: 0px;
/*	border-left: solid 5px #5050ff;*/
	border-left: solid 5px #8888ff;
}

.Hull3Hours
{
	padding: 0px;
	margin: 0px;
/*	border-left: solid 5px #8888ff;*/
	border-left: solid 5px #c0c0ff;
}

.Hull1Day
{
	padding: 0px;
	margin: 0px;
	border-left: solid 5px #c0c0ff;
}

.Hull3Days
{
	padding: 0px;
	margin: 0px;
	border-left: solid 5px #e0e0ff;
}

.Hull7Days
{
	padding: 0px;
	margin: 0px;
	border-left: solid 5px #ffffff;
}

.HullOlder
{
	padding: 0px;
	margin: 0px;
	border-left: solid 5px #ffffff;
}

.HullBlank
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.Replies .ID
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #880000;
	display: inline;
}

.Replies .RText
{
}

.Replies .Author
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: inline;
}

.Replies .AuthorMe
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	display: inline;
}

.Replies .AuthorAnonym
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: inline;
}

.Replies .Time
{
	font-family:Arial;
	text-decoration: none;
	color: #888888;
	display: inline;
}

.Question .Links
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 18px;
	padding: 0px 2px 0px 2px;	
	background-color: #D2D2F6;
	border: solid 1px #8888aa;
}

.NotMotoQuestion .ID
{
	color: #666666;
}

.Question .LinksLeft
{
	float: left;
}

.LinkCorrespondences
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-decoration: underline;
}

.Question .LinksRight
{
	float: right;
}

.Question .All
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	text-decoration: underline;
	padding: 3px 10px 2px 3px;
}

.Question .Correspondences
{
	position: absolute;
	background-color: #d2f6de;
	background-image: url(../images/poradna/greenback.gif);
	background-repeat: repeat-y;
	border: solid 1px #008800;
}

.Question .CorrespondencesBody
{
	display: block;
	padding: 3px 0px 0px 0px;
}

.Question .CorrespondencesHeader
{
	display: block;
}

.Question .Correspondence
{
	border: solid 1px #888888;
	border-top-style: none;
	padding: 2px 20px 2px 5px;
	width: 250px;
}

.Question .Correspondence .Summary
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	float: left;
	padding: 1px 2px 1px 0px;
}

.Question .Correspondence .Delete
{
	float: left;
}


.NewQuestion
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000088;
	padding: 3px 3px 3px 3px;
	/*display: Block;*/
	clear: left;
}

.ViewMode
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding-right: 5px;
}

.ReplyForm
{
	font-family: Verdana;
	padding: 10px 50px 10px 10px;
	/*background-color: #dddddd;*/
	background-color: #e4e4e4;
	background-image: url(../images/poradna/formback.gif);
	background-repeat: repeat-y;
	border: solid 1px #000000;
	clear: both;
}

.ReplyField
{
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.ReplyText
{
	width: 600px;
	height: 100px;
}

.ValidatorText
{
	display: block;
}

.HT
{
	background-color: #ffff00;
}

.IndexDotaz
{
	clear: both;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-color: #e4e4e4;
	background-image: url(../images/poradna/grayback.gif);
	background-repeat: repeat-y;

	border-bottom: solid 1px #000000;
}

.IndexDotazTitle
{
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}

.IndexDotazAuthoring
{
	text-align: right;
	float: right;
}

.IndexDotazSummaring
{
	text-align: left;
	float: left;
}

.IndexDotazID
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #880000;
	display: inline;
}

.IndexDotazCategory
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding: 3px 0px 0px 0px;
}

.IndexDotazSummary
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;	
	padding: 3px;
	display: inline;
}

.IndexDotazText
{
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	display: block;
	background-color: #fbfbfb;	
}

.IndexDotazAuthor
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	display: inline;
	padding: 3px;
}

.IndexDotazAuthorAnonym
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #808080;
	display: inline;
	padding: 3px;
}

.IndexDotazTime
{
	font-family: Verdana;
	font-size: 11px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #888888;
	display: inline;
	padding: 3px 3px 3px 0px;
}

.IndexDotazAll
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #dd0000;
	display: inline;
}

.IndexDotazSelect
{
	float: left;
	text-align: center;
	background-color: #8888ff;
	border: solid 2px #6666ff;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
	width: 50px;
}


.DotazForm
{
	font-family: Verdana;
	padding: 10px 50px 10px 10px;
	/*background-color: #dddddd;*/
	background-color: #e4e4e4;
	background-image: url(../images/poradna/formback.gif);
	background-repeat: repeat-y;
	border: solid 1px #000000;
	font-size: 12px;
	clear: both;
}

.PrintInfoMain
{
	text-align: right;
	float: right;
	clear: right;
}

.PrintInfo
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.PrintInfoLabel
{
}

.PrintInfoImage
{
	vertical-align: middle;
	display: inline;
}

.QuestionSelector
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.UserLink
{
	color: #000000;
}

.DotazMirrorCorrespondence
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

.UserInfo
{
	vertical-align: middle;
	/*background-color: #ffffdd;*/
	margin: 0px;
	padding: 0px;
}

.OnDemandImage
{
	float: left;
}

.FavoriteSelector
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	float: right;
	padding: 0px 5px 0px 5px;
}

.FavoriteSelect
{
	font-size: 12px;
	padding-right: 10px;	
}

.FavoritesRequest
{
	border: solid 1px #000000;
	height: 23px;
	width: 100%;
	background-color: White;
	clear: both;
}

.DotazAddCorrespondence
{
	display: block;
	background-color: #d2f6de;
	background-image: url(../images/users/userback.gif);
	background-repeat: repeat-y;
	border: solid 1px #008800;
}
