BODY {
	background: #FFF;
	font-family: arial;
	color: black;
}

DT {
	font-weight: bold;
}

.body, .body TD, .body A {
	font-size: 95%;	
}

.menucontainer{
	float:right;
	background:transparent url(menubg.jpg) top left repeat-x;
	width:100%;
	height: 249px;
}

.welcometable {
	color:#4c4c4c;
	background-color:#ffffff;
	width:490px;
}

.black_bar{
	clear:both;
	width:100%;
	height:17px;
	background:transparent url(menubg.jpg) top left repeat-x;
}

.link_purple{
	color:#ff1771;
	font-weight:bold;
	text-decoration:none;
}

.logo {
	float:left;
	width:326px;
}

.mainmenu {
	float:right;
	clear:right;
}

.menu {
	height:15px;
}

.menu td{
	padding-left:10px;
	padding-right:10px;
}

.selected a:link, .selected a:visited{
	color:#5cc9ff;
}

.menuphoto {
	float:right;
	clear:right;
}

.welcome {
	float:left;
	clear:left;
	margin-top:20px;
}

.clear {
	clear:both;
}

#header {
	background-color: #33415D;
	z-index: 1;
	padding: 0pt 0px;
	width: 100%;
	float:left;
	background:transparent url(banner_bg.gif) top left no-repeat;
	min-width:1024px;
}

#header, #header a:link, #header a:visited {
	color: #DEE0E5;
	text-decoration: none;
}
	
#header h1 {
	border: 0px none;
	margin: 0px 40px 0px 0px;
}
#header h1 a:link, #header h1 a:visited {
	color: #DEE0E5;
	/*color: #FFFFE5;*/
	text-decoration: none;
}
#headertag {
	font-size: smaller;
}
#header .logo {
	width: 1%;
}

#header ul {

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0pt;
	padding: 0pt;
	float: left;
}

#header li {
	height: 100%;
	display: inline;
	margin: 0pt;
	padding: 0pt;
}

#header ul a:link, #header ul a:visited {

	color:#DEE0E5;
	display: block;
	float: left;
	height: 16px;
	padding: 11px 0px;
	text-decoration:none;
	voice-family:inherit;
}

#header ul li a:hover, #header ul li.selected a:link, #header ul li.selected a:visited {
	/*background: #475470 none repeat scroll 0%;*/
	/*background: #576480 none repeat scroll 0%;*/
	background: #7784A0;
	color: #FFFFFF;
	text-decoration: underline;
}

#profile {
	float: right;
	font-size: 0.8em;
	position: relative;
	top: 13px;
}
#profile .separator {
	color: #677490;
}

/* PAGEPATH */
#pagepath {
	background: #bae4fa;
	color: #045f98;
	font-size: 85%;
	padding:0px 50px;
	height: 26px;
	vertical-align: bottom;
	margin-left:38px;
	margin-right:30px;
}

#pagepath a:link, #pagepath a:visited, #pagepath SPAN {
	color:#045f98;
	vertical-align: bottom;
	position: relative;
	top:3px;
	text-decoration:none;
}



/* section */
.section {
	margin-top: 10px;
	margin-bottom: 30px;
}
.sectionheader {
	border-bottom: 1px dashed black;
	margin-top: 15px;
	margin-bottom: 10px;
}
.sectionheader TABLE {
	width: 100%;
}
.sectionheader TD.actions {
	text-align: right;
}
.sectionheader TD.name {
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.6em;
}

/* errors */
.verrors {
	margin-top: 5px;
	border: 1px dashed #FFAAAA;
	background: #FFEEEE;
	color: red;
	font-weight: bold;
}

/* messages */
.vmessages {
	margin-top: 10px;
	border: 1px dashed #44BB44;
	background: #EEFFEE;
	color: #119911;
	font-weight: bold;
}

.smaller {
	font-size: smaller;
}


/* DATA */
.data TH, .data TD {
	padding-left: 5px;
	padding-right: 5px;
}
.data TH {
	text-align: left;
}
.data TH {
	background: #DADADA;
}
.data TD {
	background: #F8F8F7;
}

/* catlevel1 */
.cat1 {
	width: 100%;
	background: #DEE0E5;
	1margin: 2px 0px 2px 0px;
	white-space: nowrap;
}
.cat1 TD {
	padding: 0px 3px;
}
.cat1path TD {
	background-color: #576480;
	border-left: 7px solid #33415D;
	color: #DEE0E5;
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
}
.cat1children TD {
	padding-left: 20px;
}
.cat1childrensel TD {
	font-weight: bold;
}
.cat1children2 TD {
	padding-left: 50px;
}

