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 
{
	float: left;
	padding-left: 0px;
	padding-top: 10px;
}

#logo img 
{
	/* Note: height and width are required to ensure IE6 renders the image correctly */
	width: 400px;
	height: 81px;
}

#login 
{
	width: 100%;
}

/* Main content area */
#content 
{
	width: 100%;
	padding: 10px;
}

#viewport_with_shadow
{
	width: 824px;
	margin-left: 52px;
}

#wrapper 
{
	width: 888px;
	margin: 0px auto;
}

.viewport 
{
	width: 800px;
	background-color: #ffffff;
}

#header 
{
	position: relative;
	float: left;
	z-index: 1000;
	height: 189px;
}

#top
{
	position: absolute;
	top: 15px;
	z-index: 2;
	float: left;
	background-color: transparent;
	height: 189px;
	width: 888px;
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#fill
{
	position: absolute;
	top: 16px;
	margin-left: 52px;
	z-index: 1;
	float: left;
	background-color: #c4c5c7;
	height: 188px;
	width: 180px;
}

#menuH_row 
{
	display: none;
}

/*************************************************
 * Language selected
 *************************************************/
.LanguageSelector_Container
{
	float: right;
	font: normal 12px "Segoe UI" , Arial, sans-serif;
	text-align: right;
	padding: 5px;
	position: relative;
	color: #ffffff;
}

.LanguageSelector_Container a 
{
	color: #ffffff;
	text-decoration: none;
}

.LanguageSelector_Container a:hover
{
	text-decoration: underline;
}

/*************************************************
 * Menus
 *************************************************/

/* Horizontal Menu */
#menuH
{
	display: none;
}

/* 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: #789349;
	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: #789349;
}

.menuV .rpSelected .rpText,
.menuV .rpText:hover
{
	color: #789349;
}
/* -- end top menu styles -- */
