@charset "UTF-8";
/* CSS Document */

/* 
=======================================================
Lemon CSS

Released for OSWD and OWD.
Mostly coded by Anthony Yeung (http://smallpark.org)
=======================================================
*/


.button {
	display: block;
	width: 315px;
	height: 20px;
	background: whitesmoke;
	padding: 10px;
	text-align: center;
	border-radius: 1px;
	color: #3399cc;
	font-weight: bold;
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC;
}

html,body {
	margin:0;
	padding:0;
}

body {
	background: #FFF url('../images/bg.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 20px;
}

div#content a, div#sidebarLeft a, div#sidebarRight a {
	color: #3399cc;
	/*font-weight: bold;*/
	text-decoration: none;
	/*
	background-color: #FAFAFA; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1; 
	*/
	padding: 1px;
}

div#content a:hover , div#sidebarLeft a:hover, div#sidebarRight a:hover {
	color: #222;
	/*font-weight: bold;*/
	text-decoration: none;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC;
	padding: 1px;
}

div#header {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}

div#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #3399cc;
	letter-spacing: -1px;
}

div#header a {
	text-decoration: none;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#navigation li {
	display: inline;
	padding-right: 2px;
	font-size: 12px;
}

#navigation li a {
	color: #666;
	font-weight: normal;
	padding: 4px;
	text-decoration: none;
	background-color: #F1F1F1; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
	padding: 1px;


}

#navigation li a:hover {
	color: #39C;
	font-weight: normal;
	padding: 4px;
	text-decoration: none;
	background-color: #F1F1F1; 
	border-bottom: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	padding: 1px;
}

div#header h2 { /* The tagline thing */
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding-left: 0px;
	margin-top: -15px;
	float: left;
}

div#wrapper{
	margin-top:15px;
	}

div#container {
	text-align:left
}

div#content div, div#content p, div#sidebarLeft p, div#sidebarRight p, div#content label, div#content button, div#content input, div#content select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height:1.8em;
}

div#content h1, div#sidebarLeft h1, div#sidebarRight h1 {
	font-size: 14px;
	font-weight: normal;
	color: #3399cc; 
	text-decoration: none; 
	padding: 3px 6px; 
	background-color: #F9F9F9; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
}

div#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	margin: 0;
	padding: 0;
}

div#content table { 
	margin: 11px 0; 
	border: 1px solid #F1F1F1; 
	border-collapse: collapse; 
	border-spacing: 0; 
	font-size: 100%; 
	width: 100%;
}

div#content thead {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333; 
	text-decoration: none; 
	padding: 3px 6px; 
	background-color: #F9F9F9; 
	border-bottom: 2px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
}

div#content th, td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 6px; 
	border: 1px solid #f1f1f1;
}

tr.highlight {
	background: #f9f9f9;
}

td.shaded {
	background:#C9E3EF;
	}

td.edge {
	background: #75BBDD;
}

td.mod0 {
	background: #ffffff;
}

td.mod1 {
	background: #f9f9f9;
}
	
div#footer p {
	margin:0;padding:5px 11px;
}

div#container {
	width:800px;
	margin:0 auto;
}

div#sidebarRight {
	float:right;
	width:330px;
	padding-bottom: 11px;
}

div#sidebarLeft {
	float:left;
	width:330px;
}

div#footer {
	margin-top: 10px;
	background-color: #666;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	width:100%;
	padding: 5px;
}

div#footer a, div#footer a:hover {
	margin-top: 10px;
	background-color: #666;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	width:100%;
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #666; 
	border-right: 1px solid #666;
}

#rightAlign {
	float: right;
	display:inline;
}

#headerH1Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #3399cc;
	letter-spacing: -1px;
	}

#pageTitle {
	float: right;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3399cc;
	}

.title {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3399cc;
	}


	
#fundInfo {
	font-weight:bold;
	font-size: 12px;
	}
	
div#error {
	background:#f9f9f9;
	border-style:solid;
	border-width:thin;
	border-color:#900;
	width:70%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
div#info{
	background:#f9f9f9;
	border-style:solid;
	border-width:thin;
	border-color:#063;
	width:70%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
