/* Different bodies */

body {
	font: 10px Verdana, Arial, Tahoma, Helvetica, sans-serif; 
	color: #000000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#main_body {
	margin: 0px 0px 0px 100px;
	padding: 0px;
	min-width: 1100px;
	width: auto;
	font: 10px Verdana, Arial, Tahoma, Helvetica, sans-serif; 
	color: #000000; 
	background-image: url(images/back_main_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #ccc;
	height: 100%;
}
/* End bodies */

/* Common Buttons & input */

.button, .button:visited {
	background: url(images/button.jpg) no-repeat top center;
	width: 120px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7a7a7a;
	border: none;
	cursor: pointer;
}

.button:hover, .button:active, .button:focus {
	background: url(images/button.jpg) center -30px no-repeat;
	border: none;
}

.styledCheckbox
   {
   	height:13px;
    width:13px;
   	filter: alpha(opacity=0);
   	opacity: 0;
	outline:0;
   }
   
.styledCheckboxWrap
{
	position:relative;
	float:left;
	background:url(images/checkbox.jpg) no-repeat top left;
	width:13px;
	height:13px;
	margin:3px;
}
.wrapChecked{background-position: 0px -13px}
.checkboxLabel{
	float:left;
	cursor:pointer
}

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


/* END Buttons / input */



#sidebar {
	background-image: url(images/back_main_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color:  #ccc;
}

div#container {
	margin: 0px 100px 0px 0px;
	text-align: left;
	min-width: 1000px;
	background: url(images/container_top.jpg) top right no-repeat #fff;
}

#menu {
	margin: 0 auto;
	height: 50px;
	background: url(images/menu_bg.jpg) repeat-x #fff;
}

.poll_option {
	height: 25px;
	background: url(images/upcoming_line.jpg) center bottom no-repeat;
	vertical-align: middle;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.poll_head {
	background: url(images/poll_head.jpg) left no-repeat;
}

.no_access {
	margin: 0 auto;
	height: 60px;
	width: 300px;
	background: url(images/no_access.jpg) center no-repeat;
	overflow: hidden;
	display: block;
	vertical-align: middle;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.no_access p {
	padding: 10px 20px 10px 70px;
}

.access_ok {
	margin: 0 auto;
	height: 200px;
	width: 500px;
	background: url(images/access_ok.jpg) center no-repeat;
	overflow: hidden;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.access_ok p {
	padding: 45px 45px 45px 220px;
}

.access_error {
	margin: 0 auto;
	height: 200px;
	width: 500px;
	background: url(images/access_error.jpg) center no-repeat;
	overflow: hidden;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.access_error p {
	padding: 45px 45px 45px 220px;
}
/* ------------------ LOGIN AREA ------------------ */

.login_pad {
	padding: 0px 15px 0px 15px;
}

#login_block {
	width: 200px;
	height: auto;
	margin-top: 0px;
	background: url(images/login_center.jpg) repeat-y;
}

.login_bottom {
	width: 200px;
	height: 25px;
	background: url(images/login_bottom.jpg) no-repeat;
}

#login_top_wrap {
	width: 170px;
	height: 60px;
	margin-top: 0px;
}

#login_lower_wrap {
	width: 170px;
	height: 75px;
}

.login_input_wrap {
	width: 120px;
	height: 30px;
	float: left;
	background: url(images/login_input.jpg) center no-repeat;
}

.login_input_wrap:active {
	background: url(images/login_input_act.jpg) center no-repeat;
}

.login_button_wrap {
	width: 45px;
	height: 45px;
	float: right;
	padding-top: 3.5px;
}

.login_button, .login_button:visited {
	background: url(images/login_button.jpg) center top no-repeat;
	border: none;
	height: 45px;
	width: 45px;
	cursor: pointer;
}
.login_button:hover, .login_button:active {
	background: url(images/login_button.jpg) center -45px no-repeat;
	border: none;
}
.login_buttons {
	width: 170px;
	height: 30px;
	margin-top: 10px;
	background: url(images/login_buttons.jpg) no-repeat;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

.login_checkbox {
	padding-top: 10px;
	width: 170px;
	height: 13px;
	background: url(images/login_checkbox.jpg) left bottom no-repeat;
}

.login_register {
	background: url(images/login_buttons_register.jpg) left top no-repeat;
}
.login_register:hover {
	background: url(images/login_buttons_register.jpg) left -30px no-repeat;
}

.login_pw {
	background: url(images/login_buttons_pw.jpg) right top no-repeat;
}
.login_pw:hover {
	background: url(images/login_buttons_pw.jpg) right -30px no-repeat;
}

.login_input, .login_input:active, .login_input:hover, .login_input:visited {
	margin-bottom: 8.5px;
	margin-top: 8.5px;
	margin-left: 10px;
	height: 13px;
	width: 100px;
	color: #707070;
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.login_input:focus {
	border: none;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
}


.logged_avatar_area {
	width: 190px;
	height: 120px;
	background: url(images/logged_avatar_area.jpg) center no-repeat;
	margin: 0 auto;
}

.logged_links {
	height: 120px;
	width: 170px;
	margin: 0 auto;
	background: url(images/logged_links.jpg) center no-repeat;
	text-transform: uppercase;
}
.logged_link {
	background: url(images/upcoming_line.jpg) left bottom no-repeat;
}

.logged_links a:hover {
	padding-left: 5px;
	font-weight: bold;
}

.logged_arrow {
	width: 20px;
	height: 10px;
	background: url(images/logged_arrow.png) left no-repeat;
}

.logout {
	width: 80px;
	height: 15px;
	margin: 0 auto;
	background: url(images/logout.png) center top no-repeat;
}

.logout:hover {
	background: url(images/logout.png) center -15px no-repeat;
}

#login_popup_bg {
	margin: 0 auto;
	width: 1280px;
	height: 960px;
	overflow: hidden;
	background: url(images/login_popup.jpg) center no-repeat #fff;
}

#login_popup_text_wrap {
	height: 300px;
	width: 600px;
	margin: 0 auto;
	margin-top: 150px;
	background: url(images/login_popup_text_wrap.png) center no-repeat;
}

.login_popup_text {
	height: 200px;
	width: 500px;
	margin: 50px 50px 50px 50px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.login_popup_text a {
	color: #d6eeff;
	font-weight: bold;
	font-style: italic;
}
.login_popup_text a:hover {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

/* ------------------ END LOGIN AREA ------------------ */


/* ------------------ SHOUTBOX AREA ------------------ */
#shoutbox_wrap {
	width: 190px;
	height: auto;
}

.shoutbox_bg {
	height: 30px;
	width: 190px;
	text-align: left;
	background: url(images/shoutbox_bg.jpg) center no-repeat;
}

.shoutbox_bg:active {
	height: 30px;
	width: 190px;
	text-align: left;
	background: url(images/shoutbox_bg_act.jpg) center no-repeat;
}

#shoutbox_captcha {
	width: 190px;
	height: 30px;
	padding: 2px 0px 2px 0px;
}

#shoutbox_links {
	width: 190px;
	height: 30px;
}

