/*
Base CSS File
Filename : base.css
VERSION: 0.11
*/

#main-content table { width: 98%;}

.basic { border: 1px solid #6F6F6F; padding: 0px; }
.basicCellHeader { background-color: #DFDFDF; font-weight: bold; border-bottom: 1px solid #6F6F6F; }
.basicCellLeftColorOne { padding-left: 3px; border-right: 1px solid #8F8F8F; }
.basicCellRightColorOne { }
.basicCellInnerColorOne { border-right: 1px solid #6F6F6F; }
.basicCellLeftColorTwo { padding-left: 3px; border-right: 1px solid #8F8F8F; background-color: #DFDFDF; }
.basicCellRightColorTwo { background-color: #DFDFDF; }
.basicCellInnerColorTwo { border-right: 1px solid #6F6F6F; background-color: #DFDFDF; }
.basicFullRow { border-top: 1px solid #8F8F8F; padding: 3px; }
.basicCellOneColorOne { padding-left: 3px; }
.basicCellOneColorTwo { padding-left: 3px; background-color: #DFDFDF; }
.basicOne { border-top: 1px solid #8F8F8F; padding: 3px; }
A.basic { font-weight: bold; text-decoration: none; border: none; }
A.basic:VISITED { font-weight: bold; text-decoration: none; border: none; }
A.basic:HOVER { font-weight: bold; text-decoration: none; border: none; }
A.basic:LINK { font-weight: bold; text-decoration: none; border: none; }

.blue { border: 1px solid #6F6F6F; padding: 0px; }
.blueCellHeader { background-color: #6699FF; font-weight: bold; border-bottom: 1px solid #6F6F6F; }
.blueCellLeftColorOne { padding-left: 3px; border-right: 1px solid #8F8F8F; }
.blueCellRightColorOne { }
.blueCellInnerColorOne { border-right: 1px solid #6F6F6F; }
.blueCellLeftColorTwo { padding-left: 3px; border-right: 1px solid #8F8F8F; background-color: #BBD0F7; }
.blueCellRightColorTwo { background-color: #BBD0F7; }
.blueCellInnerColorTwo { border-right: 1px solid #6F6F6F; background-color: #BBD0F7; }
.blueFullRow { border-top: 1px solid #8F8F8F; padding: 3px; }
A.blue { font-weight: bold; text-decoration: none; border: none; }
A.blue:VISITED { font-weight: bold; text-decoration: none; border: none; }
A.blue:HOVER { font-weight: bold; text-decoration: none; border: none; }
A.blue:LINK { font-weight: bold; text-decoration: none; border: none; }

/* editor classes */
#content1 { word-wrap: break-word; overflow: auto; width: 460px; height: 100%; }
.hover { border: 1px solid #6F6F6F; background-color: #DFDFDF; text-align: center; }
.contentCell { padding: 3px;}
.contentTable { padding: 5px; border: 2px solid #9F9F9F; }
.buttonCell { text-align: center; }
.spacer { height: 20px; }
.down { text-align: center; }

#contextMenu1 table { width: 160px; }
.left { width: 21px; padding: 1px; background-color: #DBD8D1; text-align: center; border-top: 1px solid #DBD8D1; border-bottom: 1px solid #DBD8D1; border-left: 1px solid #DBD8D1; }
.leftOver { width: 21px; background-color: #B6BDD2; border-top: 1px solid #0A246A; border-bottom: 1px solid #0A246A; border-left: 1px solid #0A246A; }
.right { width: 130px; padding: 1px; text-align: left; border-top: 1px solid #F9F8F7; border-bottom: 1px solid #F9F8F7; border-left: 1px solid #F9F8F7; }
.rightOver { width: 130px; padding-left: 2px; background-color: #B6BDD2; border-top: 1px solid #0A246A; border-bottom: 1px solid #0A246A; border-right: 1px solid #0A246A; }
.contextSeperator { text-align: right; padding: 0px; height: 1px; width: 128px; }

/* page id's */
#pageChildren { margin: 10px 10px 15px 10px; }
#pageChildren h2 { font-size: 10px; margin-left: -10px; margin-bottom: 3px; }
