/* CSS Stylesheet for random template     */
/* Site designed by Matthew D. McGee      */
/* Last updated 9/24/2006                 */

#watchList * { 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("/img/main_background.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b9b9b;
}

strong { color: #FFA34F; }
img { margin: 0; padding: 0; border: none; }

/* General alignment definitions */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*=========================================*/
/*Main Container							   */
/*=========================================*/

#container {
	margin: 0px auto;
	width: 100%;
	background-image: url("/img/content_background2.png");
}

/*=========================================*/
/*Header Stuff							   */
/*=========================================*/

#header {
	display: block;
	height: 125px;
	background-image: url("/img/top2.jpg");
	background-repeat: no-repeat;
	background-color: #121a26;
}

#header .titleLeft {
	float: left;
	width: 11px;
	height: 125px;
	background-image: url("");
}

#header .titleMiddle {
	float: left;
	height: 125px;
	background-image: url("");
}

#header .titlePad {
	font-size: 24px;
	margin: 56px 24px;
	color: #5b6167;
}

#header .titleRight {
	float: left;
	width: 8px;
	height: 125px;
	background-image: url("");
}

#header .sideRight {
	float: right;
	width: 8px;
	height: 125px;
	background-image: url("");
}

/*=========================================*/
/*Navigation Stuff						   */
/*=========================================*/

#navigation {
	display: block;
	height: 32px;
	background-image: url("/img/navigation_background.png");
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
}

#navigation .link {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("/img/navigation_link.png");
	background-position: 0 32px;
}

#navigation .linkCurrent {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("/img/navigation_link.png");
	background-position: 0 32px;
}

#navigation a {
	display: block;
	width: 100%;
	height: 24px;
	color: #647287;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	background-image: url("/img/navigation_link.png");
	background-position: 0 0;
}

#navigation .linkCurrent a { background-image: none; color: #8694A9; }

#navigation a:hover { background-image: none; color: #FFA34F;  } /*#8694A9; }*/

#navigation .right
{
	float: left;
	width: 12px;
	height: 32px;
	background-image: url("/img/navigation_linkRight.png");
}

/*=========================================*/
/*Bottom Area Stuff						   */
/*=========================================*/

#bottomBox {
	background-image: url("/img/content_background.png");
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
	padding-top: 12px;

}

/*=========================================*/
/*Sidebar Stuff     					   */
/*=========================================*/

#sidebar {
	width: 160px;
	float: right;
	padding-right: 7px;
}

#sidebar .top {
	width: 144px;
	height: 32px;
	background-image: url("/img/sidebar_heading.png");
	float: right;
}

#sidebar .middle {
	width: 144px;
	background-image: url("/img/sidebar_middle.png");
	float: right;
}

#sidebar .bottom {
	width: 144px;
	height: 4px;
	background-image: url("/img/sidebar_bottom.png");
	background-repeat: no-repeat; /*stupid IE fix*/
	float: right;
	margin-bottom: 16px;
}

#sidebar .link {
	width: 144px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("/img/sidebar_link.png");
	background-position: 0 24px;

}

#sidebar .link a {
	display: block;
	width: 100%;
	height: 20px;
	color: #647287;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 4px;
	background-image: url("/img/sidebar_link.png");
	background-position: 0 0;
}

#sidebar .link a:hover { background-image: none; color: #FFA34F; text-decoration: none;}
#sidebar .link a:active { background-image: none; }


#sidebar h3
{
	font-size: 12px;
	font-weight: bold;
	color: #505b6c;
	text-align: center;
	margin: 5px 0;
}

#sidebar p
{
	padding: 0 4px;
	font-size: 11px;
	color: #6c747e;
}

#sidebar a { color: #a0b7d5; text-decoration: none; }
#sidebar a:hover { color: #FFA34F; text-decoration: underline; }


}

#sidebar img {
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #191e25;
	padding: 1px;
	background-color: #485363;
}

/*=========================================*/
/*Content Stuff     					   */
/*=========================================*/

#content {

	margin-right: 160px;
	padding-left: 16px;
	padding-right: 16px;
}

