
.basic-text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.basic-text a:link { color: #336799; text-decoration: none; }
.basic-text a:visited { color: #336799; text-decoration: none; }
.basic-text a:hover { color: #CC9966; text-decoration: underline; }

.section-title {font-family: arial,helvetica,sans-serif; font-size:12pt; font-weight:bold; color:#000 }
.section-title a:link { color: #336799; text-decoration: none; }
.section-title a:visited { color: #336799; text-decoration: none; }
.section-title a:hover { color: #CC9966; text-decoration: underline; }

.tiny-grey { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #888888; text-decoration: none;}
.tiny-grey a:link{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #888888; text-decoration: none;}
.tiny-grey a:visited { color: #888888; text-decoration: none;}
.tiny-grey a:hover { color: #CC9966; text-decoration: underline;}

.tiny-text { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000; text-decoration: none;}

.line-divide-dot { background: url('/images/border/img_line_dot_horiz.gif') repeat-x center; width:100%}
.line-divide-solid { background: url('/images/border/img_line_solid_horiz.gif') repeat-x center; width:100%}

.page-controls { background: #eee; border: 1px solid #aaa; padding: 2px 2px 2px 2px; margin: 0px 2px 2px 0px; }
.section-controls { background: #e8e8ff; border: 1px solid #88f; padding: 2px 2px 2px 2px; margin: 0px 2px 2px 0px; }

/* Rounded Rectangle Light Blue 8px */
.roundRectLightBlue8 .t {background: url(/images/border/dot_def.gif) 0 0 repeat-x}
.roundRectLightBlue8 .b {background: url(/images/border/dot_def.gif) 0 100% repeat-x}
.roundRectLightBlue8 .l {background: url(/images/border/dot_def.gif) 0 0 repeat-y}
.roundRectLightBlue8 .r {background: url(/images/border/dot_def.gif) 100% 0 repeat-y}
.roundRectLightBlue8 .bl {background: url(/images/border/corner_fff_def_fff_8_bl.gif) 0 100% no-repeat}
.roundRectLightBlue8 .br {background: url(/images/border/corner_fff_def_fff_8_br.gif) 100% 100% no-repeat}
.roundRectLightBlue8 .tl {background: url(/images/border/corner_fff_def_fff_8_tl.gif) 0 0 no-repeat}
.roundRectLightBlue8 .tr {background: url(/images/border/corner_fff_def_fff_8_tr.gif) 100% 0 no-repeat}

/* Rounded Rectangle Light Green Solid 8px */
.roundRectSolidGreen8 .t {background: #cfc}
.roundRectSolidGreen8 .bl {background: url(/images/border/corner_xxx_fff_8_bl.gif) 0 100% no-repeat}
.roundRectSolidGreen8 .br {background: url(/images/border/corner_xxx_fff_8_br.gif) 100% 100% no-repeat}
.roundRectSolidGreen8 .tl {background: url(/images/border/corner_xxx_fff_8_tl.gif) 0 0 no-repeat}
.roundRectSolidGreen8 .tr {background: url(/images/border/corner_xxx_fff_8_tr.gif) 100% 0 no-repeat}

/* Rounded Rectangle Light Gray Solid 8px */
.roundRectSolidGray8 .t {background: #ddd}
.roundRectSolidGray8 .bl {background: url(/images/border/corner_xxx_fff_8_bl.gif) 0 100% no-repeat}
.roundRectSolidGray8 .br {background: url(/images/border/corner_xxx_fff_8_br.gif) 100% 100% no-repeat}
.roundRectSolidGray8 .tl {background: url(/images/border/corner_xxx_fff_8_tl.gif) 0 0 no-repeat}
.roundRectSolidGray8 .tr {background: url(/images/border/corner_xxx_fff_8_tr.gif) 100% 0 no-repeat}

.bgn-shad-inf { background-image: url('/images/shadow/inf.png'); background-repeat: repeat-x; background-position: center top }
.bgn-shad-right { background-image: url('/images/shadow/right.png'); background-repeat: repeat-y; background-position:  left 50%; }
.bgn-shad-left { background-image: url('/images/shadow/left.png'); background-repeat: repeat-y; background-position:  right 50%; }

#tabbed_nav {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	padding: 0px;
	width: 100%;
	position: relative;
	height: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabbed_nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#tabbed_nav ul li {
	font-size: 90%;
	height: 20px;
	float: left;
	padding-top: 5px;
}
#tabbed_nav ul li a:link, #tabbed_nav ul li a:visited  {
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 0px;
	display: block;
	padding-top: 1px;
}
#tabbed_nav ul li a:hover, #tabbed_nav ul li a:active, #tabbed_nav ul li a.active {
	color: #FFFFFF;
	background-color: #69C;
}
#tabbed_nav ul li a.active {
	font-weight: bold;
	color: #FFFFFF;
}
#tabbed_footer {
	height: 5px; 
	background-color: #69C;
}


/*-----------------------------------Alert Messages----------------------------------*/
.alert-msg-orange { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold; background-color: #DDA667; }
.alert-msg-orange  a:link{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336799; text-decoration: none; font-weight: bold; background-color: #DDA667; }
.alert-msg-orange  a:visited{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336799; text-decoration: none; font-weight: bold; background-color: #DDA667; }
.alert-msg-orange  a:active{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336799; text-decoration: none; font-weight: bold; background-color: #DDA667; }
.alert-msg-orange a:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC9966; text-decoration: underline; font-weight: bold; background-color: #DDA667; }

.alert-msg-red { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold; background-color: #e68b85; }
.alert-msg-red  a { color: #336799; text-decoration: none; }
.alert-msg-red a:hover{ text-decoration: underline; }

.alerttext { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990000; }

