* {
	font-family: verdana,arial,helvetica; 
	font-size: 10pt; 
	color: #444444;
}

img {border: none;}

p {margin: 1em 0;}
h1,h2,h3 {margin-top: .75em; margin-bottom: .35em;}

h1 {font-size: 14pt;}

body
{
	padding: 0px;
	background-color: #000000;
}

#main
{
	padding: 0px;
	margin: 0px;
	text-align: center; 
}

#stage
{
	width: 972px; 
	overflow: hidden;
	background-color: #ffffff;
	padding: 0px;
	margin: auto;
	text-align: left;
}

#banner
{
	border-top: solid 3px #000000;
	border-bottom: solid 3px #000000;
}

#nav
{
	padding: 0px;
	float: left;
	width: 200px;
	height: 500px;
	background-color: #7A91C3;
	font-size: 11px;
	overflow: hidden;
}

#nav a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

#nav div
{
	margin-top: 8px;
	margin-left: 12px;
}
#nav h4
{
	margin-top: 12px;
	margin-left: 12px;
}

#nav a:hover
{
	text-decoration: underline;
}

#content
{
	float: left;
	height: 500px;
	width: 740px;
	margin-left: 10px;
	overflow: auto;
	background-color: #ffffff;
}

fieldset
{
	margin-top: 15px;
	margin-right: 10px;
}

#footer
{
	clear: both;
	padding: 2px 0px 4px 0px;
	margin-top: 10px;
	color: #bbbbbb;
}

#footer, #footer *
{
	font-size: 9px;
}

#footer_spacer
{
	height:30px;
}

#content_spacer
{
	height:30px;
}

.grid_panel
{
	width:600px; 
	height:300px; 
}

/* ext feedback */ 
#feedback-div {
    position:absolute;
    left:35%;
    top:10px;
    width:350px;
    z-index:20000;
}

.field_validator
{
	display: none;
	font-style: italic;
	color: Red;
}

.form_validator
{
	display: none;
	background-color: Red;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
}

/* ###################################################################### */
table.basic
{
    border-collapse: collapse;
    border: none;
}

table.basic tr
{
    vertical-align: top;
    border: none;
}

table.basic th, table.basic td
{
    margin: 0px;
    padding: 3px 5px 3px 5px;
    border: none;
}

table.basic td
{
    background-color: #ffffff;
    color: inherit;
    border-bottom: dotted 1px #bbbbbb;
}

table.basic td.odd
{
    background-color: #fafafa;
}

table.basic th
{
    text-align: left;
    font-weight: bold;
    background-color: #dddddd;
    color: inherit;
    border-bottom: solid 1px #bbbbbb;
}

table.basic td.footer
{
    font-weight: bold;
}

table.basic .numeric
{
	text-align: right;
	white-space: nowrap;
}

/* ###################################################################### */
table.oldschool
{
    border-collapse: collapse;
    border: none;
}

table.oldschool tr
{
    vertical-align: top;
    border: none;
}

table.oldschool th, table.oldschool td
{
    margin: 3px;
    padding: 3px 5px 3px 5px;
}

table.oldschool td
{
    border: solid 1px #000000;
}

table.oldschool th
{
    text-align: left;
    font-weight: bold;
    border: solid 1px #000000;
}

/* ###################################################################### */
table.bluecube
{
    border-collapse: separate;
    border: none;
}

table.bluecube tr
{
    vertical-align: top;
    border: none;
}

table.bluecube th, table.bluecube td
{
    margin: 0px;
    padding: 3px 5px 3px 5px;
    border: none;
}

table.bluecube td
{
    background-color: #99CCFF;
    color: inherit;
}

table.bluecube th
{
    text-align: left;
    font-weight: bold;
    background-color: #336699;
    color: #ffffff;
}

/* ###################################################################### */
table.corporate
{
    border-collapse: collapse;
    border: none;
}

table.corporate tr
{
    vertical-align: top;
    border: none;
}

table.corporate th, table.corporate td
{
    margin: 0px;
    padding: 3px 5px 3px 5px;
    border: solid 1px #336699;
}

table.corporate td
{

}

table.corporate th
{
    text-align: left;
    font-weight: bold;
    background-image: url(images/gradient_1.gif);
    background-repeat: repeat-x;
    color: #000000;
    background-color: inherit;
}
/* ext form fields */
/*  
.x-form-element
.x-form-field-wrap
.x-form-text
.x-form-field
.x-form-trigger
.x-form-arrow-trigger 
*/


/* ext treeeview overrides */
.x-tree-node img.folder, .x-tree-node-collapsed img.folder {
	background: url("../../scripts/ext/resources/images/default/tree/folder.gif") no-repeat;
}
 
.x-tree-node-expanded img.folder {
	background: url("../../scripts/ext/resources/images/default/tree/folder-open.gif") no-repeat;
}

/* icons for document types */
.x-tree-node img.file {
	background: url("../images/page_white.png") no-repeat;
}

.x-tree-node img.file_txt {
	background: url("../images/page_white_text.png") no-repeat;
}

.x-tree-node img.file_html {
	background: url("../images/page_white_link.png") no-repeat;
}

.x-tree-node img.file_doc {
	background: url("../images/page_white_word.png") no-repeat;
}

.x-tree-node img.file_pdf {
	background: url("../images/page_white_acrobat.png") no-repeat;
}

.x-tree-node img.file_xls {
	background: url("../images/page_white_excel.png") no-repeat;
}

.x-tree-node img.file_ppt {
	background: url("../images/page_white_powerpoint.png") no-repeat;
}

.x-tree-node img.file_zip {
	background: url("../images/page_white_compressed.png") no-repeat;
}

.x-tree-node img.file_url {
	background: url("../images/page_white_link.png") no-repeat;
}

.add_folder, .add_file, .add_link, a.expand, a.collapse
{
	color: #1F3E75;
	text-decoration: none;
}

.add_folder:hover, .add_file:hover, .add_link:hover, a.expand:hover, a.collapse:hover 
{
	text-decoration: underline;
}

.add_folder {
background: url("../../scripts/ext/resources/images/default/layout/expand.gif") no-repeat; 
background-position: 0px 4px;
margin-top: 5px;
padding-left: 15px;
}

.add_file {
background: url("../../scripts/ext/resources/images/default/layout/expand.gif") no-repeat; 
background-position: 0px 4px;
margin-top: 3px;
padding-left: 15px;
}

.add_link {
background: url("../../scripts/ext/resources/images/default/layout/expand.gif") no-repeat; 
background-position: 0px 4px;
margin-top: 3px;
padding-left: 15px;
}

a.expand {
background: url("../../scripts/ext/resources/images/default/tree/elbow-plus-nl.gif") no-repeat; 
background-position: 0px 0px;
margin-top: 3px;
padding-left: 18px;
padding-top: 1px;
}

a.collapse {
background: url("../../scripts/ext/resources/images/default/tree/elbow-minus-nl.gif") no-repeat; 
background-position: 0px 0px;
margin-top: 3px;
padding-left: 18px;
padding-top: 1px;
}