* html #content { height: 0.01%; } /*IE6 Visual bug fix */
#contentEnd { clear: both; height: 0; } /* fixes problems when sidebar is larger than page's content*/

#content .divider {
	height: 2px;
	background-image: url("/img/content_divider.png");
	background-repeat: repeat-x;
}

#content .datePosted {
	font-size: 10px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	padding-top: 2px;
	color: #82878D;
}

#content .comments { /*feel free to remove this if you don't use any kind of CMS system*/
	font-size: 10px;
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 2px;
}

#content .quote {
	margin: 16px;
	padding: 16px;
	background-color: #262c34;
	background-image: url("/img/content_quote.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #191e25;
	color: #5b646f;
}

#content .quoteadmin {
	font-size: 12px;
	font-family: courier new, fixedsys, arial, tahoma;
	margin: 5px;
	padding: 5px;
        background-color: #262c34;
        background-image: url("/img/content_quote.jpg");
        background-position: bottom right;
        background-repeat: no-repeat;
        border: 1px solid #191e25;
        color: #5b646f;
}


#content a { color: #a0b7d5; text-decoration: none; }
#content a:hover { color: #FFA34F; }
#content p { color: #a8adb3; }
#content ul { color: #979ca2;  }
#content ol { color: #979ca2;  }
#content li { margin: 4px 0; }

/*== Content Box =================================*/

#content .conBox { width: 100%; margin: 0 auto; padding: 0; border: 0; background-image: url("/img/content_background.png"); margin-bottom: 16px; }
* html #content .conBox { width: 99% } /* stupid IE6 hack for width */
tr { padding: 0; margin: 0; }
td { padding: 0; margin: 0; }

#content .top {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	background-image: url("/img/content_topMiddle.png");
}

#content .contentHeading {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #5c6a7f;
	padding-bottom: 5px;
}



#content .topLeft {
	width: 12px;
	height: 32px;
	margin: 0;
	float: left;
	background-image: url("/img/content_topLeft.png");
}

#content .topRight {
	width: 12px;
	height: 32px;
	margin: 0;
	float: right;
	background-image: url("/img/content_topRight.png");
}

/*===============================================*/

#content .middle {
	width: 100%;
	margin: 0 auto;
	background-image: url("/img/content_middleCenter.png");
}

#content .middleLeft {
	width: 12px;
	background-image: url("/img/content_middleLeft.png");
}

* html #content .middleCenter { padding: 8px 0; } /* IE Visual Glitch Fix */

#content .middleRight {
	width: 12px;
	background-image: url("/img/content_middleRight.png");
}

/*===============================================*/

#content .bottom {
	height: 12px;
	width: 100%;
	margin: 0 auto;
	background-image: url("/img/content_bottomMiddle.png");
}

#content .bottomLeft {
	width: 12px;
	height: 12px;
	background-image: url("/img/content_bottomLeft.png");
	float: left;
}

#content .bottomRight {
	width: 12px;
	height: 12px;
	background-image: url("/img/content_bottomRight.png");
	float: right;
}

/*=========================================*/
/*Footer Stuff      					   */
/*=========================================*/

#footer {
	height: 64px;
	background-image: url("/img/footer_middle.png");
}

#footer .leftSide {
	width: 8px;
	height: 64px;
	background-image: url("/img/footer_left.png");
	float: left;
}

#footer .middle {
	padding-top: 14px;
	text-align: center;
	color: #495566;
	font-size: 10px;
}

#footer .rightSide {
	width: 8px;
	height: 64px;
	background-image: url("/img/footer_right.png");
	float: right;
}


#footer a { color: #5f6c80; text-decoration: none; }
#footer a:hover { color: #6b798e; }

input  { background: #29313D;
color: #ccc;
border: 1px solid #6b798e;
font-weight: bold;
font-size: 11px}

input  {
	background: url('/img/content_topMiddle.png');
	cursor: pointer;
}

input:hover {
	background: url('/img/navigation_background.png');
	color: #fff;

}
input.radio {
background-color: #29313D;
color:  #6b798e;
border: 0px !important;
font-weight: bold;
font-size: 11px;}

