/* 
Document   : style-main
Created on : 16/12/2008, 14:27:50
Author     : dan
Description:

*/
body{    
  background: url(../images/background-fade.jpg) repeat-x ;
  margin: 0px;
  padding: 0px;
}
body, body div, body p, body th, body td, body li, body dd {
  font-size: x-small;
  /* false value for WinIE4/5 */
  voice-family: "\"}\"";
  /* trick WinIE4/5 into thinking rule is over */
  voice-family: inherit;
  /* recover from trick */
  font-size: small;
  /* intended value for better browsers */
  font-family: Century Gothic, Helvetica, Verdana, Arial, sans-serif;
}
p{
  margin: 8px 0px;
}
hr {
  height: 1px;
  color: #CCC;
}
td {
  text-align: left;
  padding:0px;
}

.panel {
  background: #EEE url(../images/panel-corner.png) bottom left no-repeat;
  margin:4px 4px 8px;
  padding: 8px 4px 8px 8px;
  display:block;
  clear:both;
}

.panel-blue {
  background: #0082D6;
  color: white;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

.panel-blue a:link, .panel-blue a:hover, .panel-blue a:visited, .panel-blue a:active {
  color: white;
  font-size: 1.2em;
}

.panel-blue a:link, .panel-blue a:visited, .panel-blue a:active {
  text-decoration: none;
}

.panel-blue a:hover {  
    text-decoration: underline;
    color: white;
}

#footer {
  color: #000;
}

#footer a#subtle:link, #footer a#subtle:hover, #footer a#subtle:visited, #footer a#subtle:active{
    color: #666;
}
.panel-DG{
  background: #DDD url(../images/panel-corner.png) bottom left no-repeat;
}

.panel-light{
  background: #FFF;
}

.panel-green{
  background: #D0ECAA url(../images/panel-corner.png) bottom left no-repeat;
}

.panel-cyan, .panel-lightblue {
  background: #CAEAFF url(../images/panel-corner.png) bottom left no-repeat;
}

.paginationBox, .paginationBoxCurrentPage {
  padding: 4px 6px; margin: 2px; border:1px solid #CCC; display: inline; background: #FFF;
}

.paginationBox:link {
  text-decoration: none;
}

.paginationBox:link {
  text-decoration: none;
}
.paginationBox:visited {
  text-decoration: none;
}
.paginationBox:hover {
  text-decoration: none;
  background: #A8D1FF;
}
.paginationBoxCurrentPage{
  background: #eee;
}

#searchMini{
  display: block; clear: both; line-height: 50px; padding-left: 12px;
}

form {
  position: relative;
}
.cancelButton {
  position:absolute; bottom: 3px;
}

.paperdollSmall {
  position:absolute;
  right: 0px;
}

.iconMini {
  border:0px; position:relative; top:3px;
}
.wwFormTable{
    width: 95%;
}

#fogger{
    position:fixed;
    top:0px;
    left:0px;
    background-color:#000000;
    width:100%;
    height:100%;
    display:none;
    z-index:1;
}

#help{
    z-index:2;
    position:fixed;
    width:95%;
    padding:10px;
    height:80%;
    margin-left:auto;
    margin-right:auto;
    display:none;
    top:80px;
}

#helpButtons{
    z-index:3;
    position:fixed;
    top:110px;
    left:78%;
    background-color:#CAEAFF;
    border:1px solid black;
    display:none;
    width:50px;
    text-align:center;
    font-size:80%;
}

#helpButtons:hover{
    cursor:pointer;
    background-color:#CCFFFF;
}
