﻿
/*********  FORM & ADDITONAL CSS  ***************/
/*********  FORM & ADDITONAL CSS  ***************/

.note {
	font-family: Helvetica, Arial; 
	font-size: 10px; 
	line-height: 14px;
	text-decoration: normal; 
	color: #4e4e4e;
}

.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 {
	text-decoration: none; 
	color: #773d97;
}

.bodyText a:hover {
	text-decoration: underline; 
	color: #cc99cc
}
.bodyTxt1 a {
	text-decoration: none; 
	color: #773d97;
}

.bodyTxt1 a:hover {
	text-decoration: underline; 
	color: #cc99cc
}
/*********  MENUS & ADDITONAL CSS  ***************/
/*********  MENUS & ADDITONAL CSS  ***************/

/*********  MENUS CSS - TABLE DESIGN  ***************/
.menuBorder {
	border: 2px solid #8166a2;
}

.menuBartop {
  height: 10px;  
  background: url(../images/menubar_top.gif);
  background-repeat: repeat-x;
}

.menuBarbottom{
	height: 16px;
  	background: url(../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: 603px; /* precision for Opera ; made change to 605 from 525 may-12-10 */
}

#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: #4e4e4e;
	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: #4e4e4e; 
}

.menuTxt a{
	color:#773d97;
	text-decoration:none;
}

.menuTxt a:hover {
	color: #cc99cc; 
	text-decoration: underline; 
}


.checkmark{
background-image: url(../images/checkmark1.gif);
background-repeat: no-repeat;

}

.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}

.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('../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
}
