body
{
	
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}

a
{
}

a:hover
{
}

#masterPage
{
	background-color: #BCBEC0;
}

/* Left Side Column */
#side
{
	background-image: url(Images/gradient.jpg);
	background-repeat: repeat-x;
}

#side .login
{
	margin-left: 10px;
	width: 160px;
}

#side .EditableContent_Container
{
	width: 140px;
	margin: 10px;
}

#side #sideControls
{
	margin-left: 10px;
	margin-top: 10px;
}

#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: 824px;
	margin: 0px auto;
}

.viewport
{
	width: 800px;
	background-color: #ffffff;
}


#header
{
	background-color: #ffffff;
	height: 127px;
	background-image: url(Images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*************************************************
 * Language selected
 *************************************************/
.LanguageSelector_Container
{
	font-family: "Segoe UI" , Arial, 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;
}

/*************************************************
 * Menus
 *************************************************/

/* Horizontal Menu */
#menuH, .menuH
{
	height: 30px;
	background-color: #58585a;
}

/* Vertical Menu */
#menuV
{
	width: 160px;
	padding: 10px;
}

/* fonts */
#menuH .rmText, .menuV .rpLink, .menuV .rpTemplate, .login .label, .login a, #sideControls
{
	font: normal 12px "Segoe UI" , Arial, sans-serif;
	color: #000000;
}

#sideControls .header
{
	display: block;
	padding: 3px;
	font-weight: bold !important;
	color: #2bb34b;
	font-size: 13px;
	line-height: 17px;
}

#loginInfo
{
	
}

#menuH .rmText, .menuV .rpLink
{
	line-height: 22px;
}

/* Sub menu */
#menuH .rmGroup
{
	background: #1c92d0;
}

/* Focused style */
#menuH .rmFocused .rmText, .menuV .rpSelected .rpText, .login .label, /* Hover style */ #menuH .rmItem:hover, #menuH .rmLink:hover, #menuH .rmText:hover, .menuV .rpItem:hover, .menuV .rpLink:hover, .menuV .rpText:hover
{
	color: #2bb34b;
}

.menuV .rpSelected .rpText, .menuV .rpText:hover
{
	color: #2bb34b;
}
/* -- end top menu styles -- */



