﻿a, a:visited { text-decoration: none; }

a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only, .bstrap .btn-link.dnnPrimaryAction {
	color: #fff;
}

html {
	height:100%;
}
#Body {
	height:100%;
	color:#333;
	background: transparent url(images/main_content_tile.png) repeat left top;		
}
#Form {
	height:100%;
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;		
}
sup {
	font-size: .5em;	
}
a {
	outline:0;
	border:0;
}
a:link, a:active, a:visited {
	color: #c00000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #c00000;
	text-decoration: none;
}
p, ul, ol {
	margin:0;
	padding:0 0 1em 0;
}
ul, ol {
	padding-left: 20px;	
}
td, th {
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	color: #333;	
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: rgb(77,150,199);
}	
h1 {
	font-size:26px;
	line-height: 28px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
	color: #c00000;

}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
}
#header {
	background: transparent url(images/header_tile.png) repeat-x left top;
	height: 121px;
}
#header-inner {
	background: rgb(77, 150, 199) url(images/header_inner_tile.png) repeat-x left top;
	height: 121px;	
}
#nav {
	float: right;
	text-align:right;
}
.header-logo {
	margin: 20px 45px 0 0;
}
.header-logo img {
	width: 140px;
}
#logo {
	float: left;
	margin: 27px 0 0 40px;;
}
#callout {
	background: transparent url(images/callout_tile.png) repeat-x left top;	
	height: 273px;
}
#main-content {
	background: transparent url(images/main_content_shadow_tile.png) repeat-x left top;	
}
#main-content-inner {
	background: #fff;
	border-right: 1px solid #b8b8b8;	
	border-left: 1px solid #b8b8b8;	
	border-bottom: 1px solid #b8b8b8;	
	box-shadow: 0px 2px 5px #ccc;
}
#breader {
	background: rgb(69, 132, 173);
	border-bottom: 10px solid rgb(54, 105, 139);
	min-height: 17px;
	color: #fff;
	font-size: 14px;
	padding: 20px 40px;
	display:none;
}
#breader a:link, #breader a:visited, #breader a:active,
#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	font-weight: bold;
}
#breader a:hover, #footer a:hover {
	color: #999;
}
#breadcrumb-container {
	float: left;	
}
#search-container {
	float: right;	
}
#dnn_dnnSearch_txtSearch {
	background-color: #ddd;
	border: none;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,.2);
	padding: 3px 10px;
	color: #fff;
	font-family: "futura-pt",sans-serif;
}
#content {
	padding: 40px;
	
	/* temp style remove after breader comes back */
	border-top: 11px solid rgb(58, 115, 153);	
}
#footer {
	height: 38px;
	background: transparent url(images/footer_tile.png) repeat-x top left;
	padding: 16px 40px 0;
}
#footer, #footer a {
	color: white;
	font-size: 12px;
	font-weight: bold;	
}
#footer-right {
	float: right;
	width: 50%;	
	text-align: right;
}
#footer-left {
	float: left;
	width: 50%;	
}
.footer-logo img {
    width: 100px;
    float: left;
    display: block;
    margin-right: 20px;
}
/* content panes styles */
#dnn_ContentPane, #dnn_RightPane {
	float: left;	
}
#dnn_ContentPane {
	padding-right: 50px;	
	width: 470px;
}
#dnn_RightPane {
	width: 350px;
}
#dnn_BottomPane {
	clear: both;	
}

/* Panes - In Layout Mode */
.paneOutline {
	border:0;
}
.paneOutline span.SubHead center {
	border:1px #ccc dotted;
	border-left:0;
	border-right:0;
	line-height:2.5em;
}
#iPopUp {
	display:none;
}
.eipbackimg {
	z-index:1000;
}

/* Fonts */
.Normal, #Body, .NormalBold, .NormalRed, .CommandButton {
	font-size: 16px;
	line-height: 20px;
}
.SubHead {
	color:#333;
}

input, select {
	padding: 2px 5px;		
}
.NormalRed {
	color: #c00000;	
}