﻿#masterPage #banner #logo 
{
	padding-left: 0px !important;
	padding-top: 0px !important;
    top: 0px;
    left: 0px;
}
#logo img
{
	width: 800px !important;
	height: 90px !important;
}

#masterPage #side
{
	background-image: url(Images/gradient.jpg);
	background-repeat: repeat-x;
    padding-top: 15px;
}

#masterPage #banner {
    padding-top: 90px;
    padding-bottom: 10px;
    height: 200px;
    background-color: #005596;
    position: relative;
}

#masterPage #banner #rotator {
    height: 200px;
}


/*************************************************
 * Menus
 *************************************************/

/* Horizontal Menu */
#masterPage #menuH_row 
{
	display: none;
}

#masterPage #menuH,
#masterPage .menuH
{
	height: 0px;
	background-color: #005596;
}

/* Vertical Menu */
#masterPage #menuV
{
	width: 160px;
	padding: 10px;
}

/* fonts */
#masterPage #menuH .rmText,
#masterPage .menuV .rpLink,
#masterPage .menuV .rpTemplate,
#masterPage .login .label,
#masterPage .login a,
#masterPage #sideControls
{
	font: normal 13px "Segoe UI" , Arial, sans-serif;
	color: #000;
}

#masterPage #sideControls .header
{
	display: block;
	padding: 3px;
	color: #f8f8ff;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

#masterPage #loginInfo 
{
	font-size: 12px;
}

#masterPage #menuH .rmText,
#masterPage .menuV .rpLink
{
	line-height: 22px;
}

/* Sub menu */
#masterPage #menuH .rmGroup 
{
	background: #009966;
}

/* Focused style */
#masterPage #menuH .rmFocused .rmText,
#masterPage .menuV .rpSelected .rpText,
#masterPage .login .label,
/* Hover style */
#masterPage #menuH .rmItem:hover, 
#masterPage #menuH .rmLink:hover, 
#masterPage #menuH .rmText:hover,
#masterPage .menuV .rpItem:hover, 
#masterPage .menuV .rpLink:hover, 
#masterPage .menuV .rpText:hover
{
	color: #f8f8ff;
	font-weight: bold;
}

#masterPage .menuV .rpSelected .rpText, 
#masterPage .menuV .rpText:hover, 
#masterPage #sideControls .header
{
	background: transparent url(Images/gradient.jpg) repeat-x center;
}
/* -- end top menu styles -- */

/********************************************************************************************************/

/********************************************************************************************************/
/* The following styles are used to control the size and display of the map popups on the Challenge Map */
/* Style the iframe for the info window */
.InfoWindow
{
	width: 320px;
	height: 125px;
}
/********************************************************************************************************/
