
@import url("http://iplayairsoft.com/chat/css/shoutbox.css");

.sticky
{
	background-color: #384551;
	color: #ff0000;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}
.sticky2
{
	background-color: #384551;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}




.header
{
background-color: #384551;
background-image: url(images/header-back.png);
}

.boardtitle
{
	color: white;
	font-style: normal;
background-color : #384551;
BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
	background-position: left;
	font-weight: bold;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

.tabtab{
background-color: #384551;

BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}


.catbg{
background-color: #384551;

BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}


.boardtitle2{
background-color: #384551;

BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #303030 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #303030 1px solid;
}


/* avatar panel*/
.avatarpanel{
background-color: #384551;

BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

/* post panels*/
.postpanelA{
background-color : #384551;
BORDER-TOP: #000000 25px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #000000 1px solid; 
BORDER-RIGHT: #000000 1px solid;

}

.postpanelB{
background-color:#384551;
BORDER-TOP: #000000 25px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #000000 1px solid; 
BORDER-RIGHT: #000000 1px solid;


}



/* Post Stuffs */
.polltitle
{
	background-color: #384551;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.posttitle
{
background-color : #384551;
BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}


/* Info Center*/
.info
{
	background-color: #384551;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.infoB
{
	background-color: #384551;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

/* Normal, standard links. */
a:link
{
	color: #a7cce0;
	text-decoration: none;
}
a:visited
{
	color: #a7cce0;
	text-decoration: none;
}
a:hover
{
    color: #f1f1f1;

}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #a7cce0;
	text-decoration: none;
}
a.nav:hover
{
	color: #f1f1f1;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum.Original color. #384551 */
body
{
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #384551;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #384551;
	border: 1px inset #767a81;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

.hrcolor2
{
	height: 3px;
	border: 0;
	color: #384551;
	background-color: #384551;
}



/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #2e3841;
	border: 1px solid #232a31;
	margin: 1px;
	padding: 2px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #7990b5;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 2px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

.windowbgTP
{
	color: #000000;
	background-color: #384551;
BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

/* imported */

/* Forum category titles */

.forumlink:hover, a.smalltext:hover
{
	color: #f1f1f1;
}


.forumlink:link, .forumlink:visited
{
	font-weight: bold;
	color: #a7cce0;
	font-style: normal;
    font-size: 12px;
}


a.smalltext:link, a.smalltext:visited
{

	color: #a7cce0;
	font-style: normal;
	font-size: x-small;
	font-family: verdana, sans-serif;
}

/* Forum category titles */
.cattitle, .cattitle a:link, .cattitle a:visited, .cattitle a:hover
{
	font-weight: bold;
	color: #000000;
	font-style: normal;
    font-size: 14px;
}

/* Forum category titles */
.infotitle
{
	font-weight: bold;
    color: #000000;
	font-style: normal;
    font-size: 14px;
}


td.row22	{
background-color : #384551;

}

td.row33	{
background-color : #384551;
BORDER-TOP: #000000 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #000000 1px solid; 
BORDER-RIGHT: #000000 1px solid;

}

td.row111	{

background-color : #384551;
BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}






/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
background-color : #384551;
BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
.windowbg2
{
background-color : #384551;
BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
.windowbg3
{
background-color : #384551;
BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
/* the today container in calendar */
.calendar_today
{
background-color: #465968;

BORDER-TOP: #465968 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #465968 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

/* These are used primarily for titles,>>>	 but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #000000;
	font-style: normal;

	background-color: #384551;

	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	
}


/*TPblocks Title */
.titlebgTP
{
	color: #00000;
	font-style: normal;

	background-color: #384551;
	background-position: left top;
	border-bottom: solid 1px #384551;
	border-top: solid 1px #384551;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	
}



.titlebgTP, .titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.titlebg a:hover
{
	color: #666666;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}
.titlebg4
{
	color: #000000;
	font-style: normal;
	background-color: #565247;
	background-image: url(images/titlebg.jpg);
	background-position: bottom;
	border-bottom: solid 1px #635732;
	border-top: solid 1px #cccccc;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	color: #271b13;
	font-style: normal;
	background-color: #384551;
	background-position: left;
	font-weight: bold;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	
}
.catbg2 , tr.catbg2 td
{

	background-repeat: repeat-x;
	background-position: right;
	background-color: #384551;
	color: #271b13;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{

	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000000;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #000000;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #384551;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 0px solid #384551;
	background-color: #384551;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}


.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
	align: center;

}

.maintab_first
{
	background-image: url(images/maintab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.maintab_back
{
	background-image: url(images/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background-image: url(images/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(images/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/maintab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #384551;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(images/mirrortab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-image: url(images/mirrortab_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/mirrortab_last.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background-image: url(images/mirrortab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background-image: url(images/mirrortab_active_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/mirrortab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #666666;
	text-decoration: none;
}
.bar_left
{ 
background-color: #403c31;
background-image: url(images/bar_left.jpg);
width: 22px;
}
.bar_right
{ 
background-color: #403c31;
background-image: url(images/bar_right.jpg);
width: 22px;
}
.bodycolor
{
background-color: #514d44;
background-image: url(images/bg.gif);
}
.bannerbg
{
background-color: #9e8c68;
}
.bannerimg
{
    background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 152px;
	
}
.forumname
{
   font-family: Verdana, sans-serif; 
   color: #384551;
   font-size: 240%; 
   padding-left: 25px; 
   padding-top: 25px;
}
.post-new
{
    background-image: url(images/on.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	height: 50px;
	width: 50px;
}
.post-child
{
    background-image: url(images/on2.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	height: 50px;
	width: 50px;
}
.post-none
{
    background-image: url(images/off.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	height: 50px;
	width: 50px;
}
.post-small-none
{
    background-image: url(images/new_none.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	height: 25px;
	width: 24px;
}
.post-small-new
{
    background-image: url(images/new_some.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	height: 25px;
	width: 24px;
}


/* MAIN MAIN definitions for the main tab, active means the tab reflects which page is displayed */
.mmaintab_first, .mmaintab_back, .mmaintab_last, .mmaintab_active_first, .mmaintab_active_back, .mmaintab_active_last
{
	background-position: left bottom;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mmaintab_back, .mmaintab_active_back
{
	color: #dddddd;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 25px 6px 6px 6px;
	font-family: tahoma, sans-serif;
	align: center;

}

.mmaintab_first
{
	background-image: url(images/mmaintab_first.gif);
	background-repeat: no-repeat;
	width: 32px;
}
.mmaintab_back
{
	background-image: url(images/mmaintab_back.gif);
	background-repeat: repeat-x;
}
.mmaintab_last
{
	background-image: url(images/mmaintab_last.gif);
	background-repeat: no-repeat;
	width: 32px;
}
.mmaintab_active_first
{
	background-image: url(images/mmaintab_active_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mmaintab_active_back
{
	background-image: url(images/mmaintab_active_back.gif);
	background-repeat: repeat-x;
}
.mmaintab_active_last
{
	background-image: url(images/mmaintab_active_last.gif);
	background-repeat: no-repeat;
	width: 10px;
}

/* how links behave in main tab. */
.mmaintab_back a:link , .mmaintab_back a:visited, .mmaintab_active_back a:link , .mmaintab_active_back a:visited
{
	color: #dddddd;
	text-decoration: none;
}

.mmaintab_back a:hover, .mmaintab_active_back a:hover
{
	color: #666666;
	text-decoration: none;
}
/* //-View Only Boards MOD- START */
/* You can customize here the appearence of the protected areas */
.vob_protected
{
cursor: default;
}

.vob_protected, .vob_protected a:link, .vob_protected a:visited, .vob_protected a:hover
{
color: #666;
color: red;
text-decoration: none;
cursor: default;
}
/* //-View Only Boards MOD- END */
