    body, td, th, input { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
    }

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		font-family: arial, verdana, sans-serif;
	}

	h1, h2, h3 {
		border-bottom: 1px solid #ccc;
	}

    h3 {
        width: 40%;
        min-width: 250px;
    }

	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }
	#main-header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
/* Navigation */

        :link { color: #039; } /*:link { color: #636; }*/
        /*:visited { color: #636; }*/ :visited { color: #039; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }

body {
	margin: 0 0 1em 0;
	padding: 0; /* need for Opera */
	background: #fff;
	color: #333;
	min-width: 610px;
}

form { margin: 0; }
img { border: 0; }

	#side {
		float: left;
		width: 23%;
		margin-bottom: 1em;
		margin-top: 1em;
	}

	#mainContent {
		float: right;
		width: 74%;
		margin-bottom: 3em;
	}

	#footer {
        }

	.hide { display: none; }


#header, #path, #content, #main-header { padding: 0 50px; }
#footer { padding: 0 20px; margin: 0 50px; }

#main-header div, #header div, #content, #path div, #footer {
	max-width: 900px; margin: 0 auto;
}

h1.left-logo  { float: left; }
h1.right-logo { float: right; }

/* header */

#main-header {
    background: #4070A0;
    color: #fff;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	height: 30px;
}

#main-header h1 { padding: 0; margin-top: 2px; margin-bottom: 2px;}
#header h1 { font-size: 250%; padding: 0; margin-top: 2px; margin-bottom: 2px;}

#header {
    background: #e4ebfc; /*#F0F0F5;/*#E0E4FF; /*#E0E4F5*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A1A6B1;
	z-index: 1;
	border-bottom: 1px solid #ccc;
}

/* path */

#path {
    background: #F0f0f0;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 85%;
	color: #999;
	border-bottom: 1px solid #ccc;
}

#path a:link,
#path a:visited {
	color: #666;
}

#path a:hover,
#path a:active {
	color: #333;
}


/* content */

#content {
	background: #fff;
}

/* Sidebar */


.nav-title {
  background: transparent url(../images/menu_tl.png) no-repeat top left;
  height: 24px;
  border-bottom: 1px solid #ddd;
  margin-top:10px;
}

.nav-title div {
	background: transparent url(../images/menu_tr.png) no-repeat top right;
	width: auto !important;
	width: 100%;
}

.nav-title div div {
	background: none;
	padding: 0;
}

.nav-title div h3 {
	font-size: 100%;
	font-weight: bold;
	color: #eef;
	text-decoration: none;
	border: none;
	margin: 0px 0px 0px 7px;
	padding: 4px 0px 0 0;
	
}

.nav-footer {
  border-top: 1px solid #fff;
  background: transparent url(../images/menu_bl.png) no-repeat bottom left;
  height: 10px;
  margin-bottom: 3em;
}

.nav-footer div {
	background: transparent url(../images/menu_br.png) no-repeat bottom right;
	width: auto !important;
	width: 100%;
	height: 10px;
}

.nav-footer div div {
	background: none;
	padding: 0;
	height: 10px;
}

.nav {
	background: #F0F0F0 url("/images/template/menu_back.gif") right repeat-y;
	border-right: 1px solid #ddd;
	
}

.nav, .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav {
	/*margin-bottom: 3em;*/
}	
.nav li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 95%;
}

.nav li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}
.nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}
	
.nav li a {
	display: block;
	text-decoration: none;
	background: #F0F0F0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	color: #225;
	padding: 5px 7px;
}

.news {
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 0; margin: 0;
	background: #f0f0f0;
	font-size: 100%;
}

.news-title {
	background: #ccc;
	border: 1px solid #AAA;
	padding: 3px 0px 3px 0px;
	width: auto !important;
}

.news-title h3 { padding: 0 0 0 7px; border: 0; margin: 0;}

.news-footer {
	border-top: 1px solid #AAA;
}

.news dt {
	padding: 3px 7px 0px 7px;
	font-weight: bold;
	border-top: 1px solid #fff;
}

.news dd {
	padding: 0px 7px 10px 7px;
        margin: 0;
	border-bottom: 1px solid #ddd;
}

.nav li a.selected { background: #FFE8A0; }

.nav li a:hover {
	background: #E4E4E4; /*#FFF0C0;*/
}
	
.nav li a.selected:hover {
	background: #F4DE99; /*#FFF0C0;*/
}
	
.nav li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
}

.nav li li a {
	padding: 6px 8px 6px 20px;
}
	
#oN {
	background-color: #E0E9E9;
}
#oN:hover {
	background-color: #C6DCDC;
}


/* footer */

#footer {
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #888;
	padding: 25px 50px;	
	text-align: center;
}

#footer-contents {
	padding: 0;
	border-top: 1px solid #C9D0E0;
}

#footer ul#footer-menu {
	position: relative;
	top: -0.8em;
	margin: 0 1em 0 1em;
	padding: 0;
	list-style-type: none;
}

#footer ul#footer-menu li {
	display: inline;
	background: #fff;
	margin: 0 1em;
}

#footer ul#footer-menu li a {
	margin: 0 1em;
	white-space: nowrap;
}

#footer p {
	margin: 0.3em;
}

#footer .site-tools {
	display: none;
}
