
body {
	background: #FFFFFF;
}

body, table, a, p, tr, td, div, ul, li {
	color: #4c4c4c;
}

h1 {
	color: #3d3d3d;
}

h2 {
	color: #000000;
}

h4, a h4, .h4 {
	color: #8d8d8d;
}



.nav a {
	color: #757575;
}

.nav .active.preview a, .nav .active .preview a {
	color: #5f5f5f;

}

.nav .subnav .active a {
	color: #0098d1;
}

.nav .subpageLink a {
	color: #dddddd;
}

.nav a:hover {
	color: #a3a3a3;
}

#logoImg {
	background: url(/assets/images/logo_white_sun.png) no-repeat;
}

#footImg {
	background: url(/assets/images/moon_white.png);
}

.blockBg {
	background-color: #eeeeee;
}

.vdiv{
	background: url(/assets/images/bg_divider.png) top left no-repeat;
	min-height: 300px;
}


#sungrad {
	background: url(/assets/images/grad-design-trans-bottom.png) repeat-x;
	height: 600px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}




#gradientwrap .tl, #gradientwrap .tr, #gradientwrap .tl, #gradientwrap .tr, #gradientwrap .bl ,#gradientwrap .br  {
	height: 173px;
	width: 173px;
	vertical-align: top;
}


#gradientwrap .tl {
	background: url(/assets/images/grad-design-tl.png) no-repeat top right;
}

#gradientwrap .tr {
	background: url(/assets/images/grad-design-tr.png) no-repeat top left;
}

#gradientwrap .bl {
	background: url(/assets/images/grad-design-bl.png) no-repeat top left;
	min-width: 173px;
}

#gradientwrap .br {
	background: url(/assets/images/grad-design-br.png) no-repeat top right;
	min-width: 173px;
}


#gradientwrap .r {
	background: url(/assets/images/grad-design-r.png) top right repeat-y;
	width: 100%;
	vertical-align: top;
	height: 100%;

}

@-moz-document url-prefix() {
	#gradientwrap .r {
		height: auto;
	}
}

#gradientwrap .l {
	background: url(/assets/images/grad-design-l.png) top left repeat-y;
	width: 100%;
	vertical-align: top;
	background-position: 0px 500px;
	
}

#gradientwrap .t {
	background: url(/assets/images/grad-design-t.png) repeat-x;
}

#gradientwrap .b {
	background: url(/assets/images/grad-design-b.png) repeat-x;
	height: 173px;
	width: 100%;
}

.article.activeArticle .label {
	background-color: #e7e7e7;
}
