/* Start of CMSMS style sheet 'style' */
/* ---- ---- ---- ---- STYLE GLOBAL ---- ---- ---- ---- */

a, a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* ---- ---- ---- ---- STYLE MENU ---- ---- ---- ---- */

.styleMenu, .styleMenu a, .styleMenu a:link, .styleMenu a:visited
{
	color: #868686;
	font-size: 11px;
	font-family: Arial;
}

.styleMenu a.menuparent
{
	padding-bottom: 7px;
	display: block;
}

.styleMenu  ul
{
	list-style-type: none;
	padding-left: 15px;
	// padding-left: 0px;
	// margin-left: 15px
}

.styleMenu  li
{
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #E7E7E7;
}

.styleMenu li.menuparent
{
	padding-bottom: 0px;
}

.styleMenu  li.firstLi
{
	padding-top: 0px;
	border-top: none;
}

a.activeMenu, a.activeMenu:link, a.activeMenu:visited
{
	color: #3B7C67;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding-left: 15px;
	background-image: url('images/link_image.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	// background-position: left 3px;
}

a.activeChildMenu
{
	color: #3B7C67;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

/* ---- ---- ---- ---- STYLE CONTENT ---- ---- ---- ---- */

.styleContent
{
	color: #565555;
	font-size: 11px;
	font-family: Verdana;
}

.styleContent h1
{
	color: #3B7C67;
	font-size: 23px;
	font-family: Georgia;
	font-weight: normal;
}

.styleContent h1.topHeading
{
	margin-top: 0px;
}

.styleContent h2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
}

.styleContent h3
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

/* ---- ---- ---- ---- STYLE CONTENT ---- ---- ---- ---- */

.styleSide, .styleSide input, .styleSide textarea
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
}

.styleSide input.width, .styleSide textarea
{
 	color: #565555;
	width: 145px;
}

.styleSide p
{
	margin: 10px 0px;
	padding: 0px;
}

.styleSide h2
{
	font-size: 12px;
	font-family: Georgia;
	font-weight: bold;
	color: #565555;
}

/* ---- ---- ---- ---- STYLE CONTENT ---- ---- ---- ---- */

.styleFooter
{
	font-family: Georgia;
	font-size: 11px;
	color: #868686;
}

.styleFooter a, .styleFooter a:link, .styleFooter a:visited
{
	color: #3B7C67;
}
/* End of 'style' */

