
BODY { font-size : 11px; font-family : Verdana, Arial, Helvetica, sans-serif;color : #000000;}

TD { font-size : 11px; font-family : Verdana, Arial, Helvetica, san-serif; color : black;}


/* A tag altered by symetri */

A  {
   font-family : Verdana, Arial, Helvetica, san-serif;
   color : #000066;
   /* text-decoration : none; */
}

/* A:hover tag added/altered by symetri */

A:hover  { color : #9E774F; text-decoration : underline;}

/*A:visited { color: #666633; }*/


A.Navi:link {font-family : Verdana, Arial, Helvetica, san-serif; color : white; text-decoration : none; font-size: 11px;}

A.Navi:hover { 
   font-family : Verdana, Arial, Helvetica, san-serif;
  font-size: 11px;
color:orange; text-decoration: underline}


A.Navi:visited {  
   font-family : Verdana, Arial, Helvetica, san-serif;
 font-size: 11px;
color : white;
   text-decoration : none;
}


/*input and select tags altered by symetri*/

INPUT  {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size:10px;
	background:#FFFFCC;
	color:#000066;
}
SELECT	{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size:10px;
	background:#FFFFCC;
	color:#000066;
}



/*  top bar  */


/* Dark blue Button  */
A.darkblueButton {
   color : #666633;
   text-decoration : none;
 font-weight : bold;
}


/* Dark blue  Bold Button  */
A.darkblueButtonBold {
   color : #666633;
   text-decoration : none;
}
/* Orange Button  */
A.orangeButton {
   color : #FFFFFF;
   text-decoration : none;
 font-weight : bold;
}


/* Orange  Bold Button  */
A.orangeButtonBold {  
   color : #FFFFFF;
   text-decoration : none;
}

/*  tables  */


/* first row of table : main title of table  */
TD.tableName {
   font-weight : bold;
   color : white;
   background-color : #666633;
}

/* second row of table : table header  */

TD.tableHeader {
   font-size : 11px;
   background-color : #cccc99;
}



/* second row of table : table data  */
TD.tableRow {
   font-size : 11px;
   background-color : #FFFFFF;
}



/* hyper linked items inside tables  */
A.orderItem {
   font-size : 11px;
   color : navy;
   text-decoration : underline;
}



A.orderItem:hover {
   font-size : 11px;
   color : red;
   text-decoration : underline;
}

/*  tabs  */

/* active tab  */
TD.forTab {
   font-weight : bold;
   color : #00406a;
}



A.forTab {
   font-weight : bold;
   color : #00406a;
}



/* inactive tab  */

TD.bakTab {
   color : #00406a;
}



A.bakTab {
   color : #00406a;
}






/*  data fields (entry fields and display fields)  */

/* for the right hand side of the data field to make the bgcolor tan  */

TD.entry {
   background-color : #c8c1b0;
}






/*  instruction line/messages */
/* instruction  */

TD.justBold {
   font-weight : bold;
}

/* error  */

TD.error {
   color : red;
}



/* confirmation message (used in inbox scenario)   */

TD.message {
   font-size : 11px;
   color : navy;
}





/*  folder navigation   */

/* closed main folder  */




TD.closedMainFolder {
   font-size : 11px;
   color :navy;
}







A.closedMainFolder {
   font-size : 11px;
   color : navy;
}





A.closedMainFolder:hover {
   font-size : 11px;
   color : navy;
   text-decoration : underline;
}




/* opened main folder  */

TD.openMainFolder {
   font-weight : bold;
   font-size : 11px;
   color : navy;
   background-color : #ffffcc;
}




A.openMainFolder {
   font-weight : bold;
   font-size : 11px;
   color : navy;
   background-color : #ffffcc;
}




/* closed sub folder  */


TD.closedSubFolder {
   font-size : 11px;
   color : navy;
}





A.closedSubFolder {
   font-size : 11px;
   color : navy;
}




A.closedSubFolder:hover {
   font-size : 11px;
   color : navy;
   text-decoration : underline;
}





/* opened sub folder  */


TD.openSubFolder {
   font-size : 11px;
   color : navy;
   background-color : #ffffcc;
}




A.openSubFolder {
   font-size : 11px;
   color :navy;
   background-color : #ffffcc;
}



 ****************************** help *********************** 

/* help   */

/* help header   */

TD.helpHead {
   color : #cccccc;
}



/* help title   */

A.helpWhite {
   font-size : 11px;
   color : white;
}

A.helpWhite:visited {
   font-size : 11px;
   color : white;
}


TABLE.Roadmap {
   background-color : #42527b;
}

/* help content   */

TD.helpxext {
   font-size : 11px;
   color : white;
}



P.helpSubText {
   text-indent : -11px;
   margin-left : 11px;
}

 #helpLayer {
   width : 115px;
   top : 0;
   left : 11px;
   position : relative;
   z-index : 0;
   overflow : hidden;
   clip : rect(0,105px,1000px,5px);
}

/*  miscellaneous */

/* system templates   */


H2 {
   font-family : Verdana, Arial, Helvetica, san-serif;
   color : black;
}



BLOCKQUOTE {
   font-family : Verdana, Arial, Helvetica, san-serif;
   color : black;
}




/*symetri added classes & styles */



.header {  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-style: normal;
 font-weight: bold;
 color: #000066;
 text-decoration: none;
 }

.boldgrey {  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #333333;
 text-decoration: none;
 }

.normalBlue {  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000066;
 text-decoration: underline;
 }

.mainTitleGreen { 
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 color: #666633;
 text-decoration: none;
 }

.subTitleBlue { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #000066;
 text-decoration: none;
 }

.subTitleBlueLarger { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
 }

.alertRed {  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #CC0033;
 }

.normalBodycopy {  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 14px;
 }

.normalBodycopySmall { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
 }

.normalBodycopyLeaded { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
 }

.boldBodycopyBlue { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
 }

.normalBlackSmall { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
 }

A.subnavMain {  
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

A.subnavMain:hover {  
  color: #666633;
  text-decoration: underline;
}

A.topNav {  
 color: #ffffff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}

A.topNav:hover {  
  color: #CC9966;
  text-decoration: none;
}

A.topNav2 {  
 color: #000066;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
}

A.topNav2:hover {  
 color: #ffffff;
  text-decoration: none;
}

A.footer { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000066;
 text-decoration: underline;
 }
 
 A.footer:hover {
 color: #9E774F;
 }

A.linkBodyBlack { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 color: #000000;
 text-decoration:none;
 }

A.linkBodyBlack:hover {  
 color: #000066;
  text-decoration: underline;
}

A.linkBodyNonActive { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 color: #999999;
 text-decoration:none;
 }

A.linkBodyBlue { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #000066;
 text-decoration:none;
 }

A.linkBodyBlue:hover {  
 color: #000066;
  text-decoration: underline;
}

A.LinkTitleBlue { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
 color: #000066;
 text-decoration: none;
 }

A.LinkTitleBlueLeaded { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
 color: #000066;
 text-decoration: none;
 line-height: 25px}

A.faqLink { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 }

A.faqLink:hover {  
 color: #9E774F;
  text-decoration: underline;
}

A.normalBodycopy { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 14px;
color: #000066;
 text-decoration: underline;
 }
 
A.normalBodycopy:hover { 
 color: #9E774F;
 text-decoration: underline;
 }

.subTitleGreyLarger { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-style: normal;
 font-weight: bold;
 color: #333333;
 text-decoration: none;
 }

A.subTitleGrey { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #333333;
 text-decoration: none;
 }

A.subTitleGrey:hover {  
 color: #333333;
  text-decoration: underline;
}

.subTitleGrey { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #333333;
 text-decoration: none;
 }

.normalBodycopybold { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #666633;
 text-decoration: none;
 }


.normalBlueNoUnderline {  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 color: #000066;
 text-decoration: none;
 }
.subTitleGreen { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #666633;
 text-decoration: none;
 }
