/*--------- Container silver styles ----------*/

.module_silver_title_icon
{
	background-image: url(images/title_icon_blue.jpg);
	background-repeat: no-repeat;
	margin: 18px 0 0 4px;
	float: left;
	width: 20px;
	height: 14px;
}

.module_silver_title
{
	color: #2C83AB;
	margin: 17px 0 0 2px;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	width: 130px;
	float: left;
}

.container_silver
{
	clear: both;
	background-color: Transparent;
	width: 180px;
	border-top: solid 1px #CBCBCB;
}

.container_silver p 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.module_silver_left_border, .module_silver_right_border
{
	background-position: bottom;
	background-repeat: no-repeat;
	width: 2px;
	float: left;
	min-height: 170px;
}

.module_silver_left_border
{
	background-image: url(images/container_silver_left_border.gif);
}

.module_silver_right_border
{
	background-image: url(images/container_silver_right_border.gif);
}

.module_silver_middle 
{
	background-image: url(images/container_silver_background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 6px 0 6px;
	vertical-align: top;
	width: 164px; 
	min-height: 170px;
	float: left;
}

.module_silver_content
{
	clear: both;
	padding-top: 6px;
}

.module_silver_content a
{
	font-family: Verdana;
	font-size: 11px;
}

.module_silver_content ul
{
	font-family: Verdana;
	font-size: 11px;
	margin: 14px 0 0 0;
	padding-left: 24px;
}

.module_silver_content li
{
	list-style-type: disc;
	padding-bottom: 3px;
}

.pane_content_silver
{
	clear: both;
	padding: 0 0 0 0;
}	

/*--------- Latest news styles ----------*/

.container_latest_news
{
	clear: both;
}

.module_lastest_news_heading
{
	background-image: url(images/title_latest_news.jpg);
	background-repeat: repeat-x;
	border: solid 1px #DBDBDB; 
	width: 170px; 
	height: 20px; 
	padding: 3px 0 0 8px;
}

.latest_news_title
{
	color: #233D5C;
	background-color: Transparent;
	padding: 2px 0 0 2px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}

.module_lastest_news_hr
{ 
	background-color: #D7D7D7; 
	height: 3px; 
	width: 178px;
}

.module_lastest_news_border
{
	border: solid 1px #DBDBDB; 
	width: 178px; 
	height: 256px; 
}

.module_lastest_news_content
{ 
	height: 250px; 
	margin: 0 2px 2px 2px; 
	padding: 0 0 0 8px; 
	border-left: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-bottom: solid 1px #DBDBDB;
	background-color: #E9E9E9;
	font-family: Verdana;
	font-size: 11px;	
	line-height: 140%;
}

.module_lastest_news_content a
{
	color: #609ab4;
}

/*--------- Silver border top styles ----------*/

.module_silver_border_top_border {
	border-top: solid 1px #CDCDCD;
	width: 158px; 
	float: left; 
	padding: 0 10px 0 10px;
}

.module_silver_border_top_side_border {	
	height: 400px; 	
	background-image: url(images/silver_border_top_sides.jpg);
	background-repeat: no-repeat;
	width: 1px; 
	float: left;
}

.module_silver_border_top_content {	

}

/*--------- Shared styles ----------*/

.module_title 
{
	padding-left: 0;	
	font-family: Verdana;
	font-size: 18px;
	color: #8195AD;
}

.pane_content
{
	clear: both;
	padding: 12px 0 0 0;
}	

.pane_footer
{
	clear: both;
	text-align: right;
}

.pane_visibility
{
	float: right;
}

.pane_header
{
	padding-top: 12px;
}

.pane_header span.ModuleTitle_MenuBar
{
	float: left;
	
}

/*--------- Editing styles ----------*/
.c_container{padding-bottom:15px;}

/* To align the Actions, Icon and Title. */
.c_icon, .c_actions, h2.c_title{float:left;}
.c_icon img {float:left; padding-right:4px;}
h2.c_title{margin:0; padding:0;}
.icn img{margin-right:5px;}

.title_vis{float:right;}

.c_content{clear:both;}
.c_contentpane{padding:8px 0 0 0;}
.c_footer {clear:both;margin-bottom:20px;padding:0; text-align:right;}

/* Default style for head & normal. */
.Normal p{margin-top:0px;}

/* For the inline edit icons. */
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F;}
.c_content .eipbackimg {margin-top:0;margin-left:-20px;}
