@import url(http://www.dc-swat.ru/templates/skin/dc-swat/css/reset.css);


/* --------------------------------------------------------------
	!FONTS
-------------------------------------------------------------- */


html, body {
    height:100%;
    background: #f3f3f3 url(http://www.dc-swat.ru/templates/skin/dc-swat/images/bg.png) repeat left top;
}

body { 
	font: 12px/18px Tahoma, Arial, Sans-Serif; 
	color: #333; 
}

h1, h2, h3, h4, h5, h6 { font: normal 18px Arial, Sans-Serif; color: #333; text-shadow:1px 1px 2px #bbb; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 22px; line-height: 26px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h6 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }

a 			{ color: #1f55a8; }
a 			{ color: #1f8ab7; }
a:hover 	{ color: #333; }

p { margin-bottom: 18px; }




/* --------------------------------------------------------------
	!BLOCKS
-------------------------------------------------------------- */
#container {
    width: 980px;
    margin: 0 auto;
    min-height: 100%;
    background:url(http://www.dc-swat.ru/templates/skin/dc-swat/images/head.jpg) no-repeat center top;
}

#header { 
    overflow: hidden;
    zoom: 1; 
    padding: 0 15px;
    -moz-box-shadow:0 3px 15px #666666;
    -webkit-box-shadow:0 3px 15px #666666;
    box-shadow:0 3px 15px #666666;
}

#wrapper {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
    padding:5px 0 10px 0;
    -moz-border-radius:15px 15px 15px 15px;
    -webkit-border-radius:15px 15px 15px 15px;
    border-radius:15px 15px 15px 15px;
    -moz-box-shadow:0 3px 15px #666666;
    -webkit-box-shadow:0 3px 15px #666666;
    box-shadow:0 3px 15px #666666;
    background:#fafafa;
    min-height: 600px;
}
#content 	{ width: 640px; float: left; padding: 10px 15px 0 15px; }
#sidebar	{ width: 305px; float: left; }
#footer 	{ overflow: hidden; zoom: 1; margin-bottom: 20px; padding: 10px 20px; }




/* --------------------------------------------------------------
	!FORMS
-------------------------------------------------------------- */
.input-wide { width: 98%; _width: 97%; padding: 2px; }
.input-100 { width: 100px; padding: 2px; }
.input-200 { width: 200px; padding: 2px; }
.input-300 { width: 300px; padding: 2px; }
.note { font-size: 12px; color: #aaa; }
.checkbox { position: relative; top: 2px; margin: 0 4px 0 1px; }
.question-list { margin-bottom: 15px; }
.question-list li { margin-bottom: 3px; }




/* --------------------------------------------------------------
	!GENERAL
-------------------------------------------------------------- */

/* Voting */
.voting { overflow: hidden; zoom: 1; }

.voting .total { float: left; padding: 0 7px; font-weight: bold; color: #aaa; }
.voting .total a { text-decoration: none; color: #999; outline: none; }

.voting.positive .total { color: #390; }
.voting.negative .total { color: #f00; }

.voting .plus,
.voting .minus 			{ width: 10px; height: 10px; float: left; display: block; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/voting.png) no-repeat; position: relative; top: 4px; outline: none; }
.voting .plus 			{ background-position: 0 0; }
.voting .minus 			{ background-position: -20px 0; }
.voting .plus:hover 	{ background-position: -10px 0; }
.voting .minus:hover 	{ background-position: -30px 0; }

.voting.voted.plus 	.plus 			{ background-position: -10px 0; }
.voting.voted.minus .minus 			{ background-position: -30px 0; }
.voting.voted.plus 	.minus:hover 	{ background-position: -20px 0; }
.voting.voted.minus .plus:hover 	{ background-position: 0 0; }

.voting.guest .plus:hover 	{ background-position: 0 0; }
.voting.guest .minus:hover 	{ background-position: -20px 0; }


/* Favorite */
.favorite 			{ background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/favorite.png) no-repeat; display: block; height: 16px; width: 16px; position: relative; top: 1px; }
.favorite:hover 	{ background-position: 0 -16px !important; }
.favorite.active 	{ background-position: 0 -16px; }


/* Pagination */
.pagination ul li { display: inline; margin-right: 5px; }
.pagination ul li.active { color: #aaa; }


/* Switcher */
.switcher {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    height: 25px;
    padding:5px 0 0 5px;
}
.switcher li { 
    float: left;
    margin-right: 5px;
    padding: 0px 10px 1px 10px;
    background: #eee;
    -moz-border-radius:12px 3px 12px 3px;
    -webkit-border-radius:12px 3px 12px 3px;
    border-radius:12px 3px 12px 3px;
    -moz-box-shadow: 0px 0px 4px #666666;
    -webkit-box-shadow: 0px 0px 4px #666666;
    box-shadow: 0px 0px 4px #666666;
}

.switcher li:hover {
    -moz-box-shadow: 0px 0px 4px #1F8AB7;
    -webkit-box-shadow: 0px 0px 4px #1F8AB7;
    box-shadow: 0px 0px 4px #1F8AB7;
}

.switcher li a {
    line-height: 20px;
    text-decoration: none;
    color: #777;
}
/*
.switcher li:hover {
    background: #aaa;
    color:#eee;
}

.switcher li:hover a {
    color:#eee;
}*/

.switcher li.active { 
    background: #555;
}

.switcher li.active a {
    color: #eee; 
}



/* System messages */
.system-message-error 	{ background: #f0c8c8; color: #b22626; padding: 10px 15px; margin-bottom: 15px; }
.system-message-notice { background: #dafad8; color: #4bb23b; padding: 10px 15px; margin-bottom: 15px; }


/* Login popup */
.login-form { width: 200px; text-align: center; margin-left: -100px; left: 50%; top: 60px; background: #fff; border: 2px solid #555; padding: 15px; position: absolute; z-index: 100; display: none; }
.login-form h3 { margin-bottom: 15px; }
.login-form p { margin-bottom: 5px; }
.login-form label { color: #aaa; }
.login-form input { text-align: center; }
.login-form .checkbox-label { color: #333; }
.login-form .checkbox { position: relative; top: 2px; margin-right: 5px; }
.login-form .close { position: absolute; top: 5px; right: 5px; width: 14px; height: 14px; outline: none; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/close.png) no-repeat; }


/* Upload image popup */
.upload-form { width: 300px; margin-left: -150px; left: 50%; top: 400px; background: #fff; border: 2px solid #555; padding: 15px; position: absolute; z-index: 100; display: none; }
.upload-form h3 { margin-bottom: 15px; }
.upload-form .close { position: absolute; top: 5px; right: 5px; width: 14px; height: 14px; outline: none; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/close.png) no-repeat; }


/* Actions */
.actions { overflow: hidden; zoom: 1; margin-bottom: 10px; }
.actions li a { overflow: hidden; zoom: 1; margin-bottom: 10px; color: #333; text-decoration: none; }
.actions li { float: left; margin-right: 10px; }
.actions li .edit { padding-left: 15px; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/edit.png) no-repeat 0 1px; }
.actions li .delete { padding-left: 14px; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/delete.png) no-repeat 0 2px; }
.actions li .rss { padding-left: 15px; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/rss.png) no-repeat 0 1px; }
.actions li a:hover { text-decoration: underline; }


/* Misc */
.user { padding-left: 12px; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/user.png) no-repeat 0 2px; color: #555; }
.user.inactive { color: #888; }

.center { width: 300px; margin: 0 auto; }

.panel-form { padding: 2px; background: #eee; width: 98%; }
.panel-form img { vertical-align: top; }

.table { 
    width: 100%;
    margin-bottom: 10px;
}

.table thead td, .table th,
.content table thead td, .content table th {
    background: #E9E9E9;
    font-weight: bold;
}

.table td, .table th,
.content table td, .content table th {
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align:middle;
    border-collapse: collapse; 
}

.table tr:nth-child(even),
.content table tr:nth-child(even) {
    background:#F5F5F5;
}

.table tr:hover,
.content table tr:hover {
    background:#FAF0F0;
}


#content textarea {
	width:600px;	
}

.right { float: right; }
.left { float: left; }
.clear { clear:both; }


.profile-blog .count {
	float:left;
	padding:0 7px;
}

.profile-blog .text {
	float:left;
}

.profile-blog .avatar {
	float:left;
	margin-right:5px;
}





/* --------------------------------------------------------------
	!HEADER
-------------------------------------------------------------- */
#header h1 {
    margin: 0;
    line-height: 20px;
    visibility:hidden;
}
#header h1 a {
    width: 175px;
    height: 30px;
    display: block;
    padding-top:20px;
    /*text-indent: -300px; background: url() no-repeat;*/
    outline: none;
    font-size: 28px;
    text-shadow: 1px 0 0 #999;
}

#header h1 a span {
    position:relative;
    font-size:11px;
    color:#dddddd;
    left:2px;
    top:-10px;
}

#header h1 a i {
    position:relative;
    font-size:10px;
    line-height: 12px;
    top:-2px;
    display: block;
}

#header a { color: #fff; text-decoration: none; }

#header .pages {
    overflow: hidden; zoom: 1;
    padding: 60px 0 0;
    list-style: none;
}
#header .pages li { 
    float: left;
    font-size: 12px;
}

#header .pages li a { 
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    -moz-box-shadow:0 -2px 8px #aaaaaa;
    -webkit-box-shadow:0 -2px 8px #aaaaaa;
    box-shadow:0 -2px 8px #aaaaaa;
    background:#FAFAFA;
    color:#666666;
    display:block;
    padding:5px 10px;
    text-decoration:none;
}

#header .pages li.active a {
    color: #333;
    background: #E9E9E9;
    -moz-box-shadow:0 -2px 8px #999;
    -webkit-box-shadow:0 -2px 8px #999;
    box-shadow:0 -2px 8px #999;
}

#header .pages li a:hover,
#header .pages li.active a:hover {
    color: #000;
    background:#f3f3f3;
}

#header .profile {
    width: 400px;
    padding: 115px 0 0 0;
    color: #777;
    float: right;
    text-align: right;
    text-transform: lowercase;
}
#header .profile .message-new { color: #5fb501; }
#header .profile .create { color: #f79cf3; }
#header .profile .username { font-weight: bold; }
#header .profile a:hover { color: #ddd; }

