/* CSS Document */

.c_head{
	padding:0;
	text-align:left;
}

.c_content{
	clear:both;
}

.c_contentpane{
	padding:0; 
	text-align:left;
}

.c_footer {
	margin-bottom:20px;
	padding:0; 
	text-align:right;
}

.title{
	margin:0; 
	float:left; 
	white-space:nowrap;
}

.title_vis{
	margin:0; 
	float:right; 
	text-align:right;
}

/*---------- Custom areas -----------*/

.headline {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-size:30px;
	padding: 0px;
}

.TitleHead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:24px;
	line-height:26px;
	color: #333333;
}
.TitleSide {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	padding-left:2px;
}
.TitleSub {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
.content {
	padding-top:10px;
}
.side {
	margin-left:10px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:20px;
	background-image:url(dot-div.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.print {display:none;}


/* Module Action Menus */
.ModuleTitle_SubMenu {
	border:1px solid #C0D6E5;
}
.ModuleTitle_SubMenu td {
	background-color:#F8FAFF;
	white-space:nowrap;
} 
.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding:0px 2px;
}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon {
	background-color:#80A4B7;
	color:#FFFFFF;
	padding-right:3px;
}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
	height:2px;
	background-color:#D5E0FF;
	padding-right:3px;
}



