
/**
 ** Module Styles
 **/

.Module {
	padding-bottom: 10px;
	display: block;
}

.Module .Header {
	width: 100%;
	background: url(/images/module/module_header_bg.gif) repeat-x left bottom;
	font-size: 15px;  
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica;
/*	border-bottom: 1px solid #eee; */
	padding-top: 3px;
/*	padding-bottom: 3px; */
}

.Module .Header .Title {
	float: left;
	color: #554295; 
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 6px;
	minHeight: 24px;
}

.Module .Header .Title a.selected, 
.Module .Header .Title a.selected:link, 
.Module .Header .Title a.selected:visited, 
.Module .Header .Title a.selected:hover { 
   color: #666;
   font-weight: normal;
   text-decoration: none; 
}
.Module .Header .Title a.selected:hover { 
   text-decoration: underline; 
}

.Module .Header .Title a.unselected, 
.Module .Header .Title a.unselected:link, 
.Module .Header .Title a.unselected:visited, 
.Module .Header .Title a.unselected:hover { 
   color: #fff; 
   font-weight: normal;
   text-decoration: none; 
}
.Module .Header .Title a.unselected:hover { 
   text-decoration: underline; 
}

.Module .Header .Associated {
	display: block;
	float: right;
	padding-top: 10px;
	font-size: 90%;
	font-weight: normal; 
	vertical-align: bottom;
}

.Module .Header .Associated a.selected, 
.Module .Header .Associated a.selected:link, 
.Module .Header .Associated a.selected:visited, 
.Module .Header .Associated a.selected:hover { 
   color: #666;
   font-weight: normal;
   text-decoration: none; 
}
.Module .Header .Associated a.selected:hover { 
   text-decoration: underline; 
}

.Module .Header .Associated a.unselected, 
.Module .Header .Associated a.unselected:link, 
.Module .Header .Associated a.unselected:visited, 
.Module .Header .Associated a.unselected:hover { 
   color: #fff; 
   font-weight: normal;
   text-decoration: none; 
}
.Module .Header .Associated a.unselected:hover { 
   text-decoration: underline; 
}

.Module .Body {
	display: block;
	font-size: 11px;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
}

.Module .Body ul {
	display: block;
	padding-top: 6px;
	color:#333;
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.Module a, .Module a:link, .Module a:visited, .Module a:hover { 
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #369;
	font-size: 11px;
	text-decoration: none; 
}
.Module a:hover {
	font-size: 11px;
	color: blue;
}

.Module .Body a, .Module .Body a:link, .Module .Body a:visited, .Module .Body a:hover { 
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #369;
	font-size: 11px;
	text-decoration: none; 
}
.Module .Body a:hover {
	font-size: 11px;
	color: blue;
}

.Module LI a, .Module LI a:link, .Module LI a:visited, .Module LI a:hover { 
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #369;
	font-size: 11px;
	text-decoration: none; 
}
.Module LI a:hover {
	font-size: 11px;
	color: blue;
	text-decoration: none; 
}



.contentPanelTitle {
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #6F7A00;
	font-size: 13px;
	font-weight: bold;
	height: 15px;
	background: #EBF0F2;
	border-top: 2px solid #6F7A88;
	margin-top: 9px;
	padding: 6px;
}

.contentPanelBody {
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #000;
	font-size: 11px;
/*	border-bottom: 1px solid #efefef; */
	padding: 6px;
}

.contentPanelBody ul, .contentPanelBody ol{
	color: #222;
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
	list-style: square;
}

.contentPanelBody li {
	margin-bottom:5px;
}

.contentPanelBody li A, .contentPanelBody li A:active, 
.contentPanelBody li A:link, .contentPanelBody li A:visited, 
.contentPanelBody li A:hover {
   font-family:  Verdana,ËÎÌå,Tahoma,Arial,Helvetica; 
   font-size:    11px;
   color:        #333;
   text-decoration:  none;
}
.contentPanelBody li A:hover {
   text-decoration:            underline;
}

/**
 ** Panel Styles
 **/

.Panel {
	padding-top: 15px;
	padding-bottom: 30px;
	display: block;
}

.Panel .Header {
	width: 100%;
	font-size: 24px;  
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
/*	border-bottom: 1px solid #eee; */
	padding-top: 3px;
/*	padding-bottom: 3px; */
}

.Panel .Header .Title {
	float: left;
	color: #554295; 
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 6px;
	minHeight: 24px;
}

.Panel .Header .Title a.selected, 
.Panel .Header .Title a.selected:link, 
.Panel .Header .Title a.selected:visited, 
.Panel .Header .Title a.selected:hover { 
   color: #666;
   font-weight: normal;
   text-decoration: none; 
}
.Panel .Header .Title a.selected:hover { 
   text-decoration: underline; 
}

.Panel .Header .Title a.unselected, 
.Panel .Header .Title a.unselected:link, 
.Panel .Header .Title a.unselected:visited, 
.Panel .Header .Title a.unselected:hover { 
   color: #fff; 
   font-weight: normal;
   text-decoration: none; 
}
.Panel .Header .Title a.unselected:hover { 
   text-decoration: underline; 
}

.Panel .Header .Associated {
	display: block;
	float: right;
	padding-top: 10px;
	font-size: 90%;
	font-weight: normal; 
	vertical-align: bottom;
}

.Panel .Header .Associated a.selected, 
.Panel .Header .Associated a.selected:link, 
.Panel .Header .Associated a.selected:visited, 
.Panel .Header .Associated a.selected:hover { 
   color: #666;
   font-weight: normal;
   text-decoration: none; 
}
.Panel .Header .Associated a.selected:hover { 
   text-decoration: underline; 
}

.Panel .Header .Associated a.unselected, 
.Panel .Header .Associated a.unselected:link, 
.Panel .Header .Associated a.unselected:visited, 
.Panel .Header .Associated a.unselected:hover { 
   color: #fff; 
   font-weight: normal;
   text-decoration: none; 
}
.Panel .Header .Associated a.unselected:hover { 
   text-decoration: underline; 
}

.Panel .Body {
	display: block;
	font-size: 12px;
	font-family: Verdana,Tahoma,Arial,Helvetica; 
}

.Panel .Body ul {
	display: block;
	padding-top: 6px;
	color:#333;
	font-size: 12px;
	list-style: url(/images/icon_arrow_right.gif);
/*	
	list-style-type: none;
	margin: 0px;
	padding: 0px; 
*/
}

.Panel a, .Panel a:link, .Panel a:visited, .Panel a:hover { 
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #369;
	font-size: 12px;
	text-decoration: none; 
}
.Panel a:hover {
	font-size: 12px;
	color: blue;
}

.Panel .Body a, .Panel .Body a:link, .Panel .Body a:visited, .Panel .Body a:hover { 
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #369;
	font-size: 12px;
	text-decoration: none; 
}
.Panel .Body a:hover {
	font-size: 12px;
	color: blue;
}

.Panel LI a, .Panel LI a:link, .Panel LI a:visited, .Panel LI a:hover { 
	font-family:  Verdana,Tahoma,Arial,Helvetica;
	color: #369;
	font-size: 12px;
	text-decoration: none; 
}
.Panel LI a:hover {
	font-size: 12px;
	color: blue;
	text-decoration: none; 
}


