body.addupdate
{
width:90%;
margin: 0 5% 0 5%;
font-size:12px;
font-family:arial,verdana;

}


table th
{
	font-size:105%;
}
table td
{
	font-size:105%;
}

fieldset
{
	border:1px solid #ababab;
}
fieldset legend
{
	font-size:110%;
	font-weight:bold;
	color:#ff0000;
}	


/* end common class */

.navigation
{
width:100%;
background-color:#fff;
clear:both;
float:left;
clear:both;
}
.navigation ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.navigation ul li
{
	float:left;
	list-style-type:none;
}
.navigation ul li a:link
{
	display:block;
	float:left;
	height:20px;
	width:150px;
	border:1px solid #ccc;
	text-align:center;
	
}
.navigation ul li a:visited
{
	display:block;
	float:left;
	height:20px;
	width:150px;
	border:1px solid #ccc;
	text-align:center;
	
}
.navigation ul li a:hover
{
	display:block;
	float:left;
	height:20px;
	width:150px;
	border:1px solid #ccc;
	text-align:center;
	
}
.navigation ul li a:active
{
	display:block;
	float:left;
	height:20px;
	width:150px;
	border:1px solid #ccc;
	text-align:center;
	
}
.adminsubnavwrap
{
	margin:0 0 5px 0;
}
.content
{
clear:both;
width:98%;
min-height:500px;
margin:5px 0 5px 0;
background-color:#fff;
padding:0 5px 0 5px;
}


.main
{
	background-color:#fff;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.footer
{
	text-align:center;
}
.footer ul
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.footer ul li
{
	list-style-type:none;
	display:inline;
}
