﻿/**************************************************************************************************\
|*																																																*|
|*	Page Styles																																										*|
|*																																																*|
\**************************************************************************************************/

body {
	margin: 0;
	width: 980px;
	margin: auto;
	background-color: Black;
}

/**************************************************************************************************\
|*																																																*|
|*	Page Menu																																											*|
|*																																																*|
\**************************************************************************************************/

.PageMenu
{
	text-align:right;
	color:Silver;
	padding:2px;
	padding-right:4px;
	border-style:none;
}

.PageMenu a:link
{
	color:Silver;
	text-decoration:underline;
	border-style:none;
}

.PageMenu a:visited
{
	color:Silver;
	text-decoration:underline;
	border-style:none;
}

.PageMenu a:hover
{
	color:Yellow;
	text-decoration:underline;
	border-style:none;
}

.CABS_LoginLink
{
	color: Silver;
	text-decoration:underline;
}

/**************************************************************************************************\
|*																																																*|
|*	Home Page Navigation																																					*|
|*																																																*|
\**************************************************************************************************/

.HomePageNavDiv
{
	padding: 8px; 
	position: absolute; 
	right: 0; 
	width: 125px; 
	color: White; 
	text-align: left;
	font-size:110%;
	font-family: Sans-Serif;
}

.HomePageNavDiv:hover
{
	color: Yellow;
	text-decoration: underline;
}

/**************************************************************************************************\
|*																																																*|
|*	Area Navigation																																								*|
|*																																																*|
\**************************************************************************************************/

.AreaNavDiv
{
	text-align: center;
	color: White;
	font-family: Sans-Serif;
}

.AreaNavLink
{
	padding-right: 8px;
	padding-left: 8px;
}

.AreaNavLink
{
	Color: White;
	text-decoration: none;
}

.AreaNavLink:hover
{
	color: Yellow;
	text-decoration: underline;
}

/**************************************************************************************************\
|*																																																*|
|*	Content "Gadgets"																																							*|
|*																																																*|
\**************************************************************************************************/

.ContentGadget
{
	border: dotted #101010 1px;
	padding: 12px;
	margin: 6px;
	color: White;
}

.ContentGadgetHeader
{
	font-size: 125%;
	background-color: #101010;
	padding: 8px;
}

.ContentGadgetContent
{
	padding: 8px;
}

/**************************************************************************************************\
|*																																																*|
|*	Loging In																																											*|
|*																																																*|
\**************************************************************************************************/

.CABS_LoginForm_ForgotPasswordWrapper
{
	color: White;
}

.CABS_LoginForm_ForgotPasswordWrapper:hover
{
	color: Red;
}

.CABS_LoginForm_Header
{
	font-size: 100%;
}
