/*global elements*/
* { margin:0; padding:0 }
img { border: 0; display:block }
body
{ 
	margin: 10px 7px 20px 7px;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;    

}
div#sectionhead { margin:7px 7px 15px 7px; padding:0 0 3px 0; border-bottom:1px solid #ccc }
.sectionttl { font-size: 18px; font-weight: bold }

p { margin:10px 0 0 0 }
table { font-size: 12px; color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; }
td { font-size: 12px; color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; }
a {	color:#333; text-decoration: underline }
a:hover { text-decoration: none; color:#3b9a40 }
ul
{
	padding: 0 0 0 16px;
	margin: 0 20px 10px 0;
	list-style-position:outside;
        list-style-type: disc;
        list-style-image: url(bullet-blue.gif);
}
ol
{
	padding: 0 0 0 23px;
	margin: 0 20px 10px 0;
	list-style-position:outside;
}
ul li, ol li 
{ 
	padding:0 0 5px 0 
        list-style-type: disc;
        list-style-image: url(bullet-blue.gif);
}
.fltl { float: left }
.fltl2 { float: right }
.fltr { float: right }
.clr { display: block; clear: both;  visibility: hidden; }

table.commongrid
{
	background-color:#fff;
	border:solid 1px #ccc;
	width: 50%;
	align: center;
	valign: top;
}
table.commongrid2
{
	background-color:#fff;
	border:solid 1px #ccc;
	width: 90%;
	align: center;
}
table.commongrid th
{
	background-color: #dcdcdc;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;    
	color: #000;
	border: solid 1px #fff;
	padding: 2px 2px 3px 2px;
}
table.commongrid2 th
{
	background-color: #dcdcdc;
	text-align: center;
	font-weight: bold;
	color: #000;
	border: solid 1px #fff;
	padding: 2px 2px 3px 2px;
}
th.commongrid_th_sorton { background-color:#999 !important }
table.commongrid th a { color: #333; font-weight: bold; font-size: 10px; }
table.commongrid2 th a { color: #333; font-weight: bold }
table.commongrid th a:hover { color: #333; }
table.commongrid2 th a:hover { color: #333; }
table.commongrid td { font-size:10px; padding: 2px 2px 2px 4px; border: solid 1px #fff; }
table.commongrid2 td { font-size:11px; padding: 2px 2px 2px 4px; border: solid 1px #fff; }
tr.commongrid_hdr td 
{
	background-color:#999;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
tr.commongrid_hdr a { color: #fff; font-weight: bold; font-size: 12px; }
tr.commongrid_hdr a:hover {	color: #fff; font-weight: bold; font-size: 12px; }
tr.commongrid_altrow { background-color:#f0f0f0 }
table.commongrid td.commongrid_info { font-size: 12px; font-weight:500; }
table.commongrid td.commongrid_radbox 
{	
	text-align:left;
	height:10px;  
}
div#content
{
	width: 798px;
	margin:5px 0 5px 0;
	padding: 0 0 10px 0;
}
div#welcome_user { font-weight: bold; display: inline }
.welcome_sep { margin:0 6px 0 6px; color: #999; font-size:12px }
/*top nav*/
div#header 
{
   width:800px;
}
div#mainmenu 
{
   width:800px;
   height:23px;
   margin-top:2px;
}
div#mainmenu img { display:inline }
div#submenu 
{
   width: 800px;
   height: 22px;
   background-image:url(../i/nav/sub2.jpg);
   background-repeat:repeat-x;
   color:#ccc;
   font-family:Verdana;
   padding:3px 0 0 0;
}
div#submenu a 
{ 
   padding:5px 5px 5px 5px;
   text-decoration:none;
   font-size:8pt;
   font-family:Verdana;  
   color:Gray;     
}
div#submenu a:hover
{
	text-decoration:underline;
	color:#3b9a40;
}
/*footer elements*/
div#footer
{
	width:800px;
	text-align:left;
	font-family:Verdana;     
	margin:5px 0 0 10px;
}

div#footer a 
{
   display:inline;
   font-family:Verndana;     
   font-size:13px;
   text-decoration:underline;
}
div#footer a:hover { text-decoration:none }
div#footerCopyright 
{
	margin:5px 0 0 0;
	text-align:left;
	font-family:Arial, Helvetica, Sans-Serif;     
	font-size:12px;   
}
/* admin form base */
table#admin_form_add_panel { border: 1px solid #ccc; padding: 10px 0 10px 0 }
table#admin_form_add_panel td { padding:2px 10px 2px 10px; font-size: 11px }
div#admin_form_status_panel { padding:0 0 10px 0 }
