/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/mybc_cs.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.pun {FONT-SIZE: 12px; LINE-HEIGHT: normal;}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 100%}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H4 {
	FONT-SIZE: 1em;
	padding: 0 0 8px 5px;
	color: #999;
}
.pun H3 {FONT-SIZE: 1.1em}

.tclcon h3 {
	padding-top: 3px;
}

.pun H2 { font-size: 1.2em; /*background: url(../img/mybc/h2_background.gif); background-repeat:repeat-x;*/
}
#header_title H1 {FONT-SIZE: 1.9em; color: #0054a6; padding-top: 10px;}

#brdtitle {
	height: 75px;
	background: url(../img/mybc/logo_mybc.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	padding:0px;
}

#brdtitle #image {
	float:left;
}
#brdtitle #header_title {
	float:right;
}

#brdtitle #image a {
	width:150px;
	height:70px;
	display:block;
	border:0px solid red;
}

/*
#brdtitle  a {
      position: absolute;
      height: 75px;
      width: 18%;
      top: 17px;
      left: 83%;
      text-decoration: none;
      }
#brdtitle a i { visibility: hidden; }
a#mybcimg { left: 500px; width: 200px; }
*/

/* 2.4 Larger text for particular items */

DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #header_title H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

.pun A:link, .pun A:visited {
	text-decoration: none;
	color:#45759F;
}
.pun A:hover {
	text-decoration: underline;
}

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu {
/*	background: url(../img/mybc/h2_background.gif); background-repeat:repeat-x;*/
	text-align: center;
}

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	/*text-decoration: none;*/
	color: #0054a6;
}

#brdmenu A:link, #brdmenu A:visited {
	font-size: 14px;
}

/* 3.2 Underline on hover for links in headers and main menu */

#brdmenu A:hover, .blockpost H2 A:hover {
	text-decoration: none;
}

/* 3.3 Set background colour for links to white */
#brdmenu ul {
/*	background-color: #fff;
	display: inline;
	line-height: 33px;
	padding-left: 12px;
*/
}

/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 0px;
}

#brdfooter DIV.box, #brdstats DIV.box {border-color: #D3D3D3;}

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none;}

.pun th.tcl {
	 padding-left:30px;
}


/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/* 4.5 Table list borders */

.pun TD {
	border-bottom: 1px solid #efefef;
}

.pun TH {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #dfdfdf;
}


/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY { PADDING: 0}
#punwrap {margin:12px 20px; background:white;}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 12px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
DIV.postlinksb {MARGIN-TOP: -6px}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {MARGIN-TOP: 0px; margin-bottom: 0px;}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px; /*overflow: auto; IE6 Hates overflow*/}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
.pun H2 {PADDING: 8px 0px 0px 5px}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}
#header_title P {PADDING-TOP: 0px; font-size:14px;}
DIV.linkst {PADDING: 8px 6px 3px 6px}
DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}
#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {/*MARGIN-RIGHT: 12px*/}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 2px 2px}
.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px}
DD.postavatar {MARGIN-BOTTOM: 5px}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 10px}
.pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px; PADDING: 8px}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px}
DIV.inform {PADDING-BOTTOM: 12px}

div#approveplugin DIV.inform fieldset {
	margin-left:10px;
}

/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 12px 0px 12px}
DIV.infldset {PADDING: 9px 0px 12px 0}
.pun LEGEND {PADDING: 0px 6px}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	PADDING: 9px 10px
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px}

UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 12px}

/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables.
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em}


TR.inew TD {
	background-color: #ECF5FF;
}

/* 10.3 Mybc subscribed icons */
DIV.subscribed, DIV.not_subscribed {
	width: 20px;
	height: 18px;
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
}

DIV.subscribed A, DIV.not_subscribed A {
	display:block;
	width: 100%;
	height: 100%;
}

DIV.subscribed A {
	background: url(img/mybc/subscribed.gif) no-repeat top left;
}

DIV.not_subscribed {
	background: url(img/mybc/not_subscribed.gif) no-repeat top left;
}

/****************************************************************/
/* wrapping containers with rounded coreners
/****************************************************************/

body {
	background-color:#D5EAFF;
	color:#5A5A5A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:20px 0pt;
	text-align:center;
}
html, body {
	width:100%;
}

