/************************************************************************
* 	Site Specific Style sheet for the main site
*	Some styles are carried in from the general style sheet
*	If the styles you want to edit are not in this style sheet then
*	you can copy the styles and override them here
************************************************************************/

/************************************************************************
* 1 * Template Table Styles
************************************************************************/

TABLE.template TR TD.headerBar {
	background-color: #00855D;
}

/************************************************************************
* 2 * General * general & generalsm & general_error
************************************************************************/
.testnav  {
	color: #ffffff;
}

#adminHead {
	color: #5b5b5b;
	font-weight: bold;
	font-size: 11pt;
	background-color: #cfdbe7;
}

#homeBody {
	padding: 5px;
}

.general SPAN,
.general SPAN A,
.general SPAN A:visited{
	color: #004731;
	font-weight: bold;
	font-size: 11pt;
}

.general SPAN A:hover,
.general SPAN A:visited:hover {
	color: #00406e;
}

.generalsm P  {
	margin: 4px;
}

.general TBODY {
	color: #000000;
}


/************************************************************************
* 3 * Side Navigation * sidenav
************************************************************************/
.sideNav,
.sideNav A,
.sideNav A:visited  {
	color: #004731;
	font-weight: bold;
	font-family : Arial, Helvetica;
	text-decoration: none;
}

.sideNav A:hover,
.sideNav A:visited:hover,
.sideNavOn,
.sideNavOn A,
.sideNavOn A:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

td.sideNav {
	background-color:#A8BEB1;
}

td.sideNavOn {
	background-color:#666666;
}

.subNav A {
	color: #004731;
	font-weight: normal;
	font-family : Arial, Helvetica;
	font-size: 9pt;
	text-decoration: none;
}

.subNav A:hover,
.subNavOn A,
.subNavOn A:hover,
.subNavOn A:visited:hover {
	color: #000000;
	text-decoration: none;
}

#description {
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 5px;
	font-weight: normal;
}

#tabOn {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}

#onTop  {
	font-weight: normal;
	color: #d9d9d9;
}

#onTop A {
	color: #d9d9d9;
	font-weight: normal;
	font-family : Arial, Helvetica;
	font-size: 9pt;
}

#onTop A:hover {
	color: #ffdc2d;
}

#onTop A:visited {
	color: #d9d9d9;
}

#onTop A:visited:hover {
	color: #ffdc2d;
}

/************************************************************************
* 4 * Breadcrumb Trail * breadCrumb
************************************************************************/
.breadCrumb  {
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
	background: url(../images/mastock_header_inner_cnr.gif) top right no-repeat;
	background-color: #00855D;
	padding: 0px 0px 0px 10px;
}

.breadCrumb IMG  {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.breadCrumb A  {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}

.breadCrumb A:hover  {
	color: #cccc99;
}

.breadCrumb A:visited  {
	color: #ffffff;
}

.breadCrumb A:visited:hover  {
	color: #cccc99;
}

#user  {
	font-size: 7pt;
}

#user A {
	font-size: 7pt;
}

/************************************************************************
* 5 * Article/News Titles * title
************************************************************************/
.title  {
	color: #004731;
	font-weight: bold;
	font-size: 10pt;
}

.title A,
.title A:visited   {
	color: #004731;
	font-weight: bold;
	font-size: 10pt;
}

.title A:hover, 
.title A:visited:hover   {
	color: #00406e;
}

.title Span {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}


#subTitle {
	font-size: 10pt;
}

/************************************************************************
* 6 * Strong Titles * strong
************************************************************************/
.strong  {
	color: #1c8600;
	font-weight: bold;
	font-size: 12pt;
}

#intro {
	font-size: 8pt;
}


.strong A,
.strong A:visited   {
	color: #1c8600;
	font-weight: bold;
	font-size: 12pt;
}

.strong A:hover,
.strong A:visited:hover   {
	color: #cf484a;
	text-decoration: underline;
}

.strong Span {
	font-size: 8pt;
	color: #cf484a;;
	font-weight: normal;
	text-decoration: none;
}

/************************************************************************
* * * Background color ids
************************************************************************/

/* The main background color */
#bgcolor {
	background-color:#01855E;
}

