/* Main */

body
{ 
    background-color : #FFFFFF; 
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    margin : 0px; 
}

img 
{
    border : 0px;
    margin : 0px; 
    padding : 0px; 
}


table 
{
    border : 0px;
    font-family : verdana,geneva,arial,helvetica,sans-serif;
    font-size : 11px;
    margin : 0px; 
    width : 100%;  
}

ul, li
{
    list-style-position : inside;
    list-style-type : disc;
    margin : 0px;
    padding : 2px;
    text-align : left;
}

body.w540
{ 
    background-image : url('/images.net/background.540.gif');
    background-repeat : repeat-y;
}

body.w680
{ 
    background-image : url('/images.net/background.680.gif');
    background-repeat : repeat-y;
}

.picsLeftNoRoll
{
    border : solid 1px #000000;
    float : left;
    margin-bottom : 5px;
    margin-right : 5px;
}

.picsLeftWithRoll
{
    border : solid 1px #000000;
    float : left;
    margin-bottom : 5px;
    margin-right : 5px;
}

.picsLeftWithRoll:hover
{
    border : solid 1px #CC0000;
    float : left;
    margin-bottom : 5px;
    margin-right : 5px;
}

.picsNoRoll
{
    border : solid 1px #000000;
}

.picsWithRoll
{
    border : solid 1px #000000;
}

.picsWithRoll:hover
{
    border : solid 1px #CC0000;
    cursor : pointer;
}

/* Content */

#ctnContent
{
    padding-bottom : 25px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 0px;
    position : absolute;
    z-index : 2;
}    

#ctnContent input
{
    background-color : #EEEEEE; 
    border : solid 1px #000000; 
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 10px; 
    padding : 2px;
    width : 500px; 
}    

#ctnContent select
{
    background-color : #EEEEEE; 
    border : solid 1px #000000; 
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 10px; 
    padding : 2px;
    width : 505px; 
}    

#ctnContent textarea
{
    background-color : #EEEEEE; 
    border : solid 1px #000000; 
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 10px; 
    height : 50px;
    padding : 2px;
    width : 500px; 
}    

#ctnContent .container
{
    margin-bottom : 5px;
}    

#ctnContent .datas
{
    color : #777777;
    font-size : 10px;
    font-weight : bolder;
}    

#ctnContent .details
{
    background-color : #D4D4D4;
    color : #000000;
    font-size : 12px;
    margin-bottom : 5px;
}    

#ctnContent .faqA
{
    font-size : 11px;
    font-weight : normal;
    padding : 10px;
}

#ctnContent .faqQ
{
    background-color : #DDDDDD;
    font-size : 12px;
    font-weight : bolder;
    padding : 3px;
}

#ctnContent .line
{
    background-color : #000000;
    height : 1px;
    margin-bottom : 5px;
    margin-top : 5px;
    overflow : hidden;
    width : 100%;
}    

#ctnContent .lined
{
    border : solid 1px #000000;
    margin-bottom : 5px;
}    

#ctnContent .lthumbs
{
    float : right;
}    

#ctnContent .navigationButton
{ 
    background-color : #555555; 
    color : #FFFFFF; 
    cursor : default; 
    font-weight : bolder; 
    padding-bottom : 2px;
    padding-left : 3px;
    padding-right : 3px;
    padding-top : 2px;
    text-align : center;
    white-space : nowrap; 
    -moz-user-select : none;
 }

#ctnContent .navigationButton:hover
{ 
    background-color : #CC0000; 
    color : #FFFFFF; 
    cursor : pointer; 
    font-weight : bolder; 
    padding-bottom : 2px;
    padding-left : 3px;
    padding-right : 3px;
    padding-top : 2px;
    text-align : center;
    white-space : nowrap; 
    -moz-user-select : none;
 }

#ctnContent .navigationContainer
{
    background-color : #000000;
    color : #DDDDDD;
    font-size : 11px;
    padding : 5px;
    text-align : center;
}    

#ctnContent .navigationSelect
{
    background-color : #000000; 
    border : solid 1px #CCCCCC; 
    color : #CCCCCC; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 10px; 
    padding : 2px;
    width : 115px; 
}    

#ctnContent .sections
{
    background-color : #DDDDDD;
    color : #000000;
    cursor : default;
    font-size : 10px;
    font-weight : bolder;
    margin-bottom : 5px;
    padding : 5px;
    -moz-user-select : none;
}    

#ctnContent .submit
{
    background-color : #DCDCDC;
    background-image : url('/common/images.net/btn.background.off.gif');
    background-repeat : repeat-x;
    border : double 3px #848484;
    border-top-color : #B0B0B0;
    border-left-color : #B0B0B0;
    color : #2C2C2C;
    cursor : default;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 100%;
    font-weight : bolder;
    padding : 1px;
    width : auto;
}

