
body 
{ 
	margin: 0px; font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ffffff;
}
img { border:none; margin:0px; padding:0px; }
p,td,div { font-size:12px; font-family: Arial, Helvetica, sans-serif }

/* ---------- SECTIONS ---------- */

#header 
{  
	height: 75px; margin:0; background-image: url(layout_images/menu_bg.gif); background-repeat:repeat-x;
	border-bottom: 1px solid silver;
}

#footer 
{
	height: 22px; margin:0; background-image: url(layout_images/footer_bg.png); background-repeat:repeat-x;
	border-top: 1px solid silver; font-size: 10px; text-align:center;
}

#mainArea { width:100%; margin-top: 20px; }

/* --- Default Table ---- */
.deftable { border-top: 1px solid silver; border-right: 1px solid silver; }
.deftable th { font-size: 13px; padding-top: 4px;padding-bottom: 6px; background-image:url(layout_images/admin_kati.gif); background-color:#09F; border-left: 1px solid silver; }
.deftable td { border-bottom: 1px solid silver; border-left: 1px solid silver; }
.deftable .foot { background:#D3DCE3; border-bottom: 1px solid silver; border-left: 1px solid silver;}
.deftable .head2 { background-color: #d3d5e6; }
.deftable .head3 { font-style: italic; background-color:#d3d5e6; }
.even { background-color: #D5D5D5; }
.odd { background-color: #E5E5E5; }
 


#redirect { border: 2px solid #CC1100; background-color: #f3f3f3; width: 50%; }

/* -------- FORM ITEMS ------------*/
.textbox { width: 99%; font-size:12px;font-family:Arial, Helvetica, sans-serif; }