﻿body { font-family: Verdana, Tahoma, sans-serif; }
#main-menu {background-color:#ffffff;}
div.menu {background-color:#ffffff;}
div.menu #linkOrg a {color:#3C6B95;}
div.menu div.logo {background:transparent url(logo.png) no-repeat scroll 0 0;height:27px;width:202px;top:9px;right:260px;position:absolute;}
body.admin-login div.header {height:145px;padding-top:50px;}
body.admin-login div.header div.logo {background:transparent url(logo-login.png) no-repeat scroll 0 0;height:81px;width:402px;}

/**
*
* admin style overrides
*
**/
#PageWrapper {
	background : #E5F0FE;
	min-width : 1080px;
}
#Header { background: url("images/header-bg.png") repeat-x scroll 0 0 transparent; }

/* the dimensions of the .logo elem must match the dimensions of the logo.png file in the same directory */
#SiteName .logo {
	background-image : url(logo.png);
	height : 36px;
	width : 295px;
}

#Nav {
	background : none;
	border-bottom : 1px solid #005CA1;
	height : 39px;
}
	#Nav li {
		background:url(images/nav-bg.png) repeat-x scroll 0 0;
		border-left: 1px solid #0071F2;
		border-right: 1px solid #005CA1;
		height: 19px;
	}
	#Nav li:first-child { border-left: 1px solid #005CA1; }
	#Nav li:hover, #Nav li.active {
		background-color: #FFF;
		background-image: none;
		border-left:1px solid #0071F2;
		border-right:1px solid #005CA1;
		border-top: 1px solid #005CA1;
	}
	#Nav li:first-child.active {
		border-left:1px solid #005CA1;
	}
	#Nav a {
		color:#F9F9F9;
		font-weight: normal;
		padding: 1em 0.7em;
		text-shadow:0 0 3px rgba(0, 0, 0, 0.6);
	}
	#Nav li:hover a, #Nav li.active a {
		color: #015EC8;
		text-shadow: none;
	}

#InnerWrapper {
	background : #FFF;
	top : 40px;
}

#SidebarMenu {
	background: #E5F0FE;
	border-bottom : none;
	border-right: 1px solid #CCC;
	overflow:hidden;
}

#SidebarMenu > li {
	overflow: hidden;
}

#SidebarMenu > li > ul {
	margin-bottom: 0;
}

#SidebarMenu > li > a:hover, #SidebarMenu > li > a.active {
	background: #E5F0FE;
}

#SidebarMenu .level-2 a:hover {
	background-color : #F4F8FD;
	border-bottom : 1px solid #F6F6F6;
	border-top : 1px solid #F6F6F6;
}

#SidebarMenu .level-2 > .has-active > a, #SidebarMenu .level-2 > .has-active-submenu > a {
	background-color : #0071F2;
	color : #F6F6F6;
	text-shadow : 0 1px 1px rgba(0, 0, 0, 0.4);
}

#SidebarMenu .level-2 {
	background-color: #FFF;
}

#SidebarMenu li ul li a {
	border-bottom : 1px solid #FFF;
	border-top : 1px solid #FFF;
}

.page-title h1 {
	font-size: 1.7em;
}

.ui-widget {
	font-family : Verdana, Tahoma, sans-serif;
}

#LoginPending span {
	color: #444;
}