.shoutbox_input, .shoutbox_input:active, .shoutbox_input:hover, .shoutbox_input:visited {
	margin-bottom: 8.5px;
	margin-top: 8.5px;
	margin-left: 10px;
	height: 13px;
	width: 135px;
	color: #707070;
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.shoutbox_input:focus {
	border: none;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
}

.shoutbox_showall a {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	width: 95px;
	height: 30px;
	float: right;
}

.shoutbox_shout {
	background: url(images/shoutbox_shout.jpg) center top no-repeat;
	width: 95px;
	height: 30px;
	float: left;
}

.shoutbox_shout:hover {
	background: url(images/shoutbox_shout.jpg) center -30px no-repeat;
}

/* ------------------ END SHOUTBOX AREA ------------------ */


/* ------------------ START HEADER ------------------ */
div#head { 
	height: 150px; 
	background: url(images/header_main.jpg) center no-repeat; 
}

#header_left {
	height: 150px;
	width: 250px;
	float: left;
	display: block;
	background: url(images/header_left.png) left no-repeat;
}

#header_center {
	height: 150px;
	width: auto;
	display: block;
	margin: 0 auto;
	margin-left: 250px;
	margin-right: 250px;
	background: url(images/header_center.png) repeat-x;
}

#header_right {
	height: 150px;
	width: 250px;
	float: right;
	display: block;
	background: url(images/header_right.png) right no-repeat;
}

.header_home {
	height: 50px;
	width: 50px;
	float: right;
	margin-top: 52.5px;
	margin-right: 16.5px;
	border: none;
	background: url(images/home.png) top no-repeat;
}

.header_home:hover, .header_home:active {
	border: none;
	background: url(images/home.png) bottom no-repeat;
}

.search {
	margin-top: 43px;
	height: 80px;
	width: 160px;
	float: left;
	background: url(images/search_bg.png) center no-repeat;
}

#search_action {
	width: 110px;
	height: 50px;
	margin: 0 auto;
	padding-top: 16.5px; 
}

#search_submit {
	padding-top: 4.5px;
}

