body {	
	font-size:14px;
	font-family:Arial;
        margin:0px;
}

small {
	font-size:90%;
}

.sm {
	font-size:90%;
}

.imgmiddle {
    position: relative;
    top: -2px;
}

.shadow {
	box-shadow: 1px 1px 10px 3px #AAA;
	-moz-box-shadow: 1px 1px 10px 3px #AAA;
	-webkit-box-shadow: 1px 1px 10px 3px #AAA;
}

#notify {
	z-index:3;
	display:none;
	position:fixed; _position:absolute; /*ie6*/
	color:#000;
	width:500px;
	text-align:center;
	padding:15px;
	border:solid 1px #777;
	box-shadow: 1px 1px 7px 3px #333;
	-moz-box-shadow: 1px 1px 7px 3px #333;
	-webkit-box-shadow: 1px 1px 7px 3px #333;
}

#backgr {
	z-index:2;
	display:none;
	position:fixed; _position:absolute; /*ie6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
}

.p5
{
	background-color:#EAEAEA;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
	margin-bottom:2px; / margin-bottom:1px;
	padding:5px; / margin-top:2px;
}

a, a:visited { 
	color: #4e4e4e;
	text-decoration: none;
}

a:hover { 
	color: #da3232;
	text-decoration: none;
}

.wrapper {
	width: auto;
	margin:0 auto;
	margin-top:0px; 	
}

.logo {
	background:url(/images/logo.jpg);
	width:1022px;
	height:248px;
	border: 1px solid #fff;
	border-bottom:none;
}

.logo_s {
        background:#5aa1ea;
	/*background:url(/images/logo_s.png);*/
	width: auto;
	border: 0px solid #fff;
	border-bottom:none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

.title3 {
       font-size: 40px;
       color: #fff;
       margin-top:20px; 
}

#title3 {
    padding-left:5px;
    font-size: 28px;
    white-space: nowrap;
    font-weight: normal;
    color: #fff;
}

#bord {
    padding-left:15px;
    padding-right:15px;
}

#title {
    display: block;
    outline: none;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    padding: 8px 10px 0;
    height: 45px;
}

.languages {
       padding: 6px 6px 0;
       float: right;
}

.menu {
       padding-left:5px;
       border: 0px solid #fff;
       border-bottom-left-radius:0px;
       border-bottom-right-radius:0px;
       //background:url(/images/menu.png) repeat-x;
       height: 27px;
       background:#e7e7e7;
}

.menu a {
	display: block;
	float: left;
	line-heihgt: 27px;
	padding: 4px 10px;
	vertical-align: central;
	//font-family: Arial;
	font-size: 14px;
	color: #3b7dc1;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	text-transform: lowercase;
}

.menu a:hover {
	//background:url(/images/menuh.png) repeat-x;
	height:auto;
	border: 0px solid #CCC;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	color: #FFF
}

.content {
	width: auto;
	height:auto;
	padding-bottom:10px;
	overflow:hidden;
	margin-top:10px;
}

.left {
	float:left;
	width: 80%;
        /*position: absolute;*/	
}

.sidebarl {
	float:left;
	padding-right: auto;
	width: auto;
	margin-right:5px;
	margin-top:5px;
}


.sidebar {
	float:right;
        /*position: absolute;*/
	padding-right:0px;
	width:auto;
	margin-right:5px;
}

