/* Tabbed nav styles */

/*
main dark blue - 243EB3
main light blue - 5ACBFF
highlight blue - AAF0FF
einSpine grey - ADA8A4
einSpine paler grey - BBB6B0


main bg colour - 243EB3
active bg colour - 5ACBFF
*/

/*main column menu*/

#pageTurn0	{
	float: left;
	text-align: left;
	width: 493px;
	height: 20px;
	margin: 0;
	padding: 2px;
}
#pageLimit0	{
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
#pageTurnLeftTop	{
	float: left;
	text-align: left;
	padding: 0 ;
}
#pageTurnLeftBottom	{
	float: left;
	text-align: left;
	padding: 0 ;
}
#pageLimitStartTop	{
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px;
}
#pageLimitStartBottom	{
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px;
	background-color: transparent
}
#pageTurnRightTop	{
	float: right;
	text-align: right;

}
#pageTurnRightBottom	{
	float: right;
	text-align: right;
	background-color: transparent

}
#pageLimitEndTop	{
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px;
}
#pageLimitEndBottom	{
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px;
}

#leftNavGlos {
	float: left;
	text-align: left;
	width: 193px;
	margin: 10px 0px 0px 11px;
	padding: 0;
	background-color:#FFFFFF
}

#leftNavNavGlos {
	float: left;
	width: 193px;
	background-image: url(../im/lnpBG.gif);
	background-repeat: repeat-y;
	margin-bottom: 0;
}

#leftNavNavGlos ul {
	margin: 0 10px;
	padding: 5px 1px 3px 1px;
	border-top: 1px solid #7EDAFF;
	list-style-type: none;
}

#leftNavNavGlos li {
	font-weight: bold;
	width:inherit;
	color: #243EB3;
	display: inline;
	padding: 6px 0px 6px 2px;
}

#leftNavNavGlos ul li span {
	padding: 0 10px; 
	border-right: none;
}

#leftNavNavGlosAvtive ul li span {
	padding: 0 10px; 
	border-right: none;
	color: #243EB3;
}

#leftNavNavGlos ul li span.leftNavNavGlosLast {
	border-right: none;
}

#leftNavNavGlos li a { 
	color:#243EB3; 
	text-decoration: none; 
	background-color: transparent;
	}

#leftNavNavGlos li a:hover { 
	color: #AAF0FF;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}
	

#leftNavNavGlos li a.lnnActive { 
	background-image: url(../im/arrowR.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
/* hack for the bottom of the panel - could not find a slicker way of getting the background to work  */
#leftNavNavGlos2 {
	float: left;
	width: 193px;
	background-image: url(../im/lnpBG.gif);
	background-repeat: repeat-y;
	margin-bottom: 0;
}

#leftNavNavGlos2 ul {
	margin: 0 10px;
	padding: 5px 1px 3px 1px;
	border-top: 1px solid #7EDAFF;
	list-style-type: none;
}

#leftNavNavGlos2 li {
	font-weight: bold;
	display: inline;
	padding: 6px 0px 6px 2px;
}

#leftNavNavGlos2 ul li span {
	padding: 0 10px; 
	border-right: none;
}

#leftNavNavGlos2 ul li span.leftNavNavGlosLast {
	border-right: none;
}

#leftNavNavGlos2 li a { color:#243EB3; text-decoration: none; }
#leftNavNavGlos2 li a:hover { 
	color: #AAF0FF;
	font-weight: bold;
	text-decoration: none;
	}

#leftNavNavGlos2 li a.lnnActive { 
	background-image: url(../im/arrowR.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
}

/* panels */
#panelGlos {
	margin: 0;
	padding:0;
	background-image: url(../im/lnpBG.gif);
	background-repeat: repeat-y;
	border-top: 10px solid #FFFFFF;	
}

#panelGlos p {
	font-size:0.9em;
	margin:0 1px;
	padding: 5px 5px; 
	border-top: 1px solid #243EB3;
}
#panelGlos p a {
	
}

#gSearchGlos {
	background-color: #243EB3;
	text-align: left;
	margin: 0;
	padding: 0;
}
#gSearchGlos input { font-size: 0.8em; }
#gSearchGlos font { font-size: 0.9em; }
#gSearchGlos form { margin:0; padding:0; }
