/*
Intuitus Sitewide CSS
*/

/*

* {
  margin: 0;
  padding: 0;
}

*/

html {
       min-height: 100%;
       height: auto;
 }
 
 
span.arrow{
	font-size:13px;
}
 
/* Headings - Titles - Text - General Content */
 
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	line-height: 1.5em;
	text-align: center;
	background-color: #8c8e90;
  }
  
 #logo {
	width: 171px;
	float: right;
	padding-top: 15px;
	padding-right: 40px;
}
  

h1 {
	font-size: 14px;
	color: #FF0000;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #FF0000;
	font-weight: normal;
}

h3 {
	font-size: x-small;
	font-weight: bold;
}
  

.redboldtext {
	font-size: 12px;
	color: #FF0000;
}


.headline, .headline a{
	font-weight: normal;
	color: #000000;
}

.blacktextbold {
	font-size: 11px;
	font-weight: bold;
}

.date       {
	color: #666666;
}

a:hover .more,a:hover .date,a:hover .headline {
	text-decoration: underline;
}

.more  {
	color: #FF0000;
}


#details {
	width: 160px;
	float: left;
}

.redtext {
	font-size: 12px;
	color: #FF0000;
}

#rightcol  li a {
	color: #666666;
}

#rightcol li.selectedMenu a {
	color: #000000;
}


li {
	list-style-image: url(/img/arrow_bullet.png);
	list-style-type: none;
	list-style-position: outside;
}

#rightcol li a:hover {
	color: #FF0000;
}


.blacktext  {
	color: #000000;
}
 


/* Layout */

#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 30px;
	padding-bottom: 20px;
}

#quoteimageholder {
	background-color: #E3E3E2;
	clear:both;
	min-height: 180px;
}

#quoteimageholder_dark {
	background-color: #C5C5C3;
	clear:both;
	min-height: 180px;
}

*html #quoteimageholder {
	height: 180px;
}
*html #quoteimageholder_dark {
	height: 180px;
}


#quote {
	width: 278px;
	float: left;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: small;
	font-style: normal;
}
#quote p {
	font-style: normal;
	margin-top: 20px;
	font-size: 11px;
	line-height: 1.5em;
}

#quote .quotename {
	font-weight: bold;
}

#image {
	width: 637px;
	float: right;
	height: 180px;
}

#quoteimageshadow {
	background-image: url(/img/quotephotoshadow.png);
	background-repeat: repeat-x;
	width: 955px;
	height: 20px;
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
}


.image1 {
	background:url(/img/mainpics/1.jpg) no-repeat right top;
}

.image2{
	background:url(/img/mainpics/2.jpg) no-repeat right top;
}

.image3 {
	background:url(/img/mainpics/3.jpg) no-repeat right top;
}

.image4 {
	background:url(/img/mainpics/4.jpg) no-repeat right top;
}

.image5 {
	background:url(/img/mainpics/5.jpg) no-repeat right top;
}

.image6 {
	background:url(/img/mainpics/6.jpg) no-repeat right top;
}

.imagedefault {
	background:url(/img/pic_managementteam.jpg) no-repeat right top;
}









#fullcol, #fullcol1 {
	float: left;
	text-align: left;
	width: 915px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}


 
#leftcol {
	float: left;
	width: 596px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 120px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C8E90;
	clear: both;
}
#leftcol1 {
	float: left;
	width: 277px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C8E90;
	padding-right: 20px;
}


#leftcol2 {
	float: left;
	width: 277px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C8E90;
}


#innerleftcol1 {
	float: left;
	width: 283px;
	text-align: left;
	clear: both;
}


#innerleftcol2 {
	float: left;
	width: 283px;
	padding-left: 30px;
	text-align: left;
}


#innerleftcol3 {
	float: right;
	width: 283px;
	padding-left: 30px;
	text-align: left;
}

#rightcol {
	float: right;
	width: 277px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

#rightcolinner1 {
	float: right;
	width: 139px;
	text-align: left;
}


#rightcolinner2 {
	float: right;
	width: 138px;
	text-align: left;
}

#leftcol ul, #leftcol1 ul, #leftcol2 ul, #fullcol ul, #fullcol1 ul, #rightcol ul {
	margin-left: 0;
	padding-left: 24px;
}



/*Menu Items - Links */


a {
	color: red;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: red;
}


a:hover {
	text-decoration: underline;
}


.skipcontent {
	width: 999px;
	color: #000000;
	font-size: xx-small;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: -999px;
}


.skipcontent  a {
	color: #000000;
	font-size: xx-small;
}


#topnav {
	float: left;
	display: inline;
	width: 700px;
	padding-top: 25px;
}


#topnavbut1 {
	height: 19px;
	width: 55px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_home.png);
	background-repeat: no-repeat;
	background-position: -4px top;
	float: left;
	margin-left: 10px;
}
 
#topnavbut1:hover {
	background-image: url(/img/on_home.png);
}