.radbutton {
background-color: transparent;
border: transparent;
color: transparent;
}
option{ background-color: #29313D;
color: #ccc;
border: 0px solid #647287;
font-weight: bold;
font-size: 11px}

select { background-color: #29313D;
color: #ccc;
border: 2px solid #647287;
font-weight: bold;
font-size: 11px}

textarea { background-color: #29313D;
color: #ccc;
border: 2px solid #647287;
font-weight: bold;
font-size: 11px}

button { font-size: 11px; }

td.heading { color: #647287; font-weight: bold;}
.fontcolor { width: 100%; color: #9b9b9b; font-weight: normal;
background-color: #29313D;
}
.fontcolor2 { width: 95%; }
.odd {background-color: #485363;}
td.header { font-weight: bold;
 font-size: 14px;
 border: 2px solid #29313D;
 width: 50%;
 background-color: #647287;
 color:  #29313D;
 padding: 3px;
 margin: 5px;
}
.thead { font-weight: bold; background-color: #29313D;}

td.joinlink {
	border: 2px solid #647287;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 26px;
}
td.waitingleft
{
	vertical-align: top;
	color: #aaa;
	padding-right: 30px;
	background-color: #29313D;
	width : 35%;
	padding-bottom: 20px;
}

td.waitingright
{
        vertical-align: top;
        color: #aaa;
        padding-right: 30px;
        background-color: #29313D;
        width : 65%;
}

td.waiting
{
        vertical-align: top;
        color: #aaa;
        padding-right: 30px;
        background-color: #29313D;

}
td.playersearch
{
        vertical-align: top;
        color: #aaa;
        background-color: transparent;


}

td.modify
{
  color: #ccc;
  vertical-align: top;
  padding-right: 20px;
}

span.grey
{
color: #ddd;
}
th.waiting
{
	background-color: #647287;
	text-align: left;
	color: #eee;
}
table.waiting
{
	padding: 10px;
}
table.donations
{
	padding: 0px;
	border-collapse: collapse;
}
td.donations
{
	padding-left: 5px;
	padding-right: 5px;
	margin: 3px;
	color: #a8adb3;
	border-collapse: collapse;
	border: 0px solid #ffc;
}
th.donations
{
	color: #a8adb3;
}
th.donations2
{
        color: #a0b7d5;
}
.donations5
{
	padding-left: 8px;
	padding-right: 8px;

}

#searchform p
{
text-align: center;
}
#searchform2 p
{
text-align: center;

}
#searchform2 input
{
  margin: 2px;
}
#searchform2 select
{
  margin: 2px;
}
#searchform2 submit
{
  margin: 2px;
}
#searchcontainer td td
{
padding-right: 4px !important;
font-size: 11px !important;
border-bottom: 1px solid #647287;
background-color: transparent;
}
#searchcontainer table;
{

}
#sidebarcontainer a { color: #5f6c80; text-decoration: none; }
#sidebarcontainer a:hover { color: #FFA34F; text-decoration: none;}
.roster { color:  #a8adb3; width: 50%; vertical-align: top; }

table.donate_bar{
	background-color: #345;
	border-left: 1px solid #234;
	border-right: 1px solid #234;
	spacing: 0px;
	width: 200px;
	padding: 0px;
	background-image: url('/img/content_topMiddle.png');
	float: center;
}
td.donate_bar{
	background-color: #FFA34F;
}

th.donations
{
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 text-decoration: underline;

}
td.donations{
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	text-align: center;
}

td.watchList{ padding: 1px;  border: 2px solid #345;}
td.watchListRight{ text-align:right;padding: 1px;  border: 2px solid #345;}
td.watchListLeft{ text-align:left;padding: 1px;  border: 2px solid #345;}
td.watchListCenter{ text-align:center;padding: 1px;  border: 2px solid #345;}
table.watchList{ padding: 0; margin: 0;border: 0px solid #345; }
th.watchList { color: #FFA34F; border: 2px solid #345;}

