/*STYLES APPLICABLE TO ALL SKINS*/
body {
	background-color:white;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:'TW Cen MT', Verdana;            
	font-size:16px;    
	color:#0F75BC;
}


/*FORMATTING*/
p, table p, ul li {
	font-family:'TW Cen MT', Verdana;            
	font-size:16px;    
	color:#0F75BC;
}

hr {
	color:#0F75BC;
	background-color:#0F75BC;
	height:2px;
	padding-bottom:3px;
}

.Normal h2, h2 {
	font-size:18px;
	color:#0F75BC;
}




/*positioning*/

#pagewrapper {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}

#contentwrapper {
	position:relative;
	top:0px;
	width:950px;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
	text-align:left;
}


#dnn_dnnLOGIN_cmdLogin {
	color:white;
	float:right;
	margin-right:8px;
	position:relative;
	top:50px;
	font-weight:normal;
	font-size:10px;
	padding:5px;
}


.links {
	margin-right:8px;
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	margin-bottom:5px;
}

.links a, .links span {
	color:white;
	font-weight:normal;
	font-size:10px;
}


.links a:hover, a.links a:active {
	text-decoration:none;
}

/*nav menu*/
	
#nav {
	height:30px;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#3F91C9;  /*DEFAULT COLOUR: PALE BLUE*/
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav ul li {
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	left:0px;
	list-style: none;
	height:30px;
	background-repeat:no-repeat;
	margin-right:1px;
}

#nav ul li a {
	display: block;
	height: 30px;
	text-indent: -999em;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*DEFAULT MENU-PALE BLUE*/
#nav36 a { 
	background-image:url(images/menuPaleBlue/home.gif);
	background-position:0px 0px; 
	width:73px;
	margin-right:14px;
}

#nav55 a { 
	background-image:url(images/menuPaleBlue/using.gif);
	background-position:0px 0px; 
	width:190px;
}

#nav54 a { 
	background-image:url(images/menuPaleBlue/news.gif);
	background-position:0px 0px; 
	width:72px;
}

#nav56 a { 
	background-image:url(images/menuPaleBlue/purchase.gif);
	background-position:0px 0px; 
	width:205px;
	margin-right:10px;
}

#nav57 a { 
	background-image:url(images/menuPaleBlue/contact.gif);
	background-position:0px 0px; 
	width:111px;
	margin-left:13px;
}
/*forum*/
#nav59 a { 
	background-image:url(images/menuPaleBlue/forum.gif);
	background-position:0px 0px; 
	width:74px;
	margin-right:10px;
}


/*events*/
#nav72 a { 
	background-image:url(images/menuPaleBlue/events.gif);
	background-position:0px 0px; 
	width:80px;
}


/*ON-HOVER CSS-SAME FOR ALL PAGES*/
#nav36 a:hover, #nav_home.iehover a,
#nav55 a:hover, #nav_home.iehover a,
#nav54 a:hover, #nav_home.iehover a,
#nav56 a:hover, #nav_home.iehover a,
#nav57 a:hover, #nav_home.iehover a,
#nav59 a:hover, #nav_home.iehover a,
#nav72 a:hover, #nav_home.iehover a
{  
	background-position:0px 30px;
}


/*general classes */
div {
	display:block;
}

img {
	border:0px;
	margin:0px;
}

.alignright {
	float:right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*making invalid links in the top header of the store admin module invisible */
.Store-Account-BtnTD, #dnn_ctr370_Store_btnStoreInfo,
#dnn_ctr370_Store_btnCustomers,
#dnn_ctr370_Store_btnCategories,
#dnn_ctr370_Store_btnProducts,
#dnn_ctr370_Store_btnReviews,
#dnn_ctr370_Store_lblSpacer1,
#dnn_ctr370_Store_lblSpacer2,
#dnn_ctr370_Store_lblSpacer3,
#dnn_ctr370_Store_lblSpacer4,
.ContentHead hr {
	display:none;}
	
	
#dnn_ctr416_ctl00_lblMessage, #dnn_ctr416_DynamicRegistration_ValidationSummary1 ul li{
	color:red;
}