#header .profile .bg {
	background:rgba(0, 0, 0, 0.6);
	padding:0 20px 1px 0;
}


/* --------------------------------------------------------------
	!NAVIGATION
-------------------------------------------------------------- */
#nav {
    height: 55px;
    padding: 0px 30px 10px 15px;
    margin: 0 0 30px -15px;
    border-bottom: 1px solid #eee;
}

/* Menu */
#nav .menu { padding-bottom: 25px; }
#nav .menu li {
    float: left;
    color: #390;
    padding: 3px 7px 4px 7px;
    background: #eee;
    margin-right: 5px;
    -moz-border-radius:12px 3px 12px 3px;
    -webkit-border-radius:12px 3px 12px 3px;
    border-radius:12px 3px 12px 3px;
    -moz-box-shadow: 0px 0px 4px #666666;
    -webkit-box-shadow: 0px 0px 4px #666666;
    box-shadow: 0px 0px 4px #666666;
}
#nav .menu li a { text-decoration: none; color: #777; }
#nav .menu li.active {
    position: relative;
    background: #333;
}
#nav .menu li.active a { color: #fff; }

#nav .menu li:hover {
    -moz-box-shadow: 0px 0px 4px #1F8AB7;
    -webkit-box-shadow: 0px 0px 4px #1F8AB7;
    box-shadow: 0px 0px 4px #1F8AB7;
}

