
/*-----------------------New  styles for the search page in FAST-----------------------------------*/

#twoColsLeft {width: 170px; float: left;}
#twoColsRight {margin-left: 185px; margin-right: 10px;}

.boxLeftX A:link, .boxLeftX A:active {color: #0033cc; text-decoration: none;  border-bottom: none;}
.boxLeftX A:visited {color: #993300; text-decoration: none; border-bottom: none;}
.boxLeftX A:hover {color: #993300; text-decoration: underline; }

.navigation {text-align: left;}

.navigation .navigatorHeader {border-bottom: 1px solid #cccccc; padding: 3px 0px 5px 5px; background-repeat: no-repeat; /*background-position: left;*/ cursor: pointer;}

/*-------- Amendment of July 11th 2007: plus and minus icons removal ----------*/
/* Line commented below replaced by line below it */
/*.navigation .navigatorOpen .navigatorHeader {background-color: #F9EFBE; background-image: url(wcms_toggleminus.png);}*/
.navigation .navigatorOpen .navigatorHeader {background-color: #F9EFBE;}

/* Line commented below is no more needed */
/*.navigation .navigatorClosed .navigatorHeader {background-image: url(wcms_toggleplus.png);}*/
/*-------- Amendment of July 11th 2007: plus and minus icons removal ----------*/

.navigation .navigatorHeader a {padding-left: 3px; display: block;}

.navigatorHeader a:link, .navigatorHeader a:visited, .navigatorHeader a:active {color: #0033cc; text-decoration: none; border-bottom: none;}
.navigatorHeader a:hover {color: #993300; text-decoration: underline;}

.navigation .navigatorOpen .navigatorContent {display: block; background-color: #F0F0EB; border-bottom: 1px solid #cccccc;}

.navigation .navigatorClosed .navigatorContent {display: none;}

.navigatorContent {
	padding: 3px 3px 6px 6px;
}

.navigatorContent a, .navigatorContent a:visited {
	display: block;
	text-decoration: none;
	margin: 3px 3px 3px 0px;
	padding-left: 12px;
	color: #336699;
	background : url(./arrowhr.gif) no-repeat;
}

.navigatorContent a:hover {text-decoration: underline; color: #993300;}

A.gray1:link, A.gray1:visited, A.gray1:active {color: #666666; text-decoration: none; border-bottom: dashed #999999 1px;}
A.gray1:hover {color: #993300; text-decoration: underline; border-bottom: none;}







