@Import "solPart.css";
/*Override default.css settings*/
A:link  {
    text-decoration:    none;
    color:  #999999;
}

A:visited   {
    text-decoration:    none;
    color:  #999999;
}

A:active    {
    text-decoration:    none;
    color:  #999999;
}

A:hover {
    text-decoration:    underline;
    color:  silver;
}
.SubHead
{
	color:#999999;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #000000;
}

/*End Override Settings*/
.Page 
{
	background-color:white;
	height:100%;
	width:100%;
}
.Page_Index 
{
	background-color:Black;
	width:100%;
}
.ControlPanel
{
	/*background-color:;*/
}

.Content
{
}
.Header_Index
{
	background-image:url("images/Ramblers_01.jpg");
	width:700px;
	height:313px;
	clear:both;
}
.Header
{
	clear:both;
}
.Title
{
	float:left;
	width:450px;
}

.Graphic
{
	float:right;
}

.Search
{
	padding:2px 10px 2px 0px;
}

.Search a:link
{
	color:White;
}
.Search a:hover
{
	color:#999999;
}
.Search a:visited
{
	color:White;
}
.User_Index a:link
{
	padding-right:10px;
	color:White;
}
.User_Index a:hover
{
	color:#999999;
}
.User_Index a:visited
{
	color:White;
}
.User a:link
{
	padding-right:10px;
	color:Black;
}
.User a:hover
{
	color:#999999;
}
.User a:visited
{
	color:Black;
}


.MenuBar_Index
{
	text-align:center;
	background-image:url("images/Ramblers_02.jpg");
	width:700px;
	height:28px;
	clear:both;
}
.MenuBar
{
	text-align:center;
	height:28px;
	clear:both;
}
.Menu
{
	width:200px;
	float:left;
}

.Container_Index
{
	background-image:url("images/Ramblers_03.jpg");
	background-repeat:no-repeat;
	width:700px;
	height:184px;
	clear:both;
}

.Container
{
	clear:both;
}

.BreadCrumbs a:link
{
	color:White;
	float:left;
	padding-left:10px;
	clear:both;
}
.BreadCrumbs a:hover
{
	color:#999999;
}
.BreadCrumbs a:visited
{
	color:White;
	float:left;
	padding-left:10px;
	clear:both;
}


.ContentBox
{
	clear:both;
	width:100%;
}

.ContentBoxTop
{
	clear:both;
}

.ContentBoxMiddle
{
	width:100%;
}
.ContentBoxBottom
{
}

.ContentArea
{
	/*background-image:url("Images/BlueContent_Tile.gif");
	background-repeat:repeat;*/
}

.BottomLeft
{
	width:33%;
	float:left;
}
.BottomCenter
{
	width:33%;
	float:left;
}
.BottomRight
{
	float:right;
}
.Spacer
{
	clear:both;
}
.Footer
{
	clear:both;
	background-color:Black;
}
.Copyright
{
	color:White;
	font:normal .8em Arial;
}
.HomeTitle
{
	font:bold 2em times,sans-serif;
	color:White;
	margin-top:2em;
	margin-left:4em;
	border-bottom:solid 1px white;
	text-align:left;
}
.HomeContact
{
	font:bold 1em times,sans-serif;
	color:White;
	margin-left:8em;
	text-align:left;
}
.HomeContact a:link
{
	color:White;
	text-decoration:none;
}
.HomeContact a:visited
{
	color:White;
	text-decoration:none;
}
.HomeContact a:hover
{
	text-decoration:underline;
}