/* news module */
table.news {
	padding:0px;
	margin:0px;
	margin-left:10px;
	margin-top:13px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:15px;
	}

table.news tr.spacer td {
	font-size:11pt;
	padding:0px;
	}

table.news tr.spacer-long td {
	font-size:11pt;
	padding:0px;
	padding-bottom:40px;
	}

table.news td.date {
	text-align:right;
	text-indent:2px;
	padding:0px;
	padding-right:10px;
	color:#8a8a8a;
	}

table.news th {
	padding:0px;
	padding-right:10px;
	text-align:left;
	color: #111;
	font-size:11.5pt;
	font-weight:bold;
	text-indent:-1px;	
	}

table.news td.text {
	padding:0px;
	padding-top:3pt;
	line-height: 21px;
	padding-right:15px;
	}

table.news td.text ul.pollList {
	margin: 0 0 0 36px;
	padding-left: 20px;
	list-style:none;
	}

/*table.news td.text ul.pollList input {
	vertical-align: bottom;
	margin:0px;
	padding:0px;
	margin-bottom:1px;
	margin-right:3px;
	}*/

table.news td.text ul.pollList label {
	vertical-align: baseline;
	}
	
table.news td.text ul.pollList li {
	padding:0em;
	margin:0em;
	padding-bottom:2px;
	}

table.news td.text div.pollLine {
	color:#000000;
	background-color:#dcdcdc;
	font-weight:bold;
	margin-bottom:0.2em;
	}

table.news td.text div.pollNoAnswers {
	font-weight:bold;
	margin-bottom:0.2em;
	}

table.news td.text div.poll p.pollQuestion,
div.poll p.pollQuestion {
	margin: 0em;
	padding: 3px 0 5px 35px;
	background: url(../pollQuestion.png) no-repeat 0 0;
	}

/*polls section end*/

table.news td.notifySettings, table.news td.archive {
	height:23px;
	vertical-align:bottom;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-size:10.5pt;
	}
table.news td.notifySettings a:visited, table.news td.archive a:visited {
	color:#00328a;
	}
/* opera 11.51 bugfix */
table.news td.notifySettings a:hover, table.news td.archive a:hover {
	color:#ff0000;
	}
/* opera забывает прописаный стиль для a:hover, если указать до этого a:visited */
/* opera 11.51 bugfix */

table.news td.notifySettings {
	background-image: url('icons/small/mail.png');
	}
table.news td.archive {
	background-image: url('icons/small/news.png');
	}


table.template table.news {
	margin-left:0px;
	}

table.template table.news th {
	padding-right:5px;
	}

table.template table.news td.text {
	padding-right:5px;
	}

/*
table.template td.right li {
	margin:0px;
	padding:0px;
	padding-bottom:1px;
	}

table.template td.right ul.firstLevel {
	width:100px;
	font-size:11pt;
	margin:0px auto;
	margin-top:10px;
	padding:0px;
	}

table.template td.right ul.firstLevel a.current {
	color:#7f5821;
	border-width:0px;
	display:inline;
	text-decoration:none;
	}

table.template td.right ul.secondLevel {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-left:20px;
	font-size:10pt;
	color:#7f5821;
	}

table.template td.right ul.secondLevel a.active, table.template td.right ul.secondLevel a.active:visited {
	color:#7f5821;
	}

table.template td.right ul.secondLevel a.active:hover {
	color:#ff0000;
	}
*/

a.notifySettings {
	display:inline-block;
	margin:0px;
	margin-top:5px;
	padding:0px;
	padding-top:4px;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-image: url('icons/small/mail.png');
	}

table.form {
	margin:0em;
	padding:0em;
	width:100%;
	}

table.form td {
	padding:0px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	}

table.form td.label {
	width:100px;
	vertical-align:top;
	text-align:right;
	}

table.form tr.notifySettings ul {
	margin:0em;
	padding:0em;
	list-style-type:none;
	}

table.form tr.notifySettings input {
	margin-left:0em;
	}

table.form tr.notifySettings p {
	margin:0em;
	}

table.form tr.notifySettings img {
	margin-left:0em;
	}

table.form div.left {
	float:left;
	padding-right:0.7em;
	}

table.form  div.right {
	float:right;
	padding-right:0em;
	padding:0em;
	}

table.form p {
	font-size:0.85em;
	color:#5f5f5f;
	}

table.form td.value input {
	width:50%;
	}

table.form input.long {
	width:20em;
	}

table.form td.value input.radio, table.form td.value input.checkbox {
	width:auto;
	}

#main-wrapper .loading {
	display: none;
	top: -10px;
	left: -25px;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 11px 0 0 26px;
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
    zoom: 1;
	}
#main-wrapper .loading .image {
	background: url(/style/dellin/request/loading.gif) no-repeat center top;
	width: 100px;
	margin: 100px auto 0;
	height: 100px;
	}


#newsSubscribe {
	font-size: 14px;
	color: #1f1f1f;
	}
#newsSubscribe .header {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}
#newsSubscribe span.asterisk {
	color: #D40B0B;
	font-size: 14px;
	margin-left: 0;
	line-height: 1.2;
	}
#newsSubscribe .left {
	clear: both;
	float: left;
	width: 60px;
	font-weight: bold;
	text-align: right;
	padding: 4px 20px 0 0;
	}
#newsSubscribe .right {
	float: left;
	margin-bottom: 10px;
	}
#newsSubscribe ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#newsSubscribe ul.list > li {
	margin: 4px 0 10px;
	}
#newsSubscribe ul.categories {
	margin: 10px 0 0 20px;
	}
#newsSubscribe ul.categories > li {
	margin: 5px;	
	}
#newsSubscribe ul.list label {
	margin-left: 5px;
	}
#newsSubscribe ul.list label input {
	margin: 2px 0 0 0;
	margin-top: -2px !ie;
	float: left;
	clear: both;
	}
#newsSubscribe input.text {
	width: 186px;
	border: 1px solid #888888;
	padding: 3px 6px;
	}
#newsSubscribe input.error {
	border: 1px solid #ff9999;
	background: #FFBFBF;
	}
#newsSubscribe .error {
	color: #D20B0B;
	font-size: 12px;
	padding: 3px 0 0;
	}
#newsSubscribe .submit {
	text-align: center;
	clear: both;
	}
#newsSubscribe .submit input {
	background: #faac18;
	border: 1px solid #f8a304;
	font-size: 15px;
	color: #333;
	padding: 5px 35px;
	cursor: pointer;
	text-decoration: none;
	}
#newsSubscribe .submit input:hover {
	color: #333;
	}
#newsSubscribe .submit input.grey {
	border: 1px solid #B3B3B3;
	background: #BDC3C6;
	}
#newsSubscribe .submit input[disabled=disabled] {
	border: 1px solid #BBC2C4;
	background: #D9DEE0;
	opacity: 0.4;
	}


@media print {
	.singleNews {
		font-size: 14pt;
		}
	.singleNews .text {
		line-height: 1.5;
		}
	.singleNews .links {
		border: 0;
		}
	.singleNews .links span.date {
		color: #111;
		}
	.singleNews .links a.category {
		color: #111;
		text-decoration: none;
		}
	}
