/* Main */

body 
{
    background-color : #D6CCBE;
    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; 
}

table 
{
    border : 0px;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
    margin : 0px; 
    width : 100%;  
}

#ctnMain
{
    background-color : #FFFFFF;
    border-left : solid 2px #FFFFFF;
    border-right : solid 2px #FFFFFF;
    min-height : 100%;
    margin : auto;
    width : 900px;
    z-index : 1;
}

.buttons
{ 
    background-color : #CCCCCC;
    border-bottom-color : #929292;
    border-left-color : #D6D6D6;
    border-right-color : #929292;
    border-style : solid;
    border-top-color : #D6D6D6;
    border-width : 1px;
    color : #555555;
    cursor : default;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px;
    font-weight : bolder;
    text-align : center;
    width : auto;
    -moz-user-select : none;
}

.buttons:hover
{ 
    background-color : #000000; 
    color : #FFFFFF;
    cursor : pointer; 
}

.input 
{
    background-color : #EEEEEE;
    border : solid 1px #CCCCCC;
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    font-weight : normal; 
    width : 100%;
}

.marketing
{
    margin-bottom : 10px;
    margin-top : 10px;
    text-align : center;
}    

.picsLeft
{
    border : solid 1px #FFFFFF;
    float : left;
    margin-right : 5px;
}

.picsLeftRoll
{
    float : left;
    border : solid 1px #FFFFFF;
    margin-right : 5px;
}

.picsLeftRoll:hover
{
    border : solid 1px #551A8B;
    cursor : pointer;
}

.picsNoRoll
{
    border : solid 1px #000000;
}

.picsWithRoll
{
    border : solid 1px #FFFFFF;
}

.picsWithRoll:hover
{
    border : solid 1px #551A8B;
    cursor : pointer;
}

.select
{
    background-color : #EEEEEE;
    border : solid 1px #CCCCCC;
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    font-weight : normal; 
    width : 100%;
}

.textarea 
{
    background-color : #EEEEEE;
    border : solid 1px #CCCCCC;
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    font-weight : normal; 
    width : 100%;
}

/* Alert */

#ctnAlert
{
    background-color : #FFFFFF;
    border : 0px;
    color : #000000;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 12px;
    height : 100%;
    margin-bottom : 10px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 10px;
    padding : 0px;
    width : 100%; 
}

#ctnAlert .boxesBottom
{
    background-image : url('/images/content.box.bottom.png');
    background-repeat : no-repeat;
    height : 25px;
    margin-bottom : 10px;
    width : 500px;
}    

#ctnAlert .boxesContent
{
    background-color : #D6CCBE;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 15px;
    padding-top : 10px;
    text-align : justify;
    width : 475px;
}    

#ctnAlert .boxesTop
{
    background-image : url('/images/content.box.top.png');
    background-repeat : no-repeat;
    color : #FFFFFF;
    font-family : arial,helvetica,sans-serif;
    font-size : 18px;
    font-weight : bolder;
    height : 38px;
    padding-right : 160px;
    padding-top : 7px;
    text-align : right;
    width : 340px;
}    

#ctnAlert .line
{
    background-color : #555555;
    height : 1px;
    margin-bottom : 15px;
    margin-top : 15px;
    overflow : hidden;
    width : 100%;
}    

/* Content */

#ctnContent
{
    float : left;
    width : 500px;
}    

#ctnContent .boxesBottom
{
    background-image : url('/images/content.box.bottom.png');
    background-repeat : no-repeat;
    height : 25px;
    margin-bottom : 10px;
    width : 500px;
}    

#ctnContent .boxesContent
{
    background-color : #D6CCBE;
    padding : 10px;
    text-align : justify;
    width : 480px;
}    

#ctnContent .boxesTop
{
    background-image : url('/images/content.box.top.png');
    background-repeat : no-repeat;
    color : #FFFFFF;
    font-family : arial,helvetica,sans-serif;
    font-size : 18px;
    font-weight : bolder;
    height : 38px;
    padding-right : 160px;
    padding-top : 7px;
    text-align : right;
    width : 340px;
}    

#ctnContent .listDatas
{
    color : #555555;
    font-size : 11px;
}    

#ctnContent .listTitles
{
    font-size : 18px;
    font-weight : bolder;
}    

#ctnContent .datas
{
    color : #555555;
    font-size : 11px;
}    

#ctnContent .line
{
    background-color : #555555;
    height : 1px;
    margin-bottom : 10px;
    margin-top : 10px;
    overflow : hidden;
    width : 100%;
}    

#ctnContent .titles
{
    font-size : 18px;
    font-weight : bolder;
}    

/* Links */

a:link
{
    color : #551A8B;
    text-decoration : none;
}

a:active
{
    color : #551A8B;
    text-decoration : none;
}

a:visited
{
    color : #555555;
    text-decoration : none;
}

a:hover
{
    color : #551A8B;
    text-decoration : underline;
}

a.main:link
{
    color : #551A8B;
    text-decoration : none;
}

a.main:active
{
    color : #551A8B;
    text-decoration : none;
}

a.main:visited
{
    color : #551A8B;
    text-decoration : none;
}

a.main:hover
{
    color : #551A8B;
    text-decoration : underline;
}

/* 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;
}    

/* Pages */

#ctnPages
{
    background-image : url('/images/pages.png');
    background-repeat : no-repeat;
    color : #CCCCCC;
    font-size : 12px;
    height : 20px;
    margin-bottom : 10px;
    margin-top : 10px;
    padding : 15px;
    text-align : center;
}

#ctnPages a:link
{
    color : #CCCCCC;
    text-decoration : none;
}

#ctnPages a:active
{
    color : #FFFFFF;
    text-decoration : underline;
}

#ctnPages a:visited
{
    color : #CCCCCC;
    text-decoration : none;
}

#ctnPages a:hover
{
    color : #FFFFFF;
    text-decoration : underline;
}

/* Right */

#ctnRight
{
    float : right;
    margin-right : 10px;
    margin-top : 10px;
    width : 360px;
}    

#ctnRight a:link
{
    color : #000000;
    text-decoration : none;
}

#ctnRight a:active
{
    color : #000000;
    text-decoration : none;
}

#ctnRight a:visited
{
    color : #000000;
    text-decoration : none;
}

#ctnRight a:hover
{
    color : #990000;
    text-decoration : underline;
}

#ctnRight .bordered
{
    border : solid 1px #000000;
    padding : 10px;
}    

#ctnRight .container
{
    margin-bottom : 10px;
}    

#ctnRight .datas
{
    color : #777777;
    font-size : 11px;
}    

#ctnRight .links
{
    color : #000000;
    font-size : 11px;
    margin-top : 15px;
    text-align : center;
}

#ctnRight .marketing
{
    margin-bottom : 10px;
    margin-top : 0px;
    text-align : center;
}    

#ctnRight .subtitles
{
    color : #990000;
    font-size : 12px;
    font-weight : bolder;
}    

#ctnRight .titles
{
    font-family : arial,helvetica,sans-serif;
    font-size : 18px;
    font-weight : bolder;
    margin-bottom : 10px;
}    

/* Top */

#ctnTop
{
}    

