/* ================================
    Default styles FOR DotNetNuke
   ================================
*/
   
/* unset the default padding/margins on all elements*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* modified this to make forms display better in the DNN admin pages */
td {vertical-align: top; }

sub {vertical-align: sub; }
sup {vertical-align: super; }

/* remember to define focus styles! */
a:focus {
	outline: 0;
	border-width: 0;
}
/* remember to define focus styles! */
input:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* PORTAL DEFAULT STYLES */
/* set horizontal whitespace relative to browser width
   set vertical whitespace relative to font size */
	/*h1, h2, h3, h4, h5, h6, p { margin:1em 5%; }*/

	h1 { margin: .67em 0 }
	h2 { margin: .75em 0 }
	h3 { margin: .83em 0 }
	h4, p,
	blockquote, 
	fieldset, 
	 dir,
	menu { margin: 1.12em 0 }
	h5, dt { margin: 1.5em 0 }
	h6 { margin: 1.67em 0 }
	p { margin:1em 0; }
	pre, blockquote,  address { margin:1em 5px; }
    dd { margin-left:10px; }

	
/* form elements */
	form {}
	label { margin:0; }
	fieldset { margin:1em 5px; }
	fieldset { padding: 5px; }

/* required so the arrow will display in FF when there is no default value */
	select { min-width:1.5em; }

/* fixed whitespace */
/*
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; } li, dd, blockquote { margin-left: 40px; } fieldset { padding:10px; } 
*/

/* default fonts - families/sizes/whitespace */
	body {font:12px Verdana, Arial, Helvetica,clean,sans-serif;}
	table {font-size:inherit;font:100%;}
	select, input, textarea {font:99% Verdana, Arial, Helvetica,clean,sans-serif;}
	pre, code {font:115% monospace;*font-size:100%;}
	body * {line-height:1.22em;}
	h1 { font-size: 2em; }
	h2 { font-size: 1.5em;}
	h3{ font-size: 1.17em;}
	h4, p,
	blockquote, 
	fieldset, form,
	 dir,
	menu { font-size: 1em; }
	h5, dt { font-size: .83em;}
	h6 { font-size: .75em; }
	sub, sup {font-size: .85em}

/* deprecated selectors uncomment if needed */

small, .smalltext   {
    font-size:  .85em;
}

em
{
font-style: italic;
}

/*
big {
    font-size:  14px;
}
*/

/* default rules for html selectors  */



/* [CONTROLPANEL] */
.ControlPanel {
	margin-top:6px;
    background-color: #FFFFFF;
    border: #003366 1px solid; 
	filter:alpha(opacity=60);
	opacity:.60;
}
.ControlPanel td { padding: 1px; }
