body
{
	
	color: #333333;
	font-family: Arial, Arial, sans-serif;
}

a 
{
	color: #0090D3;
}

a:hover 
{
	text-decoration: none;
}

#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;
}


/* Main content area */
#content 
{
	width: 100%;
	padding: 10px;
}

#viewport_with_shadow
{
	width: 824px;
	margin: 0px auto;
}

.viewport 
{
	width: 800px;
	background-color: #ffffff;
}

#header
{
	width: 800px;
	background-repeat: no-repeat;
}
#banner {
    height: 225px;
    background-color: #ddd;
    position: relative;
}

#banner #logo 
{
    position: absolute;
    top: 10px;
	left: 10px;
    z-Index: 10;
    
}

#banner #rotator {
    height: 225px;
}

.ChallengeCommandLink,
.ChallengeCommandLink:link,
.ChallengeCommandLink:visited
{
}

.ChallengeIcon 
{
	background-color: #0090D3 !important;
}

/*************************************************
 * Language selected
 *************************************************/
.LanguageSelector_Container
{
	font-family: "Segoe UI" , Arial, sans-serif;
	text-align: left;
	padding: 10px;
    right: 0px;
    top: 0px;
	position: absolute;
    color: #ffffff;
    z-Index: 10;
}

.LanguageSelector_Container a 
{
	color: #ffffff;
	text-decoration: none;
}

.LanguageSelector_Container a:hover
{
	text-decoration: underline;
}

/*************************************************
 * Menus
 *************************************************/

/* Horizontal Menu */
#menuH
{
	height: 30px;
    line-height: 30px;
	background-color: #0090D3;
}

/* Vertical Menu */
#menuV
{
	width: 160px;
	padding: 10px;
}

/* fonts */
#menuH .rmText,
.menuV .rpLink,
.menuV .rpTemplate,
#sideControls
{
	font: normal 12px "Segoe UI" , Arial, sans-serif;
	color: #000000;
}

#sideControls .header 
{
	display: block;
	padding: 3px;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	line-height: 17px;
}

#menuH .rmText,
#menuH .rmLink
{
    color: #fff;
	line-height: 30px;
}

#menuH .rmGroup .rmText,
#menuH .rmGroup .rmLink,
.menuV .rpLink {
    line-height: 22px;
}

/* Sub menu */
#menuH .rmGroup 
{
	background: #0090D3;
}

#menuH .rmFocused,
#menuH .rmFocused .rmText,
#menuH .rmText:hover {
    color: #0090D3;
}

#menuH .rmFocused,
#menuH .rmFocused .rmLink,
#menuH .rmFocused .rmLink:hover,
#menuH .rmLink:hover
{
    color: #0090D3;
    background-color: White;
}

.menuV .rpItem:hover, 
.menuV .rpLink:hover, 
.menuV .rpText:hover
{
	color: #fffacd;
}

.menuV .rpSelected .rpText,
.menuV .rpText:hover,
.login .label
{
    color: #0090D3;
}
/* -- end top menu styles -- */




