
/*********  FORM & ADDITONAL CSS  ***************/
/*********  FORM & ADDITONAL CSS  ***************/

.note {
	font-family: Helvetica, Arial; 
	font-size: 10px; 
	line-height: 14px;
	text-decoration: normal; 
	color: #666666;
}

.note a {
	text-decoration: none; 
	color: #773d97;
}

.note a:hover {
	text-decoration: underline; 
	color: #cc99cc
}

/* BODY TEXT */ 
.bodyText {
	font-family: Helvetica, Arial; 
	padding-right: 11px;	
	font-size: 12px;
	line-height: 18px;
	text-decoration: normal; 
	color: #4e4e4e;
}

.bodyText a {
   color: #773d97;
   text-decoration: none; 
   border-bottom: 1px dotted #773d97;
}

.bodyText a:hover {
   color: #cc99cc;
   	text-decoration: underline;
   	border-bottom:none;
}

.submit_button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#333;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	padding: 1px 2px;
	background:url(/apps/images/formbg.gif) repeat-x left top;
}

/*********  MENUS & ADDITONAL CSS  ***************/
/*********  MENUS & ADDITONAL CSS  ***************/

/*********  MENUS CSS - TABLE DESIGN  ***************/
.menuBorder {
	border: 2px solid #8166a2;
}

.menuBartop {
  height: 10px;  
  background: url(/apps/images/menubar_top.gif);
  background-repeat: repeat-x;
}

.menuBarbottom{
	height: 16px;
  	background: url(/apps/images/menubar_bottom.gif);
  	background-repeat: repeat-x;
}


dt{
	padding: 0px 0 0px 0;
} 

#menu {
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index:100;
	width: 605px; /* precision for Opera */
}

#menu dl {float: left;	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left; 
}

#menu dt {text-decoration:none;cursor: pointer; 	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#menu dd {display: none;margin: -13px 0px 0px -3px; width:420px; text-decoration:none; position: absolute;}
#menu dt a {text-decoration: none;}
#menu dt a:hover {height: 100%;}
#menu dd a:hover {height: 100%;  color: #cc99cc; 
}

/*********  MENUS CSS - TEXT DESIGN  ***************/
.menuTitle{
	font-family: Helvetica, Arial; 
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.menuSubtitle{
	color: #773d97;
	font-size: 12px;
	font-weight: bold;
	font-family: helvetica, arial;
}

.menuSubtitle a{
	color:#773d97;
	text-decoration:none;
}

.menuSubtitle a:hover {
	color: #cc99cc; 
	text-decoration: underline; 
}

.menuTxt {
	font-family: Helvetica, Arial; 
	font-size: 11px;
	color: #666666; 
}

.menuTxt a{
	color:#773d97;
	text-decoration:none;
}

.menuTxt a:hover {
	color: #cc99cc; 
	text-decoration: underline; 
}



.intertabs{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.intertabs ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.intertabs li{
	display: inline;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

.intertabs li a{
	color: #773d97; 
	text-decoration: none; 
	margin-right: 13px; 
}

.intertabs li a:visited{
}

.intertabs li a:hover{
	color: #cc99cc;
	text-decoration:none;
}

.intertabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	text-align:left;
	background:url('/apps/images/lower_tab.gif') 0px 0px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: Helvetica, Arial; 
	font-size: 10px; 
	z-index:400;
	width: 240px;
	visibility: hidden;
}

.dropmenudiv span{
	display: block;
}

.dropmenudiv span a{
	text-decoration: none; 
	color: #773d97;
	padding:0px 0px 1px 7px;margin:0px 0px 1px 7px;
}

.dropmenudiv span a:hover {
	text-decoration: underline; 
	color: #cc99cc
}




