/* CSS Document */

body {
height:100%;
width:100%;
margin:0px;
padding:0px;
margin-bottom: 1px;
/*background: url(../images/bg01.jpg) no-repeat;
background-position:50% 0%;*/
overflow:auto;
font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
line-height: 120%;
font-size: 12px;
color: #000;
align:center;
}
td.cc_icons{
display:block;
width:150px;
height:40px;
overflow:scroll;
font-size:9px;
}
div#beegee{
background: url(../images/bg02.jpg) no-repeat;
background-position:48% 66%;
overflow:hidden;
width:100%;
height:900px;
align:center;
}
input[name="name"], input[name="username"], input[name="email"], input[name="password"], input[name="password2"]{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    display: block;
    padding: 2px;
    border: solid 1px #808080;
    width: 150px;
    background: url(../images/input.png) no-repeat;
    background-repeat: repeat-x;
    background-position: top;
}
input#contact_name, input#contact_email, input#contact_subject{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    display: block;
    padding: 2px;
    border: solid 1px #808080;
    width: 300px;
    background: url(../images/input.png) no-repeat;
    background-repeat: repeat-x;
    background-position: top;
}
textarea#contact_text{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    display: block;
    padding: 2px;
    border: solid 1px #808080;
    height:95px;
    width: 300px;
    background: url(../images/input.png) no-repeat;
    background-repeat: repeat-x;
    background-position: top;
}
input#mod_login_password, input#mod_login_username{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    display: block;
    padding: 2px;
    border: solid 1px #808080;
    width: 90px;
    background: url(../images/input.png);
    background-color:transparent;
    background-repeat: repeat-x;
    background-position: top;
}
input.button{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    display: block;
    padding: 1px;
    border: solid 1px #808080;
    width: auto;
    background: url(../images/button.png);
    background-color:transparent;
    background-repeat: repeat-x;
    background-position: top;
    text-transform: uppercase;
    font-size:10px;
    font-weight:bold;
}
input[value="Logout"] {
position:relative;
left:200px;
top:-10px;
}
a:link, a:visited {
color: #000; text-decoration: none;
font-weight: bold;
}
a:hover, a.mainlevel:hover{
color: #9f7d00;	text-decoration: none;
font-weight: bold;
}
.mainlevel, a.mainlevel{
color: #999; text-transform: lowercase;
}
/*table{
border:0px solid #f00;
width:320px;
}*/
.contentpane{
border:0px solid #fff;
width:320px;
}

.contentpaneopen{
width:320px;
}
.contentheading, .componentheading{
width:320px;
font-size:18px;
font-weight:bold;
color:#666;
line-height: 100%;
}
.sectiontableentry1, .sectiontableentry2{
width:320px;
font-size:12px;
font-weight:bold;
color:#666;
line-height: 100%;
}
div#box{
width:992px;
height:492px;
border:8px #fff solid;
overflow:visible;
position:relative;
left:-.1%;
top:140px;/**/
}
div#shadow{
width:1000px;
height:900px;
position:relative;
left:-5%;
top:-100px;
background: url(../images/blackshade.png) no-repeat;
margin:50px;
}
div#whitebox{
visibility:hidden;
text-align:left;
padding: 20px 702px 40px 20px;
margin-bottom:0px;
width:286px;
height:442px;
overflow:visible;
border:0px #fff solid;
position:relative;
left:0px;
top:-504px;
/*background: url(../images/whiteshade_01.png) no-repeat;
background-position:-250px 0px;
scrollbar-base-color: orange; 
scrollbar-arrow-color: green;
scrollbar-DarkShadow-Color: blue; */
}
div#logo{
z-index:10;
width:155px;
border:0px #fff solid;
position:relative;
left:410px;
top:-610px;
}
/*div#menu{
z-index:10;
width:980px;
border:0px #fff solid;
position:relative;
left:-305px;
top:-1125px;
}*/
div#menu{
z-index:10;
border:0px #f00 solid;
position:relative;
left:0px;
top:-1125px;
}
div#login{
visibility:hidden;
z-index:10;
width:480px;
height:20px;
border:0px #fff solid;
position:relative;
right:-200px;
top:-1144px;
line-height:11px;
font-size: 10px;
}
div#footer{
width:100%;
border:0px #fff solid;
position:relative;
left:0px;
top:370px;
opacity:0.4;
filter:alpha(opacity=40);
}