/**** container Padding Styles ******/
.con_full_width{width:100%;}

.common_head_pad{padding:0px 10px 0px 0px;}
.head_pad{padding:9px 0px 0px 3px;}
.head_pad2{padding:3px 0px 0px 3px;}
.head_pad3{padding:8px 10px 0px 15px;}

.action_pad{float:left;}
.visibility_pad{margin:0; float:right;}

.common_content_pad{padding:10px 10px 0px 0px;}
.content_pad{padding:10px;}

.bottom_pad{padding:0px 10px; clear:both;}

.clear_both{clear:both;}

/* Gray style */
.gray_TLbg { background:url(gray_TLbg.gif) no-repeat top left;}
.gray_TRbg { background:url(gray_TRbg.gif) no-repeat top right; padding:0px 9px;}
.gray_TCbg { background:url(gray_TCbg.gif) repeat-x top left; height:36px;}
.gray_col { background-color:#eaf5fc; border:#cccccc 1px solid; border-width:0px 1px;}

.gray_BLbg { background:url(gray_BLbg.gif) no-repeat top left;}
.gray_BRbg { background:url(gray_BRbg.gif) no-repeat top right; padding:0px 9px;}
.gray_BCbg { background:url(gray_BCbg.gif) repeat-x top left; height:6px;}

/* Gray_Curve style */
.grey_curve_toplt { background:url(grey_curve_toplt.gif) no-repeat top left;}
.grey_curve_toprt { background:url(grey_curve_toprt.gif) no-repeat top right; padding:0px 9px;}
.grey_curve_topbg { background:url(grey_curve_topbg.gif) repeat-x top left; height:6px;}

/***************general font style**************************/

.Head
{
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.Normal
{
    font-size: 12px;
    font-weight:normal;
    color:#000000;
}

/***** common_print ******/
#common_print .Head
{
    font-size:18px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#003964;
}

#common_print .Normal
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#444444;
}

#common_print td, #common_print th, #common_print div, #common_print p 
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#444444;
}

/***** brown ******/
#gray .Head
{
	color:#298cd6; 
	font-size:14px; 
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    
}

#gray .Normal
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#525252;
}

#gray td, #gray th, #gray div, #gray p 
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#525252;
}

/* 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;
}

