body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: auto;
}


a {
	color: #04688d;
	text-decoration: none;
}

a:hover {
	color: #04688d;
	text-decoration: underline;
}

a.side {
	color: #555;
	text-decoration: none;
}

a:hover.side {
	color: #f6a504;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: none;
	text-align: left;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px dashed #eee;
	margin: 4px 0;
	padding: 0;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.bullet {
  /* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity: 0.3;
}

/* Attention messages properties */

.admin-message {
    font-size: 12px;
	color: #006699;
	background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
	border-top: 2px solid #1380b1;
	border-bottom: 2px solid #1380b1;
	padding: 15px 0 15px 50px;
	margin-bottom: 10px;
}

.noscript-message {
    font-size: 12px;
	color: #c54343;
	background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
	border-top: 2px solid #c54343;
	border-bottom: 2px solid #c54343;
	padding: 15px 0 15px 50px;
	margin-bottom: 10px;
}

.nocomments-message {
    font-size: 12px;
	color: #555;
	background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 15px 0 15px 50px;
}

/* Form element properties */

form {
	margin: 0;
}

.bbcode-popup .button { width: 100%!important }

.button {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 13px;
	display: inline-block;
	padding: 5px 7px;
	line-height: 1;
	color: #3C3C3D;
	text-shadow: 1px 1px 0 #FFFFFF;
	background: #ECECEC url(forum/buttons_bg.png) 0 0 no-repeat;
	white-space: nowrap;
	cursor: pointer;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #CACACA;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-background-clip: padding-box;
    border-radius: 2px;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
	padding:0;
}

.button.primary {
	font-weight: bold 
}

.button:focus, .button:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-position: 0 -40px;
	background-color: #2D7DC5;
	border-color: #388AD4;
}

.button:active, .button.active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	background-position: 0 -81px;
	background-color: #0F5EA2;
	color: #fff;
	text-shadow: none;
	border-color: #347BBA;
	top: 1px;
}

.button.negative:focus, .button.negative:hover {
	color: #fff;
	background-position: 0 -121px;
	background-color: #D84743;
	border-color: #911D1B;
}
.button.negative:active, .button.negative.active{
	background-position: 0 -161px;
	background-color: #A5211E;
	border-color: #911D1B;
}

.button.big {
	font-size: 17px;
	padding-left: 14px;
	padding-right: 17px;
	margin: 5px 0 5px 0; /*top, right, bottom, left*/
}

.button.big span.icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
	background-image: url(images/icons/buttons_icons.png);
	background-repeat: no-repeat;
	margin: auto 7px auto auto; /*top, right, bottom, left*/
}

.button span.icon {
	display: inline-block;
	width: 14px;
	height: 12px;
	position: relative;
	top: 1px;
	background-image: url(images/icons/buttons_icons.png);
	background-repeat: no-repeat;
	margin: auto 7px auto auto;
}

.button span.icon.pm-button { background-position:0 -500px; }
.button:hover span.icon.pm-button { background-position:0 -512px; }
.button span.icon.edit-button { background-position:0 -556px; }
.button:hover span.icon.edit-button {background-position:0 -571px; }
.button span.icon.web-button { background-position:0 -586px; }
.button:hover span.icon.web-button { background-position:0 -601px; }
.button span.icon.quote-button { background-position:0 -176px; }
.button:hover span.icon.quote-button { background-position:0 -190px; }
.button span.icon.newthread-button { background-position:0 -616px }
.button:hover span.icon.newthread-button { background-position:0 -631px }
.button span.icon.reply-button { background-position:0 -646px }
.button:hover span.icon.reply-button { background-position:0 -660px }
.button span.icon.rightarrow { background-position:0 -674px }
.button:hover span.icon.rightarrow { background-position:0 -689px }
.button span.icon.settings-button { background-position: 0 -146px }
.button:hover span.icon.settings-button { background-position: 0 -161px }

.bbcode {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 10px;
	color: #a0a09e;
	background: #f2f2f2;
	border: 1px solid #CACACA;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    margin-top: 2px;
	margin-bottom: 2px;
}

.bbcode:hover {
	background-color: #efefef;
	border-color: #d7d6d2;
}

.bbcode:focus {
    color: #3C3C3D;
	background-color: #f5f5f5;
	border-color: #e3e0da;
	box-shadow: inset 2px 2px 2px #e1e1e1;
   -moz-box-shadow: inset 2px 2px 2px #e1e1e1;
   -webkit-box-shadow: inset 2px 2px 2px #e1e1e1;
}

.bbcode-popup {
	font-size: 11px;
	color: #555;
	width: auto!important;
	height: auto!important;
    background-color: #fff;
    border: 1px solid #CACACA!important;
    padding: 4px;
	margin-top: 2px;
	cursor: pointer;
}

.textbox {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 12px;
	color: #a0a09e;
	background: #f2f2f2;
	border: 1px solid #CACACA;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    margin: 0 0 2px;
    padding: 5px 2px 5px 5px;
}

.textbox:hover {
	background-color: #efefef;
	border-color: #d7d6d2;
}

.textbox:focus {
    color: #3C3C3D;
	background-color: #f5f5f5;
	border-color: #e3e0da;
	box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
   -moz-box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
   -webkit-box-shadow: 1px 1px 3px #fff, inset 2px 2px 2px #e1e1e1;
}

div.emulated-fieldset {
	position: relative;
	margin: 20px 0px 10px 0px;
	border: 1px solid #ccc;
	width: 320px;
	background: inherit;
}
div.emulated-fieldset span.emulated-legend {
	display: inline;
	position: absolute;
	top: -12px;
	margin: 0 5px;
	padding: 4px;
	background: inherit;
}
div.emulated-fieldset div.attachments-list {
	padding: 10px 3px 3px 3px;
	width: 320px;
}

/* Header properties */

.main-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* Sub Header properties */

