.c_head_white
{
	background-color: White;
	/* float: left; */
	clear: both;
}

.c_head_white h1, .c_head_white h1 input {color:#61A3D5; float: none;}

.c_head_white .head_title
{
	font-size: 15px;
	color: #000000;
	width: 99%;
}

.c_head_white .head_title .c_icon h1
{
	/* width: 100%; */
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
	color: #000000;
}

.c_head_white .c_content
{
	padding: 10px;
}

.c_head_white .c_content .Normal h1
{
	font-size: 15px;
	padding: 0 0 10px 0;
	margin: 0px;
	color: #000000;
	/* width: 100%; */
}

.c_head_white .c_content .Normal h2 {
	color: black;
	margin: .75em 0px .75em 0px;
	/* padding: 10px; */
	font-size: 14px;
	font-weight: bold;
	line-height: 110%;
}
.c_head_white .c_content .Normal h3 {
	color: #002a68;
	margin: .5em 0px .25em 0px;
	/* padding: 10px; */
	font-size: 12px;
	font-weight: bold;
}

.c_head_white .c_content .Normal h4 {
	color: #000;
	margin: 0px 0px 0px 0px;
	/* padding: 10px; */
	font-size: 12px;
	font-weight: bold;
}

.c_head_white .c_content .Normal p,
.c_head_white .c_content .Normal li,
.c_head_white .c_content .Normal td

 {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding-bottom: 1em;
	/* padding: 10px; */
  font-size: 12px;
  line-height: 18px;
}

.c_head_white .c_content img
{
	/*display: block;
	float: left;*/
	padding: 5px;
}

.c_head_white .c_content .Normal a
{
	color:Blue;
}

.c_head_white .c_content table 
{
	display: inline;
}


/* NEWS STYLES */

.ZLDNN_ArticleList td {
	padding: 10px 0px 0px 0px;
}
.ZLDNN_ArticleList .Head {
	font-size: 14px;
}
.DNNArticleListContent .Head {
	font-size: 11px;
	line-height: 13px;
}

.ZLDNN_ArticleList .SubSubHead,
.DNNArticleListContent .SubSubHead {
	display: block;
	padding: 2px 0 10px 0;
	font-weight: normal;
	font-style: italic;
}
.ZLDNN_ArticleList p,
.DNNArticleListContent p {
	padding: 5px 0 10px 0;
	font-weight: normal;
	font-style: normal;

}

.DNNArticleListContent .articledate
{
	color: #999999;
}
/*.DNNArticleListContent table
{
	margin-right: 10px;
}*/

.DNNArticleListContent .CommandButton
{
	display: block;
	
}

.DNN_EventsContent td
{
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}
.DNN_EventsContent td p
{
	padding: 0px 0px 10px 0px;
}
.DNN_EventsContent td.SubHead
{
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
}
.c_head_white .c_content .Normal .ListDataGrid 
{
	width: 99%;
}
.c_head_white .c_content .Normal .ListDataGrid td,
.c_head_white .c_content .Normal .ListDataGrid td a

{
	font-size: 11px;
}
.c_head_white .c_content .Normal .ListDataGrid td.ListHeader 
{
	color: #FFFFFF;
	background-image: none;
	background-color: #000000;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* DOCUMENTS MODULE STYLES */

.c_head_white .DNN_Documents table
{
	margin-top: 10px;
}
.c_head_white .DNN_Documents tr.SubHead td
{
	vertical-align: middle;
	background-color: #CCCCCC;
}
.c_head_white .DNN_Documents td
{
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 2px;
}


/* FEEDBACK MODULE STYLES */

.c_head_white .DNN_FeedbackContent div.Normal
{
	width: 150px;
}