.wintitle {
        width:auto;
	background:#5aa1ea;
	height:20px;
	margin-left:0;
	color:#fff;
	font-family: Arial;
	font-size:12px;
	text-align:left;
	border:2px solid #5aa1ea;
	line-height:20px;
	padding-left:5px;
	border-bottom:none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

.wincontent {
        width:auto;
	background:#eaeaea;
	height:auto;
	color:#000;
	font-family: Arial;
	font-size:12px;
	text-align:center;
	margin-bottom: 10px;
	//border:#5aa1ea 1px solid;
	padding-top:5px;
	padding-bottom:2px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}


.wintitlel {
        width:auto;
	background:#5aa1ea;
	height:20px;
	margin-left:0;
	color:#fff;
	font-family: Arial;
	font-size:12px;
	text-align:left;
	border:2px solid #5aa1ea;
	line-height:20px;
	padding-left:5px;
	border-bottom:none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

.wincontentl {
        width:auto;
	background:#eaeaea;
	height:auto;
	color:#000;
	font-family: Arial;
	font-size:12px;
	text-align:center;
	margin-bottom: 10px;
	//border:#5aa1ea 1px solid;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	padding:2px;
}

.wincontentblock {
	background:#daebf4;
	height:auto;
	color:#000;
	font-family: Arial;
	font-size:12px;
	text-align:center;
	margin-bottom: 10px;
	border:#46b4f4 1px solid;
	border-radius:0px;
	padding:2px;
}

.footer {
	/*background:url(/images/footer.jpg) no-repeat;*/
	width: auto;
	height:78px;
	border:0px solid black;
	color:#000;
	padding:5px;
	font-family:Arial;
	font-size:16px;
	margin: 0 auto;
	border:0px solid #000;
	border-radius:0px;
}

.footer a {
	color:#000;
}

.nblock {
	background-color:#eaeaea;
	border:#eaeaea 2px solid;
	border-radius:5px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:5px;
	margin-left:5px;
	text-align:left;
	padding:3px;
}

.s1 {
	background-color:#EEE;
}

.s1l {
	background-color:#EEE;
}


.s11 {
	background-color:#E2E2E2;
}

.s2 {
	background-color:#B0DFB0;
}

.s12 {
	background-color:#A0D6A0;
}

.s3 {
	background-color:#F0E68C;
}

.s13 {
	background-color:#E5D866;
}

.yellow_stripes
{
	background-image: url('/images/yellow_stripes.png');
}

.s4 {
	background-color:#FFAAAA;
}

.s14 {
	background-color:#FC9595;
}

.s5 {
	background-color:#E9B883;
}

.s15 {
	background-color:#D99E5E;
}

.s6 {
	background-color:#94A9E3;
}

.s16 {
	background-color:#7D97DF;
}

.s7 {
	background-color:#62C7ED;
}

.s17 {
	background-color:#8BD3ED;
}

.s8 {
	background-color:#C8A2C8;
}

.s18 {
	background-color:#D8BFD8;
}

.lcol {
	text-align:right;
	vertical-align:top;
    padding-top: 3px;
}


.previewphsmll { 
	border: 1px solid #AAAAAA;
	border-radius: 6px;
	padding: 1px;
	width: 170px;
}

.previewph { 
	border: 1px solid #AAAAAA;
	border-radius: 0px;
	padding: 1px;
}

.pblock {
	background-color:#f0f0f0;
	border:#f0f0f0 1px solid;
	border-radius:5px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:1px;
	margin-left:1px;
	text-align:left;
	padding:3px;
	width: 180px;
	min-height: 220px;
	float:left;
	font-size:90%;
}

.s1 .pblock {
	background-color:#f0f0f0;
	border:#E2E2E2 1px solid;
}

.s11 .pblock {
	background-color:#f0f0f0;
	border:#f0f0f0 1px solid;
}

a, a:visited; { 
color: #4e4e4e;
text-decoration: none;
 }


.phblocktop {
	background-color:#f0f0f0;
	border:#f0f0f0 1px solid;
	border-radius:0px;
	padding:3px;
	font-size:90%;
}


.phleft {
	float:left;
	padding-right:5px;
	width:320px;
	margin-right:5px;
}

.phright {
	float:left;
	width:600px;
}

.lf { 
    border: 1px solid #777777;
    box-shadow: 2px 2px 8px 3px #777777;
    margin-bottom: 7px;
    padding: 3px;
}

.section * {margin: 0; padding: 0;}
.section a {color: #4e4e4e;}
.section p {padding: 7px 0;}

.section {
	width: 100%;
	
	margin: 0 0 30px;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #ddd;

}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #fff;
	cursor: pointer;
	background: #46b4f4;
	border: 0px solid #6495ed;
	border-bottom: 0px solid #ddd;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	position: relative;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #46b4f4;
	padding: 0 13px;
	background: #fff;
	border: 0px solid #6495ed;
	border-bottom: 1px solid #fff;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.tabs li.current {
	color: #000;
	background: #daebf4;
	padding: 0 13px 2px;
	border: 1px solid #46b4f4;
	border-bottom: 1px solid #daebf4;
}
.box {
	display: none;
	border: 1px solid #46b4f4;
	border-width: 0 1px 1px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background: #daebf4;
	padding: 0 12px;
}
.box.visible {
	display: block;
}

.tablejrnith {
	border-collapse:collapse;
	border:#a09f9f 0px solid;
	border-radius: 6px;
}

.tablejrnith td {
	padding:5px;
}

.tablehead {
	color:#fff;
	text-align:center;
	background-color:#46b4f4;
}

.pgnav {
	background-color:#f0f0f0;
	color:#000;
	padding: 2px 5px;
	text-decoration: none;
	width: 8px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
}

.thispgnav {
	background-color:#46b4f4;
	color:#fff;
	padding: 2px 5px;
	text-decoration: none;
	width: 8px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
}

.exif .s1 {
	background-color:#f0f0f0;
}

.exif .s11 {
	background-color:#daebf4;
}

.exif {
	border-collapse:collapse;
}

.exif td {
	padding:2px;
}

.pj { 
	padding: 5px;
	border-radius: 6px;
	font-size: 12px;
}

.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s1l, .s11, .s12, .s13, .s14, .s15, .s16, .s17, .s18 {
	padding:1px;
	/*border-radius: 6px;*/
}

blockquote {
    font-size: 12px;
    letter-spacing: 1px;
    color: #002;
}
acronym {
    border-bottom: #303030 1px dotted;
    cursor: help;
}
pre {
    border: #c0e6ff 1px solid;
    background-color: #e0e8ef;
    color: #002;
}
hr {
    height: 0;
    border: none;
    border-top: #404040 1px dotted;
    width: 100%;
}
var {
    color: blue; font-style: normal; font-family: monospace;
}
h3, h4 , h5 {
    margin-bottom: 0;
}
table.bb {
    border-collapse: collapse;
}
th {
    border: #b0b0b0 1px solid;
    background-color: #ddd;
    color: #555;
}
td.bb {
    border: #b0b0b0 1px solid;
}
blockquote.bb_quote {
    border: #999999 0px solid;
    background-color: #fff;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    border: #999999 0px solid;
    border-width: 1px 2px 2px 1px;
    margin-top: -1.2em;
    background-color: #fff;
    width: 500px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:after {
    content: " писал(а):";
}
div.bb_code {
    border: #999999 1px solid;
    background-color: #b5b5b5;
    color: #404060;
    padding: 5px;
    margin: 1em 0 0 0.8em;
    font-family: Monaco,'Courier New',monospace;
}
div.bb_code_header {
    border: #999999 1px solid;
    border-width: 1px 2px 2px 1px;
    padding-left: 5px;
    margin-top: -1.6em;
    background-color: #b5b5b5;
    white-space: nowrap;
    font-weight: bold;
    color: #404060;
    text-align: left;
}
span.bb_code_lang:before {
    content: "Код: ";
}
div.bb_code_footer {
    margin: 5px -5px -5px -5px;
    padding: 4px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #a9b8c2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.step {
	font-weight:bold;
	padding:2px;
	padding-top:8px;
}


/* jQuery elements */

#showInfo {color: #fff; background: #333; padding: 8px 10px; position: absolute; opacity: 0.8; border: 1px solid #000;}
#showInfo2 {background: url(images/page.gif) repeat-x top #4d78b3; padding: 8px 10px; position: absolute; opacity: 1; border: 1px solid #1d4c8d;}

#showInfo3 {
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	color: #fff;padding: 8px 10px;background: url(images/head-big.gif) repeat-x center #2465a1;
	border: 1px solid #1d4c8d;position: absolute;opacity: 1;
}

.openWindow {background: url(images/bg/black-60.png); position: fixed; width: 100%; height: 100%;}
#open-old {background: #fff; border: 1px solid #1d4c8d;
box-shadow: 0 0 8px #555; -moz-box-shadow: 0 0 8px #555; -webkit-box-shadow: 0 0 8px #555;}

#openCloseHtml {position: fixed; width: 100%; height: 100%;}


#ajax-error {
	color: #bbb;
	position: fixed;
	top: 10px;
	left: 10px;
	border: 2px solid #000;
	cursor: pointer;
	width: 350px;
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Tahoma";
	font-size: 11px; 
	line-height: 14px;
}
#ajax-error > div a{color: #ddd;}
#ajax-error > div a:hover{color: #eee;}
#ajax-error > div {padding: 15px 10px; border-top: 1px solid #333; background: #111; opacity: 0.98;}
#ajax-error > div:hover {color: #ccc;}
#ajax-error > div:active {opacity: 0.97;}
#ajax-error > div:first-child {border-top: none;}

#ajax-error > div span#ajax-error-close {
	background: url(/images/x3.png);
	width: 16px;
	height: 16px;
	float: right;
	margin: -8px -8px 0 8px;
	cursor: pointer;
}
#ajax-error > div span#ajax-error-close:hover {background: url(/images/x2.png);}
#ajax-error > div span#ajax-error-close:active {background: url(/images/x4.png);}


