/* Main */

body 
{
    background-color : #F2F2F2;
    border : 0px;
    color : #000000;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
    height : 100%;
    margin : 0px;
    padding : 0px;
    width : 100%; 
}

html
{
    height : 100%;
    width : 100%; 
}

img 
{
    border : 0px;
    margin : 0px; 
    padding : 0px; 
}

li
{
    margin : 0px;
    padding : 0px;
    text-align : justify;
}

ol
{
    list-style-position : inside;
    margin : 0px;
    padding : 0px;
}

table 
{
    border : 0px;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
    margin : 0px; 
    width : 100%;  
}

ul
{
    list-style-position : inside;
    list-style-type : disc;
    margin : 0px;
    padding : 0px;
}

/* Container */

#ctnContainer
{
    background-color : #FFFFFF;
    height : 100%;
    margin : auto;
    width : 980px;
}    

#ctnContainer .dashedLeft
{
    background-image : url('/images/dashed.left.png');
    background-repeat : repeat-y;
    margin-top : 5px;
}    

#ctnContainer .dashedRight
{
    background-image : url('/images/dashed.right.png');
    background-repeat : repeat-y;
    margin-top : 5px;
}    

/* Debug */

#ctnDebug
{
    background-color : #EEEEEE;
    border : solid 2px #900201;
    font-family : arial,helvetica,sans-serif;
    font-size : 12px;
    margin : 10px;
    padding : 10px;
}    

#ctnDebug .elements
{
    margin-top : 10px;
}    

#ctnDebug .titles
{
    font-size : 15px;
    font-weight : bolder;
    margin-bottom : 5px;
    text-decoration : underline;
}    

/* Network */

#ctnNetwork
{
    background-color : #272526;
    border-bottom : solid 5px #393838;
    color : #FFFFFF;
    font-size : 10px;
    height : 16px;
    padding : 5px;
}    

#ctnNetwork a:link
{
    color : #99938F;
    text-decoration : none;
}

#ctnNetwork a:active
{
    color : #FFFFFF;
    text-decoration : none;
}

#ctnNetwork a:visited
{
    color : #99938F;
    text-decoration : none;
}

#ctnNetwork a:hover
{
    color : #FFFFFF;
    text-decoration : none;
}

#ctnNetwork select 
{
    background-color : #5A5A5A;
    border : solid 1px #666666;
    color : #FFFFFF; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 10px; 
    font-weight : normal; 
    width : 150px;
}

#ctnNetwork .links
{
    background-color : #272526;
    color : #99938F;
    float : left;
    margin-top : 2px;
}    

#ctnNetwork .selects
{
    float : right;
}    