.sub-header {
	color: #838383;
	width: 100%
	height: 42px;
	background-color: #e6e6e8;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f8f8f8),color-stop(100%,#e6e6e6));
    background-image: -webkit-linear-gradient(#f8f8f8,#e6e6e6);
    background-image: -moz-linear-gradient(#f8f8f8,#e6e6e6);
    background-image: -o-linear-gradient(#f8f8f8,#e6e6e6);
    background-image: linear-gradient(#f8f8f8,#e6e6e6);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
   -ms-border-radius: 3px;
   -khtml-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #848484;
	border-bottom: 2px solid #1285c8;
	padding-left: 9px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
	clear: both;
}

/* Sub Header links */

.sub-header ul {
	margin: 0;
	padding: 0;
}

.sub-header ul li {
	display: inline;
}

.sub-header ul li .bullet {
	display: none;
}

.sub-header ul li.first-link {
	font-weight: bold;
}

.sub-header ul li.first-link.current-link a {
	color: #838383;
	background-color: #e6e6e8;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f8f8f8),color-stop(100%,#e6e6e6));
    background-image: -webkit-linear-gradient(#f8f8f8,#e6e6e6);
    background-image: -moz-linear-gradient(#f8f8f8,#e6e6e6);
    background-image: -o-linear-gradient(#f8f8f8,#e6e6e6);
    background-image: linear-gradient(#f8f8f8,#e6e6e6);
	font-weight: bold;
}

.sub-header ul li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #838383;
	padding: 12px 8px; /*padding inside each tab*/
	text-decoration: none;
	display: block;
	margin: 0;
	float: left;
}

.sub-header ul li a:hover { /*background of tabs for hover state*/ 
	color: #585858;
	background-color: #d4d4d4;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e9e9e9),color-stop(100%,#d0d0d0));
    background-image: -webkit-linear-gradient(#e9e9e9,#d0d0d0);
    background-image: -moz-linear-gradient(#e9e9e9,#d0d0d0);
    background-image: -o-linear-gradient(#e9e9e9,#d0d0d0);
    background-image: linear-gradient(#e9e9e9,#d0d0d0);
}

.sub-header ul li.current-link a { /*background of tabs for selected state*/
	color: #fff;
	background-color: #1286c8;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#39b0f4),color-stop(100%,#1285c8));
    background-image: -webkit-linear-gradient(#39b0f4,#1285c8);
    background-image: -moz-linear-gradient(#39b0f4,#1285c8);
    background-image: -o-linear-gradient(#39b0f4,#1285c8);
    background-image: linear-gradient(#39b0f4,#1285c8);
}

/* Footer properties */

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	background-color: #f5f5f5;
	padding: 15px 5px 15px 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

/* Sub Footer properties */

.sub-footer-top {
	background-color: #1185c7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
   -moz-border-radius-topleft 3px;
   -moz-border-radius-topright: 3px;
   -webkit-border-radius-topleft 3px;
   -webkit-border-radius-topright: 3px;
	padding: 6px;
}

.sub-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	background-color: #e7e7e7;
	background-image: url(images/subfooter-mid.gif);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
   -moz-border-radius-bottomleft 3px;
   -moz-border-radius-bottomright: 3px;
   -webkit-border-radius-bottomleft 3px;
   -webkit-border-radius-bottomright: 3px;
	border: 1px solid #d9d9d9;
	border-top:0;
	padding: 0 10px 18px 10px;
	
}

/* Side-Panel properties */

.ui-sortable { margin: 0; padding: 0; }

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

#side-left { /* here you can find all the properties for the left panel. */
	color: #777;
	background-color: #f5f5f5;
	padding: 10px 10px 10px 0;
	width: 200px;
	float: left;
}

div.side-left { /* when the left panel is on, the margins will help side-center to stay in the middle. */
	margin-left: 210px; 
}

#side-right { /* here you can find all the properties for the right panel. */
	color: #777;
	background-color: #f5f5f5;
	padding: 10px 0 10px 10px;
	width: 200px;
	float: right;
}

div.side-right { /* when the right panel is on the margins will help side-center to stay in the middle. */
	margin-right: 210px;
}

.scapmain-top {
	background-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
   -moz-border-radius-topleft 3px;
   -moz-border-radius-topright: 3px;
   -webkit-border-radius-topleft 3px;
   -webkit-border-radius-topright: 3px;
    border: 1px solid #ddd;
	padding: 6px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #1487c9;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#2b9dde),color-stop(100%,#1487c9));
    background-image: -webkit-linear-gradient(#2b9dde,#1487c9);
    background-image: -moz-linear-gradient(#2b9dde,#1487c9);
    background-image: -o-linear-gradient(#2b9dde,#1487c9);
    background-image: linear-gradient(#2b9dde,#1487c9);
	padding: 5px 10px 6.5px 10px;
}

.side-body {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}

/* Center-Panel properties */

.main-bg {
	color: #555;
	background-color: #000;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
}

#side-center { /* here you can find all the properties that keep the center panel together. */
    color: #555;
	background-color: #f5f5f5;
	padding: 10px 0 5px 0;
}

div.side-both { /* when the left and right side panels are on, this class will keep side-center in the middle. */
	margin-right: 210px;
	margin-left: 210px;
}

.capmain-top {
	background-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
   -moz-border-radius-topleft 3px;
   -moz-border-radius-topright: 3px;
   -webkit-border-radius-topleft 3px;
   -webkit-border-radius-topright: 3px;
    border: 1px solid #ddd;
	padding: 6px;
	margin-top:10px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #0159a0;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	padding: 8px 10px 8px 10px;
}

.capmain-news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #2a2a2a;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#444444),color-stop(100%,#2a2a2a));
    background-image: -webkit-linear-gradient(#444444,#2a2a2a);
    background-image: -moz-linear-gradient(#444444,#2a2a2a);
    background-image: -o-linear-gradient(#444444,#2a2a2a);
    background-image: linear-gradient(#444444,#2a2a2a);
	padding: 8px 0 8px 10px;
}

.capmain-articles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #e29417;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e9b015),color-stop(100%,#e29417));
    background-image: -webkit-linear-gradient(#e9b015,#e29417);
    background-image: -moz-linear-gradient(#e9b015,#e29417);
    background-image: -o-linear-gradient(#e9b015,#e29417);
    background-image: linear-gradient(#e9b015,#e29417);
	padding: 8px 0 8px 10px;
}

.main-body {
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}

/* Comments properties */

.comment-main {
	background-color: #fff;
	border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
    border: 1px solid #ddd;
	padding: 6px;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.comment_admin {
	float: right;
	margin-bottom: 5px;
} 

.send_shout{width: 26px; height:24px; background-image: url(images/send_shout.png); background-repeat:no-repeat; background-position:center; border: none;}
.refresh_shout{width: 26px; height:24px; background-image: url(images/refresh_shout.png); background-repeat:no-repeat; background-position:center; border: none;}

.shoutboxname 	{background: url(images/bullet.gif) 0 6px no-repeat; color: #c22a2a;  padding: 3px 0 2px 20px; float:left; font-weight: 600;}
.shoutboxname a 	{color: #c22a2a;}
.messages_area	{background-color: #f6f6f6; padding: 10px;}
.shout_form		{background-color: #f6f6f6; padding: 10px;}
.shoutboxdate	{color: #a8a8a8; float:right; font-size: 10px;}
.shoutboxtime	{color: #bc7a6e; float:right; font-size: 10px; padding-right:10px;}
.shoutboxbg		{background-color: #fcfcfc; border: 1px solid #e2e2e2; margin-bottom: 5px; padding: 5px;}
.shoutbox_text	{color:#9a9a9a; text-align: justify; padding: 5px;}

/* General table properties */

.center {
	margin: 0 auto;
}
 
.tbl-border {
	border: 1px solid #eee;
}

.tbl {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2  {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.tbl-error  {
	color: #AC260F;
	font-weight: bold;
	background-color: #FCCAC2;
	border:2px solid #EB5339;
}

.quote {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	background: #fff4cc url(images/icons/quote_icon.png) 6px 8px no-repeat;
	border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	border: 1px solid #ffdc70;
	padding: 5px 6px 5px 30px;
	margin: 0px 22px 0px 22px;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

.clear {
	clear: both;
}

/* Highlight on select properties */

::selection { color: #fff; background: #2338ff; } /* webkit, opera, IE9 */
::-moz-selection { color: #fff; background: #2338ff; } /* mozilla firefox */
div.highlightBlue::selection { color: #fff; background: #2338ff; } /* webkit, opera, IE9 */
div.highlightBlue::-moz-selection { color: #fff; background: #2338ff; } /* mozilla firefox */

/* News properties */

.news-category {
	background-color: #e0e0e0;
	-moz-box-shadow: inset 0 0 2px 2px #d8d8d8;
    -webkit-box-shadow: inset 0 0 2px 2px#d8d8d8;
    box-shadow: inset 0 0 2px 2px #d8d8d8;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	margin: 3px 5px 0 0; /* top right bottom left*/
	padding: 5px;
	float: left;
}

.news_info {
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #f1f1f1;
	padding: 0 10px 5px 10px; /* top right bottom left*/
}

.news_info ul {
	margin: 0;
	padding: 0;
}

.news_info ul li {
	float: left;
	display: inline;
	margin-right: 16px;
	padding: 5px 0 0 26px;
	line-height: 20px;
}

.news_info li a {
	font-weight: bold;
}

.news_info li a:hover {
	text-decoration: none;
}

.news_info li.print {
	float: right;
	margin: 0;
	padding: 5px 0 0;
}

.news_info li.print a {
	display: block;
	background: url(images/icons/printer.png) no-repeat left 3px;
	width: 20px;
	height: 20px;
}

.news_info li.print a span {
	position: absolute;
	left: -5000px;
}

.news_info ul li.date { background: url(images/icons/date.png) no-repeat left 4px; }
.news_info ul li.author { background: url(images/icons/author.png) no-repeat left 4px; }
.news_info ul li.comments { background: url(images/icons/comments.png) no-repeat left 4px; }
.news_info ul li.cat { background: url(images/icons/cat.png) no-repeat left 4px; }
.news_info ul li.reads { background: url(images/icons/reads.png) no-repeat left 4px; }

/* Forum table properties */

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
	margin-bottom: 10px;
}

.forum_breadcrumbs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	background: #fff4cc url(images/right.png) 6px 5px no-repeat;
	border-top: 1px solid #ffdc70;
	border-bottom: 1px solid #ffdc70;
	padding: 5px 6px 5px 30px;
	margin: 0;
}

.forum_thread_user_post {
    background-color: #fff;
	border-top: 2px dashed #eee;
	border-bottom: 2px dashed #eee;
}

.forum_thread_user_info {
    background-color: #eee;
	border-top: 2px dashed #fff;
	border-right: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
}

.forum_thread_table {
    border-spacing: 0;
	border: 0;
}

.forum_thread_user_name {
    border-top: 2px dashed #fff;
}

.forum_thread_post_date {
    border-top: 2px dashed #fff;
}

.forum_thread_ip {
	border-bottom: 2px dashed #fff;
}

.forum_thread_userbar {
	border-bottom: 2px dashed #fff;
}

/* Profile spesific classes */

.profile, .profile_category {
	width: 500px;
}

.edit-profile {
	width: 500px;
}

.profile_user_reason {
	color: #ff6666;
	font-weight: bold;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 11px;
	font-weight: bold;
	background-color: #c7c7c7;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d9d9d9),color-stop(100%,#c7c7c7));
    background-image: -webkit-linear-gradient(#d9d9d9,#c7c7c7);
    background-image: -moz-linear-gradient(#d9d9d9,#c7c7c7);
    background-image: -o-linear-gradient(#d9d9d9,#c7c7c7);
    background-image: linear-gradient(#d9d9d9,#c7c7c7);
	border-bottom: 1px solid #fff;
	padding: 5px 0 6.5px 10px;
	margin: auto;	
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 3px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #585858;
	background-color: #e7e7e7;
}

#navigation li.first-link a {
	font-weight:bold;
}

#navigation li.first-link.current-link a {
    color: #555;
	font-weight:bold;
	background-color: #f3f3f3;
}

#navigation li.current-link a {
	color: #fff;
	background-color: #1487ca;
}

/* Page Navigation */

.pagenav {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	margin: 5px;
}

.pagenav span {
	font-weight: normal;
	color: #fff;
	background-color: #f6a504;
	
	box-shadow: inset 0 0 2px #f9cc73;
   -moz-box-shadow: inset 0 0 2px #f9cc73;
   -webkit-box-shadow: inset 0 0 2px #f9cc73;
	
	border: 1px solid #f6a504;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   
    text-shadow: #ccc 0.1em 0.1em 0.2em;
	text-decoration: none;
   
	padding: 3px 8px 3px 8px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f3f3f3;
	
	box-shadow: inset 0 0 2px #fff;
   -moz-box-shadow: inset 0 0 2px #fff;
   -webkit-box-shadow: inset 0 0 2px #fff;
	
	border: 1px solid #a9a9a9;
	border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   
    text-shadow: #fff 0.1em 0.1em 0.2em;
	text-decoration: none;
   
	padding: 3px 8px 3px 8px;  /* top right bottom left*/
	margin: 2px;
}

.pagenav a:hover {
	color: #f6a504;
	background-color: #fdf3de;
	box-shadow: inset 0 0 2px #f9dca2;
   -moz-box-shadow: inset 0 0 2px #f9dca2;
   -webkit-box-shadow: inset 0 0 2px #f9dca2;
	border: 1px solid #f6b83d;
	margin: 2px;
	text-decoration: none;
}

/* PHP-Fusion Helpers */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Helpers  */

.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/* IE Fixes */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hide from IE Mac  */

.clearfix {
	display:block;
}

/* End hide from IE Mac */

.floatfix {
	overflow:hidden;

}

* html .floatfix {

}

.center, *[align="center"] {
	margin: 0 auto;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.95;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	box-shadow: #666 0px 2px 90px;	
}
#tooltip h3, #tooltip div { margin: 0; }


/*
ÎÂÅÐËÅÉ
*/

/* the overlayed element */
.simple_overlay {
display:none;
z-index:10000;
background-color:#333;
width:675px;	
min-height:200px;
border:1px solid #666;
padding: 10px;
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .close {
background-image:url(images/close.png);
position:absolute;
right:-15px;
top:-15px;
cursor:pointer;
height:35px;
width:35px;
}

.overlay_table td{
text-align: left;
vertical-align: top;
min-height: 40px;
color:#edecec;
border: solid 1px gray;
background: #6b6b6b;
}

.alpha{
width: 170px;
font-weight: 600;
}

.review_left{
float: left;
padding-left: 25px;
height:46px;
}

.review_center{
float: left;
width: 176px;
height:46px;
text-align: center;
background-color: transparent;
background: url('/infusions/review_panel/images/review_center.png');
background-repeat: no-repeat;
padding-top: 5px;
}

.review_center a{
color: black;
font-size: 17pt;
font-weight: 600;
text-decoration: underline;
}

.review_center a:hover{
text-decoration: underline;
color: blue;

}

.review_right{
float: left;
height:46px;
}

.review_protocol{
float: left;
}

.review_photo{
float: left;
}

.review_video{
float: left;
}

.review_tr1{
font-size: 22pt;
font-family: Verdana;
}

.review_table{
	padding-left: 5px;
	text-align: center;
	font-size: 12pt;
	vertical-align: middle;
	width: 100%;
}

.review_table a{
color: black;
text-decoration: underline;
}

.review_table a:hover{
text-decoration: underline;
}

.review_table img{
	opacity:.8;
	width: 100px;
	height:100px;
	border: 0;
}

#data_container_hl{
	display: none;
}
/*

ÑÒÈËÈ ÂÈÄÅÎÍÎÂÎÑÒÅÉ

*/
/******* MENU *******/  
.box{width: 70px;height: 270px;background-color: #FF9999;}
.video{width: 450px;height: 270px;background-color: black;float: left;}
.menu_video{width: 235px;height: 270px;background-color: #FF9999;float: right;}
#video_news_container ul{list-style: none;  list-style-position: outside; margin:0px;}  
#video_news_container ul.tabs_video li{background: #e0e0e0; border: solid #000617;border-width: 2px 0px 0px 0px;color: black; font-weight: 600; cursor: pointer; float: right;width:235px;height:66px; padding:0;}
#video_news_container ul.tabs_video li h1 {font-size:14px; font-weight:400;}
#video_news_container ul.tabs_video li.active{background-image: url(images/menu_video_bg.jpg); background-repeat: repeat-x; color: white;}  
#video_news_container ul.tabs_video li div.ttmenu_logo { background-image: url(images/metallurg_logo_video.jpg); background-repeat: no-repeat;}  
#video_news_container ul.tabs_video li.active div.ttmenu_logo { background-image: none;}
#video_news_container ul.tabs_video li.first{border: solid #d0ccc9;border-width: 0px 0px 0px 0px;}  

.video_news{background: #efefef;  background: #000;  border: 1px solid #d0ccc9;  text-align: left; font-size: 11px;  height: 268px; overflow:hidden;}  
.video_news.news1 h1{}  
.video_news.news2 h1{}  
.video_news.news2{  display: none;  }  
.video_news.news3{  display: none;  }  
.video_news.news4{  display: none;  }  

.ttmenu_logo{width:30px; height:46px; float:left; margin-top:20px;}
.ttmenu_date{margin: 2px 0 0 0; height:15px;}
.ttmenu_text{width:205px; height:61px; float:left; padding-top:1px;}
.ttmenu_text_second{font-size:12px; font-weight: 200; padding-top:0px;}
.ttmenu_text div{float:none;}
.ttmenu_index{z-index: 2; background: red; width: 235px; height:66px; position: absolute;}
/*

ÑÒÈËÈ ÄËß ÌÅÍÞ

/* The Nav styling starts here, The above code is just to make the page look nice */
#dropdown_nav {
	padding:0px;
	margin: 5px;
	display:inline-block;
	list-style:none;
}

	#dropdown_nav li {
		padding:0px 0px 0px 0px;
		float:left;
		position:relative;
		display:inline-block;
	}

		#dropdown_nav li a {
			padding:10px 19px 10px 21px; 
			font-size: 14px;
			font-family: Verdana;
			color: white;
			text-decoration: none;

		}
		
		.separator{
			background-image: url(images/menu_bg_separator.jpg);
			background-repeat: no-repeat;
			background-position: right;
		}
		#dropdown_nav li a:hover {
			color: gray;
		}
		#dropdown_nav li a:active {
			color: red;
		}

		/* Sub-Nav styling */
		#dropdown_nav .sub_nav {
			display:none;
			width:220px;
			padding:0px;
			position:absolute;
			top:25px;
			left:0px;
			border:1px solid #ccc;
			background:#e2e2e2;
			text-align: left;
		}

		#dropdown_nav .sub_nav.nav_first{
			left:-9px;
		}
			#dropdown_nav .sub_nav li {
				width:220px;
				padding:0px;
			}

				#dropdown_nav .sub_nav li a {
					color: black;
					font-size: 11px;
					display:block;
					border-bottom:1px solid #ccc;
					background:-moz-linear-gradient(#f3f3f3, #e2e2e2);
					background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
				}
				#dropdown_nav .sub_nav li a:hover {
					background:#f9f9f9;
					background:-moz-linear-gradient(#f9f9f9, #e8e8e8);
					background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e8e8e8));
				}
				#dropdown_nav .sub_nav li a:active {
					background:#e2e2e2;
					background:-moz-linear-gradient(#e2e2e2, #f3f3f3);
					background:-webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#f3f3f3));
				}
				
.navigation{background-image:url(images/menu_bg.jpg); width: 993px;height: 30px;border: 1px solid #4c4c4d;text-align: center; margin: 0px auto -1px auto; position:relative; z-index:5;}
/*

ÑÒÈËÈ ÒÀÁÎÂ ÍÎÂÎÑÒÅÉ È ÎÁÇÎÐÎÂ

*/
/******* MENU *******/  
#container{ width: 690px;}  
#container ul{  list-style: none;  list-style-position: outside;  }  
#container ul.tabs {margin: 0; padding: 0px;}
#container ul.tabs li{float: left;  margin-right: 5px;  margin-bottom: -1px; font-weight: 400; font-size:12px; display: block;  padding-top: 5px; margin-bottom: -1px;  border: 1px solid #000617; position: relative; color: white; cursor: pointer; background-image:url(images/news_button_noact.jpg); background-repeat: no-repeat; width:120px; height:20px; text-align: center;} 
#container ul.tabs li.active{ top: 1px;  border-bottom: 0; color: white; background-image:url(images/news_button_act.jpg); background-repeat: no-repeat; width:120px;}  
#container ul.review {margin: 0; padding: 0px;}
#container ul.review li{float: left;  margin-right: 5px;  margin-bottom: -1px;  font-weight: 700;  display: block;  padding: 5px 10px 5px 10px; margin-bottom: -1px;  border: 1px solid #000617; position: relative; color: white; cursor: pointer; background-image:url(images/news_button_noact.jpg); background-repeat: no-repeat;}  
#container ul.review li.active{top: 1px;  border-bottom: 0; color: white; background-image:url(images/news_button_act.jpg); background-repeat: no-repeat;} 
.content{ margin: 0pt auto;  background: #efefef;  background: #fff;  border: 1px solid #d0ccc9;  text-align: left; font-size: 11px; overflow:hidden; }  
.content.news{position:relative; }
.content.tutorials{position:relative;   display: none; padding:5px; }   
.content.links{position:relative;   display: none;  }  
.content.links a{  color: #5f95ef;  }    
.content.last_review img{margin-right: 10px;}  
.review_description {font-family: Verdana; font-size: 18px; color: #043b7c}
.review_schet {font-family: Verdana; font-size: 24px; color: #000000; float: left; padding-right: 10px;}
.review_judges{color:#bb0606; font-family: Verdana; font-size: 11px; float:left; font-weight: 600;}
.review_judges_text{color:#000000; font-family: Verdana; font-size: 11px; font-weight: 600;}
.content.last_review {padding: 10px;}  
.content.all_review{display: none;padding:10px;min-height: 400px;}
.content.all_review img{margin-right: 10px;} 

.content.last_review_hl{padding: 10px;}  
.content.last_review_hl img{margin-right: 10px;}
.content.all_review_hl{display: none;padding:10px;min-height: 400px;}
.content.all_review_hl img{margin-right: 10px;} 

.tabs_clear{clear: both;height: 0;visibility: hidden;display: block;}
.news_block {width: 203px;float: left;background-color: white; padding: 15px 15px 15px 10px}
.news_block h1{color:blue; margin:0px; font-size:12px; font-weight:400; text-decoration:underline;}
.news_block img{margin-bottom: 10px; border: solid 1px black;}

.news_block_separator{margin-top:20px; height:123px; width:2px;float: left;background-color: #858585;}
.news_block_link{font-size:13px; text-decoration: underline; font-family: Tahoma; font-weight:600;}
.news_block_date{color:#CC3300; font-size:11px; padding: 5px 0px; font-family: Verdana;}
.news_block_text{font-size:11px; font-weight:400; color:black; text-align: justify; font-family: Verdana;}
.news_block_text p{margin:0px; padding-bottom:10px;}


/*
ÑÒÈËÜ ÄËß ÒÓÐÍÈÐÎÊ
*/


/*
ÑÒÈËÈ ÒÀÁÎÂ ÒÓÐÍÈÐÊÈ ÝË È ÂË
*/
/******* MENU *******/  
#tourney_box{ width: 290px; background: #000;}  
#tourney_box ul{  list-style: none;  list-style-position: outside;}  
#tourney_box ul.review {margin: 0; padding: 0px;}
#tourney_box ul.review li{float: left;  margin-right: 5px;  margin-bottom: -1px;  font-weight: 700;  display: block;  padding: 5px 10px 5px 10px; margin-bottom: -1px;  border: 1px solid #000617; color: white; cursor: pointer; background-image:url(images/news_button_noact.jpg); background-repeat: no-repeat;}  
#tourney_box ul.review li.active{background: #CC3300;  top: 1px;  border-bottom: 0; color: white; background-image:url(images/news_button_act.jpg); background-repeat: no-repeat;} 
#tourney_box ul.ttables {margin: 0; padding: 0px;}
#tourney_box ul.ttables li{float: left;  margin-right: 5px;  margin-bottom: -1px;  font-weight: 700;  display: block;  padding: 5px 10px 5px 10px; margin-bottom: -1px;  border: 1px solid #000617; color: white; cursor: pointer; background-image:url(images/news_button_noact.jpg); background-repeat: no-repeat;}  
#tourney_box ul.ttables li.active{background: #CC3300;  top: 1px;  border-bottom: 0; color: white; background-image:url(images/news_button_act.jpg); background-repeat: no-repeat;} 
#tourney_box ul.playoff {margin: 0; padding: 0px;}
#tourney_box ul.playoff li{float: left;  margin-right: 5px;  margin-bottom: -1px;  font-weight: 700;  display: block;  padding: 5px 10px 5px 10px; margin-bottom: -1px;  border: 1px solid #000617; color: white; cursor: pointer; background-image:url(images/news_button_noact.jpg); background-repeat: no-repeat;}  
#tourney_box ul.playoff li.active{background: #CC3300;  top: 1px;  border-bottom: 0; color: white; background-image:url(images/news_button_act.jpg); background-repeat: no-repeat;} 
.content_tt{ margin: 0pt auto;  background: #fff; text-align: left; padding-bottom: 10px;  font-size: 11px; overflow:hidden;}  
.content_tt h1{ vertical-align: middle;  height: 24px;  padding: 10px 10px 10px 52px;  font-size: 16px;  }  
.content_tt.ttables_hiligue{  display: none;  }  

.content_tt.playoff_extraligue{}  
.content_tt.playoff_hiligue{  display: none;  }  
.tabs_clear{clear: both;height: 0;visibility: hidden;display: block;}
.ttable_groupa{width: 290px;height: 28px;vertical-align: middle;text-align: center;font-size: 14pt;padding-top: 4px;font-family:Verdana;border-bottom: 1px solid #cccccc;}
.ttable_line_position	{height: 20px; width:20px; float:left; padding-top: 10px; padding-left:9px; border: 1px solid #CCCCCC; border-width: 0px 0px 1px 0px;}
.ttable_line_image		{height: 30px; width:29px; float:left; border: 1px solid #CCCCCC; border-width: 0px 0px 1px 1px;}
.ttable_line_image img {max-width:28px; max-height:28px; }
.ttable_line_team		{height: 20px; width:147px; float:left; padding-top: 10px; padding-left:5px; border: 1px solid #CCCCCC; border-width: 0px 0px 1px 1px;}
.ttable_line_team2		{height: 20px; width:175px; float:left; padding-top: 10px; padding-left:5px; border: 1px solid #CCCCCC; border-width: 0px 0px 1px 1px;}
.ttable_line_games		{height: 20px; width:28px; float:left; padding-top: 10px; padding-left:10px; border: 1px solid #CCCCCC; border-width: 0px 0px 1px 1px;}
.ttable_line_score		{height: 20px; width:28px; float:left; padding-top: 10px; padding-left:10px; border: 1px solid #CCCCCC; border-width: 0px 0px 1px 1px;}
.ttable_io{width:5px; float:left; font-size:15px; padding-left:27px; padding-top:5px; color:#fff;}
.ttables_all{width:230px; padding-left:60px; padding-bottom:5px; padding-top: 20px; background:#fff;}
.ttables_all img{ border:0px; color: #fff; font-weight:600; font-size:15px; cursor:pointer;} 
.tt_gradient{background-image: url(images/tt_gradient.jpg); background-repeat: repeat-x;}
.schet_serii {padding-top:15px; float:right; width: 48px; height: 46px; font-size: 27px; border: 1px solid #CCCCCC; border-width: 0px 1px 1px 1px;}
/*
ÑÒÈËÈ ÄËß ØÀÁËÎÍÀ ÑÀÉÒÀ ÕÎÊÊÅÈÑÒÎÂ
*/

body {}
.wrapper {
	margin: 0;
	background-color: #f5f5f5;
	overflow: auto;
}

.wrapper{background-color: black; padding: 0px;margin: 0;border: 0px; overflow:hidden;}

.wrap_left{z-index: 1;  position: absolute; left: -80px; width:547px; height: 848px; float: left; background-repeat: no-repeat;}
.wrap_center{z-index: 2; position: absolute; background-image: url(images/team_logo.png); background-repeat: no-repeat; width:484px; height:91px; left: 30%; top:40px;}




.backgroung{z-index: 3; position: relative; background-color: transparent;width: 995px; margin: 0px auto -1px auto; }

.head_box{width: 995px;height: 150px;margin: 0px auto -1px auto; }

.head_box_to_main{position:absolute; top: 20px; width: 800px; height: 100px; cursor: pointer; background-color: transparent;}

.login_box{
position:relative; 
width: 172px;
height: 125px;
background-image: url(images/80transparent.png);
float:right;
margin-right: 10px;
margin-top: 8px;
padding:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(/pie.htc);
}

.select {
  position: absolute;
  width: 220px;
  height: 22px;
  padding: 7px 24px 0 12px;
  color: #000;
  font: 11px;
  background: url(images/select.png) no-repeat;
  overflow: hidden;
  font-weight:500;
  font-family: Lucida Console;
}
.login_box_ls {padding-top: 5px; padding-left: 5px;}

.login_box a{text-decoration: underline; color:#04688d}

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

.login_box_links p{padding: 0; margin: 3px 0;}



.login_data {text-align:left; margin-left: 5px; font-size:9px; color: #767b82;}

.login_data input.button {color:white; border: none; background: transparent; background-image: url(images/login.png); background-position: center; background-repeat: no-repeat; width:43px; height:27px;}

.select_theme{width: 220px;height: 20px;background-color: transparent; float:right;margin-right: 20px;margin-top: 20px;}

.menu_table td{width: 135px;}

.weekdays{width: 995px;height: 28px; margin: 0;padding: 0px;color: white;}
.weekdays table{border: 0px; height: 28px; padding: 0px;margin: 0;border-spacing:0px;}
.weekdays_table_el{width: 143px;height: 24px;background-image: url(images/weekday_bg_el.png); border: solid #CCCCCC;border-width: 1px;padding-left: 15px; font-size: 12px; font-family: Verdana;}
.weekdays_table_hl{width: 158px;height: 24px;background-image: url(images/weekday_bg_hl.png);border: solid #CCCCCC;border-width: 1px;padding-left: 15px; font-size: 12px; font-family: Verdana;}

.games{width: 995px;height: 58px; margin: 0px auto -1px auto;color: white;background: #999; cursor:pointer;}

.dates_table_el{width: 143px;height: 25px;color: #3300FF; background-image: url(images/dates_bg.jpg); padding-left: 15px;padding-top:2px;  border: solid #ccc; border-width: 0px 1px 0px 1px; font-size: 20px; font-family: Verdana; font-weight: lighter;text-shadow:1px 1px 2px  white; filter: glow(color=white,strength=1); }
.dates_table_hl{width: 158px;height: 25px;color: #972a2d; background-image: url(images/dates_bg.jpg); padding-left: 15px;padding-top:2px;border: solid #ccc;border-width: 0px 1px 0px 1px;font-size: 20px; font-family: Verdana; font-weight: lighter;text-shadow:1px 1px 2px  white; filter: glow(color=white,strength=1);}
.games_table_el{width: 143px;height: 28px; color: #9a3e3f; background-image: url(images/games_bg.jpg); background-repeat: repeat-x; padding-left: 5px; vertical-align:top; border: solid #ccc;border-width: 0px 1px 0px 1px; font-size: 10px; font-family: Verdana;}
.games_table_hl{width: 158px;height: 28px; color: #3068ab; background-image: url(images/games_bg.jpg); background-repeat: repeat-x; padding-left: 5px; vertical-align:top; border: solid #ccc;border-width: 0px 1px 0px 1px; font-size: 10px; font-family: Verdana;}


.rounded li{
position:relative;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-radius: 5px 5px 0 0;
behavior: url(/pie.htc);
}


.rounded{
position: relative;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-radius: 5px 5px 0 0;
behavior: url(/pie.htc);
}

.rounded_all{
position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
behavior: url(/pie.htc);
}

.box_shadow{
box-shadow:2px 2px 8px #5E5E5E;
}

.clear_1024{background-color: #e6e0e0;width: 995px;height: 10px;margin: 0px auto -1px auto; clear: both;}

.clear_724{background-color: transparent;width: 705px;height: 10px;margin: 0px auto -1px auto; clear: both;}

.panels_box{background-color: transparent;width: 290px;margin: 0px 0px auto auto; float: right; padding-top:10px;}

.content_box{background-color: transparent;width: 705px;margin: 0px auto auto 0px; float:left;}

.content_wrap{width: 995px; display:block; padding: 0px 1px 40px 1px; border: 1px solid #424242; background: #000617; min-height:2200px}

.content_other{background-color: transparent;width: 705px;margin: 0px auto auto 0px; float:left;}

.center_u, .center_c, .center_l {width: 700px;}

.general_sponsor{width: 700px; margin: 0px auto auto 0px; padding-left: 2px;}
.general_sponsor .sponsor_bmz{width: 623px; height: 69px; margin: 0px auto auto 0px; padding-left: 2px;}
.general_sponsor .sponsor_fhb{width: 63px; height: 68px; margin: 0px auto auto 0px; padding-left: 2px;}

.news_panel{width: 685px; margin: 0px auto auto 0px; background-color: white; -webkit-border-radius: 5px;
-moz-border-radius: 5px;-khtml-border-radius: 5px; border-radius: 5px 5px 5px 5px;}

.news_panel img {-webkit-border-radius: 5px;
-moz-border-radius: 5px;-khtml-border-radius: 5px; border-radius: 5px 5px 5px 5px;}

.news_panel p {padding: 0; margin: 0;}

.video_box{background-color: transparent;width: 690px;height:270px;margin: 0px auto auto 0px;}

.news_box{background-color: transparent;width: 690px;padding: 0px;margin: 0px auto auto 0px; }

.turney_box{background-color: transparent;width: 690px;margin: 0px auto auto 0px; }

.chb_results{width: 690px;height: 20px;text-align:center;padding-top: 5px;background-image: url(images/chrb_bg.jpg); background-repeat:no-repeat; color: white;}

.exligue{width: 345px;height: 15px;background-color:#CC0000;color: white;float: left;text-align:center;}

.hiligue{width: 345px;height: 15px;background-color:#990000;color: white;float: right;text-align:center;}

.exligue_data{width: 345px;float: left; background-color: transparent;}

.exligue_score{float:right; font-size:11px; padding-right:5px; font-family: verdana;}

.exligue_data_odd{background-color:#e5e5e5; font-size:11px; font-family: verdana; height: 23px;padding-top: 7px;padding-left: 10px;}

.exligue_data_even{background-color:#FFFFFF; font-size:11px; font-family: verdana; height: 23px;padding-top: 7px;padding-left: 10px;}

.hiligue_data{width: 345px;background-color:#FFFFCC;float: right; background-color: transparent;}

.hiligue_data_odd{background-color:#d6dfe6; font-size:11px; font-family: verdana; height: 23px;padding-top: 7px;padding-left: 10px;}

.hiligue_data_even{background-color:#eef9ff; font-size:11px; font-family: verdana; height: 23px;padding-top: 7px;padding-left: 10px;}

.review_box{background-color: transparent;width: 690px;margin: 0px auto auto 0px;}

.protokol{color:#5460b6;height:30px;background: url(images/otchet.jpg) no-repeat;padding-left: 90px;padding-top: 10px;float: left;text-decoration: underline; font-family: Verdana; font-size:12px;}

.video_otchet{color:#5460b6;height:30px;background: url(images/video.jpg) no-repeat;padding-left: 30px;padding-top: 10px;float:right; text-decoration: underline; font-family: Verdana; font-size:12px;}

.foto_otchet{color:#5460b6;height:30px;width:170px;background: url(images/photo.jpg) no-repeat;padding-left: 30px;padding-top: 10px;float:right;text-decoration: underline; font-family: Verdana; font-size:12px;}

.sponsor :hover{opacity:1;filter: alpha(opacity=100);}

.sponsor img{width:104px; height:45px;}

.footer img {opacity:.5;filter: alpha(opacity=50);}

.footer{background-color: #000000; background-image:url(images/footer_bg.jpg); background-repeat:repeat-x; width: 100%; height:57px;margin: 10px auto 0 auto; padding-top: 10px; }

.counters{display:block; position: relative; bottom: 40px; right: -300px; visibility:hidden;}

.counter_switch{display:block; position: relative; bottom: 85px; right: -1120px;}

.panel_header{padding-left: 10px; padding-top:5px; width: 280px; height: 18px;color: white;float: right; font-weight:600;}

.panel_header_center{padding-left: 10px; padding-top:5px; width: 325px; height: 18px;color: white; font-weight:600;}

.bestp_tg{z-index:2; width:81px; height:106px; position:absolute; background-image:url(images/bestplayer_tg.png); background-repeat: no-repeat; margin-top: 155px; margin-left:0px;}

.bestp_numb{z-index:3; margin-top:220px; margin-left:27px; width:25px; height:17px; position:absolute; color: white; font-size:18px; text-align:center;}

.red{background-image: url(images/red_panel_bg.jpg); background-repeat: no-repeat; font-size:12px; font-family: verdana; font-weight: 400;}

.blue{background-image: url(images/blue_panel_bg.jpg); background-repeat: no-repeat;  font-size:12px; font-family: verdana; font-weight: 400;}

.blue_center{background-image: url(images/chrb_bg.jpg); background-repeat:no-repeat; background-repeat: no-repeat;  font-size:12px; font-family: verdana; font-weight: 400;}

.member_pool{width: 290px; padding-top: 2px; background-color: #f0f0f0 ;float: right;}

.vote_submit{display: none;background-image: url(images/submit.png); background-repeat:no-repeat; background-position: center; border: 0px; width:30px; height:20px; cursor: pointer; }

.radio{width: 19px; height: 25px;	padding: 0 5px 0 0;	background: url(images/radio.png) no-repeat;	display: block;	clear: left;	float: left;}

.poll_option {padding-left:15px; padding-top:5px; width:275px; height:24px; border: solid 0px black; font-size:14px; font-family: verdana; font-weight:600; float:left;}

.vote_bg{width:47px; height:54px; margin-left:5px; float:left; background-image: url(images/vote_bg.png); background-repeat: no-repeat;}

.clear_panel{width: 290px;height: 5px;float: right; }

.tt_full_table{border-width: 1px;	border-spacing: 1px;	border-style: inset;	border-color: gray;	border-collapse: separate;	background-color: white; font-size: 10px;}

/* Ñòèëè èìïîðòèðóåìûõ òàáëèö ñ pointstreak */
.subHeader {font-family: verdana, arial, sans-serif; font-weight: bold;	color:#ffffff; background-color: #003366; padding: 2px;	text-align:left;}
.tablelines tr:hover {background-color: #b9b8b8;}
.tablelines{background-color: white;}
.tableheader{background-color: gray; color: white;}
.tableheader a{color: white;}
.maincolor {	background-color: #ffffff;}
.light {	background-color: #eeeeee;}
/* Ñòèëè èìïîðòèðóåìûõ òàáëèö ñ pointstreak eof*/

.player_info {background-color: #f0f0f0; margin-top: 10px; padding-left: 10px; padding-bottom: 10px;}
.player_info_block1{float: left; width:376px; padding: 0 50px 0 0; margin-bottom: 20px; margin-top: 20px;}
.player_info_head{background-color: transparent; background-image:url(images/playerstat_header.png);background-repeat: no-repeat; height: 84px; margin-bottom: 20px;}
.player_name{position: relative; right: 0px; font-size: 24px; font-family: Verdana; color: black; text-align: right;}
.player_info_shortdescr{text-align: left; background-color: transparent; margin-bottom: 20px; font-family: Verdana; font-size: 12px;}
.player_info_select{height: 70px;  background: white; font-family: Verdana; font-size: 18px; padding-top: 20px; padding-left: 30px;}
.player_info_select select {width: 240px;}

.player_info_block2{width:215px; float: left; margin-top: 20px;}
.player_info_photo{background: transparent; margin-bottom: 10px;}
.player_info_photo img{max-width: 215px; max-height: 330px;}
.player_info_statistics{background: transparent;}
.player_info_block3{background: transparent;}

.nee{display:none; width: 668px; }

/*Slide To Top*/
#back-top {
	position: fixed;
	bottom: 70px;
	margin-left: -120px;
	opacity: 0;
	}
#back-top a {
	display: block;
	opacity: 0.7;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #bbb;
	text-decoration: none;
 	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
#back-top a:hover {
	color: #000;
	}
#back-top span {
	width: 32px;
	height: 32px;
	display: block;
	margin-bottom: 7px;
	background: url(images/up-arrow3.png) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}

/*Gritter Notifications*/
/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:10px;
	left:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url(/images/gritter/ie-spacer.gif); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(/images/gritter/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(/images/gritter/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(/images/gritter/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	background:url(/images/gritter/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}

.elka{
background-image: url('/images/rings.png');
position: fixed;
opacity: 0.9;
z-index: 99999;
bottom: 0;
display: block;
background-repeat: no-repeat;
width: 200px;
height: 312px;
}
.head_box_social{
position: absolute;
top: 115px;
right: 230px;
}

.head_box_social img{
	border: 0;
}

.footer_menu{
	width:990px;
	padding: 5px;
	margin: 0 auto;
	opacity: .7;
}

.foot_menu>ul{
	float: left;
	padding-left: 10px;
}

.foot_menu>ul>li:first-child a{
	color: white;
}

.totalizer_winner {
	width: 290px;
}
.totalizer_winner thead{
	font-size: 13px;
	text-align: center;
}

.totalizer_winner .points{
	text-align: center;
}

.totalizer_winner td{
	border: 1px solid #e2e2e2;
	padding: 3px;
}
.totalizer_winner td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blog_avatar{
float: left;
width: 25px;
height: 25px;
}

.blog_user_name{
float: none;
width: 180px;
height:15px;
text-align: left;
}

.blog_user_name a{
color: black;
}

.blog_subjct{
float: none;
text-align: left;
width: 180px;
}

.social_twit{
	background-color: #f1f1f1;
	padding: 0;
	width: 217px;
}
.social_fb{
	background-color: #f1f1f1;
	padding: 0;
	width: 249px;
}

.social_vk{
	background-color: #f1f1f1;
	padding: 0;
}

.social{
	border-spacing: 1px;
	width:690px;
	border: 0;
}

/* Banner Slider */
.slick-slider
{
    position: relative;
    display: block;
	width: 670px;
    margin-left: 25px;
    padding-top: 5px; 
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	border: solid 1px #9e0707;
    border-radius: 5px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*  EliteProspects */
.table-pagination {
    text-align: right;
    color: #868686;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .table-pagination {
        margin-top: -15px;
    }
}

.table-wizard .table thead th a {
    color: #fff;
	
}

td.sorted { background-color: rgba(0,0,0,0.05) }

.table-sortable th[data-sort] {
    cursor: pointer;
}

.table-sortable th[data-sort]:hover {
    text-decoration: underline;
}

.table-sortable th[data-sort]>a,
.table-sortable th[data-sort]>span {
    display: inline-block;
    width: 100%;
}

.table-sortable th { position: relative; }

.table-sortable th[data-sort] .fa-caret-down,
.table-sortable th[data-sort] .fa-caret-up {
    padding-left: 3px;
    color: #E16D64;
}
tr.team-continent-NA {
    /*background-color: #d2e4ec;*/
}
tr.team-continent-EU {
    /*background-color: #e4eff4;*/
}
tr.team-continent-INT {
    /*background-color: #f6fafc;*/
}

tr.team-continent-NA>td:not(.player),
tr.team-continent-NA>td:not(.player) a {
    color: #337ab7;
}
tr.team-continent-EU>td:not(.player),
tr.team-continent-EU>td:not(.player) a {
    /*color: #686868;*/
    color: #333;
}
tr.team-continent-INT>td:not(.player),
tr.team-continent-INT>td:not(.player) a {
    color: #ca3136;
}

.table.highlight-stats>tbody>tr>td.tp,
.table.highlight-stats>tbody>tr>td.svp,
.table.highlight-gp>tbody>tr>td.gp,
.table.highlight-tp>tbody>tr>td.tp {
    font-weight: 800;
}

.table-striped>tbody>tr.space, .table-striped>tbody>tr.title {
    background-color: transparent;
}

.table>tbody>tr.title:not(.no-background) {
    background-color: #8abed2;
}

.table>tbody>tr.separator {
    background-color: transparent;
}

@media  (min-width: 769px) {
    .table>tbody>tr.title:not(.no-background) {
        border-left: 1px solid #8abed2;
        border-right: 1px solid #8abed2;
    }
}

.table-wizard .table tbody>tr.title td {
    font-weight: bold;
}

.table-wizard .table tbody tr.title td:first-child {
    padding-left: 8px !important;
}

.table-wizard .table tbody>tr.title:not(.no-background) td {
    color: #ffffff;
}

.table-wizard .table tbody>tr.title:not(.no-background) td a {
    color: #ffffff;
}

.table>tbody+tbody {
    border-top: none;
}

span.highlighted {
    font-weight: bold;
    color: red;
}

td.born {
    white-space: nowrap;
}

span.no-lb {
    white-space: nowrap;
}

i.pronunciation {
    cursor: pointer;
}

.nhl-team-rights {
    padding: 2px 6px;
    color: #ffffff;
    font-weight: bold;
}

.nhl-team-rights.nhl-team-rights-signed {
    background-color: #54963D;
}

.nhl-team-rights.nhl-team-rights-unsigned {
    background-color: #C6421E;
}

.transactions .source {
    white-space: nowrap;
    text-align: right;
}

.btn.green-sm {
    text-transform: uppercase;
}

.listTop span{ font-weight:800; }

.semi-logo {
    font-weight: 800;
    padding-left: 0;
    float: none;
}

.rtl-title {
    font-weight: 800;
}

.nation_title h3 {
    font-weight: 800;
}

.nation-inner h4 {
    font-weight: 800;
}

.plytitle {
    font-family: "Montserrat";
    font-weight:800;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px;
    line-height: 1.42857143;
    box-sizing: unset;
    display: block;
}

.leg-home-inner h4 {
    font-weight: 800;
    font-family: "Montserrat";
}

.semi-logo small {
    font-size: 15px;
}

small .nation-flag {
    width: 24px;
}

.plytitle .nation-flag {
    width: 32px;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .semi-logo, .plytitle {
        font-size: 20px;
    }

    .plytitle .nation-flag {
        width: 30px;
    }

    .semi-logo small {
        font-size: 14px;
    }
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ecf1f3;
}

th.regular.gd, td.regular.gd,
th.regular.gaa, td.regular.gaa,
th.regular.svp, td.regular.svp,
th.regular.ga, td.regular.ga,
th.regular.svs, td.regular.svs,
th.regular.so, td.regular.so,
th.regular.wlt, td.regular.wlt,
th.regular.toi, td.regular.toi,
th.regular.g, td.regular.g,
th.regular.a, td.regular.a,
th.regular.tp, td.regular.tp,
th.regular.pim, td.regular.pim,
th.regular.pm, td.regular.pm,
th.postseason.gp, td.postseason.gp,
th.postseason.gd, td.postseason.gd,
th.postseason.gaa, td.postseason.gaa,
th.postseason.svp, td.postseason.svp,
th.postseason.ga, td.postseason.ga,
th.postseason.svs, td.postseason.svs,
th.postseason.so, td.postseason.so,
th.postseason.wlt, td.postseason.wlt,
th.postseason.toi, td.postseason.toi,
th.postseason, td.postseason,
th.separator, td.separator
{
	display: none !important;
	
}