/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body
{
font-family:arial;
font-size:12px;
cursor:default;
color:444444
}

pre
{
font-family:arial;
font-size:11px;
}

a 
{
    color:#000099;
    text-decoration:none;
    font-size:inherent;
}

a.other
{
    color:#2055F0;
    text-decoration:none;
    font-size:inherent;
}

a:hover
{
    color:#444499;
    text-decoration:underline
}

#special_area
{
    width:inherent;
}


#special_area2
{
    text-align:left;
}

#special_area input
{
    width:76px;
    border-width:1;
    font-family:arial;
    font-size:12px;
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;    
    border:2px solid #999999;
    background-color:#F9F9F9;
    color:#444499;
}

input
{
    width:inherent;
    border-width:1;
    font-family:arial;
    font-size:12px;
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;    
    border:2px solid #999999;
    background-color:#F9F9F9;
    color:#444499;
}

ul
{
    padding-left:25px;
}

td
{
    padding:2px 5px 2px 5px;
}


/**************** Header and navigation styles ****************/

#container
{
    width:1100px;
    margin:20px auto;
    text-align:left;
    background:#ffffff;
}

#header
{
    width:1100px;
    height:160px;
    color:#000099;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
}

#header h1
{
    margin-top:10px;
    font-weight:normal;
    font-size:28px;
}

#header h2
{
    margin-top:5px;
    font-weight:normal;
    font-size:20px;
    color:#444499;
}

#status
{
    height:25px;
    line-height:25px;
    width:1100px;
    color:#ffffff;
    background-color:#970100
}

#status li
{
    float:right;
    list-style-type:none;
    white-space:nowrap;
    display:block;
    padding:0 10px;
    font-size:0.8em;
    font-weight:bold;	
    text-transform:uppercase;
    text-decoration:none;   
    text-align:center;
    color:#ffffff;
}

#status a
{
    color:#ffffff;
}

/**************** Content styles ****************/

#content
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-bottom:10px;
    float:left;
    width:1100px;
    font-size:0.9em;
}

#extra_space
{
    margin-top:10px;
}

/**************** Left menu ****************/

#left_area
{
    width:200px;
    height:1100px;
    float:left;
    background:#336699;
    border-right: 1px solid #000000;
}

#interior_left_area
{
    width:190px;
}

#menu
{
    margin-top:10px;
    margin-left:10px;
    padding-bottom:15px;
    width:180px;
}

#pair
{
    margin-top:10px;
    font-weight:normal;
    font-family:arial;
    font-size:12px;
    color:#ffff99;
}

#pair a
{
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}

/**************** Main area ****************/

#main_area
{
    width:899px;
    float:left;
    background:#ffffff;
    margin-left:-1px;
    border-left: 1px solid #000000;
}

#interior_main_area
{
    width:889px;
}

/**************** Boxes and texts ****************/

#small_white_space
{
    height:10px;
    width:inherent;
}

#white_space
{
    height:25px;
}

#shadow
{
    width:inherent;
    margin-left:10px;
    background-color: #aaaaaa;
}

#box
{
    position: relative;
    bottom: 3px;
    right: 3px;
    width:inherent;
    border: 1px solid #AAAAAA;
    text-align:justify;
    background:#ffffff;
    color:#444444;
}

#box h3
{
    color:#000099;
    background:#F9F9F9;
    font-weight:normal;
    text-align:left;
    text-indent:10px;
    border-bottom: 1px solid #AAAAAA;
}

#box form
{
    text-align:center;
    text-indent:0px;    
}

#text
{
    margin-left:20px;
    margin-right:19px;
}


/**************** Footer ****************/

#footer
{
    margin-top:20px;
    text-align:center;
    color:#444444;
}

 
/**************** Progress Bar *****************/

.percents
{
    background: #FFF;
    border: 1px solid #CCC;
    margin: 25px 25px 25px 25px;
    height: 20px;
    padding: 1px;            
    position:absolute;
    width:275px;
    z-index:10; 
    left: 10px; 
    top: 38px;  
    text-align: center;
}
 
.blocks
{
    background: #AAA;
    border: 1px solid #CCC;
    margin: 25px 25px 25px 25px;
    height: 20px;
    padding: 1px;
    width: 10px; 
    position: absolute;
    z-index:11;
    left: 10px;
    top: 38px; 
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: .5
}
 
