/* Styles for 100 Women in Hedge Funds */
body {
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	color:#000000;
	font-size: 10pt;
	font-family:Geneva,Arial,Helvetica,sans-serif;
}

td.leftmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom: 2px solid black;
	text-align:left;
}

td.leftmenu a.menu {
	color:#000000;
	text-decoration: none;
/*	display: block;
	width: 123px;
	height: 30px;
	vertical-align:middle;*/
}

td.leftmenu a:hover.menu {
	background-color:#FFFFFF;
	font-weight:bold;
	color:#9EBF51;
	text-decoration: none;
}

td.formlabel {
	text-align: right;
}
td.formlabelinvalid {
	text-align: right;
	color: red;
}
.invalid {
	color: red;
}
.textfield {
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	width:100px;
}
.longtextfield {
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	width:300px;
}
.shorttextfield {
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	width:30px;
}
.datetextfield {
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	width:70px;
}
.textarea {
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 10pt;
}
a, a:visited, a:active { 
	color:#9EBF51;
	font-weight:bold; 
}
a:hover { 
	background-color:#9EBF51;
	color:#FFFFFF;
	text-decoration:none;
}

a.blue, a:visited.blue, a:active.blue { 
	color:#0066CC;  /* #0066CC; */ /* #27AECE; */
	font-weight:bold; 
}
a:hover.blue { 
	background-color:#0066CC; /* #0066CC; */ /* #27AECE; */
	color:#FFFFFF;
}

/* links on images */
a.img {
	line-height: 2px; /* fix jumping images in IE8 */
}
a:hover.img { 
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}

/* small links - for previous/next links etc */
a.small, a:visited.small, a:active.small {
	color:#000000; 
	text-decoration:none;
	font-size: 10px;
	font-weight:bold; 
}
a:hover.small {
	background-color:#FFFFFF;
	color:#9EBF51;
}

.bodytext {
	color:#000000;
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 10pt;
}
.bodytext p {
	text-align:justify;
}
.emailtext p {
	text-align:left;
}
.smalltext {
	color:#000000;
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 8pt;
}
.verysmalltext {
	color:#000000;
	font-family:Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 10px;
}

h3.pageheading {
	color: #9EBF51;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
}
h3.fancyheading {
	color: #9EBF51;
	text-align:center;
	font-size:16pt;
	font-family:Monotype Corsiva,cursive,Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
}
.subheading {
	color: #9EBF51;
	font-weight:bold;
}
.subheadingblack {
	color: #000000;
	font-weight:bold;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
}
.highlight {
	color: #9CBE52;
}
.highlightbold {
	color: #9CBE52;
	font-weight:bold;
}
.purple {
	color: #663399;
}
.purpleheading {
	color: #663399;
	font-size: 13pt;
}
.errormessage {
	color:#FF0000;
}

/* results table */
.resultsheading {
	color: #FFFFFF;
	background-color:#9EBF51;
	font-size:8pt;
	font-weight:bold;
}
a.resultsheading {
	text-decoration:underline;
}
a:visited.resultsheading { color: #FFFFFF; }
a:hover.resultsheading { text-decoration:underline; color:#000000; }

.resultsselected {
	color:black;
	background-color:#eeeeee;
	font-size:8pt;
	font-weight:normal;
}

.resultsrow {
	color:black;
	background-color:#dddddd;
	font-size:8pt;
	font-weight:normal;
}

.resultsaltrow {
	color:black;
	background-color:#ffffff;
	font-size:8pt;
	font-weight:normal;
}

.sortheading {
	color: #FFFFFF;
	background-color:#9EBF51;
	font-size:8pt;
	font-weight:bold;
	line-height: 12pt;
}
a.sortheading {
	text-decoration:underline;
}
a:visited.sortheading { color: #FFFFFF; }
a:hover.sortheading { background-color: #FFFFFF; color: #9EBF51; text-decoration:underline; }

a.quicklinks, a:visited.quicklinks{ 
	color: white; 
	text-decoration:none;  
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 1px;
	}
a:hover.quicklinks { text-decoration:underline; background-color:#999999; }

table.eventsubmission td { font-size: 11px; }
table.eventsubmission select { font-size: 11px; }
.formheading { 
	color:#003366;
	font-weight:bold;
	padding: 2px;
}
table.eventsubmission td.formheading {
	font-size: 13px;
}
table.eventsubmission-view td { font-size: 11px; }
table.eventsubmission-view td.formheading {
	font-size: 13px;
}
