/* ICEBOX Theme v1.0 by Samir Kahvedzic ( AkIrA ) */
/* www.akirapowered.com */
/* akira_tim@hotmail.com */
/* 2006 - 2007. */

/* CORE */

* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	background-image: url(images/bgtop.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
	font-size: 11px;
        letter-spacing: 1px;
        line-height: 20px;
}
.clear { clear: both; }

/* LINK STYLES */

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover { color: #003366; text-decoration: none; }

/* TABLE STYLE */

table { margin: 0px; padding: 0px; border-collapse: collapse; }
td { text-align:left; vertical-align:top; padding-left:2px; padding-right:2px; } 


/* MENU STYLES */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #FF9900;
	padding:  7px 7px 0 7px;
	text-align: left;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* menu top */

.menu_top {
}
.menu_top_l {
}
.menu_top_r {
	height: auto;
	width: auto;
}

/* menu content */

.menu_c {
	margin-bottom: 2px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	width: auto;
}
.menu_text {
	padding: 7px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* THEME LAYOUT */

#wrapper {
        background: #f9f9f9;
	margin: 0 auto;
	width: 1000px;
	padding-left: 0px;
        -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.5);
        box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.5);
}
#wrapper2 {
}
#innerwrapper { padding: 0 0px; }

/* top area */

#top {
	background-repeat: repeat-x;
	background-position: left top;
}
#top_l { }
#top_r { height: 10px; }

/* header */

#header {
	height: auto;
	background: url(images/header.png) no-repeat left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
}

/* navigation */

#navigation2 {
	float: left;
	padding-top: 0px;
	text-align: center;

}
#navigation {
	height: 42px;
	width: auto;
	float: right;
        margin-top: 27px;
        margin-right: 27px;
	padding-top: 14px;
	text-align: center;
        background: #050505;
        border-bottom: 7px solid #EBF4F9;
}
#navigation li {
	display: inline;
	list-style: none;
	text-align: center;
	vertical-align: middle;
}

#navigation a {
	height: 26px;
	width: auto;
	min-width: 80px;
	text-align: center;
	float: left;
	display: block;
	margin-right: 7px;
        padding-top: 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2f2f2;
	margin-left: 7px;
	vertical-align: middle;
        border-bottom: 3px solid #050505;
}
#navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #050505;
	text-transform: uppercase;
	background-color: #EBF4F9;
	height: 24px;
        border-bottom: 3px solid #FFF;
}
#navigation a.onpage {
	background-color: #0099FF;
}

/* loginbox */

#loginbox { width: 222px; text-align: center; height: 60px; margin-top: 7px; padding: 17px 7px 0; float: left; }
.buttonlogin { background: url(images/login.png) no-repeat; width: 67px; height: 25px; cursor: pointer; border: none; }

/* subnav */

#subnavigation { border: none; }
#subnavigation li { list-style: none; padding: 0px 2px; height: 24px; float:left; text-align: center; border-right: 1px solid #F3F4F5; } 
#subnavigation a { padding: 4px 7px; text-align: center; float: left; }

/*content */

#content { padding: 4px 0; }
#leftmenu{
	width: 350px;
	float: left;
	text-align: left;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
	background-color: #FFFFFF;
	border: thin none #CCCCCC;
}
#rightmenu{
	width: 35%;
	float: right;
	text-align: left;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
	background-color: #f9f9f9;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/m_top_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#central {
	width: 64%;
	float: left;
	padding: 0 0px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #CCCCCC;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FF9900;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/center_top.png);
	background-repeat: no-repeat;
	background-position: right top;
} 
#central2 {
	width: 100%;
	float: left;
	padding: 0 0px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #CCCCCC;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FF9900;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/center_top.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* NEWS STYLES */

.story {
	padding: 0 4px;
	margin-bottom: 2px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.news_image { text-align: center; }
.title {
	color: #006699;
	font: lighter 15px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0;
	text-align: left;
}
.author {
	background: #788a95;
	padding: 2px 4px;
	float: right;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.author a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.summary {
	color: #333333;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 4px 4px 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: justify;
}
.news_text {
	color: #333333;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}
.n_info {}
.n_com { background: url(images/comm.png) no-repeat left center; padding: 2px 4px; color: #fff; float: left; }
.n_com a { color: #fff; }
.n_dat { float: right; color: #9eb7cb; }

/* footer */

#footer { height: 50px; }
#bot { width: auto; margin: 0 auto; }
#bot_l { }
#bot_r { height: 50px; text-align: center; }

#affilates { height: 47px; }
#disclaimer { height: 47px; padding: 17px 7px 0px 7px; }

/* E107 STYLES */

img {
	border: 0px;
}

.button {
	border: 1px solid #333333;
	background: #FFB951;
	color: #333333;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: lighter;
	margin: 2px auto;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indentchat {
	padding: 4px 2px;
	margin-top: 4px;
	text-align: left;
	border: 1px none #beccd7;
	background-color: #F2F2F2;
	font-size: 12px;
}

.indent {
	border: thin dotted #CCCCCC;
	padding: 4px;
	margin: 4px;
}

.code_highlight { padding: 0 4px 4px 4px; margin: 4px; background: #fff; overflow: scroll; height: 270px; border: 1px solid #d6d6d6; }

.small {
	color: #666666;
	font-size: 9px;
}
.smalltext { font: 10px; color: #666666; }
.smallbottom { font-size: 10px; color: #666666; text-align:left; }
.smallblacktext { color: #666666; font-size: 10px; }

.tbox {
	color: #333333;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	margin: 2px auto;
	padding: 0 2px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.tbox:focus {
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #ADD8E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.chatbox {
	width: 96%;
	margin: 2px auto;
	font-size: 12px;
	background-color: #F2F2F2;
}

.helpbox { background-color: #fff; border: 1px dotted #CCCCCC; color: #000; font-size: 9px; padding: 4px 5px 4px 5px; }

/* FORUM STYLES */

.ftrack { border: none; padding: 7px 5px 7px 5px; background: #ebf4f9; }

.fdata { text-align: center; border: none; background: repeat-x left; padding: 7px 4px; }

.fcaption { padding: 4px; color: #FF9900; font: normal 12px Verdana, Arial, Helvetica, sans-serif; min-height: 27px; }

.fcaption span.smalltext{ color: #333333; }
.fcaption span.smalltext a:hover{ color: #000000; }
.fcaption a {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.fcaption a:hover { color: #000000; }
a.forumlink{ color: #333333; text-decoration: none; }
a.forumlink:hover{ color: #000000; }

.fborder {
        positon: center top;
	background-color: #EBF4F9;
	margin: 4px 0 4px 0;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.forumheader{
	padding: 7px 5px 7px 5px;
	font-weight: normal;
	color: #000000;
	border-bottom: thin dashed #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.forumheader2{
	color: #000;
	padding: 7px 5px 7px 5px;
	border-top: 1px none #d6d6d6;
	border-right: 1px none #d6d6d6;
	border-bottom: 1px none #d6d6d6;
	border-left: 1px none #d6d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	
.forumheader3{
	color: #333333;
	padding: 7px 5px 7px 5px;
	background: #FFFFFF;
	border-top: 1px none #beccd7;
	border-right: 1px none #beccd7;
	border-bottom: 1px none #beccd7;
	border-left: 1px none #beccd7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.forumheader4{
	color: #333333;
	padding: 7px 5px 7px 5px;
	background: #F0F8FB;
	border: 1px solid #beccd7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.finfobar{
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.finfobar a {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.finfobar a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}