#container {
	margin:0px auto;
	padding:0pt 20px;
	text-align:left;
	/*width:860px;*/
}

#content {
	margin-top:10px;
}
.background_bl {
	background:#FFFFFF url(img/mybc/background_bl.gif) no-repeat scroll 0pt 100%;
	/*width:860px;*/
}
.background_br {
	background:transparent url(img/mybc/background_br.gif) no-repeat scroll 100% 100%;
}
.background_tl {
	background:transparent url(img/mybc/background_tl.gif) no-repeat scroll 0pt 0pt;
}
.background_tr {
	background:transparent url(img/mybc/background_tr.gif) no-repeat scroll 100% 0pt;
	padding:18px 30px 30px;
	/*overflow: auto; IE6 Hates overflow*/
}


/****************************************************************/
/* END wrapping containers with rounded coreners
/****************************************************************/


/****************************************************************/
/* Custom Left column styles */
/****************************************************************/

#main {margin-left: 200px}
#leftblocks, #adminmenu , #profile .blockmenu {width: 190px;}

#leftblocks {
	float: left;
}

#punadmin .blockform, #profile .blockform {
	margin-left: 15em;
}

/****************************************************************/
/* START ON/OFF LEFT COLUMN CLASSES */
/* The following 2 classes are for excluding the default left column */
/****************************************************************/


div.normal_profile #leftblocks{
	display:none;
	visibility: hidden;
}
div.normal_profile #main {
	margin-left:0px;
}

/* Remove the reminder on same pages*/

#punprofile #announce {
	display:none;
	visibility: hidden;
}

/****************************************************************/
/* END ON/OFF LEFT COLUMN CLASSES */
/****************************************************************/



#left_bottom_block {
border:0px solid grey;
	float:left;
	width:170px;
	line-height:1.5em;
	padding:10px 0px 10px 10px;
	margin-top:20px;
	font-size:10px;
	color:#5a5a5a;
}
#pun_footer {
	margin-left:200px;

}
div#left_bottom_block a {
	color:#5a5a5a !important;

}


div.left_user_info {
	padding-bottom:5px;
	padding-left:1px;
}

div.left_block {
	border:1px solid #efefef;
	border-bottom:0px;
	padding:8px;
	margin-bottom:20px;
	background: url(../../pun/style/img/mybc/box_bottom_shadow.gif) no-repeat bottom;
}

div.left_block .prop_image {
	padding-bottom:10px;
}

div.left_block table {
	padding-top:7px;
	position: relative;
	left:-2px;
}

div.left_block td {
	border:0px;
	padding:0px;
}

div.left_links li {
	background: url(../../pun/style/img/mybc/list-image.gif) no-repeat;
	clear:left;
	float:left;
	width: 10px;
	display: block;
}

div.left_links a.recent_links {
	background: none;
	float:left;
	width:150px;
	padding-bottom: 10px;
	line-height: 1.2em;

}

div.left_links a {
	/*background: url(../../pun/style/img/mybc/list-image.gif) no-repeat;*/
	/*color:#5a5a5a !important;*/
	padding-left:1px;
	line-height:1.5em;
	margin:0px;
}

div.left_separator {
	border-top:1px solid #efefef;
}

h3.left_header {
	margin-bottom:-5px;
	padding:5px 0px 0px 0px;
	line-height:1em;
	font-size:15px;
	color:#5a5a5a;
}
td.subscribed {
	background:#d7ffae;
}

/****************************************************************/
/* End Left column styles */
/****************************************************************/

div.box {
	border: none;
}

div#announce div.box {
	border: 1px solid #e6a9ac;
	padding:6px;
}

div#announce img, div#announce span {
	vertical-align: middle;
}

div#announce span.heading {
	font-size:12px;
	font-weight:bold;
	color: #be2228;
}

#announce {
	width: 61%;
}

.announcement_content {
	display: inline;
}

.pun th {
	background-color:none;
}

/*div#brdstats,
*/

#punprofile div#brdfooter {
	border:0px;
}

div#brdfooter {
	border:1px solid #efefef;
	padding:8px;
	font-size:11px;
}

div#brdfooter form select {
	position:relative;
	top:-6px;
}

