/**** container Padding Styles ******/
.con_full_width{width:100%;}

.common_head_pad{padding:0px 10px 0px 0px;}
.head_pad{padding:8px 10px 0px 6px;}
.head_pad1{padding:5px 10px 0px 6px;}
.head_pad2{padding:11px 10px 0px 6px;}

.action_pad{float:left;}
.visibility_pad{margin:0; float:right;}

.common_content_pad{padding:10px 10px 0px 0px;}
.content_pad{padding:10px 10px 10px 15px;}
.content_pad1{padding:0px 10px 10px 15px;}

.bottom_pad{padding:0px 10px; clear:both;}

.clear_both{clear:both;}

/*************** Blue_shade style**************************/
.blue_top_shade1{background:url(blue_top_shade1.gif) repeat-x top left; background-color:#ffffff;}
.icon{background:url(icon.gif) no-repeat top left; height:37px; padding-left:26px;}

/*************** Blue_Border style**************************/
.blue_border_toplt{background:url(blue_border_toplt.gif) no-repeat top left;}
.blue_border_toprt{background:url(blue_border_toprt.gif) no-repeat top right; padding:0px 4px 0px 29px;}
.blue_border_topbg{background:url(blue_border_topbg.gif) repeat-x top left; height:32px;}

.blue_border{border:#85b3b7 1px solid;}

/*************** Blue_shade style**************************/
.blue_shade_lt{background:url(blue_shade_lt.gif) no-repeat top left; padding-left:22px;}
.blue_shade_bg{background:url(blue_shade_bg.gif) repeat-x top left; height:29px;}
.blue_top_shade{background:url(blue_top_shade.gif) repeat-x top left; background-color:#ffffff;}
.blue_bot_shade{background:url(blue_bot_shade.gif) repeat-x bottom left;}

.blue_border_shade{border:#85b3b7 1px solid; padding:2px;}

/***************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:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#000000;
}

#common_print .Normal
{
    font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#000000;
}

#common_print td, #common_print th, #common_print div, #common_print p 
{
    font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#000000;
}

/***** blue_border ******/
#blue_border .Head
{
    font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#316972;
}

#blue_border .Normal
{
    font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#163135;
}

#blue_border td, #blue_border th, #blue_border div, #blue_border p 
{
    font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#163135;
}

/* 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;
}

