﻿/* The main contentArea of the entire page.  */
body
{
    background:#fff;
    font-family:verdana,"lucida grande", tahoma, arial, sans-serif;
    font-size:14px;
    margin:0px;
    padding:0px;
    text-align:left;
    color: #5d5f3a;
}
#contentArea {width: 1000px;margin:0 auto 0 auto;}
#pageSpecificArea {min-height: 400px; padding: 10px 0;}
#footerArea {font-size: 90%; margin:10px 0 10px 0;padding:5px;border-top:dotted 1px  #505050; border-bottom:dotted 1px  #505050;}
#footerArea a {color: #5d5f3a; text-decoration: none;}
#footerArea a:link {color: #5d5f3a; text-decoration: none;}
#footerArea a:visited {color: #5d5f3a; text-decoration: none;}
#footerArea a:active {color: #5d5f3a; text-decoration: none;}

.clear{clear: both; padding: 0; margin: 0;}
.hidden{display: none;}
.errorMsgBox{max-width:500px;font-size:100%;border:solid 1px red;background: #FFEBE8;padding:10px; margin: 5px auto;color:#333;}
.errorMsgText{font-size:130%;font-weight:bold;margin:10px 0;}
.darkenBackground {background-color:#666;opacity:0.7; -moz-opacity:0.70;filter: alpha(opacity=70);position:fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 20;}
.ajaxLoadingVisible{display: inline;position: fixed;color: #fff;top: 45%;left: 45%;width: 50px;height: 50px;margin: auto auto;z-index: 99;}
.ajaxLoadingNotVisible{display: none;}
.ajaxInputField{border-style:none;border:solid 1px transparent; background-color:Transparent; text-align: center;}
.editor_field{border:solid 0px #333;padding:0px;margin:0px; color:#666;text-align:center;}
.linkImg{cursor:pointer; padding:0px; margin:0px;}
