/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
 
/************
  * Misc Styles and defaults 
  */
 
* { 
	margin: 0; 
	padding: 0; 
	outline-color: #fff;

	}

html {
	//background: #cccccc url(../images/background800b.gif) repeat-y;

}

body { 
 	font-size: 80%; 
 	margin-bottom: 0px;
	font-family: 'Arial', Verdana, Lucida, sans-serif; 
	background-color: #fff;
	
	}

a img{
	border:0;
}
.clear{
	clear:both;
}
img {
	border: 0px solid #E9E9E9;
}


/**************
 	Site Container Box
*/
#BgContainer {
	background:  transparent url(../images/background800b.gif) repeat-y;
	width: 800px;  
	margin: 0 auto; 
}
#Container { 
	width: 800px;
/*	padding-bottom: 15px;*/
	}
#Layout {
	width: 760px;
	clear: both;
	overflow: auto;
	margin: 5px auto;
	}

/** Header **/
#Header { 
 	margin-left: 230px; 
 	margin-bottom: 0; 
 	margin-right: auto; 
 	margin-top: 0; 
 	width: 800px;
	height: 170px; 
/*	background: url(../images/Marlboroughheader.png) no-repeat;*/
/*	background: url(../images/headerwithbox.png) no-repeat;*/
	background: url(../images/synergyheader1.jpg) no-repeat;
	}
 	#Header h1 { 
		margin: 100px 0 0 245px;
/*
	  	margin-left: 245px; 
	  	margin-bottom: 0; 
	  	margin-right: 0; 
	  	margin-top: 100px; 
*/
	  	color: #999999; 
		font-size: 1.5em; 
		float: left;
		font-family: 'Arial', Tahoma, Verdana, sans-serif;
		font-weight: 300;
		}

		
	#Header p {
		margin-left: 100px;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
		font-size: 1.4em;
		color: #fff;
		clear: left;
	}

/*** Main Nav ***/
#Navigation {
 	background-image: url(../images/navbackground.gif);
 	width: 780px; 
	float: left;
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 1px;
	height: 27px;
}

#Navigation ul { 
 	float: none; 
	margin: 0px 15px 0 0; 
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		display: block;
		}
  		#Navigation ul li a { 
			padding-left: 20px; 
			padding-bottom: 0; 
			padding-right: 0; 
			padding-top: 0; 
			float: left;
			text-decoration: none;
			display: block; 
			height: 30px; 
			font-size: 14px; 
			line-height: 30px; 
			color: #333333;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding-right: 5px;
			height: 30px;
 
		}
			#Navigation ul li a:hover { 
				color: white;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				cursor: pointer;
			}
    		#Navigation  ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	color: black;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				color: black;
			}



/*
ul#Navigation { 
 	float: none; 
	margin: 0px 15px 0 0; 
	}
	ul#Navigation li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		display: block;
		}
  		ul#Navigation li a { 
			padding-left: 20px; 
			padding-bottom: 0; 
			padding-right: 0; 
			padding-top: 0; 
			float: left;
			text-decoration: none;
			display: block; 
			height: 30px; 
			font-size: 14px; 
			line-height: 30px; 
			color: #333333;
			}
		ul#Navigation li a span {
			text-align: center;
	        float: left;
			padding-right: 5px;
			height: 30px;
 
		}
			ul#Navigation li a:hover { 
				color: white;
				cursor: pointer;
				}
			ul#Navigation li a:hover span {
				cursor: pointer;
			}
    		ul#Navigation li a.current,
    		ul#Navigation li a.section,
    		ul#Navigation li a.section:hover,
    		ul#Navigation li a.current:hover { 
			 	color: black;
				}
			ul#Navigation li a.current span,
			ul#Navigation li a.section span,
    		ul#Navigation li a.section:hover span,
			ul#Navigation li a.current:hover span {
				color: black;
			} */

#BannerHolder {
	  	border-width: 0px;
	  	margin-bottom: 5px;
	  	margin-top: 5px;
	  	margin-left: 160px;
	  	color: #999999; 
		font-size: 1.5em; 
		float: left;
		font-family: 'Arial', Tahoma, Verdana, sans-serif;
		font-weight: 300;
		}    

#BannerHolder img { border: 0}


/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}
p.info {
	font-size: 1em;
	color: #999;
	margin: 2px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
p.comment { font-size: 1em;}


.roundcont {
	width: 243px;
	background-color: #fff;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #0F6F3D;
	border-left-color: #0F6F3D;
	padding-left: 0px;
}

.roundcont p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-right-color: #0F6F3E;
	border-left-color: #0F6F3E;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}

.roundtop {
	background-image: url(../newsletterimages/TopBar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	color: #FFFFFF;
	height: 20px;
	padding-top: 6px;
	width: 243px;

}

.roundbottom {
	border-bottom-style: solid;
	border-bottom-color: #0F6F3E;
	background-color: #073b1f;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	background-image: url(/newsletterimages/BottomCorners.jpg);
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.roundcont form {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-right-color: #0F6F3E;
	border-left-color: #0F6F3E;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-left: 5px;
	display: block;
}

* html .roundcont form {display:inline-block; padding-left:2px;}
.newslettertext {
	font-style: normal;
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1.2em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

ul#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
ul#PageComments li.odd {
	border-bottom-color: #009933;
	background: #ccffcc url(../images/green/commentBg.jpg) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid;
}

ul#PageComments li.even {
	background: #fff url(../images/commentBgAlt.jpg) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

ul#PageComments li.odd p.info {
	color: #339933;
}
/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}
/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 800px; 
	text-align: center; 
	}
  	#Footer p { 
		color: black;
/*		line-height: 44px;*/
		width: 800px;
		font-size: 80%;
		text-align: center;
		}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
#NewsHeader td {
	border: 0;
	color: black;
	}
#NewsHeader h1 {
	text-align: center;
}
	  
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color: #339933;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color: #339933;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color: #339933;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

#BrowserPoll {
	width: 200px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#BrowserPoll h2 {
	color: #339933;
	font-size:1.2em;
}
#BrowserPoll ul {
	margin: 0;	
}
#BrowserPoll li {
	list-style-type: none;
	margin: 0;
}
#BrowserPoll .browser {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
#BrowserPoll .bar {
	background-color: #006600;
}
#BrowserPoll form {
	width:100%;
}
	#BrowserPoll form fieldset{
		border:0;
	}
		#BrowserPoll .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#BrowserPoll span.message {
			width: 100%;
		}
		#BrowserPoll form div {
			margin-top:10px;
			width:100%;
		}
		#BrowserPoll form label {
			font-size:1.1em;
			color:#333;
		}
			#BrowserPoll form label.left {
				float:left;
			}
			#BrowserPoll form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#BrowserPoll form input.text,
		#BrowserPoll form textarea,
		#BrowserPoll form select {
			width:100%;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#BrowserPoll form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#BrowserPoll form input.year {
			width:35px;
		}
		#BrowserPoll form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#BrowserPoll form p.Actions input {
				padding:2px;
			}
		#BrowserPoll form ul.optionset {
			padding-top: 15px;
			padding-left: 15px;
		}
			#BrowserPoll form ul.optionset li {
				list-style-type: none;
			}

#FundPrices {

}


#FundPrices td {
	color: black;
}

#FundPrices tr.light {

	background-color:white;
	
}

#FundPrices tr.dark {

	background-color: #ccffcc; 
	
}


#FundPrices td.light {
	background-color:gray;
	
}

#FundPrices td.dark {
	background-color:green;
	
}