.search_button, .search_button:visited {
	background: url(images/search_button.png) center top no-repeat;
	border: none;
	height: 30px;
	width: 95px;
	cursor: pointer;
}
.search_button:hover, .search_button:active {
	background: url(images/search_button.png) center -30px no-repeat;
	border: none;
}

.search_input, .search_input:active, .search_input:hover, .search_input:visited {
	height: 20px;
	width: 100px;
	color: #ccc;
	border: none;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 10px;
}
.search_input:focus {
	border: none;
	background: transparent;
	font-style: normal;
	color: #fff;
}

#slideshow {
	width: 450px;
	height: 125px;
	margin: 0 auto;
}

#slideshow_bg {
	width: 450px;
	height: 125px;
	margin: 0 auto;
	background: url(images/slideshow_bg.png) center no-repeat;
}
/* ------------------ END HEADER ------------------ */


/* ------------------ START MAIN CONTENT ------------------ */
div#content {
	clear: both;
	margin: 0;
	padding: 0;
}

.cols { 
	width: 100%;
	margin: 0;
	padding: 0;
}

div#content .col1 { 
	float: left;
	width: 200px;
	display: block;
	position: static;
}

div#content .col2 { 
	margin: 0px 210px 5px 210px;
	width: auto;
	display: block;
	float: inherit;
	position: static;
}

div#content .col3 { 
	float: right;
	width: 200px;
	display: block;
	position: static;
	margin-top: 0px;
}
/* ------------------ END MAIN CONTENT ------------------ */


/* ------------------ START FOOTER ------------------ */
div#footer { 
	clear: both; 
	color: #fff;
	height: 50px;
	text-align: center; 
	background: url(images/header_main.jpg) center no-repeat;
}

.footer_a, .footer_a:visited, .footer_a:active {
	font-weight: bold;
	color: #5395d3;
}

.footer_a:hover {
	font-weight: bold;
	color: #fff;
}

#footer_left {
	width: 150px;
	height: 50px;
	float: left;
	background: url(images/footer_left.png) left no-repeat;
}

#footer_right {
	width: 150px;
	height: 50px;
	float: right;
	background: url(images/footer_right.png) right no-repeat;
}

#footer_center {
	width: auto;
	height: 50px;
	margin-left: 150px;
	margin-right: 150px;
	background: url(images/footer_center.png) repeat-x;
}
/* ------------------ END FOOTER ------------------ */


#squad_wrap {
	display: block;
	width: 100%;
	height: auto;
}

.squad_icon {
	width: 100%;
	overflow: hidden;
	height: 200px;
	background-color:#000000;
	border-bottom: 2px #333333 ridge;
	border-top: 2px #666666 ridge;
}
.squad_info {
	width: 100%;
}
.squad_info_left {
	float: left;
}
.squad_info_right {
	float: right;
}
.squad_info_center {
	overflow: hidden;
	float: inherit;
}
.squad_details_link {
}

.nav { 
	color: #36befc; 
	font-weight: bold; 
}

img { border: none; }

hr {
  color: #CCCCCC;
  background-color: #CCCCCC;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  overflow: hidden;
  margin: 2px 0;
  height: 1px;
}

/* Links */

a.sublink, a.sublink:active, a.sublink:visited {
	font-weight: bold;
	color: #15607b;
	text-decoration: none;
	text-transform: uppercase;
	font-style:italic;
	font-size: 10px;
}

a.sublink:hover {
  color: #03abe9;
  text-decoration: none;
  font-weight: bold;
}

a, a:visited, a:active {
  color: #15607b;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #03abe9;
  text-decoration: none;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active, a.titlelink:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

a.proftitlelink, a.proftitlelink:visited, a.proftitlelink:active, a.proftitlelink:hover {
  color: #767676;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #464646;
  font-style: italic;
  text-transform: uppercase;
  background: url(images/h2_bg.jpg) left no-repeat;
  padding-left: 11px;
  margin-left: 45px;
}

h2:first-letter {
	font-size: 15px;
	color:#ff7e00;
}

small {
  color: #383838;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

small2 {
  color: #FF3300;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.title_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
}


/** Title start **/
.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  background: url(images/title_bg.jpg) repeat-x;
}

.title_top {
	width: 200px;
	height: 30px;
	background-image: url(images/title_top.jpg);
	background-repeat: no-repeat;
}

.title_center {
	height: auto;
	min-height: 30px;
	padding: 5px 5px 0px 5px;
	background-image: url(images/title_center.jpg);
	background-repeat: repeat-y;
}

.title_bottom {
	width: 200px;
	height: 14px;
	background-image: url(images/title_bottom.jpg);
	background-repeat: no-repeat;
}

.title_top_right {
	width: 200px;
	height: 30px;
	background-image: url(images/title_top_right.jpg);
	background-repeat: no-repeat;
}

.title_center_right {
	height: auto;
	min-height: 30px;
	padding: 5px 5px 0px 5px;
	background-image: url(images/title_center_right.jpg);
	background-repeat: repeat-y;
}

.title_bottom_right {
	width: 200px;
	height: 14px;
	background-image: url(images/title_bottom_right.jpg);
	background-repeat: no-repeat;
}
/** Title End **/


/** BF3 SERVER **/
.server_bg {
	width: 166px;
	height: 451px;
	background: url(images/server_bg.jpg) no-repeat;
}

.server_wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}
/** END BF3 SERVER **/


