﻿.bodywrapper
{
	text-align: center;
	width: 650px;
}
.logo
{
	text-align:right;
}
.menu
{
    text-align: center;
    background-position: center center;
    cursor: hand;
    filter: Gray;
    top: 1px;
    clip: rect(   );
    <!--background-image: url(Images/Button_Back.jpg);-->
    height: 25px;
}
.menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.menu a:hover
{
	color: #0066FF;
}

.navigationtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-position: right center;
	cursor: hand;
	filter: Gray;
	top: 1px;
	clip:  rect(   );
	text-decoration: none;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #104eab;
	cursor: hand;
	text-decoration: none;
}

.textOnly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	text-decoration: none;
	cursor: hand;
	color: #666666; 
}

.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.titleText {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6190CD;
	color: #ffffff;
	padding: 4px;
	font-weight: bold;	
}

.BoldNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.mouseprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	cursor: hand;
}
.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.footer
{
		
}

.offsetleftbox
{
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 30px;

}

#menutext
{
    padding: 5px;
    text-align: left;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;
}
	#menutext ul {
		margin: 0px;
		padding: 0px;
		list-style-image: none;
	}
	
	#menutext li { display: inline }
	
	#menutext a:link, #menutext a:visited {
		padding-left: 12px;
        font-size: 8pt;
        color: #65738E;
        font-family: palatino;
		text-decoration: none;
	}
	
	#menutext a:active, #menutext a:hover {
		color: #717052;
	}

/*Admin section style*/
.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}


/*Updated Styles*/

/*Header*/
/*.logo
{
	float:right;
	margin:0;
}*/
.headertext
{
    margin-top:20px;
}
#headermenu
{
    padding: 5px;
    text-align: left;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;
}
#headermenu ul 
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#headermenu li 
{ 
    display: inline 
}

#headermenu a:link, #headermenu a:visited 
{
	padding-left: 12px;
    font-size: 8pt;
    color: #65738E;
    font-family: palatino;
	text-decoration: none;
}

#headermenu a:active, #headermenu a:hover 
{
	color: #717052;
}