#ctnContent .submit:hover
{
    background-color : #FFFFFF;
    background-image : url('/common/images.net/btn.background.on.gif');
    background-repeat : repeat-x;
    border : double 3px #999999;
    border-top-color : #CCCCCC;
    border-left-color : #CCCCCC;
    color : #333333;
    cursor : pointer;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 100%;
    font-weight : bolder;
    padding : 1px;
    width : auto;
}

#ctnContent .tdatasHeader
{
    background-color : #7F2119;
    color : #FFFFFF;
    cursor : default;
    font-weight : bolder;
    text-align : center;
    -moz-user-select : none;
}

#ctnContent .tdatasLine0
{
    background-color : #DDDDDD;
    color : #000000;
    cursor : default;
    text-align : center;
    -moz-user-select : none;
}

#ctnContent .tdatasLine1
{
    background-color : #BBBBBB;
    color : #000000;
    cursor : default;
    text-align : center;
    -moz-user-select : none;
}

#ctnContent .tdatasSLine
{
    cursor : default;
    text-align : center;
    -moz-user-select : none;
}

#ctnContent .tdatasSLine:hover
{
    background-color : #006600;
    color : #FFFFFF;
    cursor : pointer;
    text-align : center;
    -moz-user-select : none;
}

#ctnContent .tdatasSubHeader
{
    background-color : #7F2119;
    color : #FFFFFF;
    cursor : default;
    font-weight : bolder;
    text-align : center;
    -moz-user-select : none;
}

#ctnContent .thumbsContainer
{
    height : 150px;
    text-align : left;
    vertical-align : top;
}    

#ctnContent .thumbsContent
{
    background-color : #D4D4D4;
    color : #000000;
    font-size : 11px;
    font-weight : normal;
    padding : 5px;
    width : 160px;
}    

#ctnContent .thumbsTitles
{
    background-color : #7F2119;
    color : #FFFFFF;
    font-size : 11px;
    font-weight : bolder;
    padding : 5px;
    width : 160px;
}    

#ctnContent .titles
{
    font-size : 18px;
    font-weight : bolder;
}    

/* Left */

#ctnLeft
{
    position : absolute;
    z-index : 3;
}    

#ctnLeft .menuHeader
{ 
    background-color : #353535; 
    border-bottom : solid 1px #4A4A4A; 
    color : #FFFFFF; 
    cursor : default; 
    font-size : 11px; 
    font-weight : bolder; 
    padding-bottom : 5px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    text-align : right;
    white-space : nowrap; 
    -moz-user-select : none;
 }

#ctnLeft .menuHeader:hover
{ 
    background-color : #000000; 
    border-bottom : solid 1px #4A4A4A; 
    color : #FFFFFF; 
    cursor : pointer; 
    font-size : 11px; 
    font-weight : bolder; 
    padding-bottom : 5px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 5px;
    text-align : right;
    white-space : nowrap; 
    -moz-user-select : none;
 }


#ctnLeft .menuItem
{
    background-color : #CCCCCC;
    border-bottom : solid 1px #777777;
    color : #333333;
    cursor : default;
    font-size : 11px;
    height : 22px; 
    padding-left : 10px; 
    white-space : nowrap;
    -moz-user-select : none;
 }

#ctnLeft .menuItem:hover
{
    background-color : #AAAAAA;
    border-bottom : solid 1px #777777;
    color : #111111;
    cursor : pointer;
    font-size : 11px;
    height : 22px; 
    padding-left : 10px; 
    white-space : nowrap;
    -moz-user-select : none;
 }

#ctnLeft .menuScroll
{
    border-left : solid 1px #777777;
    border-right : solid 1px #777777;
    border-top : solid 1px #777777;
    text-align : center;
    width : 200px;
    -moz-user-select : none;
}

#ctnLeftMenu
{
    background-color : #353535;
    border-bottom : solid 2px #FFFFFF;
    height : 300px;
    width : 150px;
    z-index : 5;
}

/* Links */

a:link
{
    color : #7F2119 ;
    text-decoration : none;
}

a:active
{
    color : #7F2119;
    text-decoration : underline;
}

a:visited
{
    color : #777777;
    text-decoration : none;
}

a:hover
{
    color : #CC0000;
    text-decoration : underline;
}

a.ldatas:link
{
    color : #777777 ;
    text-decoration : none;
}

a.ldatas:active
{
    color : #777777;
    text-decoration : underline;
}

a.ldatas:visited
{
    color : #777777;
    text-decoration : none;
}

a.ldatas:hover
{
    color : #CC0000;
    text-decoration : underline;
}

a.llist:link
{
    color : #000000 ;
    text-decoration : none;
}

a.llist:active
{
    color : #000000;
    text-decoration : underline;
}

a.llist:visited
{
    color : #777777;
    text-decoration : none;
}

