/**** container Padding Styles ******/
.con_full_width{width:100%;}

.common_head_pad{padding:0px 10px 0px 0px;}
.head_pad1{padding:7px 5px 0px 15px;}


.action_pad{float:left;}
.visibility_pad{margin:0; float:right;}

.common_content_pad{padding:10px 10px 0px 0px;}
.content_pad1{padding:9px 10px 13px 15px;}


.bottom_pad{padding:0px 10px; clear:both;}

.clear_both{clear:both;}

.blue_bg { background:url(blue_bg.gif) repeat-x top left; height:31px;}
.blue_color { background-color:#d1d3d4;}


/***************general font style**************************/

.Head
{
    font-size:22px;
    font-weight:normal;
    color:#0073ae;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	
	
}

.Normal
{
    font-size: 11px;
    font-weight:normal;
    color:#231f20;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	
}

/***** common_print ******/
.common_print .Head
{
     font-size:22px;
    font-weight:normal;
    color:#0073ae;
}

.common_print .Normal
{
    font-size: 11px;
    font-weight:normal;
    color:#231f20;
}

.common_print td, .common_print th, .common_print div, .common_print p 
{
    font-size: 11px;
    font-weight:normal;
    color:#231f20;
}
/***** blue ******/
.blue .Head
{
    font-size:14px;
    font-weight:normal;
    color:#ffffff;
}

.blue .Normal
{
    font-size:12px;
    font-weight:normal;
    color:#414042;
}

.blue td, .blue th, .blue div, .blue p 
{
    font-size:12px;
    font-weight:normal;
   color:#414042;
}

/* 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;
}



