body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

th {
	background-color: #336699;
	color: white;
}

th.headerSortUp {
    background: #3388bb url(../icon/asc.gif) no-repeat center right;
}

th.headerSortDown {
    background: #3388bb url(../icon/desc.gif) no-repeat center right;
}

th.header {
    background: #336699 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: #aaaaff;
}

.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-color: #336699;
	color: white;
	cursor: pointer;
}

.filehead:hover {
	background-color: #5588bb;
	cursor: pointer;
}

a:link { color: #0000cc;  text-decoration: none; } 
a:visited { color: #000066;  text-decoration: none; } 
a:hover, a:active { color: #0066ff;  text-decoration: underline; }

.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: #ddddff;
	font-size: 10pt;
}
.filesOdd {
	background-color: #ddffdd;
	font-size: 10pt;
}
.dirEven {
	background-color: #bbbbff;
	font-size: 10pt;
}
.dirOdd {
	background-color: #bbffbb;
	font-size: 10pt;
}
.tdEven {
	background-color: #ddddff;
	font-size: 10pt;
}
.tdOdd {
	background-color: #ddffdd;
	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
}

.navCurrent, .navOther, .navMenu {
	display: block;
	width: 110px;
	height: 20px;
	padding: 5px 10px 3px;
	margin: 0px 4px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

.navCurrent {
	background-color: #cceecc;
}

.navOther {
	background-color: #ccccee;
}

.navMenu {
	background-color: #cccccc;
}

.navCurrent:hover {
	text-decoration: none;
	background-color: #ddffdd;
}

.navOther:hover {
	text-decoration: none;
	background-color: #ddddff;
}

.navMenu:hover {
	text-decoration: none;
	background-color: #dddddd;
}

.drag {
	cursor: move;
	height: 21px;
}

.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: #FCC;
	color: #DAA;
}

.active {
	background-color: #FFFF00;
	border-color: #ADA;
}