/* ajax */

#ajax-messages {
	position: fixed;
	bottom: 10px;
	left: 10px;
	margin-top: 50px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 3px;
	max-width: 350px;
	font-family: "Tahoma";
	font-size: 11px; 
	line-height: 14px;
}
#ajax-messages > div {
	background: #111;
	color: #bbb;
	padding: 5px;
	border: 1px solid #000;
	cursor: pointer;
	width: 250px;
	margin: 2px 0;
	padding: 10px;
	opacity: 0.95;
}
#ajax-messages > div a{color: #eee;}
#ajax-messages > div:hover {color: #ccc;}

#ajax-messages > div span#ajax-message-close {
	background: url(/images/x3.png);
	width: 16px;
	height: 16px;
	float: right;
	margin: -5px -5px 0 8px;
	cursor: pointer;
}
#ajax-messages > div span#ajax-message-close:hover {background: url(/images/x2.png);}
#ajax-messages > div span#ajax-message-close:active {background: url(/images/x4.png);}


/* new window */

#open2 {border: 1px solid #173552;}
#open {
	background: url(images/bg/black-30.png);
	padding: 10px; margin: -10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#open {position: relative;}
#openPanel-out {}

.openTitle {
	color: #fff;
	height: 24px;
	padding: 12px 1px 0 12px;
	background: url(images/head-big.gif) repeat-x center #2465a1;
	border: 1px solid #5995cc;
	border-bottom: 1px solid #1d4c8d;
}

