/*
  Morpheus Theme for phpBB version 2.0.x
  Created by Vjacheslav Trushkin
*/

@import url(style_main.css);

body { 
	background-color: #000; 
	scrollbar-arrow-color: #2F69CA;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #E0E0E0; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #C0C0C0; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-darkshadow-color: #B0B0B0;
}

hr { 
	border-color: #3888C7;
}

/* links */
a { 
	color:#2F69CA; 
}
a:visited { 
	color: #2F69CA;
}
a:hover, a:active { 
	color: #FF0000; 
}

/* header */
#header-box { 
	background-image: url(images/blue/logo_bg.gif); 
}
/* header login form */
#header-login {
	background: url(images/blue/logo_right.gif) top right no-repeat;
}




.header {width:786px;height:249px;background-color:#000000}
.header_left {float:left;width:602px;height:249px}
.header_banner {width:602px;height:185px;background:url(images/new/banner.jpg) no-repeat}
.header_right {float:right;width:184px;height:249px;background:url(images/new/stema.jpg) no-repeat}
.header_menubar {width:602px;height:34px}
.menubar_top {background:url(images/new/menu_top.gif) no-repeat;width:602px;height:4px;* margin-bottom:-15px}
.buttons {background:url(images/new/menu_back.gif) repeat-x;width:602px;height:28px;* margin-top:5px}
.buttons a.item {position:relative;top:6px;text-align:center;text-decoration:none;padding:5px 10px 8px 10px;font:bold 12px Verdana, Arial, Helvetica, sans-serif;color:#FFF}
.buttons a.item:hover {background:url(images/new/menu_back_over.gif) repeat-x;height:17px}
.menubar_bottom {background:url(images/new/menu_bottom.gif) no-repeat;width:602px;height:3px}
.subitem {position:absolute;visibility:hidden;z-index:100;padding:0 10px 0 0; width:110px}
.subitem a {display:block;text-align:left;text-decoration:none;font:bold 12px Verdana, Arial, Helvetica, sans-serif;color:#FFF;padding:2px 5px 2px 5px;background:url(images/new/menu_item.gif) repeat-x #0050ff}
.subitem a:hover {background:url(images/new/menu_item_over.gif) repeat-x #007dfe;color:#95c9ff}






.login-input, .login-submit {
	background-color: transparent;
	border-color: #3075AB;
	color: #22557D;
}
.login-submit {
	background-color: #65A5D8;
}
.login-input:hover, .login-submit:hover {
	background-color: #65A5D8;
	border-color: #24567E;
}
.login-input:focus, .login-submit:focus {
	background-color: #74B0E0;
	color: #000;
}
* html .login-input { 
	background-color: transparent; 
	border-color: #24567E;
	color: #000;
}
* html .login-submit { 
	background-color: #65A5D8;
	border-color: #24567E;
	color: #000;
}

#navigation { 
	background-image: url(images/blue/logo_bg2.gif); 
}

/* table headers */
table.hdr { 
	background-image: url(images/blue/hdr_bg.gif); 
	color: #2F69CA; 
}
table.hdr a, table.hdr a:visited { 
	color:#2F69CA; 
}
table.hdr a:hover, table.hdr a:active { 
	color: #FF0000; 
}

td.postline { 
	background-color: #3888C7; 
}

/* rows */
td.row, .row1, .row2, .row3 { 
	background-color: #FFF;
}

/* th */
th, td.th { 
	color: #F6F6F5; 
	background: #F1F1F2 url(images/blue/bg_th.gif) top left repeat-x; 
	border-color: #56A6E5; 
}

/* bottom row */
td.catBottom { 
	background: #5393C6 url(images/blue/bg_cat.gif) top left repeat-x;
}

.nav { color: #FF0000;}
.nav a, .nav a:visited { color: #2F69CA; }
.nav a:hover, .nav a:active { color: #FF0000; }

table.nav { border-color: #4E9EDD; }

a.forumlink_new, a.forumlink_new:visited { color: #F2A62E; }

.moderators a:hover, .moderators a:active { color: #FF0000; } 

input.post, textarea.post, select, input.button, input.mainoption, input.liteoption { border-color: #2C6B9D; }

select optgroup { background-color: #C3C7C9; }

a.topiclink_new, a.topiclink_new:visited { color: #FF0000; }

.pagination a, .pagination a:visited { border-color: #D4D7DA; background-color: #EAEBEB; }
.pagination a:hover, .pagination a:active { border-color: #EAECEF; }

.gotopage a, .gotopage a:visited { border-color: #DADCDF; background-color: #E9EDEE; }
.gotopage a:hover, .gotopage a:active { border-color: #E5E8E9; }

td.spacerow { background-image: url(images/blue/bg_th.gif); }

