﻿body
{
	/*background-color: #2E3136;*/
	margin: 0px 0px 0px 0px;
	/*color: #FFFFFF*/
}

/* FONT STYLES */

.textSmall
{
	font-size: 8pt;
	/*color: #F6F6F6;*/
}

.textSmallGrey
{
	font-size: 8pt;
	color: #626568;
	text-decoration: none;
}

.textSmallGrey A:link
{
	font-size: 8pt;
	color: #626568;
	text-decoration: none;
}

.textSmallGrey A:visited
{
	font-size: 8pt;
	color: #626568;
	text-decoration: none;
}

.textSmallGrey A:hover
{
	font-size: 8pt;
	color: #626568;
	text-decoration: underline;
	cursor: pointer;
}

/* MASTER PAGE SECTIONS */



.bpane
{
	display:table;
	width: 938px;
	text-align: left;
}


#dFoot
{
	display:table;
	width: 938px;
}

.mMain
{
	width: 480px;
	height: 225px;
	background-image: url('/Web/V4/Img/mcbg.png');
	position:absolute;
	display: none;
	color: #FFFFFF;
	padding: 20px 10px 10px 10px;
	cursor: default;
}


@media Screen
{
	.PrintOnly
	{
		display:none;
	}	
}


.supGoOver
{
	background-image: url('/Web/V4/Controls/Img/sb-roll.png');
	cursor: pointer;

}

.supGoOut
{
	background-image: url('/Web/V4/Controls/Img/sb.png');
	cursor: default;
}

	
.mouseOver
{
	cursor: pointer;
}

.mouseOut
{
	cursor: default;
}

/*
** Microsoft Competency
*/
#CompTable { 
	color: white; 
	background-color: #393c41;
	border-width: 0;
	/*font-family: arial, Arial, Arial; */
	font-size: 12px; 
	margin: 0; 
	max-width: 688px;
	min-width: 675px; 
	text-align: left;
	text-decoration: none; 
	left: 0; 
	width: 688px; 
	padding: 0; 
	outline-width: 0; 
	border-spacing: 0px; 
}

#CompTable  a { 
	color: #e78325; 
	font-size: 12px; 
	/*font-family: arial, Arial, Arial; */
	background-color: #393c41;
	text-decoration: none;
	text-align: center; 
	margin: 0; 
	min-width: 675px; 
	max-width: 688px; 
	border-width: 0; 
	outline-width: 0; 
	border-spacing: 0px;
}

#CompTable a:hover { 
	color: #e78325; 
	font-size: 12px; 
	/*font-family: arial, Arial, Arial; */
	font-weight: 700; 
	text-decoration: underline; 
	background-color: #393c41; 
	text-align: center; 
	margin: 0; 
	min-width: 675px; 
	max-width: 675px; 
	border-width: 0; 
	outline-width: 0;
	border-spacing: 0px; 
}

#CompTable .Header { 
background-color: #fff; 
color: #2e3136;
/*font-family: arial;*/
font-size: 14px;
font-weight: 700;
text-align: center;
height: 5px;
margin: 0;
padding: 0;
border-width: 0;
}

#CompTable .Headertext {
	color: #2e3136; 
	font-size: 12px;
	/*font-family: arial;*/
	font-weight: 700;
	background-color: #fff;
	/*text-align: center;*/
	margin: 0;
	height: 0;
	padding: 10px;
	border-width: 0;
	outline-width: 0; 
}
	
#CompTable td { 
	padding: 10px;
	border-top: 1px solid #4d5053;
	border-bottom-color: #4d5053;
	border-bottom-width: 0; 
}