.catlevel1s {
	/*border: 1px solid black;*/
}
.catlevel1s TABLE {
	/*border: 1px solid red;*/
}

.catbox DT {
	font-weight: bold;
}

.catbox DD A:link, .catbox DD A:visited {
	1color: #686868;
}

.catbox DD.cat1-child {
	padding: 0px 00px 0px 25px;
	margin: 0px 0px;
	white-space: nowrap;
}
.catbox DD.cat1-child-child {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px;
	white-space: nowrap;
}
.catbox DD.cat1-child.selected {
	font-weight: bold;
	white-space: nowrap;
}
.catbox.full DT {
	white-space: nowrap;
}

/* REGISTER */
.register .middle {
	background: url(register_btn_middle.gif) repeat-x scroll right top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.register TD{
	margin: 0px;
	padding: 0px;
}
.register A:link, .register A:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* LOGIN */
.login TH {
	font-weight: normal;
	text-align: right;
}
.login TD {
	font-weight: normal;
	text-align: left;
}

/* WELCOME */
.welcome {
	padding: 10px 10px;
	font-size: 95%;
}
.welcome H2 {
	font-size: 1.5em;
}

.welcome LI {
	padding: 8px 0px;
}

.welcome .large {
	font-size: 150%;
}

.gray, .gray A:link, .gray A:visited {
	color: #AAAAAA;
}

.expired, .expired A, .expired A:visited {
	color: red;
}

.listempty {
	color: #AAAAAA;
	font-size: smaller;
	font-style: italic;
}

/*page containers*/
.maincontainer{
	clear:both;
	padding:0px 0px;
}

.container_66{
	width:66%;
	float:left;
}

.container_60{
	width:60%;
	float:left;
}
.container_74{
	width:74%;
	float:left;
}
.container_25{
	width:25%;
	float:left;
}

.container_40{
	width:40%;
	float:left;
}

.container_33{
	width:33%;
	float:left;
}

.container_277px{
	width:277px;
	float:left;
}

.box_container_header{
	background:#dedede url(table_bg.jpg) top right repeat-y;
	height:39px;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
}

.box_container_header_icon{
	float:left;
	margin: 12px 6px;
	margin-bottom:0px;	
}
.box_container_header_text{
	float:left;
	margin: 14px 6px;
	margin-bottom:0px;	
	font-size:18px;
	font-family:Arial;
	color:#3d3d3d;
}
.box_container_list{
	width:100%;
	clear:both;
	float:left;
	background:#edeef0;
	margin-top:1px;
}
.box_container_list a{
	color:#0176ba;
	text-decoration:none;
}
.box_container_list_item{
	margin-top:15px;
	list-style-image:url(item.png);
	color:#494949;
}
.box_container_list_item li{
	margin-top:10px;
	padding-left:10px;
}

.box_container_list_bullet{
	margin-top:11px;
	list-style-image:url(bullet.gif);
	color:#494949;
}
.box_container_list_bullet li{
	margin-top:11px;
	padding-left:10px;
}

.box_container_list_multi{
	margin-top:15px;
	color:#494949;
}
.box_container_list_multi li, .box_container_list_multi li a{
	margin-top:0px;
	padding-left:10px;
	color:#0074ba;
	font-weight:bold;
	text-decoration:none;
}

.listSimple{
	width:100%;
	clear:both;
	float:left;
	background:#ffffff;
	margin-top:1px;
	color:#0176bc;
}
.listSimple a{
	color:#0176ba;
	text-decoration:none;
}
.listSimple_bullet{
	margin-top:11px;
	list-style-image:url(bullet.gif);
	color:#494949;
}
.listSimple_bullet li{
	margin-top:11px;
	padding-left:10px;
	margin-left:-20px
}
.listSimple_bullet ol{
	padding-left:20px;
	margin-left:0px
}

.boxDocumentation{
	float:left;
	margin-left:30px;
	padding-top:10px;
}

.listDocs{
	width:100%;
	clear:both;
	float:left;
	background:#ffffff;
	margin-top:1px;
}
.listDocs a{
	color:#0176ba;
	text-decoration:none;
}
.listDocs ul{
	list-style-image:url(bullet.gif);
}
.listDocs ul ul{
	list-style-image:url(item.png);
}