/* 
    Document   : style
    Created on : 27-apr-2010, 20.25.54
    Author     : Cristopher
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    font-family: verdana,serif, arial;
    font-size: 12px;
    background: #666666;
    margin: 0px;
}
*{margin: 0; padding: 0;}


p{
    margin: 6px 0px;
    color: #fff;
}
.title{
    color: #ff9900;
    font-weight: bold;
}
ul{
    margin: 3px 25px;
    color: #fff;
}
ul li{
    color: #fff;
}
img{
    border: 5px #fff solid;
}

table{
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-family: verdana,serif, arial;
}
input{
    color: #333;
}

.m_t2{margin-top: 2px;}
.m_l2{margin-left: 2px;}
.m_r2{margin-right: 2px;}
.m_b2{margin-bottom: 2px;}
.m_tb2{margin: 2px 0;}
.m_lr2{margin:0 2px;}
.m_2{margin:2px;}

.m_t5{margin-top: 5px;}
.m_l5{margin-left: 5px;}
.m_r5{margin-right: 5px;}
.m_b5{margin-bottom: 5px;}
.m_tb5{margin: 5px 0;}
.m_lr5{margin:0 5px;}
.m_5{margin:5px;}

.m_t10{margin-top: 10px;}
.m_l10{margin-left: 10px;}
.m_r10{margin-right: 10px;}
.m_b10{margin-bottom: 10px;}
.m_tb10{margin: 10px 0;}
.m_lr10{margin:0 10px;}
.m_10{margin:10px;}



.ta_c{text-align: center;}
.ta_l{text-align: left;}
.ta_r{text-align: right;}

#container{
    height: 100%;
    width: 800px;
    background: url('images/body-bg.jpg');
    margin: 0 auto;
}
#container #top{
    height: 127px;
    width: 800px;
}
#container #top h1{
    padding: 30px 0 0 20px;
    color: #FFF;
    font-size: 25px;
}
#container #top h2{
    padding: 0 0 0 20px;
    color: #ff9900;
    font-size: 18px;
}
#container #plot{
    background: #000;
    width: 800px;
    height: 320px;
}
#plot #left{
    margin-top: 0;
    background: #000;
    width: 600px;
    height: 300px;
    float: left;

}
#plot #right{
    margin-top: 0;
    background: url('images/ul_bg.jpg') repeat-y;
    width: 200px;
    height: 320px;
    float: left;
}

/**PLOT LEFT CONTENT**/
#plot #left #header{
    margin-top: 0;
    background: #000;
    width: 570px;
    height: 30px;
    padding: 10px 0 10px 30px;
    color: #ff9900;
    font-size: 34px;
}
#plot #left #content{
    color: #fff;
}

#plot #left #content #content_l{
    float: left;
    width: 220px;
    height: 259px;
    padding-left: 30px;
    border-right: 1px solid #fff;
}

#plot #left #content #content_r{
    float: left;
    width: 349px;
    height: 260px;

}
#plot #left #content #content_r ul li span a{
   color: #fff;
   font-weight: bolder;

}
#plot #left #content #content_r ul li span a:hover{
   text-decoration: none;

}

/** EOF PLOT LEFT CONTENT **/

/**PLOT RIGHT CONTENT**/
#plot #right ul{
    margin: 0 0 10px 0; padding: 0;
    list-style: none;    
}
#plot #right ul li{
    margin: 0;
    height: 52px;
    line-height: 35px;
    font-size: 18px;
    padding-left: 30px;
    color: #ccc;
    width: 100%;
    background: url('images/li_bg.jpg') no-repeat;
}
#plot #right ul li a{
    color: #ccc;
}
#plot #right ul li.selected{    
    background: url('images/li_bg_sel.jpg') no-repeat;
    color: #333;
}
#plot #right ul li.selected:hover {
    background: url('images/li_bg_sel.jpg') no-repeat;
    text-decoration: underline;
}
#plot #right ul li.selected a{
    color: #333;
}
#plot #right ul li:hover{    
    background: url('images/li_bg_hover.jpg') no-repeat;
    color: #333;
}
#plot #right ul li:hover a{
    color: #333;
}
#plot #right div small{
    font-size: 11px;
}
/**EOF PLOT RIGHT CONTENT**/

