body
{
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    color: #fff;
 
}


a img
{
    border: none;
}

a
{
    color:#071a42;
      text-decoration: underline;
}

a:hover
{
    color: #a3b6c7;
    text-decoration: none;
}



/* STRUCTURE */

#sitecontainer
{
     width: 800px;
     height: 600px;
     margin: 50px auto 0 auto;
     background: url(../Images/abyss-bg4.png) no-repeat;
}

#header
{
    width: 800px;
    height: 100px;
}

#content
{
    width: 800px;
    height: 380px;
}

#footer
{
    width: 800px;
    height: 100px;
}



h1, h2, h3, p
{
    color: #666;
}


h1
{
    color: #666;
    margin-top: 0px;
    padding-top: 0px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 0px;
}


h2
{
    color: #666;
    margin-top: 0px;
    padding-top: 0px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 14px;
}



h3
{
    color: #666;
    margin-top: 0px;
    padding-top: 0px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}



p
{
    line-height: 1.7em;
    margin-bottom: 10px;
    padding-bottom: 0px;
}


/* HEADER */

.logo
{ 
    float: right;
    margin: 35px 20px 0 0;
}

/* CONTENT */

.loginbox
{
    background: url(../Images/login-bg.png) no-repeat;
    width: 265px;
    height: 103px;
    padding: 20px;
    position: relative;
    left: 492px;
    top: 80px;
}


/* FOOTER */

.textstyle
{
    /*font-weight: bold;*/
    font-size: 20px;
    text-transform: uppercase;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    color: #fff;
}

.textstyle p
{
    color: #fff;
}


.textbox
{
    background: url(../Images/quote.png) no-repeat;
    height: 91px;
    width: 780px;
    float: left;
    margin: 0 0 0 20px;
    padding: 10px 0 0 20px;
    z-index: 3;
    
}



.content_bg
{
    width: 672px; height: 360px;
    background-image: url(../Images/big-white-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-left: 40px;
    padding: 20px;
    margin-top: 0px;
    top: -40px;
    position: relative;
    
}

.content_scroll
{
    height: 350px;
    overflow: auto;
    padding-right: 15px;
}


.content_image
{
    float: right;
}

.content_image img
{
        padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 8px;
}

.loginstatus
{
    background: url(../Images/login-bg.png) no-repeat;
    width: 245px;
    height: 83px;
    padding: 10px;
    position: relative;
    left: 40px;
    top: -75px;
}


/* LOGIN */
.login label
{
    display: block;
    text-transform: uppercase;
    color: #7f7f7f;
    font-size: 10px;
    
}

.logout
{
       color: #7f7f7f;
}


.logout span
{
    font-weight: bold;
    color: #666;
}

.logout h3
{
    font-weight: normal;
    font-size: 11px;
}

.login .formfield
{
    font-size: 10px;
    width: 140px;
    margin-bottom: 7px;
}

.login .btn-ok, .logout .btn-ok
{
position: absolute;
right: 45px;
bottom: 49px;
}

.logout .btn-ok
{
  position: absolute;
  right: 35px;
  bottom: 25px;  
}


.LoginErrorText
{
    background-color: Red;
    margin-top: 10px;
    width: 215px;
    padding: 3px;
}

/*
 class="login">
 
 
 
<div id="ctl00_ctl10_PanelLogin" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_ctl10_buttonLogin')">
	
<label id="ctl00_ctl10_lblUsername">Username:</label> <span id="ctl00_ctl10_req1" style="color:Red;display:none;">*</span>
<span class="text"><input name="ctl00$ctl10$textLoginName" type="text" id="ctl00_ctl10_textLoginName" class="formfield" />
</span>
<label id="ctl00_ctl10_lblPassword">Password:</label> <span id="ctl00_ctl10_RequiredFieldValidator1" style="color:Red;display:none;">*</span>
<span class="text"><input name="ctl00$ctl10$textLoginPass" type="password" id="ctl00_ctl10_textLoginPass" class="formfield" />
</span>

*/

.div_login_button
{
    width: 810px;
    
}

.div_login_button a
{
    color: #a3b6c7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}




/* WSA */
.WSA_chooseImageButton, .WSA_editButton
{
    position: relative;
    display: block;
}


.article
{
    height: 300px;
}