/***************************************************************
 * Global styles - START 
 */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #fbfcf6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e3e3e;
}
*
{
	margin: 0px;
	padding: 0px;
}
a
{
	text-decoration: none;
	color: #3e3e3e;
}
a:hover
{
	text-decoration: underline;
}

div#exclusive {
	border: 1px solid orange;
	background-color: #ffffc4;
	width: 970px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	text-align: left;
	padding: 5px 10px;
	margin: 5px 0;
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
}
	div#exclusive a {
		text-decoration: none;
	}
	div#exclusive a:hover {
		color: #ff6600;
	}

/**
 * Global styles - END 
 ***************************************************************/

 /***************************************************************
 * Button - START
 */
button {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background: 0;
	border: 0;
	cursor: pointer;
}
button span {
	background: url(../images/button-bg-left.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	height: 23px;
}
button span em {
	background: url(../images/button-bg-right.gif) top right no-repeat;
	margin: 0 0 0 12px;
	padding: 0 13px 0 0;
	display: block;
	height: 23px;
	line-height: 23px; /* must be equal to button height, to center vertically text */
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}
/**
 * Button - END 
 ***************************************************************/

/***************************************************************
 * Pager - START
 */
.pager {
	text-align: right;
	margin: 0px;
	padding: 3px;
}
/**
 * Pager
 ***************************************************************/

/***************************************************************
 * Error mesage - START
 */
.err_msg,
#err_msg
{
	text-align: left;
	border-top: 1px solid red; 
	border-bottom: 1px solid red; 
	background-color:#FFF0F0;
	color: #000000;
	padding: 10px;
}
/**
 * Error message - END 
 ***************************************************************/

/***************************************************************
 * Information message - START
 */
.info_msg,
#info_msg
{
	text-align: left;
	border-top: 1px solid #008000; 
	border-bottom: 1px solid #008000; 
	background-color:#F0FFF0;
	color: #000000;
	padding: 10px;
}
/**
 * Information message - END 
 ***************************************************************/

/***************************************************************
 * PATH - START
 */
.path
{
	height: 31px; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align: left;
}
.path a
{
	text-decoration: none;
	color: #FFFFFF;
}
.path a:hover
{
	text-decoration: underline;
}
/**
 * PATH - END 
 ***************************************************************/

/***************************************************************
 * Other - START
 */
.article_intro
{
	vertical-align: top;
	padding-top: 5px;
}
.article_intro a
{
	text-decoration: none;
	color: #3e3e3e;
}
/**
 * Other - END 
 ***************************************************************/

 /***************************************************************
 * Pager - START 
 */
.pager {
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}
.pager a {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #A0A0A0;
	background-color: #f0f0f0;
	color: #0751af;
}
.pager a:hover
{
	color: #fff; 
	background: #A0A0A0;
	border-color: #A0A0A0;
	text-decoration: none;
}
.pager .arrow {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #A0A0A0;
	background-color: #f0f0f0;
}
.pager .current_page {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #A0A0A0;
	color: #0751af;
}
/**
 * Pager - END 
 ***************************************************************/

/***************************************************************
 * Math captcha field - START 
 */
#math_captcha {
	border: 1px solid #B0B0B0;
	background-color: #ffffC0;
	width: 300px;
	height: 15px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
/**
 * Math captcha field - END 
 ***************************************************************/

/***************************************************************
 * Table with fields - START
 */
.usr_input_tbl {
	margin-top: 5px;
	width: 100%;
}
.usr_input_tbl th {
	width: 20%;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}
.usr_input_tbl td {
	width: 80%;
}
/**
 * Table with fields - END 
 ***************************************************************/

/***************************************************************
 * User Cell - START 
 */
.user_cell_table {
	margin: 5px;
}
.user_cell_td_image {
	
}
.user_cell_td_image img {
	border: 1px solid #6d6b6c;
}
.user_cell_td_descr {
	
}
.user_cell_descr_tbl {
	width: 100%;
}
.user_cell_descr_label {
	width: 10%;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}
.user_cell_descr_value {
	width: 90%;
	padding: 2px;
}
/**
 * User Cell - END 
 ***************************************************************/

/***************************************************************
 * Submit button - START 
 */
.red_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #cc0c0d;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.orange_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #f59f02;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.purple_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #890052;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.green_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #5fa244;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.grey_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #5c5a5a;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.dark_green_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #157d18;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.yellow_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #eabc00;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.blue_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #1495d9;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.black_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #000000;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.violet_submit_button {
	border: 1px solid #6d6b6c;
	background-color: #8494eb;
	color: white;
	font-weight: bold;
	cursor: pointer;
}


/**
 * Submit button - END 
 ***************************************************************/

/***************************************************************
 * Vote box - START 
 */
.vote_box, 
.vote_box_inactive {
	position: relative;
	background: #909090 url('../images/vote_box_sprites.gif') no-repeat;
	width: 80px;
	height: 51px;
}
.vote_box_inactive {
	background-position: -106px 0;
	display: none;
}

