﻿html, body
{
	background-color: #000000;
	color: #FFFFFF;
	background-image:url(../images/backgroundb.png);
	background-repeat: no-repeat;
	background-position: 50% 5px;
	margin: 0px;
	padding: 0px;
}

.vr
{
	background-image:url(../images/vr.png);
	background-repeat: repeat-y;
	background-position: 98% 0px;
}

.bold
{
	font-weight: bold;	
}

hr
{
	background-image:url(../images/vr.png);
	background-repeat: repeat-x;
	height: 2px;
}

a
{
	color: #000000;
}

a:link 
{
	color: #000000; 
}

a:active
{
	color: #000000;
}

a:visited
{
	color: #000000;
}

a:hover
{
	color: #000000;
}


/* *********************
	Navigation/Header
********************* */

#navi
{
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#panel
{
	float: left;
	background-image:url(../images/cp_button.png);
	background-repeat: no-repeat;
	width: 128px;
	height: 35px;
	position: relative;
	top: 40px;
	
}

#adminButton
{
	float: right;
	background-image:url(../images/cp_button.png);
	background-repeat: no-repeat;
	width: 128px;
	height: 35px;
	position: relative;
	top: 40px;
	
}

#account
{
	position: absolute;
	top: 54px;
	right: -20px;
	background-image:url(../images/account_menu.png);
	background-repeat: no-repeat;
	width: 221px;
	height: 210px;
	z-index: 1;
	opacity: 0;
}


#account a
{

}

#account a:link 
{
	color: #FFFFFF; 
}

#account a:active
{
	color: #FFFFFF;
}

#account a:visited
{
	color: #FFFFFF;
}

#account a:hover
{
	color: #FFFFFF;
}


#panel:hover, #adminButton:hover
{
	background-position: 0px 100%;
}


#navi img
{
	border: 0px;
}

#navi div
{
	background-image:url(../images/navi/navi_whole.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	height: 46px;
	width: 996px;
	margin-left: 1px;
	width: 100%;
}


#navi div ul
{
	position: relative;
	left: -15px;
}



#navi div ul li
{
	list-style: none;
	float: left;
	
}


#navi div ul li.button
{
	list-style: none;
	float: left;
	margin-left: 35px;
	background-image:url(../images/navi/navi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 97px;
	height: 54px;
}

#navi div ul li.button:hover
{
	background-position: 0px 100%;
}

#navi div ul li img
{
	position: relative;
	top: -33px;
	border: 0px;
}

#navi div ul li.account
{
	float: right;
	margin-right: 30px;
}

/* ***************
	Content
*************** */

#content
{
	position: relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 997px;
}

#contentTop
{
	height: 13px;
	width: 997px;
	background-image:url(../images/content_top.png);
	background-repeat: no-repeat;
}

#contentMiddle
{

	width: 997px;
	background-image:url(../images/content_mid.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}

#contentBottom
{
	height: 13px;
	width: 997px;
	background-image:url(../images/content_bottom.png);
	background-repeat: no-repeat;
}

#contentLeft
{
	float: left;
	width: 95%;

}

#contentArrow
{
	display: none;
}


#contentRight
{
	padding-left: 15px;
	padding-right: 30px;
	float: right;
	width: 0px;
	display: none;
}


.clear
{
	clear: both;
}


h2 img
{
	vertical-align: text-bottom;
	margin-bottom: -10px;
}
h2 
{
	margin-top: 10px;
}

/* ***************
	Sub Navi
*************** */

#sub_navi
{
	width: 677px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



#sub_navi div
{
	background-image:url(../images/navi/sub/sub_navi_bg2.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	height: 46px;
	width: 677px;
	margin-left: 1px;
	width: 100%;
}


#sub_navi div ul
{
	position: relative;
	left: -30px;
}



#sub_navi div ul li
{
	list-style: none;
	float: left;
	
}


#sub_navi div ul li.button
{
	list-style: none;
	float: left;
	margin-left: 15px;
	background-image:url(../images/navi/navi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 97px;
	height: 54px;
}

#sub_navi div ul li.admin
{

	margin-left: 5px;
}

#sub_navi div ul li.button:hover
{
	background-position: 0px 100%;
}

#sub_navi div ul li img
{
	position: relative;
	top: -33px;
	border: 0px;
}

#sub_navi div ul li.account
{
	float: right;
	margin-right: 30px;
}


/* ***************
	Footer
*************** */

#split
{
	background-image:url(../images/hr_footer.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
}


#info
{
	width: 100%;
	background-image:url(../images/footerb.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 73px;
}


#info a
{
	color: #FFFFFF;
}

#info a:link 
{
	color: #FFFFFF; 
}

#info a:active
{
	color: #FFFFFF;
}

#info a:visited
{
	color: #FFFFFF;
}

#info a:hover
{
	color: #FFFFFF;
}



/* ***************
	CMS Settings
*************** */


table.cmsServerTable {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4f0f0f;
	border-collapse: collapse;
}
table.cmsServerTable th {
	border-bottom-width: 2px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-color: #4f0f0f;
}
table.cmsServerTable td {
	border-bottom-width: 2px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-color:#4f0f0f;
}