/* Sub-menu */
#nav .sub-menu { position: absolute; top: 30px; left: 0; width: 400px; font-size: 11px; }
#nav .sub-menu li { margin-right: 5px; line-height: 12px; background: #eee; padding: 3px 7px 5px 7px !important; }
#nav .sub-menu li a { color: #777 !important; }
#nav .sub-menu li a:hover { color: #333; }
#nav .sub-menu li.active { background: #555; color: #41c400; }
#nav .sub-menu li.active a { color: #fff !important; }




/* --------------------------------------------------------------
	!TOPIC
-------------------------------------------------------------- */
.topic { overflow: hidden; zoom: 1; margin-bottom: 50px; }

/* Title */
.topic .title a { color: #333; }
.topic .title a.title-blog { color: #333; }
.topic .title a.title-topic { color: #333; }
.topic .title a:hover { color: #666; }

/* Content */
.topic .content { overflow: hidden; zoom: 1; margin-bottom: 15px; }
.topic .content p { margin-bottom: 18px; }
.topic .content blockquote { background: #fafafa; padding: 10px 15px; color: #555; margin-bottom: 5px; }
.topic .content pre {
    background: #fafafa;
    border: 1px solid #dce6f0;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px 10px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;

}
.topic .content ul { list-style-type: disc; margin-left: 17px; }
.topic .content ol { list-style-type: decimal; margin-left: 22px; }

/* Tags */
.topic .tags { margin: 0 0 6px; padding-left: 23px; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/tag.png) no-repeat 0 2px; }
.topic .tags li { display: inline; color: #888; }
.topic .tags li a { color: #888; text-decoration: none; }
.topic .tags li a:hover { color: #333; }

/* Info */
.topic .info { overflow: hidden; zoom: 1; background: #fbfbfb; padding: 5px 15px; }
.topic .info li { float: left; margin-right: 15px; }
.topic .info li a { text-decoration: none; }

.topic .info li.date { color: #777; }
.topic .info li.username a { font-weight: bold; color: #333; }
.topic .info li.username a:hover { text-decoration: underline; }
.topic .info li.voting { padding-right: 15px; border-right: 1px solid #ddd; }
.topic .info li.comments-link a { padding-left: 15px; color: #333; font-weight: bold; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/comments.png) no-repeat 0 2px; }
.topic .info li.comments-link a span { color: #777; }
.topic .info li.comments-link a:hover { text-decoration: underline; }

/* Poll */
.topic .poll { margin-bottom: 15px; }

.topic .poll .poll-vote { margin-bottom: 10px; margin-left: 0; list-style-type: none; padding: 15px 15px 10px; background: #f5f5f5; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.topic .poll .poll-vote li { margin-bottom: 5px; }
.topic .poll .poll-vote li label { display: inline; }

.topic .poll .poll-result { margin-bottom: 10px; margin-left: 0; list-style-type: none; padding: 15px 15px 0; background: #f5f5f5; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.topic .poll .poll-result li { margin-bottom: 20px; }
.topic .poll .poll-result li dl { overflow: hidden; zoom: 1; }
.topic .poll .poll-result li dl dt { float: left; width: 50px; text-align: right; padding-right: 15px; }
.topic .poll .poll-result li dl dt span { color: #aaa; }
.topic .poll .poll-result li dl dd { float: left; width: 400px; }
.topic .poll .poll-result li dl dd div { height: 5px; margin-top: 5px; background: #ccc; overflow: hidden; }
.topic .poll .poll-result li.most dl dd div { background: #555; }

.topic .poll .poll-total { color: #aaa; }




/* --------------------------------------------------------------
	!BLOCKS
-------------------------------------------------------------- */
.block { padding: 10px;  margin-bottom: 20px; }

.block .bottom { padding-top: 5px; font-size: 11px; }
.block .bottom a { color: #333; }

/* Stream */
.block.stream ul.list { border-top: 1px dashed #ddd; }
.block.stream ul.list li { padding: 7px 0 10px; border-bottom: 1px dashed #ddd; }

/* Top Blogs */
.block.blogs ul.list { border-top: 1px dashed #ddd; }
.block.blogs ul.list li { padding: 5px 0 8px; border-bottom: 1px dashed #ddd; }
.block.blogs ul.list li .rating { float: right; font-weight: bold; }

/* Tags */
.block .cloud li { display: inline; margin-right: 5px; line-height: 22px; }
.block .cloud li a { text-decoration: none; white-space: nowrap; }
.block .cloud li a.w1 { font-size: 12px; }
.block .cloud li a.w2 { font-size: 12px; }
.block .cloud li a.w3 { font-size: 14px; }
.block .cloud li a.w4 { font-size: 14px; }
.block .cloud li a.w5 { font-size: 18px; }
.block .cloud li a.w6 { font-size: 18px; }
.block .cloud li a.w7 { font-size: 20px; }
.block .cloud li a.w8 { font-size: 20px; }
.block .cloud li a.w9 { font-size: 22px; }
.block .cloud li a.w10 { font-size: 22px; }


.block .search .text {
    width:210px;
    -moz-border-radius:12px 3px 12px 3px;
    -webkit-border-radius:12px 3px 12px 3px;
    border-radius:12px 3px 12px 3px;
    -moz-box-shadow:0 0 4px #999999;
    -webkit-box-shadow:0 0 4px #999999;
    box-shadow:0 0 4px #999999;
    border:1px solid #EEEEEE;
    width:190px;
    padding:0 10px;
    color:#666;
    height:20px;
}

.block .search .text:focus {
    -moz-box-shadow:0 0 4px #1F8AB7;
    -webkit-box-shadow:0 0 4px #1F8AB7;
    box-shadow:0 0 4px #1F8AB7;
}




/* --------------------------------------------------------------
	!UPDATE
-------------------------------------------------------------- */
.update { padding: 7px 7px 5px 7px; float: right; position: fixed; top: 220px; right: 0; text-align: center; background: #fafafa; border-top: 1px solid #eee; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; _position: absolute; _top: expression( eval(document.documentElement.scrollTop) + 220 +"px" ); }
.update .update-comments { cursor: pointer; vertical-align: top; }
.update .new-comments { border-top: 1px solid #ececed; color: #333; padding-top: 7px; margin-top: 3px; cursor: pointer; }




/* --------------------------------------------------------------
	!COMMENTS
-------------------------------------------------------------- */
.comments .comment { overflow: hidden; zoom: 1; position: relative; }
.comments .comment .comment { padding-left: 30px; }
.comments .header { margin-bottom: 20px; }

/* Comment */
.comment .comment-inner { margin-bottom: 15px; }
.comment .deleted { padding: 5px 10px; color: #777; background: #f4f4f4; }
.comment .bad { color: #aaa; }

/* Comment Bottom */
.comment .folding { font-size: 11px; padding-right: 10px; background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/comment-fold.png) no-repeat 100% 6px; }
.comment .folding.fold { background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/comment-fold.png) no-repeat 100% 6px; }
.comment .folding.unfold { background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/comment-unfold.png) no-repeat 100% 6px; }
.comment .reply-link { margin-right: 5px; font-size: 11px; text-transform: lowercase; }

/* Info Block */
.comment .info { overflow: hidden; zoom: 1; font-size: 11px; }
.comment .info li { float: left; padding-top: 3px; margin-right: 10px; }
.comment .info li.avatar { padding-top: 0; }
.comment .info li.avatar img { vertical-align: top; }
.comment .info li.voting { float: right; }
.comment .info li.username a { font-weight: bold; color: #555; }
.comment .info li.date {color: #888; }
.comment .info li a { text-decoration: none; }

/* Comment Types */
.comment .info 			{ background: #fafafa; }
.comment .info.self 	{ background: #faf8f4 !important; }
.comment .info.new 		{ background: #fbfba8 !important; }
.comment .info.del 		{ background: #c5c5c5 !important; }
.comment .info.view 	{ background: #cdf5a6 !important; }

/* Comment List */
.comments.comment-list .path { padding-bottom: 3px; }
.comments.comment-list .path .blog-name { color: #777; }

/* Reply Form */
.reply { padding-bottom: 10px; }
.reply textarea { height: 70px; }
.reply textarea.loader { background: #f7f7f7 url(http://www.dc-swat.ru/templates/skin/dc-swat/images/loader.gif) no-repeat center;}

/* Misc */
.hidden { display: none; }
.tree-visible { display: block; }
.tree-hidden { display: none; }





/* --------------------------------------------------------------
	!PROFILE
-------------------------------------------------------------- */

/* Blog profile */
.blog { padding: 15px; background: #fafafa; margin-bottom: 20px; }
.blog .voting { float: right; }

/* User profile */
.user-profile { padding: 15px; background: #fafafa; margin-bottom: 20px; }
.user-profile .voting { float: right; margin-right: 10px; }
.user-profile .strength { float: right; }




/* --------------------------------------------------------------
	!STAT
-------------------------------------------------------------- */
.stat-performance { padding: 20px; background: #f0f7fd; border-top: 1px solid #d1e7f9; color: #333; }
.stat-performance table { margin-top: 15px; }
.stat-performance table td { width: 200px; vertical-align: top; }
.stat-performance h4 { font-weight: bold; color: #81B2DB; }



/* Source exported from Dev-Cpp */
.cpp1-assembler { color: #0000FF; }
.cpp1-character { color: #000000; }
.cpp1-comment { color: #3399FF; font-style: italic; }
.cpp1-float { color: #800080; }
.cpp1-hexadecimal { color: #800080; }
.cpp1-identifier { color: #000000; }
.cpp1-illegalchar { color: #000000; }
.cpp1-number { color: #800080; }
.cpp1-octal { color: #800080; }
.cpp1-preprocessor { color: #008000; }
.cpp1-reservedword { color: #000000; font-weight: bold; }
.cpp1-space { background-color: #FFFFFF; color: #000000; }
.cpp1-string { color: #FF0000; }
.cpp1-symbol { color: #000000; }

/*
ошибки
*/
.roar-error-body
{
	position:				absolute;
	font:					12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:					#fff;
	text-align:				left;
	z-index:				999;
}

.roar-error
{
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.roar-error-bg
{
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background-color:		#f00;
	-moz-border-radius:		10px;
	-webkit-border-radius:	5px;
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);
}
.roar-error-body-ugly .roar-error
{
	background-color:		#bf0000;
}
.roar-error-body-ugly .roar-error-bg
{
	display:				none;
}
.roar-error h3
{
	position:				relative;
	padding:				15px 10px 0;
	margin:					0;
	border:					0;
	font-size:				15px;
	color:					#fff;
	z-index:				1002;
}
.roar-error p
{
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0;
	font-size:				12px;
	color:					#fff;
	z-index:				1002;
}



/*
алерт
*/
.roar-notice-body
{
	position:				absolute;
	font:					12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:					#fff;
	text-align:				left;
	z-index:				999;
}

.roar-notice
{
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.roar-notice-bg
{
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background-color:		#399f2f;
	-moz-border-radius:		10px;
	-webkit-border-radius:	5px;
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);
}
.roar-notice-body-ugly .roar-notice
{
	background-color:		#399f2f;
}
.roar-notice-body-ugly .roar-notice-bg
{
	display:				none;
}
.roar-notice h3
{
	position:				relative;
	padding:				15px 10px 0;
	margin:					0;
	border:					0;
	font-size:				15px;
	color:					#fff;
	z-index:				1002;
}
.roar-notice p
{
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0;
	font-size:				12px;
	color:					#fff;
	z-index:				1002;
}ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #bbb;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Arial, Geneva, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
	color: 					#333;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				11px;
	line-height:			16px;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#0a246a;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#fff60b;
}

input.autocompleter-loading
{
	background-image:		url(http://www.dc-swat.ru/templates/skin/dc-swat/images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	right 50%;
}  /***************/
 /* vlaCalendar */
/***************/

/* Picker */

.vlaCalendarPicker {
	position: absolute;
	z-index: 999;
	
	margin-top: -5px;
	margin-left: -2px;
	
	display: none;
}

.vlaCalendarPicker .pickerBackground {
	background: transparent url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/calendar_background.png) no-repeat top center;
	padding: 16px;
	height: 130px;
	width: 166px;
	overflow: hidden;
}

/* Background for IE6 - code does not validate as it is a hack */
*html .vlaCalendarPicker .pickerBackground {
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/calendar_background.gif);
}

/* Main calendar */

.vlaCalendar, .vlaCalendar table {
	font-family: calibri, arial !important;
	color: black;
	font-size: 12px !important;
}

.vlaCalendar {
	display: block;
	width: 164px;
	line-height: 14px !important;
}
.vlaCalendar .container, .vlaCalendar .container div {
	width: 164px;
	height: 130px;
	text-align: left;
	position: absolute;
	overflow: hidden;
}

.vlaCalendar span.indication {
	display: block;
	text-align: center;
}

.vlaCalendar table {
	margin-top: 8px;
	text-align: right;
	border-collapse: collapse;
	background-color: white; /* <- IE ugly text in transition fix  */
}

.vlaCalendar .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label:hover {
	color: #0066cc;
	cursor: pointer;
}
.vlaCalendar .noHover:hover {
	color: black;
	cursor: default;
}

.vlaCalendar .arrowLeft, .vlaCalendar .arrowRight {
	background: transparent url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/arrowleft.gif) no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
}
.vlaCalendar .arrowLeft {
	margin-left: 5px;
	float: left;
}
.vlaCalendar .arrowLeft:hover {
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/arrowleft_hover.gif);
}
.vlaCalendar .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/arrowright.gif);
}
.vlaCalendar .arrowRight:hover {
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/arrowright_hover.gif);
}

/* Month */

.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
	padding-right: 3px;
	height: 15px;
}

.vlaCalendar .month tr.firstRow td {
	padding-top: 2px;
}

.vlaCalendar .month td:hover {
	background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/day_hover.gif) bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/day_selected.gif) bottom no-repeat;
	color: #0066cc;
}
.vlaCalendar .month td.selected:hover {
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/day_selected_hover.gif);
}

.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .month td.outsideDay:hover {
	color: #b1c5fc;
}

/* Year & decade */

.vlaCalendar .year {
	margin-left: 2px;
}

.vlaCalendar .year td {
	width: 40px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
.vlaCalendar .year td:hover {
	background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/month_hover.gif) center no-repeat;
	color: #0066cc;
}

.vlaCalendar .year td.selected {
	background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/month_selected.gif) center no-repeat;
}
.vlaCalendar .year td.selected:hover {
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/month_selected_hover.gif);
}

.vlaCalendar .year td.current {
	background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/month_current.gif) center no-repeat;
	color: #0066cc;
}
.vlaCalendar .year td.current:hover {
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/month_current_hover.gif);
}

.vlaCalendar .year td.selectedcurrent {
	background: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/month_selectedcurrent.gif) center no-repeat;
}
.vlaCalendar .year td.selectedcurrent:hover {
	background-image: url(http://www.dc-swat.ru/templates/skin/dc-swat/images/datepicker/month_selectedcurrent_hover.gif);
}

.vlaCalendar .year td.outsideYear {
	color: #a8a8a8;
}
.vlaCalendar .year td.outsideYear:hover {
	color: #b1c5fc;
}