#Page
{
	padding-top: 20px;
}

#ContentCol
{
	float: left;
	width: 470px;
}

#FeaturedCol
{
	padding-left: 15px;
	float: left;
	width: 300px;
}

#AdsCol
{
	padding-top: 44px;
	padding-left: 15px;
	float: left;
	width: 160px;
}

.ContentBox,
.FeaturedBox,
.FacebookBox,
.LastArticle,
.ContentBoxWhite,
.AdBox
{
	padding-top: 15px;
}

.ContentBox .Title,
.FeaturedBox .Title,
.FacebookBox .Title,
.LastArticle .Title,
.ContentBoxWhite .Title,
.AdBox .Title
{
	float: left;
	background-color: #353535;
	color: #ccc;
	font-weight: bold;
	padding: 7px 10px;
}

.MoreButton
{
	float: left;
	background-color: #565656;
	width: 28px;
	height: 29px;
}

.MoreButtonFeaturedBox
{
	float: left;
	background-color: #F8F8F8;
	width: 28px;
	height: 29px;
}

#MoreButtonInfo
{
	display: none;
	position: absolute;
	padding: 9px 5px 0 9px;
	height: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	background-color: #565656;
	border-bottom: none;
}

.FeaturedBox .Title { background-color: #b90000; color: #fff; }

.LastArticle .Title { background-color: #353535 }

.ContentBox .Content,
.FeaturedBox .Content,
.FacebookBox .Content,
.LastArticle .Content,
.ContentBoxWhite .Content,
.AdBox .Content
{
	clear: left;
	padding: 1px 20px 1px 20px;
	background: url(../Images/BoxBgGradient.png) top left repeat-x #fff;
}

.ContentBoxNoLeftPadding .Content { padding-left: 10px; padding-top: 5px; }

.LastArticle .Content
{
	padding-top: 5px;
	color: #ccc;
	background: url(../Images/LastTopicBgGradient.png) top left repeat-x #565656;
}

.LastArticle .Content a { color: #999; }
.LastArticle .Content a:hover { color: #FFF; }

#LastArticleReadAll
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.FeaturedBox .Content, .ContentBoxWhite .Content { background-image: none; }

.ContentBoxTopBar,
.FeaturedBoxTopBar,
.LastArticleTopBar, 
.ContentBoxWhiteTopBar 
{
	clear: left;
	height: 10px;
	background: url(../Images/ContentBoxTopBar.png) top right repeat-x;
}

.FeaturedBoxTopBar, .ContentBoxWhiteTopBar { background: url(../Images/ContentBoxTopBarWhite.png) top right repeat-x; }

.ContentBoxBottomBar1
{
	height: 10px;
	background: url(../Images/ContentBoxBottomBar1.png) top left no-repeat;
	text-align: right;
}

.ContentBoxBottomBar2
{
	height: 10px;
	background: url(../Images/ContentBoxBottomBar2.png) top right no-repeat;
}

.LastArticleTopBar
{
	width: 470px;
	background: url(../Images/LastTopicTopBar.png) top left repeat-x;
}

.LastArticleBottomBar
{
	height: 10px;
	width: 470px;
	background: url(../Images/LastTopicBottomBar.png) top left repeat-x;
}

#LastArticleReadAll:hover { color: #ccc; }

.AdBox .Content { padding: 0; border: none; }

.FacebookBox .Content { border: none; padding: 0; }

.Top5ContentBox
{
	padding-top: 15px;
	padding-right: 10px;
	width: 230px;
	float: left;
}

.Top5ContentBoxLast
{
	padding-right: 0px;
}

.Top5ContentBox .Title
{
	float: left;
	font-size: 12px;
	background-color: #353535;
	color: #ccc;
	font-weight: bold;
	padding: 7px 10px;
	width: 182px;
}

.Top5ContentBox .Content
{
	clear: left;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #f4f4f4;
	overflow: auto;
}

.Top5ContentBoxBottomBar
{
	height: 10px;
	background: url(../Images/Top5BottomBar.png) top left no-repeat;
}

.LastTop5 { padding-right: 0px; }

ol.Top5
{
	padding-left: 20px;
	margin: 0;
	list-style: decimal;
}

#JaviPrijatelju
{
	padding: 5px 15px;
	background-color: #373737;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

#JaviPrijatelju:hover { color: #fff; }

.NickLink
{
	color: #ff9900;
	font-style: italic;
}

.NickLink:hover
{
	color: #333;
}


a.HighlightLink
{
	color: #000;
	display: block;
	padding: 5px 0 5px 5px;
}

a.HighlightLink:hover
{
	color: #fff;
	background-color: #ff9900;
}

a.HighlightLink .Nick { color: #ff9900; }
a.HighlightLink:hover .Nick{ color: #fff; }

/* Članak */
.LastArticle .Content .LastTopicTitleLink { color: #fff; }
.LastArticle .Content .LastTopicTitleLink:hover { color: #ff9900; }

.ArticleTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* Komentari */

.CommentBox
{
	clear: both;
	padding-top: 20px;
}

.CommentBoxUser
{
	float: left;
	width: 85px;
	text-align: center;
	color: #ff9900;
}

.CommentBoxUser a
{
	text-decoration: none;
}

.CommentBoxText
{
	float: left;
	width: 355px;
}

blockquote
{
	margin: 10px 0;
	padding: 5px 40px;
	border: 1px solid #f0f0f0;
	background: url(../Images/QuoteBg.png) top left no-repeat #f5f5f5;
	font-style: italic;
	color: #666;
	min-height: 50px;
}

.CommentTime
{
	color: #666;
	font-style: italic;
	font-size: 10px;
}

.CommentBoxKarma
{
	color: #95a042;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
}

.CommentBoxTextP
{
	border: 1px solid #ff9900;
	border-bottom: none;
	padding: 10px;
}

.CommentBoxTextTools
{
	border: 1px solid #ff9900;
	border-top: 2px solid #e9e9e9;
	padding: 5px 10px;
	background-color: #fff;
}

.CommentBoxTextTools a { padding: 0 4px; }

#CommentBox-Timeout
{
	display: none;
	border: 1px solid #ff9900;
	background-color: #eee;
	padding: 10px;
}

/* Pisanje */
.IbabaInput
{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
	width: 400px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#WriteZup, #WriteGrad, #WriteNaslov, #WriteTekst, #NewComment, #ReportCommentText, #IbabaRatingMyComment
{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
	width: 430px;
	font-size: 16px;
}

#WriteNaslov { font-size: 20px; }

#WriteTekst, #NewComment, #ReportCommentText, #IbabaRatingMyComment
{
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}

#WritePost
{
	border: 1px solid #666;
	background-color: #ff9900;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#NewComment
{
	border: 1px solid #ccc;
	background-color: #fafafa;
}

#PostComment
{
	background-color: #333;
	padding: 5px;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

.WriteImageContainer
{
	float: left;
	display: none;
	padding: 2px;
	margin: 2px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

#WriteGalleryWorkingBox
{
	margin: 10px 0;
	padding: 15px 0;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: center;
	display: none;
}

/* Users */
img.UserPhoto
{
	margin: 0 10px 10px 0;
}

.UserInfoName
{
	font-size: 24px;
}

.UserInfoTitle
{
	font-size: 20px;
}

.Rating
{
	width: 80px;
	text-align: center;
}

.SelectRating
{
	cursor: pointer;
	display: none;
}

.UserRatingOther
{
	clear: both;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

.UserRatingVoterInfo
{
	float: left;
	width: 100px;
	text-align: center;
	color: #ff9900;
}

.UserRatingVoterInfo a
{
	text-decoration: none;
}

.UserRatingComment
{
	float: left;
	width: 300px;
}

table.UserStatistics
{
	margin-top: 50px;
	color: #333;
}

table.UserStatistics tr td
{
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

table.UserStatistics tr.Header td
{
	background-color: #ccc;
}

a.ProfileLink
{
	color: #000;
}

a.ProfileLink:hover { color: #333; }

.ProfileUserColumn
{
	float: left;
	width: 100px;
	text-align: center;
}

.ProfileUserComment
{
	float: left;
	width: 318px;
	padding: 15px 5px;
	border: 1px solid #89a329;
	background: url(../Images/ProifileCommentBg.png) repeat-x top left;
}

/* Kategorije */
.ArticleListShortStory
{
	display: none;
	padding: 10px 0;
}

.ArticleListReadMore
{
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.ArticleListReadMore:hover
{
	color: #666;
}

/* Inbox */

.InboxTable
{
	width: 100%;
	margin-top: 20px;
	border: 1px solid #ccc;
}

.InboxTable th
{
	padding: 5px 2px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background-color: #353535;
	color: #fff;
	font-size: 14px;
}

.InboxTable td
{
	padding: 5px 2px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

/* Profil */
a.ProfileBigLink
{
	color: #333;
	font-weight: bold;
}

a.ProfileBigLink:hover
{
	color: #666;
}