/*****************************************************
1. Layout Styling
3. Global Styling
4. Menu Styling
5. DNN Replacements
6. Forms Styling
*****************************************************/
body {
	background: #eee;
	behavior: url("/Portals/0/Skins/Frontskin/iehoverfix/csshover3.htc");
	color: #666666;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	margin: 0;
	}
	
#container {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	}

#head {
	padding: 10px 0px;
	width: 1000px;
	}

#head #logo {
	height: 73px;
	width: 241px;
	float: left;
	}

#head #top_nav {
	float: right;
	margin-top: 30px;
	width: 235px;
	}

#head #loginlink {
	float: left;
	}

#head #networks {
	display: inline;
	float: right;
	margin-left: 10px;
	position: relative;
	width: 125px;
	}

#head #networks .netlinks { display: none; z-index: 100; }

#head #networks:hover .netlinks {
	background: #e7f4ff;
	border: 1px solid #d3d3d3;
	display: block;
	font-size: 13px;
	position: absolute;
	top: 30px;
	right: 0;
	width: 200px;
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#head #networks ul {
	margin: 0;
	padding: 0;
	}

#head #networks ul li { 
	list-style-type: none;
	border-bottom: 1px solid #d3d3d3;
	}

#head #networks ul li.last {
	border-bottom: none;
	}

#head #networks ul li a {
	padding: 10px 5px;
	display: block;
	text-decoration: none;
	}

#head #networks ul li a:hover {
	background: #d3d3d3;
	display: block;
	}

#section { /* Content Section */
	background-color: #fff;
	border: 1px solid #bbb;
	width: 998px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
	}

.section_sub { /* Subpage Padding */
	padding: 20px;
	}

.header {
	background: url("/Portals/0/images/header_background.png") 0 0 no-repeat;
	min-height: 241px;
	padding: 15px;
	}


.leftpane { 
	float: left;
	width: 300px;
	}

.rightpane {
	float: left;
	padding-left: 20px;
	width: 638px;
	}

#footer {
	background: #3a9aea;
	border: 1px solid #3a9aea;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	width: 1000px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.1em;
	}

#footer_padding { padding: 10px; }

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #ccc; }

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#footer ul.footer_list li {
	font-size: 1.4em;
	list-style-type: none;
	}

#footer ul.footer_list li li {
	font-size: .7em;
	padding: 5px 0px;
	}
	
.footer_col {
	float: left;
	width: 196px;	
	}

#footer p { margin-top: 20px; }


/********** 2. Global Styling **********/ 
@font-face {
	font-family: "Modata";
	src: url('Modata.ttf');
	}

h1, h2, h3, h4, h5 {
	font-family: "Modata", Arial, Helvetica;
	font-weight: normal;
    color: #2f87c8;
    line-height: normal;
    }
    
h1 { font-size: 2.3em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }

a { color: #3299cc; }
a:visited { color: #3299cc; }
a:hover { color: #0f70a0; }

img { border: 0; }
img {behavior:url("/Portals/0/Skins/FrontSkin/iepngfix/iepngfix.htc")}
.clear { clear: both; }
.txt_right { text-align: right; }
.txt_center { text-align: center; }

.login { font-size: .9em; }

hr {
	border: none;
	clear: both;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #d3d3d3 !important;
	}

.floatleft { 
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	}
	
.floatright {
	float: right;
	padding-left: 5px;
	margin-left: 5px;
	}
	
.float_container {
	width: 960px;
	margin: 0px auto;
	}
	
.float_box {
	background: #fff;
	float: left;
	margin: 0px 4px;
	width: 231px;
	}

.float_box h2 { color: #777; }

.lead1 {
	font-size: 23px;
	color: #484849;
	font-family: "Modata", Arial, Helvetica;
	line-height: 1.5em;
	}

.lead2 {
	font-size: 16px;
	color: #484849;
	font-family: "Modata", Arial, Helvetica;
	line-height: 1.5em;
	}

.blue_txt { color: #2f87c8; }

.greybox {
	background: #fbfbfb;
	border: 1px solid #d3d3d3;
	padding: 15px;
	}

.greybox h2 { margin: 0; }
	

/********** 4. Menu Styling **********/
#navbar_wrapper {
	background: url("/Portals/0/Skins/FrontSkin/assets/nav.png") no-repeat;
	float: left;
	display: block;
	width: 1000px;
	height: 30px;
	}

#navbar {
	padding: 0px 10px;
	}

ul#houseMenuH, ul#houseMenuH li, ul#houseMenuH li ul {
	margin: 0;
	padding: 0;
	}

#navbar ul#houseMenuH {
	display: inline-block;
	height: 18px;
	margin-top: 5px;
	position: relative;
	float: left;
	padding: 0;
	}

ul#houseMenuH li {
	float: left;
	position: relative;
	height: 18px;
	display: block;
	list-style-type: none;
	}

ul#houseMenuH li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 34px 0px 34px;
	display: block;
	text-align: center;
	}

