/*
	Standard.css
	----------
	This stylesheet controls colors and borders for this theme.
	The global.css controls layout, alignment and font settings that are common to all themes. 
*/

BODY 
{
	BACKGROUND-COLOR: white; 
	COLOR: black
}
HR 
{
	COLOR: #3366cc
}
A:link 
{
	COLOR: #3366cc; 
	TEXT-DECORATION: none
}
A:visited 
{
	COLOR: #000066; 
	TEXT-DECORATION: none
}
A:hover 
{
	COLOR: #ff3300; 
	TEXT-DECORATION: underline
}

/* 	Dashboard Title Area  */

.DashTitleArea 
{
	BACKGROUND-COLOR: #5f8ac5
}
.DashTitle 
{
	FONT-FAMILY: verdana; 
	COLOR: white
}
.DashCaption 
{
	COLOR: white
}
.DashTitleGroup 
{
	BACKGROUND-COLOR: #5f8ac5
}
.DashCommandArea 
{
	COLOR: white
}
.DashCommand:link
{
	COLOR: white; 
	TEXT-DECORATION: none
}
.DashCommand:visited 
{
	COLOR: white; 
	TEXT-DECORATION: none
}
.DashCommand:hover
{
	COLOR: white; 
	TEXT-DECORATION: none
}

/* 	Navigation area  */

.DashNavArea 
{
	 BACKGROUND-COLOR: #eeeeee
}
.DashNavDashArea 
{
	BORDER-LEFT: white 1px solid
}
.DashNavCurDashArea 
{
	BORDER-LEFT: white 1px solid; 
	FONT-WEIGHT: bold; 
	BACKGROUND-COLOR: white
}
.DashNavLink:link
{
	COLOR: #3366cc
}
.DashNavLink:visited 
{
	COLOR: #3366cc
}
.DashNavLink:hover 
{
	COLOR: #3366cc; 
	TEXT-DECORATION: none
}
.DashNavChildArea 
{
	BACKGROUND-COLOR: white
}
.DashNavDashChildArea 
{
	BORDER-LEFT: #eeeeee 1px solid
}

/* 	Layout Area  */

.DashLayoutTable 
{
	BORDER-TOP: #ffcc00 4px solid; 
	BORDER-LEFT:#ffcc00 4px solid
}

/*	Web Part Frames  */

.DashPartFrame 
{
	BORDER: #5f8ac5 1px solid
}
.DashPartTitle
{
	BACKGROUND-COLOR: #5f8ac5; 
	FONT-WEIGHT: bold; 
	COLOR: white
}
.DashPartCommandsArea 
{
	BACKGROUND-COLOR: #5f8ac5; 
	FONT-WEIGHT: bold; 
	COLOR: white
}
.DashPartTitle A:link
{
	COLOR: white
}
.DashPartTitle A:visited
{
	COLOR: white
}
.DashPartTitle A:hover 
{
	COLOR: #ff3300; 
	TEXT-DECORATION: underline
}

/*	Web Part Contents  */

.DashPartBody 
{
	BACKGROUND-COLOR: white
}
.UserShadedRegion 
{
	BACKGROUND-COLOR: #eeeeee
}
.UserCaption 
{
	BACKGROUND-COLOR: #82AAE8; 
	COLOR: white
}
.UserConfiguration 
{
	BACKGROUND-COLOR: #eeeeee
}
.UserDottedLine
{	
	BACKGROUND-COLOR: #3366cc; 
	BACKGROUND-IMAGE: url(dot.gif); 
	BACKGROUND-REPEAT: repeat-x
}
.UserButton { 
	BORDER: 1px solid #999999
}
.UserNotification { 
	COLOR: #808080
}
.UserToolbarTextArea { 
	BORDER-BOTTOM: 1px solid #5f8ac5
}
.UserToolbarTextArea A:link
{
	COLOR: #3366cc; 
	TEXT-DECORATION: none
}
.UserToolbarTextArea A:visited
{
	COLOR: #3366cc; 
	TEXT-DECORATION: none
}
.UserToolbarTextArea A:hover 
{
	COLOR: #ff3300; 
	TEXT-DECORATION: underline
}
.UserToolbarDisabledLink 
{
	COLOR: #808080; 
	TEXT-DECORATION: none
}
.UserToolbarImage
{ 
	BORDER: 1 solid #FFFFFF; 
}
.UserToolbarImageArea 
{ 
	BORDER-BOTTOM: 1px solid #5f8ac5
}

.UserToolbarSelectedImage
{ 
	BORDER: 1 solid #C0C0C0; 
}
.UserToolbarLink 
{
}
.UserGenericHeader 
{ 
	BORDER-BOTTOM: 1px solid #5F8AC5
}

.leftHandLogo {
	width: 77px;
	height: 76px;
	background-image: url(../../images/support-portal-logo-sml.gif);
	background-repeat: no-repeat;
}
.leftHandLogoContainer {
}
.rightHandLogo {
	width: 164px;
	height: 120px;
	background-image: url(../../images/Mag_Logo.gif);
	background-repeat: no-repeat;
}
.rightHandLogoContainer {
	text-align: right;
}
.mnSection {
	display: inline;
}
.thusSection {
	display: none;
}
.opalSection {
	display: none;
}
.cmSection {
	display: none;
}