body
{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}

a 
{
}

a:hover 
{
}

#masterPage 
{
	background-color: #003876;
}

/* Left Side Column */
#side
{
}

#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: 800px;
	margin: 0px auto;
}

.viewport 
{
	width: 800px;
	background-color: #ffffff;
}


#header
{
}

/*************************************************
 * 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_row 
{
	display: none;
}

#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,
.logoutLink
{
	font: normal 13px "Segoe UI" , Arial, sans-serif;
	color: #000000;
}

.menuV .rpTemplate,
.menuV .rpLink 
{
	color: #003876;
}

#sideControls .header 
{
	display: block;
	padding: 3px;
	font-weight: bold !important;
	color: #2bb34b;
	font-size: 13px;
	line-height: 17px;
}

#loginInfo 
{
	font-size: 12px;
}

#menuH .rmText,
.menuV .rpLink
{
	line-height: 22px;
}

/* Sub menu */
#menuH .rmGroup 
{
	background: #1c92d0;
}

/* 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: #bf2c37;
}

.menuV .rpSelected .rpText,
.menuV .rpText:hover,
.logoutLink:hover
{
	color: #bf2c37;
}
/* -- end top menu styles -- */
