@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;
	margin: 0 auto 0 auto;
	width: 980px;
}
#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 auto 5px auto;
	position: relative;
	width: 956px;
}
#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;
	min-width: 664px
}
#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;
}
#cse-search-form  {
	float: right;
        padding: 0 8px 8px 0;
}
#searchQuery {
	padding-right: 2px;
	margin-right: 2px;
	width: 160px;
}

/** navigation **/
#navContainer {
	border-top: solid 1px #B38F00;
	margin: 0;
	padding: 3px 0;
	position:relative;
	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;
	margin: 0;
	padding: 1px 8px;
	text-decoration: none;
}
/* Popup menu itself */
#nav li ul {
	border: solid #B38F00 1px;
	left: -1000px;
	position: absolute;
	width: 190px;
	z-index: 1000;

}
#nav li ul li {
	background-color: #FFFAE6;
	border-right-width: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	position:relative;
	z-index: 1000;
}
#nav li ul li a {
	padding: 3px 0 3px 10px;
	width: 180px;
	position:relative;
	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: 98%;
}
#nav li ul li ul {
	margin: -20px 0 0 188px;
}

/** 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 auto 10px auto;
	padding: 7px;
	width: 934px;
}
#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;
	min-width: 910px;
}
#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: 11pt;
	color: #036;
	font-family: "Helvetica", "Arial", sans-serif;
	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;
	min-width: 910px;
}
#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;
}
/** Misc Additional Styles **/
.whiteTableRow {
	background: white;
}
.creamTableRow {
	background: #FFFAE6;
}
.yellowTableRow {
	background: #FFE87C;
}
.dropshadow {
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}
.standOut {
	background-color:#FFFAE6;
	width:600px;
	margin: 1.5em auto 1.5em auto;
	padding: 8px 15px 8px 3px;
	border:1px solid grey;
	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
	-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
	box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
	: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
}
div.standOut h4 {
	background: url(/images/note.png) no-repeat;
	margin: 0 0 0 8px;
	padding: 0 0 3px 25px;
}
div.standOut p {
	padding-left: 10px;
}
.hidden {
	display:none;
}
.hiddenstandOut {
	display:none;
	background-color:#FFFAE6;
	width:600px;
	margin:auto;
	border:1px solid grey;
	padding: 8px 15px 8px 3px;
	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
	-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
	box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
	: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
}
div.hiddenstandOut p {
	margin-left: 10px;
}
.tooltip {
	display:none;
	background:transparent url(/images/tooltip.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
