/* 
================================
Skin Styles for DotNetNuke
================================
*/  

/* Global Classes */
h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
 
h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: normal;
}

img {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	width: 100%;
	background-color: #fff;
}

body {
	height: 100%;
	width: 100%;
	background-color: #fff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

p {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

form {
	margin:0px;
	padding:0px; 
	min-height: 100%;
	width: 100%;
	background-color: #363636;
}

ul li {
	list-style-type: disc;
}

a img {border: 0px solid #ffffff;}

a:link, a:visited, a:active {color:#007db1; text-decoration:none; }
a:hover {color:#ff0000; text-decoration:underline; }

/* DNN Classes */
.DNNEmptyPane {
	border: 0px solid #ffffff;
	height: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 0px !important;
}

.StandardButton {
	background: #007db1; 
	border: 1px solid #007db1;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;  
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}

.StandardButton:hover {
	background: #FF7068;
	border: 1px solid #ff0000;
}

.SkinObject {
    font-weight: normal;
    font-size: 10pt;
	color: #403f41;
	font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.SkinObjectLogin {
    font-weight: bold;
    font-size: 12pt;
	color: #403f41;
	font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.SkinObject a:link {color:#403f41; text-decoration:none; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}
.SkinObject a:visited {color:#403f41; text-decoration:none; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}
.SkinObject a:hover {color:#007db1; text-decoration:underline; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}
.SkinObject a:active {color:#403f41; text-decoration:none; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}

A.CommandButton:link {color:#403f41; text-decoration:none; font-size: 10pt;}
A.CommandButton:visited {color:#403f41; text-decoration:none; font-size: 10pt;}
A.CommandButton:hover {color:#007db1; text-decoration:underline; font-size: 10pt;}
A.CommandButton:active {color:#403f41; text-decoration:none; font-size: 10pt;}

/* Custom Classes */
.skin-wrapper {
	width: 100%;
	min-height: 100%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.skin-wrapper h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #403f41;

}
 
.skin-wrapper h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #403f41;
	font-size: 18px;
	font-weight: bold;
}

.skin-wrapper h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #403f41;
	font-weight: bold;
}

.footer-background {
	position: relative;
	margin-top: 106px;
	width: 100%;
	height: 106px;
	background: url(images/footer_gradient.gif) repeat-x;
}

.content-wrapper {
	position: relative;
	width: 960px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0px;
}

header{
	position: relative;
	width: 100%;
	height: 150px;
	clear: both;
	margin: 0px;
}

.logo {
	float: left;
	display: block; 
	margin: 25px 0px;
}

.items-wrapper {
	position: relative;
	float: right;
}

.language-select {
	position: absolute;
	right: 0;
	top: 5px;
}

.language-object .Language.selected img {
	border: 2px solid ##007db1;
}

.search {
	position: relative;
	float: right;
	margin: 50px 0px 0px 0px;
	height: 25px;
	width: 200px;
	background-color: #f4f4f4;
	border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.search .NormalTextBox {
	float: right;
	margin: 3px;
	padding: 0px;
	padding-top: 2px;
	width: 165px;
	border: 0px solid #f4f4f4 !important;
	background-color: #f4f4f4;
	vertical-align: top;
	color: #403f41;
}

.search img {
	margin: 2px 3px 0px 3px;
	padding-top: 3px;
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
}

.user-login {
	position: relative;
	float: right;
	clear: both;
	margin: 5px 0px 0px 0px;
	font-size: 8pt;
}

.user-login a {font-size: 8pt;}
.user-login a:link {color:#403f41; text-decoration:none; }
.user-login a:visited {color:#403f41; text-decoration:none; }
.user-login a:hover {color:#007db1; text-decoration:underline; }
.user-login a:active {color:#403f41; text-decoration:none; }

.menu-wrapper {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.menu-left {
	position: absolute;
	top: 0px;
	left: -100px;
	height: 40px;
	width: 100px;
	z-index: 10;
	background: url(images/menu_left.gif);
}

nav {
	position: relative;
	float: left;
	height: 40px;
	width: 100%;
	background: url(images/menu.gif);
}

.menu-right {
	position: absolute;
	top: 0px;
	right: -100px;
	height: 40px;
	width: 100px;
	z-index: 10;
	background: url(images/menu_right.gif);
}

.links-wrapper {
	position: relative;
	width: 100%;
	height: 25px;
	clear: both;
	padding: 15px 0px 10px 0px;
}

time {
	float: right;
	height: 20px;
	width: 250px;
	text-align: right;
	margin: 0px;
	color: #403f41;
	font-family: Verdana, Arial, Helvetica;  
	font-size: 10px;
}

.breadcrumbs {
	float: left;
	height: 20px;
	width: 600px;
	text-align: left;
	margin: 0px;
	color: #403f41;
	font-family: Verdana, Arial, Helvetica;  
	font-size: 12px;
}

.breadcrumbs a:link {color:#007db1; text-decoration:none; }
.breadcrumbs a:visited {color:#007db1; text-decoration:none; }
.breadcrumbs a:hover {color:#007db1; text-decoration:underline;}
.breadcrumbs a:active {color:#007db1; text-decoration:none; }

.panes-wrapper {
	position: relative;
	padding: 0px;
	clear: both;
	height: 100%;
}

.panes {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.top-pane {
	position: relative;
	width: 100%;
	height: 100%;
}

.middle-panes {
	clear: both;
	width: 100%;
	height: 100%;
	position: relative;
}

.column1 {
	position: relative;
	float: left;
	height: 100%;	
	width: 300px;
	margin: 0px;
}

.column2 {
	position: relative;
	float: left;
	height: 100%;	
	width: 300px;
	margin: 0px;
	margin-left: 30px;
}

.column3 {
	position: relative;
	float: right;
	height: 100%;
	width: 300px;
	margin: 0px;
}

.left-half-pane {
	position: relative;
	float: left;
	height: 100%;
	width: 465px;
}

.right-half-pane {
	position: relative;
	float: right;
	height: 100%;
	width: 465px;
}

.left-wide-pane {
	position: relative;
	float: left;
	height: 100%;
	width: 630px;
}

.right-narrow-pane {
	position: relative;
	float: right;
	height: 100%;
	width: 300px;
}

.left-narrow-pane {
	position: relative;
	float: left;
	height: 100%;
	width: 300px;
}

.right-wide-pane {
	position: relative;
	float: right;
	height: 100%;
	width: 630px;
}

.content-pane {
	position: relative;
	float: left;
	height: 100%;
	width: 100%;
}

.left-pane {
	position: relative;
	float: left;
	height: 100%;	
	width: 200px;
	margin: 0px;
}

.middle-pane {
	position: relative;
	float: left;
	height: 100%;	
	width: 500px;
	margin: 0px;
	margin-left: 30px;
}

.right-pane {
	position: relative;
	float: right;
	height: 100%;
	width: 200px;
	margin: 0px;
}

.left-really-narrow-pane {
	position: relative;
	float: left;
	height: 100%;	
	width: 200px;
	margin: 0px;
}

.right-really-wide-pane {
	position: relative;
	float: right;
	height: 100%;	
	width: 730px;
	margin: 0px;
}

.left-really-wide-pane {
	position: relative;
	float: left;
	height: 100%;	
	width: 730px;
	margin: 0px;
}

.right-really-narrow-pane {
	position: relative;
	float: right;
	height: 100%;
	width: 200px;
	margin: 0px;
}

.bottom-pane {
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
}

br.clearfix {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}

footer {
	position: relative;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 90px;
	background: url(images/footer_gradient.gif) repeat-x;
	background-color: #363636;
	
}

.footer-wrapper {
	position: relative;
	height: 90px;
	width: 960px;
	margin: 0 auto 0 auto;
	clear: both;
	text-align: center;
}

.footer-wrapper p {padding-top: 15px; font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 10px; color: #f1f2f3;}
.footer-wrapper a {font-size:10px;color:#f1f2f3;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer-wrapper a:link {font-size:10px;color:#f1f2f3;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer-wrapper a:active{font-size:10px;color:#f1f2f3;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer-wrapper a:visited {font-size:10px;color:#f1f2f3;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer-wrapper a:hover {font-size:10px;color:#007db1;text-decoration:underline;font-family: Verdana, Tahoma, Arial, Helvetica;}

.wrapper A.CommandButton:link {color:#00b4ff; text-decoration:none; font-size: 10pt;}
.wrapper A.CommandButton:visited {color:#00b4ff; text-decoration:none; font-size: 10pt;}
.wrapper A.CommandButton:hover {color:#00b4ff; text-decoration:underline; font-size: 10pt;}
.wrapper A.CommandButton:active {color:#00b4ff; text-decoration:none; font-size: 10pt;}

