﻿#tabs a
{
	color: #FBB03B;
	text-decoration: none;
}

#tabs a:hover
{
	color: #FCEE21;
}
#tabs a:visited
{
	color: #FBB03B;
}

#tabs p
{
	line-height: 2em;
}

.btnStyle
{
	background-color: #eab035;
	border: ridge;
	font-size: 12px;
	font-weight: bold;
}


/* --------------------------- Main Container ---------------------------------------------- */

body
{
	background-color: #1e2838;
}

.MainCont
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	height: 700px;
	text-align: left;
}

#txt
{
	float: none;
	padding: 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	line-height: 2em;
}
h2, h3, h4
{
	color: #FBB03B;
	font-family: Trajan Pro;
	
}
.ltBlue
{
	color: #9ebbe3;
}
a
{
	color: #FBB03B;
	text-decoration: none;
}

a:hover
{
	color: #FCEE21;
}
a:visited
{
	color: #FBB03B;
}

hr
{
	color: #FBB03B;
	width: 90%;
}

.indent
{
	padding-left: 40px;
	padding-right: 120px;
}
.bolder
{
	font-weight: bolder;
	font-size: larger;
}

.larger
{
	font-size: larger;
}

.justbold
{
	font-weight: bolder;
}

p
{
	line-height: 2em;
}
.bordered
{
	border: solid 2px;
	width: 650px;
}
legend
{
	background-color: #FBB03B;
	color: Black;
	padding: 5px;
}


/*-----------------------------------  Vertical Left Bar----------------------------------------*/

#barL
{
	float: left;
	left: 5px;
	width: 220px;
	background-position: top;
}




/*----------------------------------------- IFrame ------------------------------------------------*/

#dvframe
{
	float: left;
	background-position: top;
	background-color: #1e2838;
	height: 700px;
	width: 750px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FBB03B;
}

/*----------------------------------------- Forums ------------------------------------------------*/

.ForumHeader th
{
	color: #FBB03B;
	padding: 8px 5px 8px 5px;
	font-size: larger;
}

.ForumRow
{
}

.ForumAltRow
{
	background-color: #28354B;
}

.ForumRowContent
{
	padding: 8px 5px 8px 5px;
}
.ForumRowContent a
{
	font-size: larger;
}

.ForumSpan
{
	padding-left: 20px;
	line-height: normal;
}

.ForumTable
{
	width: 935px;
	margin: 0 auto;
}

.ForumPaging
{
}

.PostHeader
{
	line-height: 2em;
}
.ForumPost
{
	border-color: #FBB03B; 
	border-style: solid; 
	border-width: 1px;
}

.smaller
{
		padding: 8px 20px 8px 5px;
	line-height:2em;
	width:740px;
}

.ForumPost span
{
	padding: 8px 20px 8px 5px;
	line-height:2em;
}

.PostHeader span
{
	font-size: 16px;
	letter-spacing: .08em;
}

/*------------------------------------ Java Menu -------------------------------------------------------*/

#content .arrowlistmenu
{
	width: 95%; /*width of accordion menu*/
}

#content .arrowlistmenu .menuheader
{
	/*CSS class for menu headers in general (expanding or not!)*/
	font: 10px Arial;
	color: #FBB03B;
	height: 22px;
	line-height: 10px;
	background: url(images/arrowbullet.png) no-repeat center left;
	background-position: 5px;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px solid #dadada;
	cursor: hand;
	cursor: pointer;
}

#content .arrowlistmenu .menuheader a, a:active
{
	color: #FBB03B;
	text-decoration: none;
}

#content .arrowlistmenu .menuheader a, a:visited
{
	color: #FBB03B;
	text-decoration: none;
}



#content .arrowlistmenu .menuheader a:hover
{
	color: #FCEE21;
	text-decoration: none;
}

#content .arrowlistmenu .openheader
{
	/*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/titlebar-active.png);
}

#content .arrowlistmenu ul
{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#content .arrowlistmenu ul li
{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

#content .arrowlistmenu ul li a
{
	color: #FBB03B;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	background-position: 2px;
	display: block;
	padding: 2px 0;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
}

#content .arrowlistmenu ul li a:visited
{
	color: #FBB03B;
}

#content .arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
	color: #FCEE21;
}

#content .arrowlistmenu ul li a:focus
{
	/*focus state CSS*/
	color: #FBB03B;
	background-color: #36537f;
}

#content .arrowlistmenu ul li a:active
{
	/*active state CSS*/
	color: #FBB03B;
	background-color: #36537f;
}

#content .arrowlistmenu ul li a:current
{
	/*current state CSS*/
	color: #FBB03B;
	background-color: #36537f;
}

.SignUpTop
{
	width: 900px;
    background-image: url('images/sign_up_Top.jpg');
    background-repeat: no-repeat;
    height:50px;
}

.SignUpMiddle
{
	width: 900px;
    background-image: url('images/sign_up_Middle.jpg');
    background-repeat: repeat-y;
    height:auto;
}

.SignUpBottom
{
	width: 900px;
    background-image: url('images/sign_up_Bottom.jpg');
    background-repeat: no-repeat;
    height:5px;
}