.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/* STATS & FORMS & TABLE LAYOUTS */
.stats_clan_title {
	color: #333333;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stats_wrap {
	margin: 0px 6px 0px 6px;
}

#stats_event {
	margin: 0 auto;
	width: 100%;
	background: url(images/event_middle_left.jpg) left repeat-y;
}

.stats_up_left {
	height: 40px;
	width: 60px;
	float: left;
	background: url(images/block_left.jpg) left no-repeat #fff;
}

.stats_up_center {
	width: 100%;
	height: 40px;
	background: url(images/block_center.jpg) repeat-x #fff;

}

.stats_up_right {
	height: 40px;
	width: 60px;
	float: right;
	background: url(images/block_right.jpg) right no-repeat #fff;
}

/** Stats table - text block inside .stats_up_center **/
.stats_table_left {
	width: 70px;
	height: 40px;
	background: url(images/stats_table_left.png) no-repeat;
}
.stats_table_center {
	height: 40px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 3px #ffffbe;
	padding-bottom: 5px;
	background: url(images/stats_table_center.png) repeat-x;
}
.stats_table_right {
	width: 70px;
	height: 40px;
	background: url(images/stats_table_right.png) no-repeat;
}
/** Stats table END **/

.stats_down_left {
	height: 40px;
	width: 60px;
	float: left;
	background: url(images/block_left_bottom.jpg) left no-repeat #fff;
}

.stats_down_center {
	width: 100%;
	height: 40px;
	background: url(images/block_center_bottom.jpg) repeat-x #fff;
}

.stats_down_right {
	height: 40px;
	width: 60px;
	float: right;
	background: url(images/block_right_bottom.jpg) right no-repeat #fff;
}

/** Light content wrap **/

.content_wrap_up_left {
	height: 20px;
	width: 40px;
	float: left;
	background: url(images/content_wrap_up_left.jpg) no-repeat;
}
.content_wrap_up_right {
	height: 20px;
	width: 40px;
	float: right;
	background: url(images/content_wrap_up_right.jpg) no-repeat;
}
.content_wrap_up_center {
	height: 20px;
	width: auto;
	background: url(images/content_wrap_up_center.jpg) repeat-x;
}
.content_wrap_div_padding {
	padding-left: 5px;
	padding-right: 5px;
}
.content_wrap_div_left {
	background: url(images/content_wrap_div_left.jpg) left repeat-y;
}
.content_wrap_div_right {
	background: url(images/content_wrap_div_right.jpg) right repeat-y;
}
.content_wrap_down_left {
	height: 15px;
	width: 30px;
	float: left;
	background: url(images/content_wrap_down_left.jpg) no-repeat;
}
.content_wrap_down_right {
	height: 15px;
	width: 30px;
	float: right;
	background: url(images/content_wrap_down_right.jpg) no-repeat;
}
.content_wrap_down_center {
	height: 15px;
	width: auto;
	background: url(images/content_wrap_down_center.jpg) repeat-x;
}

/** END Light content wrap **/

/** NEWS wrap **/
.news_wrap_up_left {
	height: 60px;
	width: 120px;
	float: left;
	background: url(images/news_wrap_up_left.jpg) left no-repeat;
}
.news_wrap_up_right {
	height: 60px;
	width: 120px;
	float: right;
	background: url(images/news_wrap_up_right.jpg) right no-repeat;
}
.news_wrap_up_center {
	height: 60px;
	width: auto;
	background: url(images/news_wrap_up_center.jpg) repeat-x;
}
.news_wrap_up_center_link, .news_wrap_up_center_link:active, .news_wrap_up_center_link:visited, .news_wrap_up_center_link:hover {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
/** END NEWS WRAP **/


/* END STATS & FORMS & TABLE LAYOUTS */