.vote_box .vote_up, 
.vote_box .vote_dwn {
	position: absolute;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #909090 url('../images/vote_box_sprites.gif') no-repeat;
}
.vote_box .vote_up {
	top: 0;
	background-position: -55px 0;
}
.vote_box .vote_up:hover {
	background-position: -81px 0;
}
.vote_box .vote_dwn {
	bottom: 0;
	background-position: -55px -26px;
}
.vote_box .vote_dwn:hover {
	background-position: -81px -26px;
}

.vote_box div,
.vote_box_inactive div {
	font-size: 10px;
	width: 54px;
	position: absolute;
	top: 2px;
	left: 0;
	text-align: center;
}

/**
 * Vote box - END 
 ***************************************************************/

/***************************************************************
 * Other - START 
 */
.text_link {
	color: #0000E0;
}

/**
 * Other - END 
 ***************************************************************/

/***************************************************************
 * intextadd - START 
 */
a.intextadd {
	color: #c000a7;
	border-bottom: 3px double #c000a7;
}
a.intextadd:hover {
	text-decoration: none;
}
/**
 * intextadd - END 
 ***************************************************************/

/***************************************************************
 * text_field_helper - START 
 */
 ul#text_field_helper {
	position: absolute;
	width: 302px;
	display: none;
}

ul#text_field_helper li {
	list-style: none;
	line-height: 25px;
	position: relative;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background-color: white;
}
ul#text_field_helper li a {
	display: block;
	width: 290px;
	height: 25px;
	padding-left: 10px;
}
ul#text_field_helper li a:hover {
	text-decoration: none;
	background-color: #F0F0F0;
}
/**
 * text_field_helper - END 
 ***************************************************************/

table.question_params tr td {
	height: 20px;
	line-height: 20px;
	border-bottom: 1px dotted #159de5;
}
table.question_params tr td.label {
	font-weight: bold;
	padding-right: 5px;
	width: 90px;
}
table.question_params tr td.value {
	width: 190px;
}

a.userReport {
	display: block; 
	width: 16px;
	height: 16px;
	float: right;
	background: transparent url('../images/warning.gif') 0 0 no-repeat;
}

div.imgNav {
	background-color: #D0D0D0;
}
	div.imgNav a {
		display: block;
		top:0;
		width: 60px;
		height: 35px;
		background-position: center center;
		background-repeat: no-repeat;
	}
		div.imgNav a.next {
			float: right;
			background-image: url('../images/r.png');
		}
		div.imgNav a.next:hover {
			background-image: url('../images/r_hover.png');
		}

		div.imgNav a.prev {
			float: left;
			background-image: url('../images/l.png');
		}
		div.imgNav a.prev:hover {
			background-image: url('../images/l_hover.png');
		}









div#img_paginator {
	position: relative;
	margin: 10px auto;
	height: 95px;
	width: 675px;
	overflow: hidden;
}
	div#img_paginator a {
		display: block;
		width: 125px;

	}
		div#img_paginator a img {
			margin-top: 2px;
			width: 120px; 
			border: 1px solid #6d6b6c;
		}

	div#img_paginator a#img_paginator_carousel_right,
	div#img_paginator a#img_paginator_carousel_left {
		position: absolute;
		display: block;
		top:0;
		width: 20px;
		height: 95px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	div#img_paginator a#img_paginator_carousel_right {
		right: 0;
		background-image: url('../images/imgCarouselRight.png');
	}
	div#img_paginator a#img_paginator_carousel_right:hover {
		background-image: url('../images/imgCarouselRight_hover.png');
	}

	div#img_paginator a#img_paginator_carousel_left {
		left: 0;
		background-image: url('../images/imgCarouselLeft.png');
	}
	div#img_paginator a#img_paginator_carousel_left:hover {
		background-image: url('../images/imgCarouselLeft_hover.png');
	}

	div#img_paginator div#img_paginator_container {
		margin-left: 26px;
	}


div#fun_nav {
	margin-top: 5px;
}
	div#fun_nav a#anecdotes,
	div#fun_nav a#wallpapers,
	div#fun_nav a#screensavers,
	div#fun_nav a#caricatures {
		display: block; width: 75px; height: 79px;
		float: left;
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
	}
	div#fun_nav a span {
		display: block; width: 100%;
		position: absolute; bottom: 0; left: 0;
		text-align: center;
	}

	div#fun_nav a#anecdotes {
		background-image: url('../images/anecdotes.png');
	}
	div#fun_nav a#anecdotes:hover {
		background-image: url('../images/anecdotes_hover.png');
	}

	div#fun_nav a#wallpapers {
		background-image: url('../images/wallpapers.png');
	}
	div#fun_nav a#wallpapers:hover {
		background-image: url('../images/wallpapers_hover.png');
	}

	div#fun_nav a#screensavers {
		background-image: url('../images/screensavers.png');
	}
	div#fun_nav a#screensavers:hover {
		background-image: url('../images/screensavers_hover.png');
	}

	div#fun_nav a#caricatures {
		background-image: url('../images/caricatures.png');
	}
	div#fun_nav a#caricatures:hover {
		background-image: url('../images/caricatures_hover.png');
	}