/* CSS Document */
body {
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 30px 0;
	font-size: 1em;
	background: #F1F1F1;
}
#mainframe {
	margin: 0 auto;
	width: 760px;
	height: auto;
}
#header {
	width: 760px;
	height: 140px;
	background: url(../images/header.png) no-repeat;
}
#pathframe {
	vertical-align: middle;
	line-height: 24px;
	min-height: 24px;
	padding-left: 193px;
	padding-right: 7px;
	font-size: 0.7em;
	width: 560px;
	height: auto;
	background: #E6E6E6 url(../images/pathwaytab_bg.png) no-repeat top left;
}
#wrapper {
	background: url(../images/bg_content.png) repeat-y #FFF;
}
#naviframe {
	font-size: 0.7em;
	float: left;
	width: 160px;
	height: auto;
}
#contentframe {
	font-size: 0.7em;
	line-height: 1.5em;
	float: left;
	padding: 25px 48px 50px 52px;
	width: 500px;
	height: auto;
}
#footer {
	clear: left;
	width: 760px;
	height: auto;
	min-height: 34px;
	line-height: 1.2em;
        padding: 7px 0 0 0;
	vertical-align: middle;
	background: #E6E6E6 url(../images/footer_shadow.png) repeat-x top;
	color: #999;
	font-size: 0.7em;
}


h1
{
       font-size: 1.7em;
       line-height: 1.5em;
       color: #003399;
}

h2
{
       font-size: 1.5em;
       line-height: 1.5em;
       color: #003399;
}


h3
{
       font-size: 1.3em;
       line-height: 1.5em;
       color: #003399;
}

img
{
       margin: 0;
}

p
{
       font-size: 1.0em;
       line-height: 1.5em;
}

a:link, a:visited {
	color: #929292;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #039;
}

a.mainlevel:link, a.mainlevel:visited {
        background:url(../images/btn_main.png) top no-repeat;
        display:block;
        height:28px !important;
        text-align:left;
        text-indent: 10px;
        width:100%;
        color: #777;
	text-decoration: none;
	font-weight: bold;
        line-height: 28px;
        vertical-align:middle;
}
a.mainlevel:hover {
        background-position:0px -28px;

}
a.sublevel:link, a.sublevel:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.pathway:link, a.pathway:visited {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:hover, a.pathway:hover, a.sublevel:hover {
	color: #039;
	font-weight: bold;
}
a.mainlevel#active_menu, a.sublevel#active_menu {
	color: #039;
        font-weight: bold;
}
.pathway {
	font-weight: bold;
	color: #039;
}
.moduletable {
	width: 158px;
}
table.moduletable th {
        padding: 5px 0;
	text-align: left;
}
table.moduletable td {
	color: #929292;
}
table.moduletable tr {	
	height: 28px;
	text-indent: 5px;
}

#mod_login_username.inputbox, #mod_login_password.inputbox {
	margin: 0 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	background: #F0F0F0;
	border: solid 1px #B1B1B1;
	width: 130px;
	padding: 2px 3px;
	color: #B1B1B1;
}

#mod_login_username.inputbox:focus, #mod_login_password.inputbox:focus, #mod_search_searchword.inputbox:focus, .searchbox:focus {
	background: #FFF;
	color: #818181;
}
#mod_search_searchword.inputbox {
	margin: 0;
	color: #B1B1B1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	background: #F0F0F0;
	border: solid 1px #B1B1B1;
	width: 72px;
	padding: 2px 3px;
}

.button {
        background:transparent url(../images/btn_login.png) repeat-x scroll 0%;
        border:none;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 0.85em;
	font-weight: bold;
        color: #D9D9D9;
        height:20px !important;
        line-height:20px !important;
        margin:1px 1px auto;
        padding:0px 5px;
        text-align:center;
        width:90px;
}

.contentheading{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 1.7em;
	font-weight: bold;
        color: #003399;     
}