body { 
	margin: 0px;
	background: url("layout/bg.png") top center fixed repeat-x;
}

body,table { 
	font-size: 13px;
	font-family: verdana; 
	font-variant: small-caps;
	color: #000000;
}

#layout_container{
	margin: 0 auto;
	width: 808px;
/*	height: 640px;*/
}

#layout_container div{ border: 0px solid red; }

#footer{
	width: 100%;
	height: 40px;
	text-align: right;
	font-style: italic;
	background: url("layout/footer.png") bottom center no-repeat transparent;
	float:left;
}

#header{
	width: 100%;
	height: 150px;
	background: url("layout/header.png") top center no-repeat;
}

#postheader{
	width: 100%;
	height: 15px;
}

#content{
	float:left;
	width: 100%;
	background: url("layout/contentbg.png") top repeat-x #FFFFFF;
	text-align: center;
}

#leftside{
	width: 545px;
	float: left;
	margin-left: 5px;
	text-align: center;
}

#rightside{
	width: 245px;
	float: left;
	margin-left: 5px;
}

#submitbox{
	width: 100%;
}

.goodnotice{
	background: lightgreen;
	border: 1px solid green !important;
}

.warning{
	background: pink;
	border: 1px solid red !important;
}

.notice {
	width: 98%;
	text-align: center;
	font-weight: bold;
}

#rules{
	width: 100%;
	height: 20px;
	color: #FF0000;
	font-weight: bold;
}

#productstable{
	width: 100%;
	height: 600px;
	overflow: auto;
}

#sessionmenu{
	width: 100%;
	border: 1px solid #CCCCCC;
}

#sites{
	width: 100%;
	border: 1px solid #CCCCCC;
}

A:visited {color: #0066cc}
A:link {color: #0066cc;}
A:hover {color: CornflowerBlue;}

#navbar{
	width: 600px !important;
	height: 70px;
	background: #EEEEEE;
	border: 1px solid black;
	text-align: center;
}

#navbar td{
	border-right: 1px solid black;
}

#navbar a:visited, #navbar a:link {
	text-decoration: none;
	font-size: 12px;
	font-family: verdana; 
	font-variant: small-caps;
	font-weight: bold;
}

#navbar a:hover{
	text-decoration: none;
	color: #000000 !important;
}

#maintable{
	width: 600px;
	height: 600px;
	background: #FFFFFF;
	font-size: 12px;
	font-family: verdana; 
	font-variant: small-caps;
	color: #000000;
	text-align: center;
	border: 1px solid black;
}

.greytext{
	color: #999999 !important;
}

.blacktext{
	color: #000000 !important;
}

.greenbold{
	color: green !important;
	font-weight: bold;
}

.redbold{
	color: red !important;
	font-weight: bold;
}

#maintable a:link, #maintable a:visited {
color: CornflowerBlue;
}

#maintable a:hover {
color: lightblue;
}

.content{
	width: 500px;
	overflow: auto;
	text-align: left;
	margin-left:50px;
	font-size: 12px;
}

.content a img{
	border: 1px solid Cornflowerblue;
}

.seltitle{
	font-size: 18px;
	font-family: verdana; 
	font-variant: small-caps;
	font-weight: bold;
	float: left;
}

.footer{
	color: #AAAAAA;
	font-size: 11px;
}

#plans_table{
	border: 1px solid black;
	width: 100%;
/*	font-family: tahoma !important; font-variant: small-caps; font-stretch: expanded; */
}

#plans_table td{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	font-size: 12px;
}

#plans_table td img{
	border: none;
	float: left;
	margin-right:3px;
}

#plans_table a:visited, #plans_table a:link{
	font-weight: bold;
}

.dirhdr{
	background: #BBBBBB;
	font-weight: bold;
	text-align: center;
}

.bluebutton {
	background: url('http://gaf210.imvustylez.net/buttonbgreg.png') center repeat-x;
	border: 2px outset #999999;
	font-weight: bold;
	color: black;
	cursor: pointer;
}

.contact_images_table{
	border: 1px solid CornflowerBlue;
	width:450px;
}


.membercontent{
	text-align: center;
}

#membertable{
	width: 600px;
	height: 600px;
	background: #FFFFFF;
	font-size: 12px;
	font-family: verdana; 
	font-variant: small-caps;
	color: #000000;
	text-align: center;
	border: 1px solid black;
}

.default_txt_input{
	background-color: Lavender;
	border: 1px solid black;
	color: black;
}

.previewicon a img{
	width: 30px;
	height:20px;
	float: left;
	margin-right: 3px;
}

#search_table td a:link, #search_table td a:visited{
	text-decoration: none;
}
#search_table td a:hover{
	text-decoration: underline;
}

.news_box{
float: left;
border: 1px solid #666666;
background: url('layout/boxbg.png') top repeat-x #FFFFFF;
width: 92%;
}
.news_box legend{
 font-weight: bold;
background: #FFFFFF;
}
.news_box li{
text-align: left;
}
.news_box ul{
list-style-type: lower-greek;
margin-top: 0px;
}

/* cmd button style */

.cmdbutton{
	border: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
	float:left;
}

.buttonremove{
	background: url('delete.png') center center no-repeat;
}

.buttonedit{
	background: url('edit.png') center center no-repeat;
}

.buttonmsg{
	background: url('mail.png') center center no-repeat;
}
.floatleft { float: left; }