

body
{
	background: #006; /* #066 */
}

.widgetbox
{
	background-color: #EEEEEE; /*widget backgrounds (#EEEEEE)*/
	border: 2px #999999 solid; /*widget borders (#999999)*/
	border-top: 0px;
}

.file_edit
{
	background-color: #EEEEEE;
}

.statusbar
{
	height:16px;
	background-color: #DDDDDD;
	border: 2px #999999 solid; /*widget borders (#999999)*/
	border-top: 0px;
}

a
{
	color: #254377; /*link color (#036)*/
}

#header 
{
	height: 103px;
	background: #01467f url(/images/header_image.png) no-repeat center center; /* header color (#01467f) */
}

.handle a 
{
	color: #fff; /* color of handle links (edit, close and minimize) (white) */
}

.handle-interior
{
	background-color: #555; /* (#555) */
}

#navbar
{
	background: #666; /* (#666) */
}

.content
{
	background: #CCC; /* (#ccc) */
}

#footer
{
	background: #006; /* (#006); */
}

#tabs li a, #tabs li strong {
	color: #bbb; /* #bbb */
}

#tabs li a:hover {
	background: #888; /* #888 */
	color: #bbb; /* #bbb */
}

#tabs li#active strong {
	background: #cccccc; /* #cccccc; */
	color: #111; /* #111 */
}

h2 
{
	color: #666; /* #666; */
	font-family: Times New Roman, serif;
}
h3 
{
	color: #555; /* #555 */
}