ul#houseMenuH ul {
	position: absolute;
	top: -999em;
	width: 143px; 
	}

ul#houseMenuH ul li {
	border: 0;
	padding: 5px;
	width: 130px;
	z-index: 9999!important;
	height: auto;
	list-style-type: none;
	}

ul#houseMenuH li:hover ul,
ul#houseMenuH li.sfHover ul {
	left: 0;
	top: 25px; /* match top ul list item height */
	z-index: 9999!important;
	}

ul#houseMenuH li:hover li ul,
ul#houseMenuH li.sfHover li ul {
	top: -999em;
	
	}

ul#houseMenuH li li:hover ul,
ul#houseMenuH li li.sfHover ul {
	left: 3.0em; /* match ul width */
	top: 0;
	}

ul#houseMenuH li li:hover li ul,
ul#houseMenuH li li.sfHover li ul {
	top: -999em;
	}

ul#houseMenuH li li li:hover ul,
ul#houseMenuH li li li.sfHover ul {
	left: 3.0em; /* match ul width */
	top: 0;
	}

ul#houseMenuH li li {
	position:relative;
	z-index:9999!important;
	}

ul#houseMenuH li ul li a {
	display: block;
	width: 110px;
	font-size: 12px;
	padding: 5px 10px 5px 10px !important;
	text-align: left;
	}

#navbar ul#houseMenuH {
	border-right:1px solid #1c79c2;
	border-left:1px solid #8bc1eb;
	}

ul#houseMenuH li {
	border-left:1px solid #1c79c2;
	border-right:1px solid #8bc1eb;
	}

ul#houseMenuH li a:hover {
	color:#ccc;
	}

ul#houseMenuH ul li {
	border-left: 3px solid #146cae;
	}

ul#houseMenuH li li {
 	background:	#389ce6;
	}

ul#houseMenuH li li a {
	color: #fff;
	}

ul#houseMenuH li li a:hover {
	color: #fff;
	background: #146cae;
	}

ul#houseMenuH li li a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/********** 5. DNN Replacements **********/
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	}

/* DNN Styles for LANGUAGE skinobject */
.Language {
    vertical-align: middle;
    margin: 0px;
	}

.Language img { border: none; }

/* DNN Style of item titles on edit and admin pages */
.SubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
	}

/* DNN Module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
    }

/* DNN Text style used for help text rendered by modules */
.Help {
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffff99;
	}

/* DNN Text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	}

/* DNN Hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #003366;
	}

A.CommandButton:visited {
    text-decoration: underline;
    color: #003366;
	}

A.CommandButton:hover {
    text-decoration: underline;
    color: #ff0000;
	}

A.CommandButton:active {
    text-decoration: underline;
    color: #003366;
	}

/* DNN Button style for standard HTML buttons */
.StandardButton {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
    font-family: Verdana, sans-serif;
	}

/* DNN Login Styles */
.LoginTab {
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    border: 1px #25569a solid;
	}

.LoginTabSelected {
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    background-position: 0% -41px;
    border: 1px #25569a solid;
	}

.LoginTabHover {
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #555;
    border: 1px #C00 solid;
    cursor: pointer;
	}

.LoginContainerGroup {
    clear: both;
    padding-top: 5px;
	}


/********** 6. Forms Styling **********/
input, textarea, select {
	padding:5px;
	margin-right:10px;
	}

select option { padding-right:15px; }

textarea {
	display:block;
	width:500px;
	height: 160px;
	}

label {
	color: #555;
	display:inline-block;
	font-size:12px;
	width:120px;
	}

input, textarea, select {
	background:url("/Portals/0/Skins/FrontSkin/assets/input.png") 0 0 repeat-x;
 	border: 1px solid #666;
 	color:#555;
	}

input.button, a.button {
	background:url("/Portals/0/Skins/FrontSkin/assets/rep1.png") 0 0 repeat-x;
	border:1px solid #000;
	color:#ccc!important;
	}

a.button {
	position: relative;
	padding: 3px 10px;
	text-decoration: none;
 	width: auto;
 	display: inline-block;
 	margin-right: 10px;
	}

a:hover.button, input:hover.button {
	color: #fff!important;
	border: 1px solid #000!important;
	}

input.sf { width:120px; }
input.mf { width:240px; }
input.lf { width:360px; }

.field_desc {
	font-style:italic;
	font-size:11px;
	color:#555;
	}

.validate_error {
	font-size:11px;
	color:#f00;
	font-style:italic;
	}

.validate_success {
	font-size:11px;
	color:#739f1d;
	font-style:italic;
	}

.inpcol {
	display:inline-block;
	padding: 0 30px 0 15px;
	margin-bottom:15px;
	}

.inpcol p { margin-bottom:5px; }

INPUT[type="checkbox"], INPUT[type="radio"] {
	margin:1px 6px 0 10px;
	padding: 0;
	}

fieldset {
	border:1px solid #d3d3d3;
  	background:#fefefe;
	}

fieldset legend { color:#555; }

select { height: auto !important; }

fieldset, input, textarea, select, a.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}