/* Main Style sheet */


/******************/
/*Standard Styles */
/******************/

/*Text*/
p { font: 1em/1.8em Arial, sans-serif; color:#000; }
h1{	font: bold 1.8em/1em Arial, sans-serif;color: #00742a;}
h2 { font: bold 1.6em/1.4em Arial, sans-serif; color: gray; }
h3 { font: bold 1.5em/1.3em Arial, sans-serif; color: #00742a; }
h4 { font: bold 1.3em/1.1em Arial, sans-serif; color: gray; }
h5
{
	font: bold 1.1em/1.2em Arial, sans-serif;
	color: #00742a;
}
h6 { font: bold 0.9em/1em Arial, sans-serif; color: #00742a; }

/*Hyperlinks*/
a {  }
a:link {}
a:visited {}
a:hover {text-decoration:underline;}
a:active {}

.nounderline 
{
	text-decoration:none;	
}
.PageTitle
{
	color: #00742a;
	padding-left: 10px;
	width: 300px;
	margin-bottom:0px;
}
.Breadcrumb
{
	float:right;
	margin-top:-40px;
	padding-right: 10px;
	color: gray;
	width: 300px;
}
/*Lists
ol {}
ul {}
li {}


TABLE
{ border:1px solid #c0b999; background-color:#fff; font-family:Arial, sans-serif; font-size:1em; } 
tr { background-color:#fcfbf8;}
td { padding:5px; }
td p { margin:0; padding:0; font-family:Arial, sans-serif; }
th { padding:5px; }	*/


Img {	border:0;}
/*************/
/*Page Styles
/*************/

body 
{  
	font: 75%/1.5 Arial, sans-serif; 
  }

#FC_PageContainer
{
	margin: 0px auto;
	padding-bottom: 10px;
}


/*****************/
/* Header Styles */
/*****************/
#FC_HeaderControl
{
	background-image:  url(../Styles/Images/MCS_Header.jpg);	
	background-position:top;
	background-repeat:no-repeat;
	height: 218px;
	
}

 #FC_HeaderLogo
{
	float:left; 
	margin-top:10px;
	margin-left:20px;
	padding-bottom:0px;
	
	
}
 #FC_HeaderArea
{ 
	height:50px;
	width: 390px; 
	background-color: transparent; 
	margin-top:144px;
	margin-left:-120px;
	float:left;
	text-align:center;
	color:white;

}
.HeaderLink
 {
	
color: white;
text-decoration:none;
font-weight:bold;
padding-left:2px;
padding-right:2px;
}


#FC_MainArea
{
	background-color: transparent;
	background-image:  url(../Styles/Images/MCS_MainArea.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding:0;
	

	
}

#SearchBox
{	
	border: solid 1px green;
	position:relative;
	top:-10px;
	
}
.FuncButton
{
	padding-left:0px;
	margin-left:0px;
	
}

/********************/
/* Main Column Styles */
/********************/
#MainColumn a:link
{
	text-decoration:none;
	color: green;
}
#MainColumn a:visited 
{
	text-decoration:none;
	color:green;
}
#MainColumn a:hover
{
	text-decoration:underline;
	color: black; 
}
#MainColumn
{
	width:62%;
	float:left;
	background-color: transparent;
}

/********************/
/*Left Column*/
/********************/
#LeftColumn
{

	background-color:transparent;		
	min-height:400px;	
	padding:25px 5px 10px 5px;

	
}

/********************/
/*Right Column*/
/********************/

#RightColumn
{
	height: 100%;
	padding-bottom: 5px;
}
#RightColumn a:link
{
	text-decoration:none;
	color: green;
}
#RightColumn a:visited 
{
	text-decoration:none;
	color:green;
}
#RightColumn a:hover
{
	color: black; 
}

/********************/
/* Top Main Menu           */
/********************/

.MainMenuHolder 
{
	min-height:28px;
	width:100%;	

}
.MainMenu 
{	
	
	width: 155px;	
}
.SMainMenu
{
	width: 155px;
}
.SMainMenuItem
{
	color:White;
	padding-left: 2px;	
	padding-top:3px;
	padding-bottom:3px;
	margin-right:-35px;
	font: bold 1.25em/1.5em Arial, sans-serif;
	white-space:normal;
	width: 155px;
	border-bottom: solid 1px white;
	display:block;
}
.SSelectedMainMenu
{
	color:White;
	width:100%;
}
.SHoverMainMenu
{
	background-color:#00742a;
	color:White;
	text-decoration:none !important;	
}
.DMainMenu
{	
	z-index:100;
	overflow:visible;
	border-right: #B4B4B4 thin solid;
	border-left: #B4B4B4 thin solid;
	border-bottom: #B4B4B4 thin solid;
	border-top: #B4B4B4 thin solid;
	background-color: #DFDFDF !important;
	margin:0;
}
.DMainMenuItem
{
	background-color: #DFDFDF;
	color:#00742a;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	font: bold 1.1em/1.1em Arial, sans-serif;
	display: block;
	
}
.DSelectedMainMenu
{
	color:#00742a; 
}
.DAdminHoverMainMenu
{
	background-color:#00742a; 
	color:white;
	text-decoration:none !important;
	
}


/******************/
/* Footer  Styles */
/******************/

.FC_FooterControl
{
	background-color:Transparent;
	color: white;
	text-align: center;
	padding-top:15px;
}

.footertext
{
	text-decoration: none; /*font-weight: bold;*/
	text-align: center;
	color: white;
	padding-right: 5px;
	padding-left: 5px;

}
/******************/
/*Display form */
/******************/
.DisplayHolder
{
	background-color: White;	
	padding: 10px 10px 0px 10px;
}

