/* CSS Document */
* 
{ 
	margin: 0px; 
	padding: 0px; 
}

html, body
{
	height: 100%;
	border: none;
	background-image: url(../assets/background_grad.jpg);
}

html, body
{
	
	font-family: arial;
}




.clearer
{
  clear: both;
  font-size: 0px;
}

#outer_cont
{
	text-align: center;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../assets/border-container2.gif) repeat-y;
}

#main_cont
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../assets/border-container.gif) no-repeat;
}

#main_cont_1
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../assets/border-container.gif) no-repeat;
	border: 1px solid #990000;
}

.float_left
{
  float: left;
}

.float_right
{
  float: right;
}

.outer_border
{
  width: 1px;
  height: auto;
  background-image: url(../assets/border1.gif);
  background-repeat: no-repeat;
}

.outer_border_1
{
	width: 1px;
	height: auto;  /*background-image: url(../images/border2.jpg);
  background-repeat: no-repeat;*/ /* Removed by Richard 090710 09:32 */
}

#mid_cont
{
	width: 978px;
	height: 100%;
	background-image: url(../assets/background.jpg);
	border-top: 1px solid;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}

#header_cont
{
  height: 140px;
  width: 100%;
  position: relative;
  text-align: left;
}

#pirate_img
{
	width: 976px;
	height: 160px;
	background-image: url(../common/scillonian_mount.jpg);
	background-repeat: no-repeat;
	z-index: 20;
	left: 1px;
	position: absolute;
}

#header_text
{
	padding-left: 20px;
	padding-top: 66px;
	z-index: 980;
	overflow: visible;
	visibility: visible;
	position: absolute;
}

.text1
{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 60px;
	z-index: 980;
	overflow: visible;
	visibility: visible;
	position: absolute;
}

.text2
{
	color: #f1352a;
	font-size: 30px;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 96px;
	z-index: 980;
	overflow: visible;
	visibility: visible;
	position: absolute;
}

