﻿body 
{
    font-family:Arial; 
    font-size:10pt;
}
.topitem
{
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.blackheader
{
    color:White;
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
    background-color:Black;
   
    }
.topnav
{
    border: 1px solid black;
    color:White;
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
    cursor:hand;
   
    }
.topnav_mo
{
    border: 1px solid white;
    color: #CC0000;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    cursor: hand;
}
.GroupBox
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #000000;

    text-align:left;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/images/sbhead-r_v3.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	
}
.boxhead h2 {
	background: url(/images/sbhead-l_v3.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.0em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
