/*
  Common CSS Styles
  Description: Gray Monochrome
  Author: jjones
  Created: February 18, 2003
  Last Modified: February 19, 2003 by jjones
  Comments: Common styles are defined here (such as admin table) and included into individual stylesheets.
 */
 
/* Sitemap styles */

.sitemap {
    margin-left: 50px;
}
.sitemap ul, .sitemap ol {
    font-size: 12px;
}
.sitemap li {
    margin-left: 50px;
    padding-left: 5px;
}
.sitemap li a {
    text-decoration: none;
}
.sitemap li a:visited {
    text-decoration: none;
}
.sitemap li a:hover {
    text-decoration: underline;
}
 
/* Common Document Styles */

body,p,td,a div,span,h1,h2,h3,h4,h5,h6 {
    font-family:Arial,Verdana,Helvetica,sans-serif;
}
body h1 {
    font-size: 30px;
}
body h2 {
    font-size: 26px;
}
body h3 {
    font-size: 22px;
}
body h4 {
    font-size: 18px;
}
body h5 {
    font-size: 14px;
    font-weight: bold;    
}
body h6 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

body a {
    text-decoration: underline;
}
body a:hover {
    text-decoration: underline;
}
body a:visited {
    text-decoration: underline;
}

/* :::::Admin Navigation Style::::: */
div.adminTab {
    top:0;
    width:100%;
    z-index:99;
    text-align:center;
}
div#admin {
    width: 99%;
    height: 33px;
    background-color: #CCCCCC;
    border: 1px solid #990000;
    margin-left: auto;
    margin-right: auto;
}
div#edit-buttons {
    padding: 1px;
    float: left;
    display: inline;
    position: relative;
}
div#admin-buttons {
    padding: 1px;
    float: right;
    display: inline;
    position: relative;
}
div#adminText {
    float: left;
    display: inline;
    font-size: 11px;
}
a.admin {
    color: #990000;
    text-decoration: underline;
    font-size: 11px;    
}
a.admin:link {
    color: #990000;
    text-decoration: underline;
    font-size: 11px;    
}
a.admin:hover {
    color: #666666;     
}

/* :::::Reseller Powered link::::: */
div#poweredBy {
    color: #333333;
    font-size: 8pt;
}
div#poweredBy > a {
    color: black;
    font-size: 8pt;
    text-decoration: none;
}

/* :::::Site Specific Edit Boxes::::: */
#siteEditBox {
    background-color: White;
    border: 3px dashed #990000;
    padding: 8px;
    text-align: center;     
}

/* :::::This defines how the edit pageType specifics look like */
table#edit {
    font-size: 11px;     
}
table td {
    text-align: left;
}

/* :::::Alternating Row Colors::::: */
.trcolor {
    background-color: #F0F0F0;    
}
.trcolor1 {
    background-color: #FFFFFF;    
}
.trcolor0 {
    background-color: #F0F0F0;     
}

/* :::::Login Form Fields::::: */
.loginButton {
    border: 1px solid #999999;
     
}

#spacing {
    font-size: 11px;
    padding: 5px;
}

span.tooltip { 
    cursor: pointer;
}
