﻿html, body, form
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
}

h1, h2, h3, h4
{
	color: black;
}

a, a:visited
{
	color: red;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

table.content td table td table td {
    padding: 0px;    
}

#bodymain
{
	/*background-color: #e8e8e8;	*/
}

#wrapper
{
	width: 98%;
	margin: 4px auto;
	min-width: 790px;
	background-color: White;
}


#header
{
	height: 120px;
	position: relative;
}

	#header #logo
	{
		width: 300px;
		height: 120px;
	}
	
	#header #bn
	{
		position: absolute;
		top: 30px;
		right: 0;
		width: 468px;
		height: 60px;
	}

#menu
{
		
}
	
	#menu #user
	{
		float: right;
		padding-right: 10px;
	}
	
		#menu #user a
		{
			font-weight: bold;
			text-decoration: none;
		}
		
		#menu #user a:hover
		{
			text-decoration: underline;
		}
		
	#menu ul
	{
		display: inline;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#menu ul li
	{
		float: left;
		margin: 0;
		padding: 4px 6px 4px 6px;
	}
	
	/*#menu ul li.current
	{
		background-color: #232020;
	}
	*/
	#menu ul li a
	{
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu ul li a:hover
	{
		text-decoration: underline;
	}
	
#main
{
		
}

#footer
{
	
}


.right
{ 
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}

.textright
{
	text-align: right;
}

/* Form classes */

.formline
{
	clear: left;
	padding: 10px 0 10px 0;
}

	.formline .formleft
	{
		float: left;
		width: 160px;
		text-align: right;
	}
	
	.formline .formright
	{
		float: left;
		padding-left: 10px;	
	}
	
.thinbox
{
	border: solid 1px #757575;
	background-color: #fff;
	padding-left: 4px;
}

	.thinbox:focus
	{
		border: solid 1px red;
		background-color: #ffff55;
	}

.w400
{
	width: 400px;
}

.w330
{
	width: 330px;
}

.w340
{
	width: 340px;
}

.w200
{
	width: 200px;
}

.s80
{
	font-size: 90%;
}