a.llist:hover
{
    color : #CC0000;
    text-decoration : underline;
}

a.main:link
{
    color : #7F2119 ;
    text-decoration : none;
}

a.main:active
{
    color : #7F2119;
    text-decoration : underline;
}

a.main:visited
{
    color : #7F2119;
    text-decoration : none;
}

a.main:hover
{
    color : #CC0000;
    text-decoration : underline;
}

/* Pages */

#ctnPages
{
    color : #000000;
    font-size : 11px;
    text-align : center;
}

#ctnPages a:link
{
    color : #000000;
    text-decoration : none;
}

#ctnPages a:active
{
    color : #000000;
    text-decoration : underline;
}

#ctnPages a:visited
{
    color : #000000;
    text-decoration : none;
}

#ctnPages a:hover
{
    color : #CC0000;
    text-decoration : underline;
}

#ctnPages .sdatv
{
    background-color : #676767;
    border-bottom : solid 1px #000000;
    padding : 5px;
}

/* Right */

#ctnRight
{
    padding : 5px;
    position : absolute;
    z-index : 2;
}    

#ctnRight .container
{
    margin-bottom : 5px;
    text-align :center;
}    

#ctnRight .lined
{
    border : solid 1px #353535;
    font-size : 11px;
    padding : 5px;
}    

#ctnRight .sections
{
    background-color : #353535;
    color : #FFFFFF;
    cursor : default;
    padding : 5px;
    font-size : 11px;
    font-weight : bolder;
    -moz-user-select : none;
}    

#ctnRight .tabActive
{ 
    background-color : #353535; 
    border-bottom : solid 1px #353535; 
    border-right : solid 1px #FFFFFF; 
    color : #FFFFFF; 
    cursor : default; 
    font-size : 11px; 
    font-weight : bolder; 
    padding : 5px;
    text-align : center;
    white-space : nowrap; 
    width : 50px;
    -moz-user-select : none;
 }

#ctnRight .tabBackground
{ 
    background-color : #CCCCCC; 
    width : auto;
 }

#ctnRight .tab
{ 
    background-color : #CCCCCC; 
    border-bottom : solid 1px #FFFFFF; 
    border-right : solid 1px #FFFFFF; 
    color : #555555; 
    cursor : default; 
    font-size : 11px; 
    font-weight : bolder; 
    padding : 5px;
    text-align : center;
    white-space : nowrap; 
    width : 50px;
    -moz-user-select : none;
 }

#ctnRight .tab:hover
{ 
    background-color : #AAAAAA; 
    border-bottom : solid 1px #FFFFFF; 
    border-right : solid 1px #FFFFFF; 
    color : #FFFFFF; 
    cursor : pointer; 
    font-size : 11px; 
    font-weight : bolder; 
    padding : 5px;
    text-align : center;
    white-space : nowrap; 
    width : 50px;
    -moz-user-select : none;
 }

/* Top */

#ctnTop
{
    position : absolute;
    z-index : 1;
}    

#ctnTop select
{ 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 10px; 
    background-color : #000000; 
    color : #999999; 
    width : 175px; 
    border : solid 1px #999999; 
    padding-left : 2px 
}

#ctnTop .navigation
{
    background-color : #000000;
    color : #999999; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px;
    height : 25px;
    text-align : right;
}

#ctnTop .submit
{
    background-color : #DCDCDC;
    background-image : url('/common/images.net/btn.background.off.gif');
    background-repeat : repeat-x;
    border : solid 1px #848484;
    border-top-color : #B0B0B0;
    border-left-color : #B0B0B0;
    color : #2C2C2C;
    cursor : default;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 75%;
    font-weight : bolder;
    padding : 1px;
    width : auto;
}

#ctnTop .submit:hover
{
    background-color : #FFFFFF;
    background-image : url('/common/images.net/btn.background.on.gif');
    background-repeat : repeat-x;
    border : solid 1px #999999;
    border-top-color : #CCCCCC;
    border-left-color : #CCCCCC;
    color : #333333;
    cursor : pointer;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 75%;
    font-weight : bolder;
    padding : 1px;
    width : auto;
}

#ctnTop input
{ 
    background-color : #4B130F; 
    color : #E0A29B; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 10px; 
    width : 150px; 
    border : solid 1px #B17772; 
    padding-left : 2px 
}

#ctnTop .links
{
    color : #E0A29B;
}

#ctnTop .logContainer
{
    background-image : url('/images.net/log.background.gif');
    border : solid 1px #B17772;
    height : 80px;
    margin-left : auto;
    margin-right : 10px;
    width : 280px;
    text-align : center;
}

#ctnTop .logContent
{
    color : #E0A29B;
    margin : auto;
    width : auto;
}

#ctnTop .title
{
    background-image : url('/images.net/top.background.jpg');
    background-repeat : repeat-y;
    height : 125px;
    text-align : right;
}

