/**** container Padding Styles ******/
.con_full_width{width:100%;}

.common_head_pad{padding:0px 0px 0px 0px;}
.head_pad{padding:9px 0px 0px 3px;}

.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:10px 10px 10px 17px;}

.bottom_pad{padding:0px 10px; clear:both;}

.clear_both{clear:both;}

/*************** Grey_curve **************************/
.grey_curve_top_lt{background:url(greycurve_top_lt.gif) no-repeat top left;}
.grey_curve_top_rt{background:url(greycurve_top_rt.gif) no-repeat top right; padding:0px 17px;}
.grey_curve_top_bg{background:url(greycurve_top_bg.gif) repeat-x top left; height:47px;}

.grey_border{ border:#7f7f7f 1px solid; border-width:0px 1px;}

.grey_curve_bot_lt{background:url(greycurve_bot_lt.gif) no-repeat top left;}
.grey_curve_bot_rt{background:url(greycurve_bot_rt.gif) no-repeat top right; padding:0px 8px;}
.grey_curve_bot_bg{background:url(greycurve_bot_bg.gif) repeat-x top left; height:10px;}

/***************general font style**************************/

.Head
{
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.Normal
{
    font-size: 11px;
	font-family:Tahoma;
    font-weight:normal;
    color:#000000;
}

/***** common_print ******/
#common_print .Head
{
    font-size:13px;
	font-family:Tahoma;
    font-weight:bold;
    color:#000000;
}

#common_print .Normal
{
    font-size:11px;
	font-family:Tahoma;
    font-weight:normal;
    color:#000000;
}

#common_print td, #common_print th, #common_print div, #common_print p 
{
    font-size:11px;
	font-family:Tahoma;
    font-weight:normal;
    color:#000000;
}

/***** Top_Border ******/
#Top_Border .Head
{
    font-size:15px;
	font-family:Tahoma;
    font-weight:bold;
    color:#333333;
}

#Top_Border .Normal
{
    font-size:11px;
	font-family:Tahoma;
    font-weight:normal;
    color:#000000;
}

#Top_Border td, #Top_Border th, #Top_Border div, #Top_Border p 
{
    font-size:11px;
	font-family:Tahoma;
    font-weight:normal;
    color:#000000;
}

/***** Top_Border_bigfont ******/
#Top_Border_bigfont .Head
{
    font-size:15px;
	font-family:Tahoma;
    font-weight:bold;
    color:#333333;
}

#Top_Border_bigfont .Normal
{
    font-size:12px;
	font-family:Tahoma;
    font-weight:normal;
    color:#000000;
}

#Top_Border_bigfont td, #Top_Border_bigfont th, #Top_Border_bigfont div, #Top_Border_bigfont p 
{
    font-size:12px;
	font-family:Tahoma;
    font-weight:normal;
    color:#000000;
}

/* 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;
}

