/*********************************************************************/
/* from table.css */
/*********************************************************************/
table.data {
    width: 100%;
    border-collapse: collapse;
}

table.data td,table.data th {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
    border-style: solid;
    border-width: 0px;
    border-color: #aaaaaa;
    text-align: left;
}

table.data th {
    background-color: #999;
    color: #fff;
    font-weight: bold;
}

table.table-alt tr.odd td {
    background-color: #eee;
}

table.table-linesh td,table.table-linesh th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

table.table-linesv td,table.table-linesv th {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

table.table-alignright td,table.table-alignright th {
    text-align: right;
}

table.table-fontsm td,table.table-fontsm th {
    font-size: 9px;
}

/*********************************************************************/
/* from menu.css */
/*********************************************************************/
ul.level-1,ul.level0 {
	position: absolute;
	left: 15px;
	top: 88px;
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul.level-1,ul.level0,ul.level1 {
	width: 175px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.level0 li a,ul.level-1 li a {
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333;
	text-decoration: none;
	display: block;
}

ul.level-1 li a,ul.level0 li a {
	font-size: 8px;
	padding-left: 2px;
	font-weight: bold;
	color: #191970;
}

ul ul.level1 li a {
	padding-left: 10px;
	font-weight: normal;
}

ul.level0 strong a,ul.level-1 strong a {
	color: #191970;
	background-color: #C5C7F1;
	text-decoration: none;
}

ul ul.level1 strong a {
	font-weight: normal;
}

/*********************************************************************/
/* from editor.css */
/*********************************************************************/
.small {
    font-size: 9px;
}

a.bgRed {
    background-color: #ffcccc;
    color: #000000;
}

a.bgBlue {
    background-color: #ccccff;
    color: #000000;
}

.highlight {
    background-color: #ffff00;
    font-weight: bold;
}

/*********************************************************************/
/* from main.css */
/*********************************************************************/
body {
    background-color: #fff;
}

div,h1,h2,td {
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 11px;
    vertical-align: top;
    line-height: 17px;
}

ul,li
{
	font-family: Verdana, sans-serif;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   line-height: 17px;
	list-style-type: none;
   background-image: none;
}

h1 {
    font-size: 15px;
    font-weight: bolder;
    color: #191970;
}

h2 {
    font-size: 18px;
    color: #708090;
    margin-top: 10px;
    font-weight: normal;
}

h3 {
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
    font-weight: normal;
}

h4 {
    font-size: 11px;
    color: black;
    margin-top: 3px;
    font-weight: bold;
}

a {
	color:#708090;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#708090;
	text-decoration:none;
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px solid #999;
    width: 100%;
}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

#contentDivCenterColumnTotalWidth {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 700px;
	height: 200px;
	margin-top: -200px;
	margin-left: -350px;
}

#contentDivMainColumnTotalWidth {
    position: absolute;
    left: 217px;
    top: 88px;
    width: 710px;
}

#contentDivMainColumn {
    position: absolute;
    left: 217px;
    top: 88px;
    width: 450px;
}

#contentDivRightColumn {
    position: absolute;
    left: 702px;
    top: 88px;
    width: 225px;
}

.rightColumnTitle {
    background-color: #999;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    margin-top: 25px;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: Courier New, monospace;
    font-size: 12px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
    display: block;
    margin-bottom: 2px;
}

.spacer1 {
    margin-bottom: 1em;
}

.spacer2 {
    margin-bottom: 2em;
}

#footer {
    margin-top: 10px;
    border-top: 1px solid #999;
    padding-top: 3px;
}

#footer img {
    float: right;
    border: none;
    margin-top: 5px;
}

/*********************************************************************/
/* from form.css */
/*********************************************************************/
input.submit {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

input.checkbox,input.radio {
    position: relative;
    top: 3px;
    margin-right: 6px;
}

textarea,input.text,select {
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

label {
    display: block;
}
/*********************************************************************/