/* ##############    BODY    ############## */
body {
	background: url(../images/bg.png) #CCCCCC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size:13px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
div.wrap{
	background: url(../images/bg.png) #CCCCCC;
	padding: 10px 0;
	width:100%;
	height:100%;
}
table.outertable {
	margin: auto;
	background-color: transparent;
	
}
/* ##############    HEADER    ############## */
td.logo {
	background: url(../images/logo.jpg) no-repeat #ffffff;
	height: 101px;
	width: 284px;
	text-align: center;
	vertical-align: middle;
}

td.header_right {
	background: url(../images/header_right.jpg) no-repeat #ffffff;
	height: 196px;
	width: 466px;
	text-align: right;
	padding: 0;
	margin: 0;
}
td.header_right form {
	margin:15px;
	padding:0;
	display:block;
}
td.header_right form input{
	margin:0;
	padding:0;
	display:block;
	width:130px;
	height:20px;
	background:#eee;
	border:0;
	font: Tahoma 12px;
	padding: 2px 0 0 5px;
}
.search{
	margin-left:100px;
}
td.header_left {
	background: url(../images/header_left.jpg) no-repeat #ffffff;
	height: 65px;
	width: 284px;
}
/* ##############    FOOTER    ############## */
td.foot_lt {
	font-size: 10px;
	color: #FFFFFF;
	background: url(../images/foot_lt.jpg) no-repeat 100% 100% #ffffff;
	margin: 0px;
	height: 36px;
	width: 284px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}
td.foot_rt {
	font-size: 10px;
	color: #FFFFFF;
	background: url(../images/foot_rt.jpg) no-repeat 0% 100%;
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	height: 36px;
	width: 375px;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td.foot_lt p {
	margin: 5px 5px 5px 10px;
	padding: 0px;
}
td.foot_rt p {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
td.foot_rt a {
	font-size: 12px;
	color: #FFFFFF;
	margin:0 5px;
}
td.foot_lt a {
	color: #FFFFFF;
}
/* ##############    COLUMNS    ############## */

td.center_col {
	background:#ffffff;
	padding: 0 10px;
}
td.left_col {
	background: #ffffff;
	width:284px;
	border-right: dotted 1px #dddddd;
         font-size:12px;
}

/* ##############    MODULE TABLES    ############## */

table.moduletable, table.moduletable_flash {
	background: #fff url(../images/mod_head_left.jpg) no-repeat;
	width:100%;
      margin-bottom:15px;
	border-right:solid 5px #fff;
	border-left:solid 5px #fff;
}

table.moduletable th, table.moduletable_flash th, table.moduletable-center th  {
	background: url(../images/mod_head_end.jpg) no-repeat 100% 0%;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 0 0 24px;
	text-align: left;
	height:25px;
}
table.moduletable td, table.moduletable_flash td, table.moduletable-center td {
	font-size: 12px;
	padding: 5px 0 0 3px;
}
table.moduletable-center td {
	text-align:center;
}
table.moduletable td td {
	background:transparent;
	padding:0;
	margin:0;
}
table.moduletableblank, table.moduletable-center {margin-bottom:15px;width:100%}

a {
	color: #777777;
}
a:hover {
	color: #a7079f;
}

/* ############# MENU ############### */
td.left_col a.mainlevel {
	display:block;
	border-bottom:solid thin #fff;
	width:200px;
	height:16px;
	line-height:16px;
	background: #823a83;
	color:#ffffff;
	text-decoration:none;
	padding:2px 5px;
         margin-left:10px;
}
td.left_col a.mainlevel:hover, td.left_col a.mainlevel#active_menu {
	background: #e7db15;
	color:#000000;
}
td.left_col a.sublevel {
	display:block;
	border-bottom:solid 1px #fff;
	width:190px;
	height:16px;
	line-height:16px;
	background: #e7db15;
	color:#000000;
	text-decoration:none;
	padding:2px 5px;
	margin-left:15px;
}
td.left_col a.sublevel:hover, td.left_col a.sublevel#active_menu {
	background: #823a83;
	color:#ffffff;
}

/* ##############    OTHER STUFF   ########### */
div.top{border-bottom: dotted 1px #dddddd;padding-bottom:5px;}
div.user1{border-top: dotted 1px #dddddd;padding-top:5px;}
.componentheading {
	font: 20px bold;
	color:#a7079f;
	margin-bottom:15px;
}
.contentheading {
	font: 16px bold;
	color:#a7079f;
}
td.sectiontableheader {
	background:#dddddd;
}
div.pathway img {display:inline;position:relative;top:5px;left:1px;}
div.pathway a {font-size:12px;}
div.pathway { font-size:12px;margin-bottom:10px;padding:5px 0 0 10px}