@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

.menuFontSize {
	font-size: 2em !important;
}

body {
	background-image: url(../images/pagebg.gif);
	background-position: center;	
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

body.display-grid {
	background-image: url(../images/960_grid_12_col.jpg);
	background-position: top center;
	background-repeat: repeat;
}

#menubar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 99;
}

#sidebar {
	position: fixed;
	width: 10px;
	height: 430px;
	top: 30px;
	right: 0;
	background-color: #FF9933;
}

#text-grid {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/text-grid.gif);
	z-index: 99;
	opacity: .5;
	filter: alpha(opacity=50);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
}

h1 {
	font-size: 3em;
	color: #000000;
}

h2 {
	font-size: 2em;
	color: #000000;
}

h3 {
	font-size: 1.6em;
	color: #000000;
}

h4 {
	font-size: 1.4em;
	color: #000000;
}

h5 {
	font-size: 1.2em;
	color: #000000;
}

h6 {
	font-size: 1em;
	color: #000000;
}

#copyrightnotice a,
#copyrightnotice {
	font-size: xx-small;
	color: #666666;
	line-height: 15px;
}


.x-tree-node,.ext-el-mask-msg div,.x-tabs-strip .x-tabs-text,.x-form-field,.x-form-grow-sizer,.x-form-item,
.x-form-invalid-msg,.x-form fieldset legend,.x-small-editor .x-form-field,.ext-safari .x-small-editor .x-form-field,
.x-btn,.x-btn button,.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label,
.x-grid-hd-row td, .x-grid-row td,.x-grid-topbar, .x-grid-bottombar,.x-layout-panel-hd-text,.x-dlg .x-dlg-hd,#x-msg-box .x-dlg-bd,
#x-msg-box .ext-mb-textarea,.x-dd-drag-ghost,.x-tip .x-tip-bd,.x-tip h3,.x-date-middle,.x-date-left,.x-date-right,
.x-date-inner th,.x-date-inner a,.x-menu-list-item,.x-combo-list-hd,.x-combo-list-item {
    font: normal small verdana, arial, helvetica, sans-serif;
}

