/**** container Padding Styles ******/
.con_full_width{width:100%;}

.common_head_pad{padding:0px 10px 0px 0px;}
.head_pad{padding:20px 6px 10px 15px;}
.head_pad1{padding:2px 2px 5px 2px;}

.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;}

.grey_bg{background:url(grey_bg.jpg) repeat-x top left;}

/*************** Black style**************************/

.black_bg{border:#ffffff 3px solid; background-color:#231f20;}
.white_bg{border:#ffffff 3px solid; background-color:#f0f0f0;}

/***************general font style**************************/

.Head
{
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

.Normal
{
    font-size: 12px;
    font-weight:normal;
    color:#ffffff;
}

/***** common_print ******/
#common_print .Head
{
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#ffffff;
}

#common_print .Normal
{
    font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#ffffff;
}

#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:#ffffff;
}

/***** Black ******/
#Black .Head
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#ffffff;
}

#Black .Normal
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#ffffff;
}

#Black td, #Black th, #Black div, #Black p 
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#ffffff;
}

/***** white ******/
#white .Head
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#0e0e0e;
}

#white .Normal
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#0e0e0e;
}

#white td, #white th, #white div, #white p 
{
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#0e0e0e;
}

/* 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;
}

