/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.duper {
	width:100%;
	background-color:white;
	text-align:left;
}

.duper TD.col1 {
	padding:7px 10px;
	width:110px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.duper .form .col2 input {
	width:200px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color:#fff;
	border:1px solid #006495;
}
.duper .col2 P {
	text-align:left;
	margin:0;
	padding:4px 0 10px 0;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.duper.confirm  .col2 span {
	text-align:left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #013668;
}
.duper .text P {
	margin:0;
	padding:0 0 0 20px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.duper TR.panetitle TD{
	padding:0;
	background:url(/portals/0/images/SiteWizardGear.png) no-repeat left top;
}
.duper .panetitle H1 {
	margin:13px 0 7px 54px;
	padding:0;
	font-family: arial;
	font-size: 28px;
	font-weight: bold;
	color: #013668;
}
.duper .title H2 {
	margin:9px 0 10px 0;
	padding:0 0 0 0px;
	font-family: arial;
	font-size: 21px;
	font-weight: bold;
	color: #f8971c;
}
.duper .validateMsg {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: Red;
}
.duper .alt {
	background-color:#f3f3f3;
}


.duper TR.divider TD {
	padding:0;
	font-size:1px; 
	border-bottom:1px solid #013668;
}
.duper TR.bottom.divider TD {
	padding:15px;
}
.skingrid {
	padding:15px;
}

.duper.finish A {
	text-decoration:underline;
}
.duper.finish .blankrow TD {
	padding:0px;
}
.duper.finish TD.notebox P {
	margin:10px 10px 30px 10px;
	padding:10px;
	background-color:#f3f3f3;
	border: #013668 0px solid ;
	color:#000;
	
}

A.WizardButton, A.WizardButton:link, A.WizardButton:active, A.WizardButton:visited, A.WizardButton:hover {
	background: #f8971c ;
	font-size: 11px ;
	font-family: arial, helvetica, sans-serif ;
	border: #013668 1px solid ;
	padding:3px 10px !important;
	color:#fff;
	text-decoration:none;
}

.WizardContainer {
	background: #fff !important;
	border: 0 !important;
	padding:0 !important;
}
.WizardButton {
	background: #f8971c !important;
	font-size: 11px !important;
	font-family: arial, helvetica, sans-serif !important;
	border: #013668 1px solid !important;
	padding:0 4px !important;
}
/*  these style are ineffect from another css. From this .css they affect style only with the !important modifier.
.WizardButton {
	color: #ffffff;
	text-decoration: none; height: 18px;
}
.WizardButtonHolder {
	text-align: right;
	padding: 10px 5px;
}
.WizardButton:hover {
	cursor: pointer;
}
.WizardButtonDisabled {
	color: #eeeeee;
	background-color: #999999;
	font-size: xx-small;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #798EC5 1px solid;
	border-top: #798EC5 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	height: 18px;
}
*/




