
body {
    background-image: url(images/pinup_login_bg.jpg); 
    background-repeat:no-repeat; 
    background-position:center top;
    background-attachment: fixed;
    background-color:#0d0d0d;
    color:#34e61f;
    font-family:Arial; 
    font-size:10px;
    padding:0;
    margin:0;
}

img {
    border:none;
    margin:0px;
}

.EntryField {
    border:solid 1px #3b422e; 
    background-color:#becbac; 
    color: #3b422e; 
    font-family:Verdana; 
    font-weight:bold;
    font-size:11px; 
    padding: 2px; 
    margin-top:5px; 
    
    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.EntryFieldError {
    border:solid 1px #990000; 
    background-color:#ff6666; 
    color: #3b422e; 
    font-family:Verdana; 
    font-weight:bold;
    font-size:11px; 
    padding: 2px; 
    margin-top:5px; 
    
    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

#Header {
    width:716px; 
}

#Footer {
    width:950px; 
    color: #34e61f;
    font-size:12px;
    font-weight:bolder;
    text-align:center;
    padding:10px;
    margin-bottom:15px;
}

#Main {
    width: 950px; 
    clear:left; 
    margin-top:25px;
}

#Left {
    float:left; 
    width: 250px; 
    margin: 5px 5px 5px 5px; 
}

#Right {
    float:left; 
    width: 650px; 
    margin: 5px 5px 5px 5px; 
}

#LoginPanel {
    float: left;
    width: 209px;
    height: 106px;
    background: url(images/login_panel_bg.gif) no-repeat;
}

.LoginButton {
    cursor:pointer;
}

#RegisterPanel {
    float: left;
    width: 209px;
    height: 106px;
}

.Panel1 {
    float: left;
    width: 211px;
}

.Panel1Top {
    width: 211px;
    height: 71px;
    background:url(images/login_panel_1_top.gif) no-repeat;
}

.Panel1Middle {
    width: 211px;
    background:url(images/login_panel_1_middle.gif) repeat;
}

.Panel1Bottom {
    width: 211px;
    height: 27px;
    background:url(images/login_panel_1_bottom.gif) no-repeat;
}

.AdminPhotoPanel {
    width:166px;
}

.AdminPhoto {
    float: left;
    width: 78px;
    
}

.AdminPhoto2 {
    width: 78px;
}

.AdminPhotoTextPanel {
    width:150px;
    color: #000000;
    text-align:left;
    font-size:10px;
    font-weight:bold;
    text-transform: uppercase; 
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
}

#RightContentOuter {
    
    background-color: #000000;
    padding:10px;
    min-height: 500px;
    text-align:left;
    font-family:verdana;
    font-weight:bold;
    
    filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.RigthContentInner {
    font-size:12px;
    text-align:left;

}

.AdminPanel2Header {
    width: 613px;
    height: 17px;
    color:#000000;
    font-size:11px;
    text-align:left;
    background:url(images/login_panel_2_header.gif) no-repeat;
}


/* edited by Jojo */
/* User color */
.UserMember { 
    color: #3b422e; 
    font-variant: small-caps; 
    font-weight: bolder;
    font-size:12px;
}

.UserAdmin { 
    color: #ffcc33; 
    font-variant: small-caps; 
    font-weight: bolder;
    font-size:12px;
}

.UserSecretary { 
    color: #43f8c3; 
    font-variant: small-caps; 
    font-weight: bolder;
    font-size:12px;
}

.UserAssistant { 
    color: #93f843; 
    font-variant: small-caps; 
    font-weight: bolder;
    font-size:12px;
}

.UserDonator { 
    color: #990000; 
    font-variant: small-caps; 
    font-weight: bolder;
    font-size:12px;
}

.UserDonatorTip {
    padding:5px; 
    padding-left:10px; 
    background-color: #2c2a2b; 
    color: #e5c977;
}

input[type="button"],input[type="submit"] {
    color: #c1ba8d; 
    background-color: #820101; 
    border:solid 1px #bd0101; 
    font-size:11px;
    font-weight: bold;
    padding: 3px; 
    margin-top:5px; 
    margin-bottom:5px; 
    cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, a.btn:hover, div.btn a:hover {
    color: #ffffff;
    text-decoration:none;
}

a {
    font-size: 12px;
    font-weight: bolder;
    color: #bd0101;
    text-decoration:none;
}

a:hover {
    color: #c7d2af;
    text-decoration:none;
}

div.btn {
    margin-top:10px; 
    margin-bottom:10px;
}

a.btn, div.btn a {
    color: #c1ba8d; 
    background-color: #820101; 
    border:solid 1px #bd0101; 
    font-size:11px;
    font-weight: bold;
    padding: 3px; 
    cursor:pointer;
}


#ShoutBoxPanel {
    float: left;
    width: 209px;
}

.ShoutBoxMini {
    font-size: 12px;
}

.ShoutBoxMiniName {
    background-color: #83926e;
    padding: 3px;
    color: #ccc;
    font-weight:bold;
    font-variant: small-caps;
}

.ShoutBoxMiniTime {
    background-color: #becbac;
    color: #0f4209;
    padding:3px;
    font-size:10px;
}

.ShoutBoxMiniMsg {
    background-color: #becbac;
    color: #0f4209;
    padding:3px;
    padding-bottom:5px;
}

