body {
	background: #80b2cc  url(../images/bodybg.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
.mainbg {
background-image: url(../images/mainbg.gif); 
width: 853px; 
background-repeat: no-repeat;
height: 578px; 
margin-left: auto; 
margin-right: auto;
}
.shadowbg {
	background: #80b2cc  url(../images/shadowbg.gif) repeat-y center top;
	background-repeat: no-repeat;
	margin-left: auto; 
	margin-right: auto;
}

td {
font-size: 11px;
}
	
h2, .contentheading {
	font-size: 13px;
	font-weight: bold;
	color: #000000;}
	
.componentheading {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;}
	
td.buttonheading img {
border: 0px;}

.small {
color: #666666;
font-size: 9px;}

.createdate {
color: #666666;
font-size: 9px;}

.modifydate {
color: #666666;
font-size: 9px;}

a:link {
	text-decoration: none;
	color: #990033; 
	font-weight: bold; 
}

a:visited {
	text-decoration: none;
	color: #990033; 
	font-weight: bold; 
}

a:active {
	text-decoration: none;
	color: #990033; 
	font-weight: bold; 
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

fieldset {
background-color: #ffffff;}
