/*
*************************************************************************************************************
portlet.css  - 
css for layout and content styles in portlets
*************************************************************************************************************
*/

/*
==========================================================================================
left menu portlet
========================================================================================== 
*/
.left_nav_menu_portlet{
	width:130px;
	height:1%;
	border:0px solid #cccccc;
}
/*
==========================================================================================
left content portlet
========================================================================================== 
*/
.left_column_content_portlet{
	margin-top:5px;
	width:130px;
	border:0px solid #cccccc;
}

.left_column_content_portlet img {
	margin:0px;
	padding:0px;
	border:0;
	}

/*
==========================================================================================
right content portlet
========================================================================================== 
*/
.page_options_portlet{
	margin:10px;
	height:16px;
}
.right_column_content_portlet{
	margin-top:5px;
	width:180px;
	border:0px solid #cccccc;
}
.right_column_content_portlet img {
	margin:10px 0px 0px 0px; /*trbl*/
	padding:0px;
	border:0;
	}
	/*
==========================================================================================
center content portlet
========================================================================================== 
*/
.center_content_portlet{
	margin-top:5px;
	width:417px;
	border:0px solid #cccccc;
}

.center_content_portlet img {
	margin:0px;
	padding:0px;
	border:0;
	}

.center_content_portlet ul 
{
font-family: Arial;
font-size: 12px;
font-style: normal;
line-height: 1em;
font-weight: normal;
font-variant: normal;
text-indent: 0px;
list-style-type: disc;
margin:10px;
padding:5px;
}
.center_content_portlet ul li{
padding:2px;
 line-height:1.2;


}
.center_content_portlet_2col{
	float:left;
	margin-top:5px;
	width:777px;
	border:0px solid #cccccc;
	text-align:center;
}
.center_content_portlet_2col img{
	margin:0px;
	padding:0px;
	border:0;
}

.center_content_portlet_2col ul 
{
font-family: Arial;
font-size: 12px;
font-style: normal;
line-height: 1em;
font-weight: normal;
font-variant: normal;
text-indent: 0px;
list-style-type: disc;
margin:10px;
padding:5px;
}
.center_content_portlet_2col ul li{
padding:2px;
}
/*
==========================================================================================
search details results portlets
==========================================================================================
*/
.search_results_top {
border:1px solid #999999;
padding:3px;
background:#f4f4f4;
margin:1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.search_details_top {
border:1px solid #999999;
padding:5px;
background:#f4f4f4;
margin:2px;
}
.search_details_main{
border:1px solid #999999;
overflow:auto;
margin:2px;
padding:1px;
}
.search_details_main ul 
{
font-family: Arial;
font-size: 12px;
font-style: normal;
line-height: 1em;
font-weight: normal;
font-variant: normal;
text-indent: 5px;
list-style-type: disc;
margin:10px;
padding:5px;
}
.search_details_main ul li{
padding:2px;
}
/*
==========================================================================================
index center content portlet
========================================================================================== 
*/
.main_content_portlet{
float:left;
width:525px;
height:1%;
}
.main_content_center_image{
	float:left;
	/*margin-left:20px;*/
}
.main_content_center_text{
	border:0px #ffffff solid;
	float:left;
	width:240px;
	height:1%;
	padding:20px;
	margin-top:20px;
}
.main_content_center_text h3{
	font-family:Times New Roman;
	font-size:xx-large;
	font-style:oblique ;
	font-weight:bold;
	color:#ffffff;
}
.main_content_center_text p{
	font-family:Times New Roman;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
}

.main_content_center_text a{
	font-family:Times New Roman;
	font-size:small;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
}
.main_content_center_text a:visited{
	font-family:Times New Roman;
	font-size:small;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
}
.main_content_center_text a:hover{
	font-family:Times New Roman;
	font-size:small;
	font-style:normal;
	font-weight:bold;
	color:Yellow;
}
.main_content_center_text a:active{
	font-family:Times New Roman;
	font-size:small;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
}
.main_bottom_image_gallery{
float:left;
width:525px;
height:1%;
margin-top:20px;
}
.main_bottom_image_gallery img{
	margin:0px;
	padding:0px;
	border:0px;
	display:inline;
}
.right_content_portlet{
float:right;
width:249px;
height:1%;
}
.right_news_portlet{
float:right;
background:url('../images/newsbkg.gif') no-repeat;
width:249px;
height:330px;
}
.right_imgs_portlet{
float:right;
width:249px;
height:1%;
}
.right_imgs_portlet img {
	margin:0px;
	padding:5px;
	border:0;
	}
/*
*************************************************************************************************************
portlet.css  - end
*************************************************************************************************************
*/