.generalText{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}
.panel{
	background-color: #f1efe2; 
	border: 2px white outset;
}
a.norm:link	{ color: #B0ADAD; font-family: Trebuchet MS, verdana, arial;font-weight:bold; font-size:11px} 
a.norm:visited	{ color: #B0ADAD; font-family: Trebuchet MS, verdana, arial;font-weight:bold; font-size:11px} 
a.norm:active	{ color: #B0ADAD;} 
a.norm:hover	{ color: #85B3D6; text-decoration: none;
}

a 		{ color: #003333; text-decoration: none; font-weight:bold;} 
a:link		{ color: #003333;} 
a:visited	{ color: #003333;} 
a:active	{ color: #003333;} 
a:hover		{ color: #273692;
text-decoration: none;
}

body { 
	background-image: url(../images/bkg.jpg);
	background-color: #242424;
	margin-top: 0px;

}

.content {
	font-size:12px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	text-decoration: none;
}
.captions {
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	text-decoration: none;
}

.content01 {
	font-size:16px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	text-decoration: none;
}

.content01bold {
	font-size:13px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}

.title {
	font-size:18px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subtitle {
	font-size:15px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.style1 {
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}


.nav {
	font-size:12px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B0ADAD;
	font-style: normal;
	text-decoration: none;
}
.navbold {
	font-size:13px;
	font-family:Trebuchet MS, verdana, arial;
	color: #85B4DA;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#browser
{
	/* setup the default fonts/size */
	font-family:Calibri, Sans-Serif;
	font-size:12pt;
	width:100%;
	float:left;
}
#browser .titlebar
{
	font-size:18px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333366;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
/* Tree Pane */
#browser .sidebar
{
	float:left;
	/* workaround for IE6 double margin float bug */
	display: inline;
	position:absolute;
	margin:0px 0px 0px 0px;
    width:283px;
    border:solid 1px #a7bac5;
	background-color:#fff;
}

#browser .sidebar .title
{
	background-color:#f6fbfd;
	border-bottom:solid 1px #9eb6ce;
	color:#1f3695;
	font-size:11pt;
	/* center the text vertically */
	height:20px;
	line-height:20px;
	/* indent it a little bit */
	padding:0px 0px 0px 4px;
}

#browser .sidebar .folders .tree
{
	border:none;
	height:405px;
	overflow:auto;
} 

#browser .sidebar .folders .tree IMG
{
	padding:0px 1px 0px 0px;
}

#browser .sidebar .folders .tree .node
{
	font-size:10pt;
	border:solid 1px #fff;
	border-bottom:none;
	padding:1px;
	color:#444;
}

#browser .sidebar .folders .tree TD.selected-node
{
	background-color:#f6fbfd;
	border-color:#99defd;
	border:solid 1px;
}

/* Content Pane */
#browser .content
{
    border:solid 1px #a7bac5;
	border-left:none;
	border-bottom:none;
	height:427px;
	background-color:#fff;
	position:relative;
right:100%;

} 
               
#menu-container
{
    font-size:1.1em;
    display:block;
    float: right;
    margin: 5px;
    text-align: right;
}
#progress
{
	position:fixed;
	margin:0;
	padding:0;
	border:none;
	display:block;
	text-align:center;

}