/* begin reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: none;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end reset styles */


/* begin overall style */
body {
    background: #ffffff url('../images/body_bg.gif') repeat-x 0 0;
    color: #444444;
    font: normal 10pt Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

p {
    margin: 10px 0;
}

#page {
    border: 10px solid #98C313;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 700px;
}

#page #header {
    margin: 20px 0;
    padding: 0;
}

#page #header #logos {
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#page #header #logos #olympic_properties_logo {
    left: 0;
    position: absolute;
    top: 0;
}

#page #content {
    height: auto! important;
    height: 400px;
    margin: 0 auto;
    min-height: 400px;
    overflow-x: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
}
#page #content #content_left {
    float: left;
    overflow: hidden;
    width: 40%;
    background-color: #15ADD1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: none;
}
#page #content #content_right {
    float: right;
    margin: 0 0 20px 5%;
    overflow: hidden;
    width: 55%;
}
#page #content #content_right p a, #page #content #content_right label a {
    color: #98C313;
    text-decoration: none;
}
#page #content #content_right p a:hover, #page #content #content_right label a:hover {
    background-color: #F3FFCF;
    text-shadow: 0 0 0.2em #98C313;
}
#page #content #mainmenu {
    margin: 20px 0 20px 15px;
    padding: 0;
}

#page #content #mainmenu li {
    display: block;
    margin: 20px 5px;
}

#page #content #mainmenu li a {
    color: #ffffff;
    font-size: 1.5em;
    padding: 5px 10px;
    text-decoration: none;
}
#page #content #mainmenu li a:hover, #page #content #mainmenu li a.active {
    background-color: #007AA5;
    text-shadow: 0 0 0.2em #ffffff;
}

#page #content h1 {
    color: #15ADD1;
    font-size: 1.5em;
    font-weight: normal;
    margin: 10px 0;
}

#page #footer {
    font-size: 0.8em;
    height: 55px;
    position: relative;
    text-align: right;
    width: 100%;
}
#page #footer li#escapeWMMS_logo span {
    position: absolute;
    top: 0;
    left: 10px;
}
#page #footer li#escapeWMMS_logo a {
    position: absolute;
    top: 12px;
    left: 10px;
}
#page #footer li#copyright {
    position: absolute;
    top: 12px;
    right: 0;
}
#page #footer li#design {
    position: absolute;
    top: 30px;
    right: 0;
}
#page #footer a {
    color: #98C313;
    text-decoration: none;
}
#page #footer a:hover {
    background-color: #F3FFCF;
    text-shadow: 0 0 0.2em #98C313;
}

/* end of overall styles */


/* begin data grid styles */
table.dataGrid {
    background: white;
    border-collapse: collapse;
    width: 100%;
}

table.dataGrid th, table.dataGrid td {
    border: 1px #4F81BD solid;
    font-size: 0.9em;
    padding: 0.3em;
}

table.dataGrid th {
    background: #d3dfee;
    text-align: center;
}

table.dataGrid th.label {
    width: 150px;
}

table.dataGrid tr.odd {
    background: #E6F2FF;
}

/* end of data grid styles */

/* start of misc styles */
.successMessage {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #DFFFED;
    border: 2px solid #009442;
    color:#009442;
    margin: 0 0 20px 0;
    padding: 7px 7px 12px 7px;
}
.errorMessage {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #FEE;
    border: 2px solid #ff0000;
    color: #ff0000;
    margin: 0 0 20px 0;
    padding: 7px 7px 12px 7px;
}
.actionBar {
    margin: 10px;
}

div.item {
    border: 1px solid silver;
    margin: 10px 0 0 0;
    padding: 5px;
}

#page #content a#forgetPassword {
    color: #15ADD1;
    font-size: 0.8em;
    padding: 5px 10px;
    text-decoration: none;
}
#page #content a#forgetPassword:hover {
    text-shadow: 0 0 0.2em #15ADD1;
}

#passwordStrengthBar {
    display: none;
    height: 8px;
    left: 200px;
    position: absolute;
    overflow: hidden;
    top: 35px;
    width: 138px;
}
#passwordStrength {
    position: absolute;
    font-size: 11px;
    left: 200px;
    top: 15px;
    display: none;
}
#passwordsMatch {
    position: absolute;
    left: 200px;
    top: 20px;
    display: none;
}

.strength0{background:url('../images/password_strength3.gif') no-repeat 0 0;}
.strength1{background:url('../images/password_strength3.gif') no-repeat 0 -8px;}
.strength2{background:url('../images/password_strength3.gif') no-repeat 0 -16px;}
.strength3{background:url('../images/password_strength3.gif') no-repeat 0 -24px;}
.strength4{background:url('../images/password_strength3.gif') no-repeat 0 -32px;}
.strength5{background:url('../images/password_strength3.gif') no-repeat 0 -40px;}
.strength6{background:url('../images/password_strength3.gif') no-repeat 0 -48px;}
.strength7{background:url('../images/password_strength3.gif') no-repeat 0 -56px;}
.strength8{background:url('../images/password_strength3.gif') no-repeat 0 -64px;}
.strength9{background:url('../images/password_strength3.gif') no-repeat 0 -72px;}
.strength10, .strength11{background:url('../images/password_strength3.gif') no-repeat 0 -80px;}

.ok {
    color: #009442;
}
.notok {
    color: #C00;
}
/* end of misc styles */

/********************************
 ** begin passwordTooltip styles
 **/
#passwordTooltip {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ffffff;
    border: 2px solid #1AAED2;
    bottom: 40px;
    color: #1AAED2;
    display: none;
    font-size: 0.9em; 
    left: 0;
    padding: 10px;
    position: absolute;
    width: 255px;
    z-index: 100;
}
#passwordTooltip h3 {
    font-size: 1.1em;
}
#passwordTooltip ol li {
    list-style: decimal;
    margin: 0 0 0 20px;
}
#passwordTooltip a {
    color: #98C313;
    text-decoration: none;
}
#passwordTooltip a:hover {
    background-color: #F3FFCF;
    text-shadow: 0 0 0.2em #98C313;
}
#passwordTooltip a#passwordTooltipClose {
    float: right;
}
/**
 ** end passwordTooltip styles
 ******************************/
.commentz {
	display: none;
}