#header_logo
{
	width: 148px;
	height: 184px;
	background-image: url(../pzn/assets/head_logo.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-right: 12px;
	z-index: 900;
	overflow: visible;
	visibility: visible;
}

#topmenu_cont
{
  width: 100%;
  height: 33px;
}

.menu_divider
{
  width: 1px;
  height: 100%;
  background-color: #67635a;
}

.menuitem
{
  height: 100%;
}

.text3
{
  color: #fffcf9;
  font-size: 14px;
  font-weight: bold;
}

.menuitem a
{
	display: block;
	height: 24px;
	width: 100%;
	padding-top: 9px;
	background-image: url(../assets/menu_line.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.menuitem a:hover
{
	background-image: url(../assets/menu_line.png);
	background-repeat: repeat-x;
	background-position: 0px -33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.menuitem a div
{
  padding-top: 9px;
}

#menuitem_1 
{
  width: 66px;
}

#menuitem_2
{
  width: 66px;
}

#menuitem_3 
{
  width: 124px;
}

#menuitem_4 
{
  width: 70px;
}

#menuitem_4A 
{
  width: 74px;
}

#menuitem_5 
{
  width: 102px;
}

#menuitem_6 
{
  width: 110px;
}

#menuitem_7 
{
  width: 100px;
}

#menuitem_8 
{
  width: 86px;
}

#menuitem_9 
{
  width: 98px;
}

#menuitem_10 
{
  width: 72px;
}

#content_cont
{
  width: 100%;
  background:transparent url(../assets/gradient1.png) repeat-x left top;
  /*background-image: url(../images/gradient1.png);
  background-repeat: repeat-x;
  background-position: left top;*/
}

#login_block
{
  height: 35px;
  padding-left: 438px;
}

#login_block_inner
{
  padding-top: 12px;
}

.text4
{
  color: #ffffff;
  font-size: 13px;
}

.margin1
{
  margin-top: 2px;
}

.margin2
{
  
}

.inputtext
{
	border: 1px ridge #cc0000;
	width: 200px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 4px;
}

.hidden_elem 
{
  display: none;
}

.text5
{
  color: #a0a0a0;
  font-size: 12px;
}

.login_btn
{
  background: transparent url(../members/new/images/btn_login.png) no-repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  width: 48px;
  height: 20px;
  margin-left: 6px;
}

.margin3
{
  margin-top: 1px;
  font-size: 1px;
}

.text6
{
  color: #ffcc00;
  font-size: 12px;
}

.text6 a
{
  color: #ffcc00;
}

.margin4
{
  margin-top: 4px;
  padding-left: 6px;
}

#maincontent_block
{
  width: 100%;
  margin-top: 24px;
  text-align: left;
}

.inter_div1
{
  width: 19px;
  height: 4px;
  font-size: 0px;
}

#left_column
{
  width: 306px;
} 

.column_header
{
  height: 28px;
}

.text7
{
  color: #ef3624;
  font-size: 24px;
}

#left_column_content
{
  background-image: url(../assets/gradient2.png);
  background-repeat: repeat-x;
  width: 206px;
  height: 436px;
  padding-left: 10px;
  padding-right: 10px;
}

#left_column_content_inner
{

}

.inter_div2
{
  width: 10px;
  height: 10px;
  font-size: 0px;
}

.squad_line
{
  background-color: #000000;
  height: 30px;
  padding-left: 11px;
}

.squad_line div
{
   padding-top: 7px;
}

.squad_line div a
{
 
}

.text8
{
  color: #ffffff;
  font-size: 14px;
}

.inter_div3
{
  width: 50px;
  height: 50px;
  font-size: 0px;
}

.banner1
{
  text-align: center;
}

.banner1 img
{
  border: 1px solid #ee312f;
}

#mid_column
{
  width: 306px;
} 

.inter_div4
{
  width: 10px;
  height: 10px;
  font-size: 0px;
}

.text9
{
  color: #ffcc00;
  font-size: 14px;
}

.margin5
{
  padding-top: 9px;
}

.photo_div
{
  position: relative;
}

.photo_top
{
  height: 342px;
  font-size: 0;
}

.photo_mid
{
  height: 233px;
  font-size: 0;
}

.img_border1
{
  border: 1px solid #ef3624;
}

.img_border3
{
  border: 1px solid #ff0000;
}

.transp_div
{
  position: absolute;
  background-color: #000000;
}

.abs_layout1   
{
  left: 90px;
  top: 302px;
  padding: 3px 8px;
}

.text10
{
  color: #ffcc00;
  font-size: 18px;
}

.inter_div5
{
  width: 20px;
  height: 20px;
  font-size: 0px;
}

.img_border2
{
  border: 1px solid #ddb100;
}

.abs_layout2
{
  left: 1px;
  top: 122px;
  width: 304px;
  height: 110px;
}

.margin6
{
  padding: 8px 12px 0px 12px;
}

.text11
{
  color: #ffcc00;
  font-size: 12px;
}

.text11 a
{
  color: #ffcc00;
}

.text12
{
  color: #ffffff;
  font-size: 12px;
}

#right_column
{
  width: 306px;
}

#right_column_top
{
  width: 306px;
  height: 340px;
}

#right_column_top_inner
{
  padding: 10px 10px 0px 10px;
}

#right_wide_column
{
  width: 612px;
}

#right_wide_column_top
{
  width: 612px;
  height: 340px;
}

#right_wide_column_top_inner
{
  padding: 10px 10px 0px 10px;
}

.news_item_div
{
  height: 65px;
  width: 100%;
}

.news_item_div_pic
{
  height: 65px;
}

.inter_div6
{
  width: 7px;
  height: 7px;
  font-size: 0px;
}

.margin7
{
  padding-top: 7px;
}

.horz_line1
{
  background-image: url(../assets/horz_line1.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 21px;
  font-size: 0;
}

.horz_line_BK
{
	background-image: url(../assets/horz_line2.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	font-size: 0;
	margin: 0px;
	padding: 0px;
}

.inter_div7
{
  width: 31px;
  height: 31px;
  font-size: 0px;
}

#footer_cont
{
  float: left;
  width: 100%;
  height: 136px;
  background-image: url(../assets/footer_back.png);
  background-repeat: no-repeat;
}

#footer_cont_inner
{
  padding: 19px;
  text-align: left;
}

.text13
{
  color: #000000;
  font-size: 20px;
}

#under_footer
{
  margin-left:-1px;
  margin-right:-1px;
  clear:both;
  height: 100px;
  text-align: center;
  padding-top: 4px;
  padding-left: 22px;
  background: #000;
}

.margin8
{
  margin-top: 6px;
}

#top_layer
{
  width: 938px;
}

#top_layer_left
{
  width: 622px;
}

.photo_top1
{
  height: 366px;
  font-size: 0;
}

#top_layer_right
{

}

#top_layer_right_top
{
  width: 304px;
  height: 364px;
}

.news_item_div1
{
  /*height: 90px;*/
  width: 100%;
}

.text14
{
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
}

#tabs_layer
{
  width: 622px;
  height: 299px;
}

#tabs_top
{
  height: 26px;
  font-size: 0px;
}

#tabs_body
{
  width: 622px;
  height: 273px;
}

#tabs_body_left
{
  width: 5px;
  height: 273px;
  background-image: url(../members/new/images/tabs_frame_left.png);
  background-repeat: no-repeat;
}

#tabs_body_center
{
  width: 611px;
  height: 273px;
}

#tabs_body_right
{
  width: 6px;
  height: 273px;
  background-image: url(../members/new/images/tabs_frame_right.png);
  background-repeat: no-repeat;
}

#tabs_body_center_top
{
  width: 611px;
  height: 4px;
  font-size: 0px;
} 

.tabs_frame_top
{
  background-image: url(../members/new/images/tabs_frame_top.png);
  background-repeat: repeat-x;
  height: 4px;
  width: 100%;
}

.tabs_body_center_mid
{
  width: 611px;
  height: 265px;
  background-image: url(../members/new/images/tabs_body_backgr.png);
  background-repeat: no-repeat;
} 

#tabs_body_center_bottom
{
  width: 611px;
  height: 4px;
  font-size: 0px;
}

.tabs_frame_bottom
{
  background-image: url(../members/new/images/tabs_frame_bottom.png);
  background-repeat: repeat-x;
}

.inter_div8
{
  width: 9px;
  height: 26px;
  font-size: 0px;
}

.tab_item_left
{
  background-image: url(../members/new/images/tabs_active_left.png);
  background-repeat: no-repeat;
  width: 5px;
  height: 100%;
  font-size: 0px;
}

.tab_item_right
{
  background-image: url(../members/new/images/tabs_active_right.png);
  background-repeat: no-repeat;
  width: 5px;
  height: 100%;
  font-size: 0px;
}

.tabs_down
{
	position: absolute;
	height: 4px;
	font-size: 0px;
	top: 26px;
	z-index: 100;
}

.tabs_down_left
{
  background-image: url(../members/new/images/tabs_vert_line1_left.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 3px;
}

.tabs_down_center
{
  height: 4px;
  background-color: #000000;
}

.tabs_down_right
{
  background-image: url(../members/new/images/tabs_vert_line1_right.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 3px;
}

.inter_div9
{
  width: 1px;
  height: 26px;
  font-size: 0px;
}

.tabs_yellow_div_left
{
  background-image: url(../members/new/images/tabs_yellow_corner_left.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 4px;
}

.tabs_yellow_div_right
{
  background-image: url(../members/new/images/tabs_yellow_corner_right.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 4px;
}

.tab_pane
{
  position: relative;
  height: 100%;
}

.tab_pane_text
{
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

.tab_pane_text a
{
  color: #ffffff;
}

.tab_pane_inactive
{
  position: relative;
  height: 100%;
  background-color: #ffcc00;
}

.tab_pane_inactive_text
{
  margin-top: 4px;
  color: #000000;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

.tab_pane_inactive_text a
{
  color: #000000;
}

.tab_pane_inactive_top
{
  position: absolute;
  width: 100%;
  height: 4px;
  font-size: 0px;
  top: 0px;
  z-index: 100;
}


#tab_item_1
{
  width: 67px;
}

#tab_item_1_active
{
  width: 67px;
}

#tab_item_1_body
{
  width: 57px;
}

#tab_down_1
{
  width: 59px;
}

#tab_item_2
{
  width: 104px;
}

#tab_item_2_active
{
  width: 104px;
}

#tab_item_2_body
{
  width: 94px;
}

#tab_down_2
{
  width: 96px;
}

#tab_item_3
{
  width: 73px;
}

#tab_item_3_active
{
  width: 73px;
}

#tab_item_3_body
{
  width: 63px;
}

#tab_down_3
{
  width: 65px;
}

.inter_div10
{
  font-size: 0px;
  height: 100%;
  width: 9px;
}

.tabs_content_left
{
  height: 100%;
  width: 440px;
}

.inter_div11
{
  height: 10px;
  width: 440px;
  font-size: 0px;
}

.tabs_content_cap
{
  height: 19px;
  width: 440px;
  background-image: url(../members/new/images/gradient3.png);
  background-repeat: repeat-x;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  line-height: 18px;
  font-weight: bold;
}

.tabs_content_body
{
  height: 228px;
  width: 440px;
  background-color: #000000;
}

.inter_div12
{
  height: 6px;
  width: 100%;
  font-size: 0px;
}

.tabs_content_body_table
{
  height: 194px;
  width: 100%;
}

.tabs_content_body_table table
{
  height: 100%;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  vertical-align: top;
  border-collapse: collapse;
}

.tabs_table_selected
{
  background-color: #ffcc00;
  color: #000000;
}

.tabs_content_table_bottom
{
  height: 28px;
  width: 100%; 
  font-size: 12px;
  color: #ffd607;
  line-height: 24px;
}

.inter_div13
{
  height: 28px;
  width: 20px;
  font-size: 0px;
}

.inter_div14
{
  height: 100%;
  width: 12px;
  font-size: 0px;
}

#tabs_content_right
{
  width: 138px;
  height: 200px;
}

.inter_div15
{
  height: 16px;
  width: 100%;
  font-size: 0px;
}

#mid_layer_right
{

}

#mid_layer_right_top
{
  height: 137px;
  width: 304px;
  background-image: url(../assets/forum_backgr.png);
  background-repeat: no-repeat;
}

.text15
{
  color: #ffffff;
  font-size: 30px;
}

.text15 a
{
  color: #ffffff;
}

.margin9
{
  margin-top: 100px;
  margin-left: 10px;
}

.banner2
{
  height: 120px;
}

.banner2 img
{
  border: 1px solid #ee312f;
  height: 120px;
  width: 304px;
}

.text16
{
  color: #ffcc00;
  font-size: 22px;
}

.text16 a
{
  color: #ffcc00;
}

.abs_layout3   
{
  left: 160px;
  top: 215px;
  padding: 3px 8px;
}

.abs_layout4   
{
  left: 1px;
  top: 252px;
  height: 102px;
  width: 620px;
}

.bk_lt {
	background-color: #DFDCDC;
	color: #000000;
}
.ul_story {
	font-size: 12px;
	text-align: left;
	text-indent: 50px;
	list-style-position: outside;
	list-style-image: url(../../styles/bullet1.gif);
	list-style-type: disc;
}