#topnavbut1current {
	height: 19px;
	width: 55px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_home.png);
	background-repeat: no-repeat;
	background-position: -2px top;
	float: left;
	margin-left: 10px;
}


#topnavbut2 {
	height: 19px;
	width: 136px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_management_team.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#topnavbut2:hover {
	background-image: url(/img/on_management_team.png);
}

#topnavbut2current {
	height: 19px;
	width: 136px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_management_team.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#topnavbut3 {
	height: 19px;
	width: 155px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_consulting_expertise.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#topnavbut3:hover {
	background-image: url(/img/on_consulting_expertise.png);
}

#topnavbut3current {
	height: 19px;
	width: 155px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_consulting_expertise.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#topnavbut4 {
	height: 19px;
	width: 132px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_sectorcoverage.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#topnavbut4:hover {
	background-image: url(/img/on_sectorcoverage.png);
}

#topnavbut4current {
	height: 19px;
	width: 132px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_sectorcoverage.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#topnavbut5 {
	height: 19px;
	width: 56px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_latestnews.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#topnavbut5:hover {
	background-image: url(/img/on_latestnews.png);
}

#topnavbut5current {
	height: 19px;
	width: 56px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_latestnews.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#topnavbut6 {
	height: 19px;
	width: 72px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#topnavbut6:hover {
	background-image: url(/img/on_contact.png);
}

#topnavbut6current {
	height: 19px;
	width: 72px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}



#topnavbuthome7 {
	height: 25px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_home_itduediligence.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 10px;
}
 
#topnavbuthome7:hover {
	background-image: url(/img/on_itduediligence.png);
}


#topnavbuthome8 {
	height: 25px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_home_corporateservices.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 10px;
}
 
#topnavbuthome8:hover {
	background-image: url(/img/on_corporateservices.png);
}


#topnavbut7 {
	height: 25px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_itduediligence.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 10px;
}
 
#topnavbut7:hover {
	background-image: url(/img/on_itduediligence.png);
}

#topnavbut7current {
	height: 25px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_itduediligence.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 10px;
}


#topnavbut8 {
	height: 25px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_corporateservices.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 10px;
}
 
#topnavbut8:hover {
	background-image: url(/img/on_corporateservices.png);
}

#topnavbut8current {
	height: 25px;
	width: 159px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_corporateservices.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 10px;
}

#subnav {
	background-color: #c5c5c3;
	height: 25px;
	clear: both;
	text-align: left;
}



#subnavbut1 {
	height: 22px;
	width: 66px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_clients.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#subnavbut1:hover {
	background-image: url(/img/on_clients.png);
}

#subnavbut1current {
	height: 22px;
	width: 66px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_clients.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#subnavbut2 {
	height: 22px;
	width: 99px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_trackrecord.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#subnavbut2:hover {
	background-image: url(/img/on_trackrecord.png);
}

#subnavbut2current {
	height: 22px;
	width: 99px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_trackrecord.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#subnavbut3 {
	height: 22px;
	width: 190px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_transactionspecific.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#subnavbut3:hover {
	background-image: url(/img/on_transactionspecific.png);
}

#subnavbut3current {
	height: 22px;
	width: 190px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_transactionspecific.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#subnavbut4 {
	height: 22px;
	width: 169px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_servicecommitment.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 
#subnavbut4:hover {
	background-image: url(/img/on_servicecommitment.png);
}

#subnavbut4current {
	height: 22px;
	width: 169px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_servicecommitment.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#subnavbut5 {
	height: 22px;
	width: 178px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_ITstrategy.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 

#subnavbut5:hover {
	background-image: url(/img/on_ITstrategy.png);
}

#subnavbut5current {
	height: 22px;
	width: 178px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_ITstrategy.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#subnavbut6 {
	height: 22px;
	width: 285px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_IToperations.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 

#subnavbut6:hover {
	background-image: url(/img/on_IToperations.png);
}

#subnavbut6current {
	height: 22px;
	width: 285px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_IToperations.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#subnavbut7 {
	height: 22px;
	width: 257px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_ITprogramme.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 

#subnavbut7:hover {
	background-image: url(/img/on_ITprogramme.png);
}

#subnavbut7current {
	height: 22px;
	width: 257px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_ITprogramme.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#subnavbut8 {
	height: 22px;
	width: 49px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_FAQ.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
 

#subnavbut8:hover {
	background-image: url(/img/on_FAQ.png);
}

#subnavbut8current {
	height: 22px;
	width: 49px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_FAQ.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#currentnewsbut {
	height: 21px;
	width: 268px;
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_newscurrent.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
 
#currentnewsbut:hover {
	background-image: url(/img/on_newscurrent.png);
}


#currentnewsbutcurrent {
	height: 21px;
	width: 268px;
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_newscurrent.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}


#archivenewsbut {
	height: 21px;
	width: 268px;
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_newsarchive.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
 
#archivenewsbut:hover {
	background-image: url(/img/on_newsarchive.png);
}

