/*-------------- Reset ----------------- */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline;  //Causes problems with fancyBox caption on the picture pop-ups*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, ol li, ul li {
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* The center align is set on alladmin forms automatically - this overrides it */
.DNNAligncenter {
	text-align:left;	
}
/* hr in IE7 always sets a margin that can't be overridden - this is not what we want */
div.hr {
	background-color:#9E9C04;
	color:#9E9C04;
	height:4px;
	margin:0 0 2px;
	width:100%;
}
/*--------------Resets for DNN default settings--------------*/
.CommandButton {
	font-size:.8em;
}
.NormalBold {
	font-size:.8em;	
}
tr.Normal,tr.NormalBold {
	line-height:1.2em;
}
.Head {
	font-size:1.4em;	
}
table.Normal td {
	padding:4px;
}
td.SubHead {
	padding-left:4px;
	padding-top:4px;
}
td.SubHead label a img {
	padding-right:4px;
}
.NormalTextBox {
	margin-top: 4px;
	margin-bottom: 4px;	
}
/*-----------------Content styling----------------*/
.Normal, .NormalDisabled {	
	font-family:"trebuchet MS",arial,verdana,sans-serif;	
	font-size:.95em;
	font-weight: normal;
}	
.Normal ul, .Normal ul li {
	list-style-type:circle;
}
.Normal ol, .Normal ol li {
	list-style-type:decimal;
	line-height:1.2;
	list-style-type:decimal;
	margin-bottom:4px;
}
.Normal ol, .Normal ul{
	margin-left: 26px;
}
p {
	margin:6px;
	text-align:justify;
	line-height:1.2;
}
h1,h2,h3 {
	color:#53633E;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.8em;
	padding:10px 0 5px 5px;
}
h3 {
	font-size:1.4em;	
}

/*------------------------Links--------------------------*/
a:link,a:visited  {
	color:#EF9300;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color: #807e00;
}
a:active {
}
/*--Magnifying Glass Image for fancyBox images----*/
.enlargeImg img, .enlargeImgManual img {
	cursor:url(/Portals/adene/images/zoom-in.cur), -moz-zoom-in;
}
/*------------Structure----------------- */
html,body {
	height:100%; /* 100 % height */
	background-color:#cec6a2;
}
/* HIdes from IE6 */
html>body #adeneWrap {
	height:100%; /* 100 % height */
}

/*-----------------------Body----------------------------*/
#clearing {
	overflow:hidden;
	width:100%;
	clear:both;
	height:0px;
	line-height:0;
}
/*-----------------------Footer----------------------------*/
#adeneFooterWrap{
	clear:both;
	width:100%;
	height:30px;
	background:#455c5a;
	position:relative;
}
#adFooterLinksLeft {
	position:absolute;
	left:10px;
	top:10px;
}
#adFooterLinks {
	position:absolute;
	right:10px;
	top:10px;
}
#adeneFooterWrap span {
	padding-right:10px;
	color:#fff;
	font-size:0.9em;
}
#adeneFooterWrap span a {}
#adeneFooterWrap span a:link,#adeneFooterWrap span a:visited {
	text-decoration:underline;
	color:#fff;
}
#adeneFooterWrap span a:hover{
	color:#458019;
}
#adeneForumNorms {
	float:right;
	padding-top:10px;
}

