/* stylesheet for Empulse Red Skin 09-6-07
	www.empulsetech.com
*/
@import url("nav.css");
@import url("layout.css");
 

a.links:link, a.links:visited, a.links:active {
	color: #0D3257; background: inherit;
	font-size: 90%;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;}
	
a.links:hover {color:#000; background: inherit; text-decoration:underline;} 
	

/* Text Decoration styles */
h1, h2, h3, h4, h5 {font-weight: bold; font-family:Geneva, Arial, Helvetica, sans-serif}
h1 { font-size: 135%;}
h2 { font-size: 130%;}
h3 { font-size: 120%;}
h4 { font-size: 115%;}
h5 { font-size: 110%; }
p { font: normal normal 110% Verdana, Arial, Helvetica, sans-serif; }

ul{ list-style-type: square;}
ul ul{ list-style-type: disc;}
ul ul ul{ list-style-type: none;}
label{ font: bold 90% Arial,sans-serif; color: #334d55; background: inherit;}

/****************************
     DNN Specific Styles  
**************************/	
a.OtherTabs:link { 	text-decoration: none; color: black; background: inherit;}
a.OtherTabs:visited { text-decoration: none; color: black; background:  inherit;}
a.OtherTabs:active { text-decoration: none;	color: black; background:  inherit;}
a.OtherTabs:hover { text-decoration: underline;	color: black; background: inherit;}

.Object {
	color: #000; background: inherit;
	text-decoration: none;
	font: 400 8.0px Arial, Helvetica, Verdana, sans-serif;}
	
A.Object:link, A.Object:visited, A.Object:active {
	text-decoration: none;
	color: #000; background: #fff;
	font: 400 8.0px Arial, Helvetica, sans-serif;}
	
A.Object:hover { text-decoration: underline;}

a.OtherTabs:link {text-decoration: none; color: black; background: inherit; }

a.OtherTabs:visited { 
	text-decoration: none;
	color: black; background:  inherit;}

a.OtherTabs:active { 
	text-decoration: none;
   	color: black; background:  inherit;}

a.OtherTabs:hover { 
	text-decoration: underline;
   	color: black;  background: inherit;}

a:link {
	font-style: normal;
	color: #003;  background: inherit;
	text-decoration: none;}

a:hover { 
   	font-style: normal;
   	color: rgb(0, 0, 51); background: inherit;
   	text-decoration: underline;}

.StandardButton {
	background: #953145 none repeat scroll 0;
	color: #FFF; 
	font: normal 11px Arial, Helvetica, sans-serif;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
}
	
.normal {font-size: 14px;}

/* style for User and Login tokens */
.userstyle {
	color:#000000;  background: inherit;
	font-weight: normal;}

.Greyback {background: #ccc;}
.redback {background: #953145;}	

/* 
	EMPULSE box model styles 
*/

.BottomLinks {
	font-style:normal;
	font-weight: normal;}
	
a.bottomlinks:link, a.bottomlinks:visited, a.bottomlinks:active {
	color: #0D3257; background: inherit;
	font-size: 90%;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;}
	
a.Bottomlinks:hover {color:#000; background: inherit; text-decoration:underline;} 

/* For NukeHTML Text  */	
.NukeHTMLCSS {font-size: 16px;}
	
	
/*************************
 for horizontal boxes 
 ****************** */
 
.standardwidth { width: 100%;}
/*.innercontent {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;}*/
	
.clearfloats {clear: both;}

.fullWidth {width: 100%;}
.fifth {width: 20%;}
.twofifths { width:40%;}
.threefifths {width: 60%}
.fourfifths {width:80%}
.quarter {width: 25%;}
.oneThird {width: 33%;}
.half {width: 50%;}
.twoThirds {width: 66%;}
.threeFourths {width: 75%;}
.centerText {text-align:center}
.height400 {height: 350px;}
.fixed960{width:960px;}

td {
	text-align:left;
	vertical-align:top;	}
	

/* td#contentpane,  td#rightpane{
	padding-left: 5px;
	padding-right: 5px;} */

/* styles for two pane  */
.leftcontent {float: right; width: 320px; margin-right: 10px;}
.rightcontent {width: 480px; margin-left: 15px;}

.leftred { 
	border-left: 0; background: #953145; color: #fff;}
	
.rightred { 
	border-right: 0; background: #862135; color: #fff}
.rightred label {color: #fff;}	
	
.leftred TD {border-left: 0;}
.rightred TD {border-left: 0;}

.clist {clear: both; border-top: 1px dotted #862135;}













