/**** container Padding Styles ******/
.con_full_width{width:100%;}

.common_head_pad{padding:0px 10px 0px 0px;}

.action_pad{float:left;}
.visibility_pad{margin:0; float:right;}

.common_content_pad{padding:10px 0px 0px 0px;}

.bottom_pad{padding:0px 10px; clear:both;}

.clear_both{clear:both;}

/*************** Green style**************************/
.White_BG{background-color:#ffffff; padding:18px 0px 25px 18px;}

/***************general font style**************************/

.Head
{
    font-size:16px;
    font-weight:bold;
    color:#404040;
}

.Normal
{
    font-size: 13px;
    font-weight:normal;
    color:#404040;
}

/***** common_print ******/
#common_print .Head
{
    font-size:16px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#000000;
}

#common_print .Normal
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#404040;
}

#common_print td, #common_print th, #common_print div, #common_print p 
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#404040;
}


/***** Grey ******/
#Grey .Head
{
    font-size:16px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#ffffff;
}

#Grey .Normal
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#ffffff;
}

#Grey td, #Grey th, #Grey div, #Grey p 
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#ffffff;
}

/* Module Action Menus Styles */

.ModuleTitle_MenuItem td, .ModuleTitle_MenuItem th, .ModuleTitle_MenuItem div
{ 
	border:none; 
	padding:3px; 
	color:#000000 !important; 
	font-size:11px; 
	font-weight:bold !important;
	white-space:nowrap;
}

.ModuleTitle_MenuItem { 
	border:none;
	padding-right:10px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	background-color: #c1d2ee !important;
	color:#000000 !important; 
	font-size:11px; 
	font-weight:bold !important;
	white-space:nowrap;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon
{
	height: 2px;
	background:transparent;
}

