@import "/elements.css";

/** App-Specific Element Styles **/
#wrapper {
	margin: 15px 20px 0 20px;
}
#contentWarning {
	color: Red;
}
/**Super Nav **/
#superNav {
	background-color: #FFFAE6;
	border-bottom: solid 1px #B38F00;
	color: #B38F00;
	font-family: sans-serif;
	font-size: 12px;
	padding: 1px 2px 0 2px;
}
#superNav a {
	padding: 0 2px;
}
#webProperties {
	float: left;
}
#webProperties a {
	border: solid 1px #FFFAE6;
	border-bottom-width: 0;
	display: block;
	float: left;
	margin: 0 2px 0 2px;
	padding: 3px;
	position: static;
	text-decoration: underline;
}
#webProperties a:hover {
	background-color: #FFF;
	border: solid 1px #B38F00;
	border-bottom-width: 0;
	border-bottom: none;
	color: #000;
	text-decoration: none;
}
#webProperties a.selected {
	background-color: #FFF;
	border: solid 1px #B38F00;
	border-bottom: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	bottom: -1px;	
	text-decoration: none;
}
#superNavAccountInfo {
	float: right;
	padding: 3px 0 3px 0;
}
#authenticatedUser {
	color: #000;
	font-weight: bold;
}
/** Header **/
#headerWrapper {
	margin: 0 4px 5px 10px;
	position: static;
}
#headerTopCap {	
	background: url(/layout/header-background.png) #FFCE07 repeat-x;
	height: 17px;
	position: relative;
}
#headerTopCap .middle {
	border-top: solid 1px #B38F00;
	margin: 0 19px 0 13px;
	padding: 0;
	display: block;
}
#headerTopCap .cornerLeft {
	background: url(/layout/header-top-left-corner.gif) #FFF no-repeat;
	height: 17px;
	left: 0;
	position: absolute;
	top: 0;
	width: 13px;
}
#headerTopCap .cornerRight {
	background: url(/layout/header-top-right-corner.gif) #FFF no-repeat;
	height: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 19px;	
}
#headerContent {
	background: url(/layout/header-background.png) #FFE680 repeat-x;
	background-position: 0 -17px;
	border: solid 1px #B38F00;
	border-top: none;
	margin-right: 6px;
	padding: 5px 0 0 0;
}
#headerContent a {
	padding: 0 2px;
}
#headerContentWrapper {
	background: url(/layout/header-right-drop-shadow.gif) #FFF repeat-y right;
}
#headerBottomCap {
	height: 6px;
	position: relative;
}
#headerBottomCap .middle {
	background: url(/layout/header-bottom-drop-shadow.gif) #FFF repeat-x;
	margin-left: 7px;
	margin-right: 7px;
	height: 6px;
}
#headerBottomCap .cornerLeft {
	background: url(/layout/header-bottom-left-drop-shadow.gif) #FFF no-repeat;
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 7px;	
}
#headerBottomCap .cornerRight {
	background: url(/layout/header-bottom-right-drop-shadow.gif) #FFF no-repeat;
	height: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;	
}
#logo {
	float: left;
	margin: 0px 0 5px 5px;
}
#logo a {
	border: none;
	text-decoration: none;
}
#logo a:hover {
	background: none;
	border: none;
}
#quickAccess {
	float: right;
	font-size: 12px;
	padding: 0 8px 8px 0;
	margin: 0;
}
#quickAccess a {
	font-family: sans-serif;
}
#quickAccess input {
	font-size: 14px;
}
#searchQuery {
	padding-right: 2px;
	margin-right: 2px;
	width: 160px;
}

/** navigation **/
#navContainer {
	border-top: solid 1px #B38F00;
	margin: 0;
	padding: 3px 0;
	z-index: 1000;
}
/* Top Nav */
#navContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navContainer ul li {
	margin: 0;
	padding: 0;
}
/* Top Nav Menu "Buttons" - Layout horizontally left to right */
#nav li {
	border-right: solid #B38F00 1px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav li.last {
	border-right: none;
}
#nav li a {
	border: none;
	color: black;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 1px 8px;
	text-decoration: none;
}
/* Popup menu itself */
#nav li ul {
	border: solid #B38F00 1px;
	left: -1000px;
	position: absolute;
	width: 150px;
	z-index: 1000;
}
#nav li ul li {
	background-color: #FFFAE6;
	border-right-width: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}
#nav li ul li a {
	padding: 3px 0 3px 10px;
	width: 140px;
	z-index: 1000;
}
#nav li ul li a:hover {
	background-color: #B38F00;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav ul a.subMenuItem {
	background: #FFFAE6 url(/layout/submenu.gif) no-repeat;
	background-position: 95%;
}
#nav li ul li ul {
	margin: -20px 0 0 145px;
}

/** bread crumb **/
.breadcrumb {
	font-family: sans-serif;
	margin: 0 10px;
	margin-bottom: 10px;
}
.breadcrumb a {
	font-size: 12px;
	padding: 0 2px;
}

/** Content **/
#contentWrapper {
	background-color: #FFFAE6;
	border: solid #BBB 1px;
	margin: 0px 10px 10px 10px;
	padding: 7px;
}
#contentCap {
	background-color: #FFF;
	border-bottom: none;
	height: 17px;
	position: relative;
}
#contentCap .middle {
	border-top: solid #BBB 1px;
	margin-right: 17px;
	margin-left: 17px;
}
#contentCap .cornerLeft, #contentCap .cornerRight {
	width: 17px;
	height: 17px;
	background-color: #FFFAE6;
}
#contentCap .cornerLeft {
	background: url(/layout/content-top-left-corner.gif) #FFFAE6 left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#contentCap .cornerRight {
	background: url(/layout/content-top-right-corner.gif) #FFFAE6 right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#content {
	background-color: #FFF;
	border: solid #BBB 1px;
	border-top: none;
	clear: both;
	margin: 0;
	padding: 5px 10px 10px 10px;
}
#contentColumn {
	border-right: solid 1px #B38F00;
	margin: 0 250px 0 0;
	padding-right: 10px;
}

/** sidebar + widget base **/
#sidebar {
	border-left: solid 1px #B38F00;
	float: right;
	padding-left: 10px;
	width: 240px;
}
#sidebar .widget {
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#sidebar h1, #sidebar h1 p  {
	font-size: 10pt;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
#sidebar .widget h1 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
#sidebar .widget h2 {
	font-size: 14px;
}	
#sidebar .widget p {
	line-height: 1.4em;
	margin-bottom: 0.5em;
}	

/** Footer **/
#footer {
	color: #555;
	font-size: 12px;
	font-family: sans-serif;
	line-height: 140%;
	margin: 0 10px 10px 0;
	text-align: center;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #B38F00;
}
div.kontentaLayout table {
	width: 99%; /* Fixes IE 6 issue */
}
div.noResultsMessage {
	font-size: 14px;
	font-weight: bold;
}