#archivenewsbutcurrent {
	height: 21px;
	width: 268px;
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_newsarchive.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}


#rightcolbut1 {
	height: 21px;
	width: 268px;
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_mbos.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
 
#rightcolbut1:hover {
	background-image: url(/img/on_mbos.png);
}

#rightcolbut1current {
	height: 21px;
	width: 268px;
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_mbos.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}

#rightcolbut2 {
	height: 21px;
	width: 268px;
	text-indent: -20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_carve-outs.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
 
#rightcolbut2:hover {
	background-image: url(/img/on_carve-outs.png);
}

#rightcolbut2current {
	height: 21px;
	width: 268px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_carve-outs.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}


#rightcolbut3 {
	height: 21px;
	width: 268px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_development.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
 
#rightcolbut3:hover {
	background-image: url(/img/on_development.png);
}

#rightcolbut3current {
	height: 21px;
	width: 268px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_development.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}


#rightcolbut4 {
	height: 21px;
	width: 268px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_financial.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
 
#rightcolbut4:hover {
	background-image: url(/img/on_financial.png);
}

#rightcolbut4current {
	height: 21px;
	width: 268px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_financial.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}

#rightcolbut5 {
	height: 21px;
	width: 268px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_investments.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}
 
#rightcolbut5:hover {
	background-image: url(/img/on_investments.png);
}

#rightcolbut5current {
	height: 21px;
	width: 268px;
	text-indent: 20000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/curr_investments.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
}


#printscreen {
	height: 21px;
	width: 48px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/img/off_printversion.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

#printscreen:hover {
	background-image: url(/img/on_printversion.png);
}


/*Forms */


.quicksearch {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width: 160px;
}
  
  
.formfields  {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 150px;
}


.sendbut  {
	border: 1px solid #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
} 


/*Footer */


#bottom {
	width: 100%;
	background-image: url(/img/bottom_bkgrd.gif);
	background-position: top;
	background-repeat: repeat-x;
}

 
#footer {
	font-size: xx-small;
	line-height: 1.5em;
	padding-bottom: 90px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(/img/footer_bkgrd.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	padding-top: 10px;
  }
  
#footer a {
	width: 955px;
	text-align: left;
	color: #FFFFFF;
}


#copyright {
	width: 500px;
	text-align: left;
	float: left;
	padding-left: 20px;
}

#basestation {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 20px;
  }
  


/*Misc*/

#zebra  thead  tr td  {
	background-image: url(/img/tabletopshadow.png);
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #D9D9D9;
	vertical-align: top;
    }
#zebra  tbody  tr td  {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #D9D9D9;
	color: #000000;
	font-size: 11px;
    }

#zebra  tbody td.doctype  {
	text-transform: uppercase;
}

#thumbnail {
	width: 90px;
	float: left;
	background-color: #000000;
	height: 120px;
	margin-right: 10px;
}
#groupshot {
	width: 200px;
	float: left;
	background-color: #000000;
	height: 89px;
	margin: 0 15px 15px 0;
}
.breaker {
	font-size: 0px;
	clear: both;
	width: 100%;
	height: 0px;
 }

.hiddenPic {
	display: none;
 }
.redlinespacer {
	height: 1px;
	width: 100%;
	font-size: 1px;
	background-color: #FF0000;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.clientlogos {
	height: 90px;
	width: 181px;
	float: left;
}

a img, img {
border: 0 none;
}



div.row {
	clear: both;
	padding-top: 10px;
	font-size: 12px;
  }

div.row span.label {
	float: left;
	width: 100px;
	text-align: left;
  }

div.row span.formw {
	float: right;
	width: 170px;
	text-align: right;
	}
div.row span.search {
	float: left;
	width: 60px;
	text-align: left;
}
div.row span.formx {
	float: left;
	width: 100px;
	text-align: left;
}
div.row  span.formz {
	float: right;
	width: 75px;
	text-align: right;
}
	
#form {
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}
#zebra table {
	padding-top: 10px;
}

.clicktoexpand{
	cursor:pointer;
}

tr.darker{
 background:#EFEFEF;
}

tr.lighter{
 background:#FFFFFF;
}


#casePrint{
	display:none;
}

#investor,#sector{
	width:145px;
}

.pagination{
	color:black;
	text-align:center;
}


#thirdMenu ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	font-size: 1.1em;
}

#thirdMenu li{
	list-style-image: url(/img/arrow_bullet_trans_small.gif);
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:0;
}

#thirdMenu ul li a, #thirdMenu ul li a:visited{
	color:gray;
}

#thirdMenu ul li a:hover{
	color:#F60000;
}

#thirdMenu{
	width: 278px;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

#thirdMenu li.selectedMenu{
	list-style-image: url(/img/arrow_bullet_trans_small.gif);
	list-style-type: none;
	list-style-position: outside;
}

#thirdMenu ul li.selectedMenu a{
	color:black;
}
