body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

th {
	background-image: url(/images/siteDocsBg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 25px;
	color: white;
}
td {
height:34px;
}
th.headerSortUp {
    background: #2f4560 url(../icon/asc.gif) no-repeat center right;
}

th.headerSortDown {
    background: #2f4560 url(../icon/desc.gif) no-repeat center right;
}

th.header {
    background: #2f4560 url(../icon/ascdesc.gif) no-repeat center right;
    cursor: pointer;
    font-weight: bold;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

img {
	border: none;
}

.imgButton {
	cursor: pointer;
}

.title {
	font-weight: bold;
	font-size: 1.5em;
	margin: 8px;
}

.message_plain {
	border: 2px solid blue;
	font-weight: bold;
	text-align: center;
	width: 450px;
	padding: 5px;
	margin: 20px auto;
	background: #b4b4b8;
}

.message_error {
	border: 2px solid red;
	font-weight: bold;
	text-align: center;
	width: 450px;
	margin: 20px auto;
	padding: 5px;
	background: #FFAAAA;
}

#breadcrumb {
	font-weight: bold;
	font-size: 120%;
}

.filehead {
	background-image: url(/images/siteDocsBg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 25px;
	color: white;
	cursor: pointer;
}

.filehead:hover {
	background-color: #bebfc0;
	cursor: pointer;
}
.fieldDesc {
	font-size: 8pt;
	padding-bottom: 5px;
}

.configText {
	font-size: 13pt;
	font-weight: bold;
}

.note {
	font-style: italic;
	font-size: 9pt;
	margin-top: 5px;
}

.notice {
	border: 2px solid blue;
	width: 60%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #aaaaff;
	position: relative;
}

#centerBlock {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.filesEven {
	background-color: #E7E7E7;
	font-size: 10pt;
}
.filesOdd {
	background-color: #C0C0C);
	font-size: 10pt;
}
.dirEven {
	background-color: #666666;
	font-size: 10pt;
	color: #FFFFFF;
}
.dirOdd {
	background-color: #c8d9df;
	font-size: 10pt;
}
.tdEven {
	background-color: #d2cbcb;
	font-size: 10pt;
}
.tdOdd {
	background-color: #849bad;
	font-size: 10pt;
}

/*
##############################################################
	Notes Window Classes
*/

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.noteWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .noteWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/*
	End Notes Window Classes
##############################################################
*/

/*
##############################################################
	Info Bar Classes
*/

#infoClose {
	border: solid 7px #ffffff;
}

#infoContent {
	font-weight: bold;
	font-size: 15px;
	color: white;
	padding: 8px 0 0 0;
	height: 30px;
}

#infoBar {
	background-color: #3366FF;
	position: absolute;
	text-align: center;
	height: 30px;
	display: none;
}

/*
	End Info Bar Classes
##############################################################
*/

#layer12 {
	position: absolute;
	top: 112px;
	left: 131px;
	width: 141px;
	height: 108px;
	visibility: visible;
	display: block
}

.navMenu {
	display: block;
	width: 110px;
	height: 20px;
	padding: 5px 10px 3px;
	margin: 0px 4px;
	border-top: 1px solid 75aab5;
	border-left: 1px solid 75aab5;
	border-right: 1px solid 75aab5;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
.navCurrent:link, .navCurrent:visited, .navCurrent:active { color: #000000;  text-decoration: none; }
.navOther:link, .navOther:visited, .navOther:active { color: #000000;  text-decoration: none; }
.navMenu:link, .navMenu:visited, .navMenu:active { color: #000000;  text-decoration: none; }
.navCurrent:hover { color: #949292; }
.navOther:hover { color: #949292; }
.navMenu:hover { color: #949292; }
a:link, a:visited ,a:active { color: #000000;  text-decoration: none; } 
a:hover { color: #C0C0C0; }
.navCurrent, .navOther {
	display: block;
	height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: 5c8892;
	border-right-color: 5c8892;
	border-left-color: 5c8892;
}

.navCurrent {
	background-color: #E7E7E7;
}

.navOther {
	background-color: #C0C0C0;
}

.navMenu {
	background-color: #cccccc;
}

.navCurrent:hover {
	text-decoration: none;
	background-color: #C0C0C0;
}

.navOther:hover {
	text-decoration: none;
	background-color: #E7E7E7;
}

.navMenu:hover {
	text-decoration: none;
	background-color: #dddddd;
}
.drag {
	cursor: move;
	height: 34px;
}
.boxContent a:link, .boxContent a:visited, .boxContent a:active{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
.boxContent a:hover{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.drag:hover {
	background: #cccccc;
}

.ghost {
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #CCF;
	border-color: #AAD;
	color: #AAD;
}
	
.outline {
	background-color: #dadade;
	color: #DAA;
}

.active {
	background-color: #d6d6a4;
	border-color: #ADA;
}

