html, body {
	
	margin:0 auto;
	line-height:1.5;
	text-align:center; 
	height:100%;
}
body                                    {font-family: Arial;font-size: 75%;background: #6B3711;padding-top:10px;padding-bottom:10px;}
td, th                                  {text-align:left;}
h1,h2,h3,h4,h5,p,input,table,ul,li      {margin:0;padding:0;}
h1                                      {font-size:18px;margin: 0.33em 0 0.5em 0;}
h2                                      {font-size:17px;}
h3                                      {font-size:16px;}
h4                                      {font-size:15px;}
h5                                      {font-size:14px;}
a                                       {color:#003366;text-decoration:none;}
a:hover                                 {text-decoration:underline;}
p                                       {margin: 0.5em 0 1em 0.2em;}
img                                     {border:none;}             
ul                                      {list-style-type:disc;margin-left:20px;}   
table, td                               {font-size:1em;vertical-align:top;}            

/* -------- LAYOUT -------- */

#container
{
    margin:0 auto;
	text-align:center;
	width:754px;
	background:url(/img/design/bg_container.gif) repeat-y top left;
	border:solid 3px #A7A7A7;
	
}
.header
{
    height:186px;
}
    .header .content    {text-align:left;}
    
#menu
{
    width:155px;
    margin:1px 0px 0px 0px;
    text-align:left;
}
#main
{
    
    text-align:left;
    padding-bottom:20px;
    
}

#leftcol { width:155px;float:left;background:#2E2E2E;}
#rightcol { width:589px;float:left;background:#BF816A;}
#rightcol .frame    {border:solid 2px #E7BBB0;margin:4px;padding:20px;}
 
#footer
{  
    
	background:url(/img/design/bg_footer.gif) top left no-repeat;

}
    #footer .content                {color:#999;padding:30px 0px 5px 30px;text-align:left;}


    
    
/* ------ END LAYOUT -------- */

ul.menu                     {margin:0;margin-top:3px;list-style:none;color:#C6C6C6;font-size:14px;font-family:Georgia;}
ul.menu a                   {color:#C6C6C6;}
ul.menu li                  {height:33px;max-height:23px;padding:5px 0px 5px 35px;border-bottom:solid 1px #000;}
ul.menu li.selected         {background:url(../img/design/ico_pil_up.gif) bottom center no-repeat;}

div.submenu                 {background:url(../img/design/bg_graybox_top.gif) repeat-x;height:42px;}
ul.submenu                  {margin-left:7px;margin-top:1px;list-style:none;}
ul.submenu li               {padding:10px;float:left;}                
ul.submenu li.selected      {font-weight:bold;}

.logo   {margin:11px 0px 0px 10px;}

.textbox    {border:solid 1px #555;padding:1px;width:200px;}
.small      {font-size:0.9em;}
.large      {font-size:1.2em;}
.clear      {clear:both;height:1px;}
.button     {background:#CCC;border:solid 1px #555;height:25px;width:80px;font-size:11px;}
.spacer     {margin:0px 15px 0px 15px;}
.nobr       {white-space: nowrap;}
.btn        {border:solid 1px #999;padding:5px;background:#CCC;font-family: Arial;font-size:12px;font-weight:bold;}
.pil        {margin:0px 5px -4px 5px;}
.hidden                  {display:none;}

.divForm    {padding:10px;background:#F2F2F2;}

.modalAjaxBackground {
	background-color:#233141;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
    opacity:0.90;
}

.modalPopUp
{
    position:fixed;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    z-index: 1000;
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    opacity:0.95;
    background: #08111B;
    _height: expression(window.document.body.offsetHeight + "px") !important;
    _position: absolute !important;
    _width: expression(window.document.body.offsetWidth + "px") !important; 
}
    .modalPopUp div  {font-size:12px;color:#FFF;position:absolute;left:40%;top:300px;z-index:100;}
    
.modalContent
{
    height:540px;
    overflow: auto;
    width:600px;
    background:#FFF;
    padding:20px;
}