body
{
	background: url('/img/design/bg.jpg') repeat-x #fff;
	padding: 0 0 10px 0;
	margin:0; 
	font-size: 13px;		
	font-family: arial, tahoma;		
}

a
{
	color: #222;
}

#main
{
	background: #fff;
	width: 990px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
}

#menu
{
	background: url('/img/design/menu_bg.gif');
	height: 34px;
	padding:0;
	margin:0;
	list-style-type: none;	
		
}

#menu a
{
	float: left;
	
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	
	padding: 7px 10px 7px 10px;
}

#menu img
{
	float: left;
	vertical-align: middle;
}

#menu a:hover
{			
	color: orange;
}

#ccontent
{
	_height: 500px;
	min-height: 500px;
}

#footer
{
	text-align: center;
	
}

#footer a
{
	color: #000;
}


p
{
	margin: 10px 0;
}


#ccontent
{
	padding: 0 15px 0 15px;	
}

.noborder
{
  border: 0 !important;
}

#error
{
	border: solid 1px red;
	background: pink;
	margin: 10px 0 10px 0;
}

#error h3
{
	padding: 5px; margin :0;
}

#error ul
{
	padding: 5px 0 10px 40px; margin :0;
}

table.beautifulTable th       { color: white; font-weight: bold; padding: 1px; margin: 1px; background: #ffe9af;}
table.beautifulTable thead    { color: white; font-weight: bold; background: orange;}
table.beautifulTable thead td { text-align: center;}
table.beautifulTable thead th { text-align: center; background: #fff;}
table.beautifulTable          { background: #fff; border: solid 1px black;}
table.beautifulTable td       { border-collapse: collapse; padding: 2px; margin: 1px;}
table.beautifulTable tfoot    { background: #fff; color: #aaa; font-weight: bold; }

.icon
{
	vertical-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}

.input_with1
{
    width: 400px;
}