.openTitle a{color: #fff;}

.openTitle-old {
	border: none;
	background: url(images/page.gif) repeat-x top #4d78b3;
	border-bottom: 1px solid #1d4c8d;
}

.openText {
	padding: 10px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.openPanel {
	background: url(images/open-gr5.gif) repeat-x top #f3f3f3;
	border-top: 1px solid #d7d7d7;
	min-height: 14px;
	padding: 14px 0 14px 13px;
}

.openPanel-old {background: url(images/open-gr2.gif) repeat-x top #f9f9f9;}

.entLink {text-align: right; padding: 0 10px 0 0;}
.entLink > *.bot, .entLink > *.bot-grey {margin-top: -10px; margin-bottom: -10px;}

span#openClose {
	background: url(/images/x3.png);
	width: 16px;
	height: 16px;
	float: right;
	margin: 0 8px 0 0;
	cursor: pointer;
}
span#openClose:hover {
	background: url(/images/x2.png);
}
span#openClose:active {
	background: url(/images/x4.png);
}

.shadow { 
	box-shadow: 1px 1px 10px 3px #AAAAAA;
}

.temp { 
	border-top-right-radius: 6px;
	left: 4px;
	padding: 1px 6px 2px 4px;
	font-size:80%;
	position: absolute;
	top: -20px;
	background-color: #F0E68C;
}

.temp2 { 
	border-top-right-radius: 6px;
	left: 4px;
	padding: 1px 6px 1px 4px;
	font-size:80%;
	position: absolute;
	top: -20px;
	background-color: #62C7ED;
}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,Arial,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,Arial,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #e8f4f0;
}

.calendar tbody .rowhilite td {
  background: #d8e4e0;
}

.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

.p5 { 
	padding: 5px;
	border-radius: 6px;
	margin-bottom: 2px;
}

.same { 
	border-bottom: 1px dotted currentColor;
	text-decoration: none;
}

a.same { 
	color: #000000;
}

button { 
font-family: use-lang-def;
font-size: 13px;
font-weight: 400;
padding: 1px 8px;
 }

/* Rate post box
---------------------------------------- */
.rate-box { margin: 3px 0 0 0px; white-space: nowrap; }
.rate-box span { display: inline-block; height: 15px; background-image: url("/images/rate_box.png"); background-repeat: no-repeat; vertical-align: bottom; }