div.footer_3_col_left, div.footer_3_col_mid, div.footer_3_col_right {
	float:left;
	line-height: 1.5em;
}

div.footer_3_col_left {
	width:40%;
}
div.footer_3_col_mid {
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	padding:0px 10px 0px 10px;


}
div.footer_3_col_right {
	padding:0px 0px 0px 10px;
	float: right;
}

/************************************************************/
/* Start menu styles */
/************************************************************/

table.menu_area {
	height: 45px;
	width: 100%;
	border-collapse: collapse;
}

table.menu_area td {
	padding: 0;
}

table.menu_area td.menu_1 {
	background:transparent url(img/mybc/menu_bg_left.gif) no-repeat;
	width: 12px;
	border:0px;
}

table.menu_area td.menu_2 {
	background:transparent url(img/mybc/menu_bg_repeat.gif) repeat-x;
	text-align: left;
	padding-top: 3px;
}

table.menu_area td.menu_3 {
	background:transparent url(img/mybc/menu_bg_repeat.gif) repeat-x;
	text-align:right;
	width: 212px;
	padding-top: 6px;
}

table.menu_area td.menu_4 {
	background:transparent url(img/mybc/menu_bg_right.gif) no-repeat top right;
	width: 12px;
	border:0px;
}

div.menu_left {
	background:transparent url(img/mybc/menu_bg_repeat.gif) repeat-x;
	height:45px;
	margin-left: 12px;
}

div#brdmenu .menu_area ul {

}

div#brdmenu .menu_area ul li a {
	text-decoration: none;
	padding:10px 15px 10px 15px;
	border-right:1px solid white;
}

div#brdmenu .menu_area ul li a:hover {
	color:#BE2228;
}

div#brdmenu .menu_area ul li {
	list-style-image: url(img/mybc/menu_arrow.gif);

	height:40px;
}

/************************************************************/
/* END menu styles */
/************************************************************/

/************************************************************/
/* START search styles */
/************************************************************/


.menu_search {

}

.menu_search span.left {
	background:transparent url(img/mybc/search_left.gif) no-repeat left top;
	float: left;
	height:21px;
	width:6px;
}

.menu_search input.search_box {
	background:transparent url(img/mybc/search_bg.gif) repeat-x center top;
	border: none;
	font-size:11px;
	width:130px;
	height:21px;
	float:left;
	padding-top: 4px;
	color:#7E7E7E;
}

.menu_search span.right {
	background:transparent url(img/mybc/search_right.gif) no-repeat right top;
	float: left;
	height:21px;
	width:6px;
}

/************************************************************/
/* END search styles */
/************************************************************/

.hidden {
	visibility: hidden;
	display: none;
}

/************************************************************/
/* START splash screen styles */
/************************************************************/


div#punsplash, div#punsplash2, div#punsplash3 {
	text-align: center;
}

#splash_image {
	background: transparent url('../splash_logo.php')  no-repeat 10px 9px;
}

table#splash_buttons {
	background: transparent url('../img/mybc/splash_buttons.jpg')  no-repeat;
	height: 55px;
	width: 274px;
	margin: 0 auto;
}

table#splash_buttons td {
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	border: 0;
}

table#splash_buttons a {
	display: block;
	height: 100%;
	color: #0047a0;
	text-decoration: none;
	line-height: 44px;
}

table#splash_buttons a:hover {
	color: #C8000C;
}

table#splash_buttons a:focus {
	outline: none;
}
/************************************************************/
/* END splash styles */
/************************************************************/

/************************************************************/
/* START popup styles */
/************************************************************/

#popup_container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}

#popup_background {
	background-color: #d5eaff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#popup {
	background: url(img/mybc/popup_background.gif) 0 0 no-repeat;
	width: 347px;
	height: 276px;
	position: absolute;
	text-align: left;
	padding: 30px;
}

#popup_close {
	position: absolute;
	top: 290px;
	left: 30px;
}

#popup td {
	border: 0;
}

#popup #login_error {
	visibility: hidden;
	color: #ba131a;
}

/************************************************************/
/* END popup styles */
/************************************************************/


/* IE PNGfix for all images */
img { behavior: url(style/iepngfix.htc) }