﻿/*  
Table of Contents
	@@General Elements
	@@#TopContent
	@@#PageContent
	@@#SideContent
	@@#ShoppingCart
	@@#Footer
	@@Service Team Toolkit
*/


/*-------------------------------- @@General Elements ------------------------------------*/

a
{
	color: #653614;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
body
{
	font-family: Arial;
	margin: 0 auto 0 auto;
	width: 880px;
	color: #333333;
}
h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
h2
{
	padding: 5px 0 5px 0px;
	color: #666666;
	font-weight: bold;
	border-top: solid 2px #666666;
	border-bottom: solid 1px #666666;
	font-size: 14px;
}
p
{
	margin-bottom: 10px;
}
td
{
	vertical-align: top;
}
thead td
{
	background-color: #626262;
	border: 2px solid #626262;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}
thead a
{
	color: #ffffff;
	font-size: 12px;
}

/*-------------------------------- End @@General Elements ------------------------------------*/

/*-------------------------------- @@#TopContent ---------------------------------------------*/
#TopContent
{
	padding-bottom: 10px;
}
#TopContent img
{
	border-top: 4px solid #c7c1b6;
	padding-top: 4px;
}
/*-------------------------------- End @@#TopContent -------------------------------------------*/

/*--------------------------------  @@#PageContent ---------------------------------------------*/
#PageContent
{
	padding: 10px;
	width: 690px;
}
#CustomPageContent
{
	padding: 10px;
	width: 860px;
}
#PageContent input[type="text"]
{
	width: 338px;
	color: #333333;
	border: 1px solid #666666;
}
#PageContent select
{
	margin: 0 7px 15px 0;
	width: 250px;
	color: #333333;
}
#PageContent input
{
	margin: 0 7px 15px 0;
	vertical-align: bottom;
}

#divSearch
{
	min-height: 350px;
}

/*-------------------------------- End @@#PageContent -------------------------------------------*/

/*-------------------------------- @@Class -------------------------------------------*/
.Disclaimer
{
	font-size: 12px;
}

/*-------------------------------- End @@Class -------------------------------------------*/


/*--------------------------------  @@#SideColumn ----------------------------------------------*/
#SideColumn
{
	width: 170px;
	border-left: 1px solid #e0e0e0;
	font-size: 12px;
}

/*-------------------------------- End @@#SideColumn -------------------------------------------*/

/*--------------------------------  @@#ShoppingCart ----------------------------------------------*/
#ShoppingCart
{
}

/*-------------------------------- End @@#ShoppingCart -------------------------------------------*/

/*-------------------------------- @@#Footer -------------------------------------------*/
#Footer
{
	font-size: 11px;
	padding-bottom: 45px;
	line-height: 15px;
	border-top: 4px solid #c7c1b6;
	padding: 5px;
}
#Footer h1
{
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	margin: 5px 0 10px 0;
}

/*-------------------------------- End @@#Footer -------------------------------------------*/

/*---------------------------- @@Service Team Toolkit --------------------------------------*/
/*--------------- to be removed upon completion of server control ------------------------*/

#ServiceTeamFirmToolKit
{
	padding-top: 5px;
	height: 150px;
}
.ServiceTeam
{
	font-size: 12px;
	color: #333333;
	border: 2px solid #c7c1b6;
	margin-bottom: 4px;
}
.ServiceTeam a
{
	color: #653614;
	text-decoration: none;
}
.ServiceTeam a:hover
{
	color: #993300;
	text-decoration: none;
}
/*---------------------------- End @@Service Team Toolkit --------------------------------------*/


.DocumentMenu
{
	float: left;
	margin: 0 30px 0 0;
	height: 20px;
	border: solid 1px #677078;
	
	width: 295px;
}

.DocumentMenu ul.AspNet-Menu, .DocumentMenu ul.AspNet-Menu li
{
	width: 301px;
}

.DocumentMenu .AspNet-Menu-WithChildren
{
	line-height: 18px;
	padding-left: 5px;
}

.DocumentMenu ul li span.AspNet-Menu-NonLink
{
	font-size: 14px;
	margin: 0 0 0 3px;
	color: #677078;
	width: 295px;
	display: block;
	background: url( "/Home/Image/arrowDown.gif" ) no-repeat 95% center;
}

.DocumentMenu .AspNet-Menu-WithChildren ul
{
	left: -1px;
	border-right: solid 1px #677078;
	border-bottom: solid 1px #677078;
	border-left: solid 1px #677078; /* Temporary IE spacing fixes */
	margin-top: 15px;
	margin-top: /*\**/ 0px;
	padding: 2px 0px 3px 2px;
	background-color: White;
	font-size: 12px;
	width: 298px;
	z-index: 100;
}


* html .DocumentMenu .AspNet-Menu-WithChildren ul
{
	margin-top: 0px;	
}

.DocumentMenu .AspNet-Menu-WithChildren li
{
	padding-bottom: 4px;
}
.DocumentMenu .AspNet-Menu-WithChildren a
{
	color: #677078;
}
.DocumentMenu .AspNet-Menu-WithChildren li a:hover
{
	text-decoration: underline;
	color: Black;
}

.DocumentMenu .AspNet-Menu-WithChildren, .DocumentMenu .AspNet-Menu-Leaf
{
	width: 285px;
}
.DocumentMenu .AspNet-Menu-Leaf
{
	padding-left: 6px;
}

.DocumentSearchResults
{
	clear: both;
	padding-top: 30px;
}







/*.ScopeMenu ul.AspNet-Menu, .ScopeMenu ul.AspNet-Menu li, .DocumentMenu ul.AspNet-Menu, .DocumentMenu ul.AspNet-Menu li
{
	position: relative;
	width: 100%;


#DocumentTypeDropDownList, #FundStyleDropDownList, .ScopeMenu, .DocumentMenu, .AspNet-Menu
{
	position: relative;
	width: 100%
}

.ScopeMenu, .DocumentMenu
{
	background-image: url("/Home/Image/arrowDown.gif" );
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #677078;
	margin-right: 30px;
	margin-bottom: 0px;
	height: 20px;
}

.ScopeMenu ul span, .DocumentMenu ul span
{
	font-size: 14px;
	margin: 3px 0 3px 5px;
}
.ScopeMenu li.AspNet-Menu-WithChildren ul, .DocumentMenu li.AspNet-Menu-WithChildren ul
{
	background-color: White;
	border-bottom: 1px solid #677078;
	border-left: 1px solid #677078;
	border-right: 1px solid #677078;
	font-size: 12px;
	width: 295px;
	margin-left: -1px;
	margin-right: 265px;
	margin-top: 0;
	padding: 2px 0 0 5px;
}

.ScopeMenu li.AspNet-Menu-WithChildren ul li, .DocumentMenu li.AspNet-Menu-WithChildren ul li
{
	padding-bottom: 8px;
}


.ScopeMenu li.AspNet-Menu-WithChildren ul li a, .DocumentMenu li.AspNet-Menu-WithChildren ul li a
{
	color: #677078;
}
.ScopeMenu li.AspNet-Menu-WithChildren ul li a:hover, .DocumentMenu li.AspNet-Menu-WithChildren ul li a:hover
{
	color: Black;
	text-decoration: underline;
}

*/