.rate-box .rate-minus		{ background-position: 0 0; width: 18px; cursor: pointer; }
.rate-box .rate-minus:hover	{ background-position: 0 -15px; }
.rate-box .rate-no-minus	{ background-position: 0 0; width: 3px; }
.rate-box .rate-minus-voted	{ background-position: 0 -30px; width: 18px; }

.rate-box .rate-plus		{ background-position: -74px 0; width: 18px; cursor: pointer; }
.rate-box .rate-plus:hover	{ background-position: -74px -15px; }
.rate-box .rate-no-plus		{ background-position: -89px 0; width: 3px; }
.rate-box .rate-plus-voted	{ background-position: -74px -45px; width: 18px; }

.rate-box .rate-value		{ background-position: -18px 0; padding: 0px 4px; font-weight: bold; line-height: 14px; min-width: 16px; text-align: center; }
.rate-box .rate-positive	{ color: #00b300; }
.rate-box .rate-negative	{ color: #d93300; }
.rate-box .rate-zero		{ color: #666666; }

.wvote { 
border: 1px solid #CCCCCC;
color: #AAAAAA;
font-size: 10px;
font-weight: 700;
text-align: center;
text-decoration: none;
width: 27px;
}

.gold { 
color: #EDAD23;
}

#upBlock {
	position:fixed;
	bottom:15px;
	right:15px;
	color:#000000;
	padding:6px;
	text-align:center;
	z-index:9999999999;
	display:none;
}

.temp_frame { 
color: #FFFFFF;
display: inline-block;
}


#map {
	display:none;
}

#map_canvas {
	width:780px;
	height:300px;
	border:solid 1px #BBB;
	overflow:hidden;
}

#pfm_frame {
	position:absolute;
	left:0;
	width:100%;
	display:none;
	z-index:1;
}

#pfm {
	background:#EEE;
	padding:10px;
	border:solid 1px #CCC;
	text-align:center;
}

