/**** container Padding Styles ******/
.con_full_width{width:100%;}

.common_head_pad{padding:0px 10px 0px 0px;}
.head_pad{padding:10px 10px 0px 11px;}

.action_pad{float:left;}
.visibility_pad{margin:0; float:right;}

.common_content_pad{padding:10px 10px 0px 0px;}
.content_pad{padding:10px;}
.content_pad1{padding:1px;}

.bottom_pad{padding:0px 10px; clear:both;}

.clear_both{clear:both;}

/*************** Grey style**************************/
.grey_bg{background:url(grey_bg.gif) repeat-x top left; height:38px;}

/*************** Grey style**************************/
.dotted_bg{background:url(dotted_bg.gif) repeat-x bottom left; padding-bottom:10px;}


/***************general font style**************************/

.Head
{
    font-size:15px;
    font-weight:bold;
    color:#086c64;
}

.Normal
{
    font-size: 13px;
    font-weight:normal;
    color:#414141;
}

/***** common_print ******/
#common_print .Head
{
    color:#03867c; 
	font-size:18px; 
	font-weight:bold; 
	font-family:"Trebuchet MS";
}

#common_print .Normal
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#414141;
}

#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:#414141;
}

/***** Green_text ******/
#Green_text .Head
{
    font-size:24px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#097d74;
}

#Green_text .Normal
{
    font-size:18px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#097d74;
}

#Green_text td, #Green_text th, #Green_text div, #Green_text p 
{
    font-size:18px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#097d74;
}

/***** Top_Grey ******/
#Top_Grey .Head
{
    font-size:15px;
    font-weight:bold;
    color:#5d5d5d;
}

#Top_Grey .Normal
{
    font-size:13px;
    font-weight:normal;
    color:#414141;
}

#Top_Grey td, #Top_Grey th, #Top_Grey div, #Top_Grey p 
{
    font-size:13px;
    font-weight:normal;
    color:#414141;
}

/* 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;
}

