
/* DEFAULT PAGE STYLE *************************************************************************************************/

body 
{
	background-image: url(../../images/common/background.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #090a0c;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;

	line-height:150%;
}

tr
{
	text-align: left;
}

a:link
{
	font-family: Verdana;
	font-size: 12px;
	color: #fcc87f;	
	text-decoraton: underline;
}

a:visited
{
	font-family: Verdana;
	font-size: 12px;
	color: #fcc87f;	
	text-decoraton: underline;
}

hr
{
	height: 1px;
	border: 0;
	color: #C0C0C0;
	background-color: #C0C0C0;
		
}

/* DIV STYLE **********************************************************************************************************/


#adminTools
{
	position: relative;
	height: 300px;
	width: 550px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#content
{
	width: 840px;
	postion: relative;
	margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 12px;
	background-color: #fcfdf7;
	padding: 0px;	
	min-height: 600px;
	background-image: url(../../images/common/backgroundContent.jpg);
    background-repeat: repeat-x;
    border: 5px;
	border-top: 0px;
	border-color: #45241d;
	border-style: solid;
	line-height: 20px;
}

#contentPanel
{
	width: 840px;
	height: 410;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 5px;
	border-top: 0px;
	border-color: #45241d;
	border-style: solid;
}


#main
{
	width: 840px;
	height: 410;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 5px;
	border-top: 0px;
	border-color: #45241d;
	border-style: solid;
	background-color: #350e0e;
	min-height: 600px;
}

#footer 
{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #f7f7f7;	
	text-align: center;
}

#header
{
	margin-top:18px;
	width: 840px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px; 
	border: 5px;
	border-bottom: 0px;
	border-color: #45241d;
	border-style: solid;
	height: 150px;
	background-color: #45241d;
}

#menuToolbar
{
	position: absolute;
	margin-top: -17px;
	width: 1680px;
	margin-left: -840px;

}

#defaultPanel
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
	width: 840px;
	min-height: 500px;
	background-color: #ffffff;
	border: 5px;
	border-top: 0px;
	border-color: #45241d;
	border-style: solid;
}


/* CLASS STYLE ********************************************************************************************************/

.defaultText
{
	font-family: Arial;
	font-size: 12px;
	color: black;		
}

.formTableStyle
{
	border-collapse: collapse;
	background-color: #EEEEEE;
	border-color: #C0C0C0; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px;
	text-align: left;
}

.formTableStyleAlt
{
	border-collapse: collapse;
	background-color: #EEEEEE;
	border-color: #C0C0C0; 
	margin-top: -20px;
	text-align: left;
}

.formColor
{
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse;
	background-color: #dbdbdb; 
	border-color: #c0c0c0;
}

.linkObject a
{
	font-family: Arial;
	color: #ffffff;	
}

.mainPageText
{
	font-family: Verdana;
	font-size: 12px;
	color: #fcc87f;		
}

.mainPageText a
{
	font-family: Verdana;
	font-size: 12px;
	color: #fcc87f;	
	text-decoraton: underline;
}


.menuStyle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fcc87f;
}

.tableHeaderColor
{
	background-color: #350e0e;
	color: #f7f7f7;
	font-weight: bold;
	height: 22px;
}

.tableStyle
{
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
}

.txtTitle
{
	font-family: Verdana;
	font-size: 12px;
	color: #d5a30c; 
	font-weight: bold;
}

.textTitleLarge
{
	font-family: Arial;
	font-size: 30px;
	color: #444444;	
}

.titleText
{
	font-size: 12px; 
	color: #90200c;	
	font-family: Verdana;
	font-weight: bold;
}

.txtblack 
{
	font-size: 12px; 
	color: #555555; 
	font-family: Arial;
}

.descText
{
	font-size: 12px;
	color: #4b2210;	
	font-family: Verdana;
}

.largeText
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #90200c;		
}