.vtplus, .vtminus, .kplus, .kminus {
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.vtplus:disabled, .vtminus:disabled, .kplus:disabled, .kminus:disabled {
    background:#cbcbcb;
}

.vtplus:hover:disabled, .vtminus:hover:disabled, .kplus:hover:disabled, .kminus:hover:disabled {
    background:#cbcbcb;
}

.vtplus {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b896;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b896;
	box-shadow:inset 0px 1px 3px 0px #91b896;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #75a679), color-stop(1, #2ca835));
	background:-moz-linear-gradient(top, #75a679 5%, #2ca835 100%);
	background:-webkit-linear-gradient(top, #75a679 5%, #2ca835 100%);
	background:-o-linear-gradient(top, #75a679 5%, #2ca835 100%);
	background:-ms-linear-gradient(top, #75a679 5%, #2ca835 100%);
	background:linear-gradient(to bottom, #75a679 5%, #2ca835 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#75a679', endColorstr='#2ca835',GradientType=0);
	border:1px solid #566958;
	background-color:#778d76;
	text-shadow:0px -1px 0px #2b6636;
}
.vtplus:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2ca835), color-stop(1, #75a679));
	background:-moz-linear-gradient(top, #2ca835 5%, #75a679 100%);
	background:-webkit-linear-gradient(top, #2ca835 5%, #75a679 100%);
	background:-o-linear-gradient(top, #2ca835 5%, #75a679 100%);
	background:-ms-linear-gradient(top, #2ca835 5%, #75a679 100%);
	background:linear-gradient(to bottom, #2ca835 5%, #75a679 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ca835', endColorstr='#2ca835',GradientType=0);
	border:1px solid #5a6956;
	background-color:#2ca835;
}
.vtplus:disabled {
	text-shadow:0px 1px 0px #2b6636;
}

.vtminus {
	-moz-box-shadow:inset 0px 1px 3px 0px #b89191;
	-webkit-box-shadow:inset 0px 1px 3px 0px #b89191;
	box-shadow:inset 0px 1px 3px 0px #b89191;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a67575), color-stop(1, #a82c2c));
	background:-moz-linear-gradient(top, #a67575 5%, #a82c2c 100%);
	background:-webkit-linear-gradient(top, #a67575 5%, #a82c2c 100%);
	background:-o-linear-gradient(top, #a67575 5%, #a82c2c 100%);
	background:-ms-linear-gradient(top, #a67575 5%, #a82c2c 100%);
	background:linear-gradient(to bottom, #a67575 5%, #a82c2c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a67575', endColorstr='#a82c2c',GradientType=0);
	border:1px solid #695756;
	background-color:#8d7776;
	text-shadow:0px -1px 0px #662b2b;
}
.vtminus:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a82c2c), color-stop(1, #a67575));
	background:-moz-linear-gradient(top, #a82c2c 5%, #a67575 100%);
	background:-webkit-linear-gradient(top, #a82c2c 5%, #a67575 100%);
	background:-o-linear-gradient(top, #a82c2c 5%, #a67575 100%);
	background:-ms-linear-gradient(top, #a82c2c 5%, #a67575 100%);
	background:linear-gradient(to bottom, #a82c2c 5%, #a67575 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a82c2c', endColorstr='#a67575',GradientType=0);
	border:1px solid #695656;
	background-color:#a82c2c;
}
.vtminus:disabled {
	text-shadow:0px 1px 0px #662b2b;
}

.kplus {
	-moz-box-shadow:inset 0px 1px 3px 0px #b8b891;
	-webkit-box-shadow:inset 0px 1px 3px 0px #b8b891;
	box-shadow:inset 0px 1px 3px 0px #b8b891;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cacb8c), color-stop(1, #a8a72c));
	background:-moz-linear-gradient(top, #cacb8c 5%, #a8a72c 100%);
	background:-webkit-linear-gradient(top, #cacb8c 5%, #a8a72c 100%);
	background:-o-linear-gradient(top, #cacb8c 5%, #a8a72c 100%);
	background:-ms-linear-gradient(top, #cacb8c 5%, #a8a72c 100%);
	background:linear-gradient(to bottom, #cacb8c 5%, #a8a72c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacb8c', endColorstr='#a8a72c',GradientType=0);
	border:1px solid #696956;
	background-color:#8d8d76;
	text-shadow:0px -1px 0px #66652b;
}
.kplus:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a8a72c), color-stop(1, #cacb8c));
	background:-moz-linear-gradient(top, #a8a72c 5%, #cacb8c 100%);
	background:-webkit-linear-gradient(top, #a8a72c 5%, #cacb8c 100%);
	background:-o-linear-gradient(top, #a8a72c 5%, #cacb8c 100%);
	background:-ms-linear-gradient(top, #a8a72c 5%, #cacb8c 100%);
	background:linear-gradient(to bottom, #a8a72c 5%, #cacb8c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a72c', endColorstr='#cacb8c',GradientType=0);
	border:1px solid #696956;
	background-color:#a8a72c;
}
.kplus:disabled {
	text-shadow:0px 1px 0px #66652b;
}

.kminus {
	-moz-box-shadow:inset 0px 1px 3px 0px #9391b8;
	-webkit-box-shadow:inset 0px 1px 3px 0px #9391b8;
	box-shadow:inset 0px 1px 3px 0px #9391b8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7a75a6), color-stop(1, #322ca8));
	background:-moz-linear-gradient(top, #7a75a6 5%, #322ca8 100%);
	background:-webkit-linear-gradient(top, #7a75a6 5%, #322ca8 100%);
	background:-o-linear-gradient(top, #7a75a6 5%, #322ca8 100%);
	background:-ms-linear-gradient(top, #7a75a6 5%, #322ca8 100%);
	background:linear-gradient(to bottom, #7a75a6 5%, #322ca8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a75a6', endColorstr='#322ca8',GradientType=0);
	border:1px solid #565669;
	background-color:#78768d;
	text-shadow:0px -1px 0px #2b3166;
}
.kminus:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #322ca8), color-stop(1, #7a75a6));
	background:-moz-linear-gradient(top, #322ca8 5%, #7a75a6 100%);
	background:-webkit-linear-gradient(top, #322ca8 5%, #7a75a6 100%);
	background:-o-linear-gradient(top, #322ca8 5%, #7a75a6 100%);
	background:-ms-linear-gradient(top, #322ca8 5%, #7a75a6 100%);
	background:linear-gradient(to bottom, #322ca8 5%, #7a75a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#322ca8', endColorstr='#7a75a6',GradientType=0);
	border:1px solid #565669;
	background-color:#322ca8;
}
.kminus:disabled {
	text-shadow:0px 1px 0px #2b3166;
}

.g_s {
    background-image: url("/images/grey_stripes.gif");
}

img.lf.p5{
    max-width: 90%
}