/* Main */

a:link
{
    color : #41208C;
    text-decoration :  none; 
}

a:active
{
    color : #9999CC;
    text-decoration :  none; 
}

a:visited
{
    color : #9999CC;
    text-decoration :  none; 
}

a:hover
{
    color : #CC0000;
    text-decoration :  underline; 
}

body 
{
    background-color : #FFFFFF;
    background-image : url("/images/background.main.gif");
    background-repeat : repeat-y;
    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; 
}

input 
{
    background-color : #E3E3F1;
    border : solid 1px #41208C;
    color : #41208C; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    font-weight : normal; 
    width : 99%;
}

table 
{
    border : 0px;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
    margin : 0px; 
    width : 100%;  
}

textarea 
{
    background-color : #E3E3F1;
    border : solid 1px #41208C; 
    color : #41208C; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    font-weight : normal; 
    height : 150px;
    width : 99%;
}


.picsDefault
{
    border : solid 1px #000000;
}

.picsDefaultOff
{
    border : solid 1px #000000;
    cursor : default;
}

.picsDefaultOn
{
    border : solid 1px #CC0000;
    cursor : pointer;
}

.picsLeft
{
    border : solid 1px #000000;
    float : left;
    margin-bottom : 5px;
    margin-right : 5px;
}

.picsLeftOff
{
    border : solid 1px #000000;
    cursor : default;
    float : left;
    margin-bottom : 5px;
    margin-right : 5px;
}

.picsLeftOn
{
    border : solid 1px #CC0000;
    cursor : pointer;
    float : left;
    margin-bottom : 5px;
    margin-right : 5px;
}

.select
{
     background-color : #41208C; 
     color : #CCCCCC;  
     font-family : verdana,geneva,arial,helvetica,sans-serif; 
     font-size : 10px; 
     font-weight : bolder; 
     text-align : center;
     width : 400px; 
}

.submitOff
{
    background-color : #7B71B5;
    border : 0px;
    color : #FFFFFF;
    cursor : default; 
    font-size : 12px; 
    font-weight : bolder; 
    padding-bottom : 3px;
    padding-top : 3px;
    width : 99%;
}

.submitOn
{
    background-color : #41208B;
    border : 0px;
    color : #FFFFFF;
    cursor : pointer; 
    font-size : 12px; 
    font-weight : bolder; 
    padding-bottom : 3px;
    padding-top : 3px;
    width : 99%;
}

/* Center */

#ctnCenter
{
    left : 120px;
    padding : 15px;
    position : absolute;
    top : 80px;
    width : 430px;
    z-index : 2;
}

#ctnCenter .container
{
    margin-bottom : 10px;
}

#ctnCenter .datas
{
    color : #9999CC; 
    font-size : 10px; 
    font-weight : normal; 
}

#ctnCenter .line
{
    height:1px;
    background-color:#41208C;
    width:100%;
    overflow:hidden;
}

#ctnCenter .list
{
    color : #41208C; 
    font-size : 13px; 
    font-weight : bolder
}

#ctnCenter .subtitles
{
    color : #000000; 
    font-size : 10px; 
    font-weight : normal; 
    white-space : nowrap;
}

#ctnCenter .titles
{
    color : #41208C; 
    font-size : 15px; 
    font-weight : bolder; 
    padding-bottom : 5px;
    white-space : nowrap;
}

/* Left */

#ctnLeft
{
    left : 0px;
    position : absolute;
    top : 157px;
    width : 120px;
    z-index : 1;
}    

/* Right */

#ctnRight
{
    left : 615px;
    position : absolute;
    top : 90px;
    width : 155px;
    z-index : 5;
}    

/* Top */

#ctnTop
{
    left : 0px;
    position : absolute;
    top : 0px;
    width : 640px;
    z-index : 1;
}    



