﻿html.logininterior
{
    background-position: 0px -39px;
    background-color: transparent;
    background-image: url('img/tile_interior.gif');
    background-repeat: repeat-x;
}
body 
{
    color:#666666;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    line-height: 160%;
    margin: 10px;
    margin-top: 5px;
}
.sectionArea {
    display: none;
}
.tabspace
{
    margin-bottom: 10px;
    padding-top: 3px;
    float: left;
    position: relative;
    width: 100%;
}
.by-webdog
{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 9px;
    color: #CE853D;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}
.by-webdog a 
{
    color: #FFF;
    text-decoration: none;
}
.tab
{
    background-color: #bec8d2;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    float: left;
    margin-right: 6px;
    padding: 5px 15px;
    color: #496e92;
    cursor: pointer;
}
.tab.active
{
    background-color: #f7f7f7;
}
.sectionArea
{
    display: none;
}
.clear
{
    clear: both;
    height: 0px;
}
.title
{
    height: 40px;
    color: #69A3D3;
    display: block;
    font-family: "Trebuchet MS" ,Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.progress
{
    background-position: 20px 3px;
    display: block;
    height: 40px;
    text-align: left;
    width: 380px;
    background-image: url('../Images/waitback.gif');
    background-repeat: no-repeat;
}
.progress img
{
    padding-top: 3px;
    padding-left: 20px;
}
.spacer
{
    width: 20px;
}
.rounded {
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-border-radius:4px;
}
.area
{
    border: 1px solid #69A3D3;
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    background-color: #FFFFFF;
    min-height:320px;
}
.chatintro
{
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F1EDE0;
    margin-bottom: 10px;
}
.formlabel
{
    color: #496e92;
    font-size: 0.8em;
    padding-left: 8px;
    white-space: nowrap;
    display: inline-block;
}
.formlabel.grey
{
    color: #999999;
    font-size: 0.7em;
}
.formlabel.explication
{
    color: #69A3D3;
}
.holder
{
    margin-bottom: 10px;
}
.formfield, .formfield2, .buttonLogIn, #recaptcha_widget_div
{
    margin-left: 5px;
}
.formfield
{
    border: 1px solid #69A3D3;
    padding: 5px 4px;
    width: 310px;
}
.formfield.drop
{
    width: 318px;
}
.formfield2
{
    border: 1px solid #69A3D3;
    padding: 5px 4px;
    width: 145px;
}
#recaptcha_widget_div {}

.required
{
    color: #FF0000;
    font-weight: bold;
    font-size: 1.5em;
}
.formradio
{
    font-size: 0.8em;
    padding-left: 5px;
}
.horizontalspace
{
    height: 4px;
}
.formfield.message
{
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.buttonLogIn 
{
    background-color: #69A3D3;
    color: #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    cursor: pointer;
    border-width: 0px;
}
.alert
{
    color: #666666;
    font: 13px/19px Trebuchet MS,Arial,Helvetica,sans-serif;
    letter-spacing: 0.1px;
    margin: 0 5px 1.5em 0;
    overflow: visible;
    text-shadow: 1px 1px #FFFFFF;
    display: block;
}
.alert.error {
    background: url("img/error.png") no-repeat scroll 15px 9px #F4DADA;
    border: 1px dotted #E3B7B7;
    border-radius: 4px 4px 4px 4px;
    color: #5A5A5A;
    padding: 15px 57px;
}
.alert.confirmation {
    background: url("img/confirmation.png") no-repeat scroll 15px 9px #DFFEC8;
    border: 1px dotted #A4E673;
    border-radius: 4px 4px 4px 4px;
    color: #5A5A5A;
    padding: 15px 57px;
}
.alert.information {
    background: url("img/information.png") no-repeat scroll 15px 9px #DDF5F9;
    border: 1px dotted #96DEE9;
    border-radius: 4px 4px 4px 4px;
    color: #5A5A5A;
    padding: 15px 57px;
}
.alert.warning {
    background: url("img/warning.png") no-repeat scroll 15px 9px #FEFAC8;
    border: 1px dotted #E5DE73;
    border-radius: 4px 4px 4px 4px;
    color: #5A5A5A;
    padding: 15px 57px;
}
.holder a
{
    color: #496E92;
    text-decoration: none;
    font-size: 0.8em;
}
.holder a:hover
{
    text-decoration: underline;
}