.loginlabel {
	color: #999999
}

.loginname {
	color: #FFFFFF
}

div.homesection {
	background-color: #A00000;
	background-image: url(../images/ui/homesection-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.homesection h3 {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 3px 13px;
	background-image: url(../images/ui/homesection-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.announcements {
	background-color: #6C7B94;
	background-image: url(../images/ui/announcements-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
}

div.announcements h3 {
	background-image: url(../images/ui/announcements-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 3px 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0
}

div.announcementstext {
	padding: 3px 5px 6px 5px;
}

div.announcementstext ul {
 	padding: 0;
 	margin: 7px 0 0 0;
}

div.announcementstext li {
	list-style-type: disc;
	padding: 3px 0 6px 0;
	margin-left: 15px;
	line-height: 1.2em
}

.searchbox {
	background-image:url('../images/ui/home-search.gif'); 
	background-position:top left; 
	background-repeat:no-repeat;
	padding: 18px;
	border: 1px solid #B0B0B0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

.loginbox {
	background-position:top left; 
	background-repeat:no-repeat;
	padding: 18px;
	border: 1px solid #B0B0B0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

.searchlist {
 	list-style-type: none;
 	padding: 0;
 	margin: 0;
}

.searchlist li {
	line-height: 1.2em;
	padding: 2px 0 3px 16px;
}

.toolbox {
	border: 1px solid #A9A9A9; 
	background-color: #EEEEEE; 
	padding: 6px;
	text-align: center
}

.toolbox a {
	margin: 0 5px
}


.norn {
}

.viewall {
	color: #333333;
	font-size:9px;
	line-height:11px;
	margin-bottom: 0;
}


