.body_background {
background-color:#347643;
background-image:url(back_strip.jpg);
background-repeat:repeat-x;
}

.content_background {
background-color:#ffffff;
background-image:url(content_strip.jpg);
background-repeat:repeat-x;
}

.header_background {
background-color:#ffffff;
background-image:url(header2.jpg);
background-repeat:no-repeat;
}

.menu_background {
background-color:#FFFF33;
background-image:url(menu_bar.jpg);
background-repeat:repeat-x;
}

.left_background {
background-color:#DDDDDD;
background-image:url(left_strip.jpg);
background-repeat:repeat-x;
}

/* ===================================================================================================*/
/* ===================================================================================================*/
/* ====================================== COMMON STYLES===============================================*/
/* ===================================================================================================*/
/* ===================================================================================================*/

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

.copyright_text {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color:#CCFF00;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#CCFF00;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#CCFF00;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#999999;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#CCFF00;
}

/* style for module titles */
.Head   {
    font-family:Arial, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color:#003300;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* ===================================================================================================*/
/* ===================================================================================================*/
/* ====================================== SOLPART MENU ===============================================*/
/* ===================================================================================================*/
/* ===================================================================================================*/

.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 100%;

}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;

}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	padding-top: 8px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 0px; 
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color:#E6E6E6;
	padding-top: 8px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	width: 0px;
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	width: 0px;
	cursor: pointer; 
	cursor: hand;
}
