body
{
	
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}

a
{
}

a:hover
{
}

#masterPage
{
	background-color: #BCBEC0;
}

/* Left Side Column */
#side
{
	background-color: #005e20;
}

#side .login
{
    margin-top: 10px;
	margin-left: 10px;
	width: 200px;
}

#side .EditableContent_Container
{
	width: 140px;
	margin: 10px;
}

#side #sideControls
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#masterPage #side #sideControls .stepsControl {
    width: 170px !important;
}

#masterPage #side #sideControls 
{
	_width: 190px;
	max-width: 190px;
}

#logo
{
	padding-left: 40px;
	padding-top: 30px;
}

#logo img
{
	/* Note: height and width are required to ensure IE6 renders the image correctly */
	width: 350px;
	height: 71px;
}

#login
{
	width: 100%;
}

/* Main content area */
#content
{
	width: 100%;
	padding: 10px;
}

#viewport_with_shadow
{
	width: 972px;
	margin: 0px auto;
}

.viewport
{
	width: 948px;
	background-color: #ffffff;
}


#header
{
	background-color: #005e20;
	height: 139px;
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

/*************************************************
 * Language selected
 *************************************************/
.LanguageSelector_Container
{
	font-family: sans-serif;
	text-align: right;
	padding: 10px;
	position: absolute;
	width: 780px;
}

.LanguageSelector_Container a
{
	color: #2bb34b;
	text-decoration: none;
}

.LanguageSelector_Container a:hover
{
	text-decoration: underline;
}
/* -- end top menu styles -- */


/* Horizontal Menu */
#menuH {
    background-color: #005e20;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Sub menu */
#menuH .rmGroup 
{
	background: #005e20;
	padding-bottom: 10px;
}

#menuH .rmText,
.login .label
{
	line-height: 32px;
	font-family: Sans Serif;
	font-size: 15px;
	color: #fff;
}


/* Vertical Menu */
#menuV
{
	width: 160px;
	padding: 10px;
}

/* fonts */
#menuH .rmText
{
	color: #ffffff;
}

.menuV .rpLink,
.menuV .rpTemplate,

.login a,
#sideControls
{
	font: normal 12px sans-serif;
	color: #fff;
}

#side a 
{
    font: normal 12px sans-serif;
    color: #ebc81b;
    text-decoration: none;
}

#side a:hover {
    text-decoration: underline;
}

#sideControls .header 
{
	display: block;
	padding: 3px;
	font-weight: bold !important;
	color: #ebc81b;
	font-size: 13px;
	line-height: 17px;
}


/* Focused style */
#menuH .rmFocused .rmText,
.menuV .rpSelected .rpText,
/* Hover style */
#menuH .rmItem:hover, 
#menuH .rmLink:hover, 
#menuH .rmText:hover,
.menuV .rpItem:hover, 
.menuV .rpLink:hover, 
.menuV .rpText:hover
{
	color: #ebc81b;
}

.menuV .rpSelected .rpText,
.menuV .rpText:hover
{
	color: #d03832;
}
/* -- end top menu styles -- */

