.portlet-title{width:65%; text-align:left; float:left; display:inline; padding-left:0;}  
.readmore{
	display:inline; float:right; margin:5px  10px;
}
#mysched table tr td{padding:3px;}
.alt{background:#efefef;}
#gemail table tr td, #gemail table th{padding:1px 3px;}
#gemail table tr td a{font-size:11px; }
#file-repository tr:hover{ background:#eaeaea;}
table{
	width:98%; 
	border:1px solid #999;
}
#file-repository .file-rep-type{margin:5px 0 ;}
 #file-repository table th{padding:2px 10px; background:#393939; text-align:center; color:#fff;}
 #file-repository table thead tr+tr th{font-size:10px;}
 #file-repository table td{padding:5px 10px; text-align:center; font-size:11px;}

/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3, .color-white h3, .color-green h3{
	color:#000;
}
.color-red h3, .color-blue h3, .color-orange h3{
	color:#FFF;
}
/* End Colors */

/* Content section */
	/* Columns section */

	#columns{
		margin:0 auto;
	}

	#columns .column {
		float: left;
		display:inline;
		width: 33.3%;
			/* Min-height: */
			min-height: 400px;
			height: auto !important; 
			height: 400px;
	}

	/* Column dividers (background-images) : */
#columns li{list-style:none;}	
#columns #column1 .widget { margin: 5px; }
#columns #column3 .widget { margin: 5px; }
#columns .widget {
    margin: 5px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	
}
	#columns .widget h6 {
			border-top:1px solid #ccc;
	}
	#columns .widget .widget-head h3 {
	}
	#columns .widget .widget-content {
		
	}
	#columns .widget .widget-content p {
	}
	#columns .widget .widget-content img {
	}
	#columns .widget .widget-content pre {
	
	}
	#columns .widget .widget-content ul {
		
	}
	#columns .widget .widget-content ul li {}
	#columns .widget .widget-content ul.images {
	}
	#columns .widget .widget-content ul.images li {
	}
	#columns .widget .widget-content ul.images img {
	}
	/* End Columns section */
/* End Content section */

	#slider-content{
		margin:0 auto;
	}
	
	#slider-wrapper{
		float:left;
		display:inline;
	}
	
	#description{
		float:left;
		display:inline;
		width: 25%;
		margin:10px 5px;
	}

/* Easy Slider */
	#slider ul, #slider li,
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:360px;
		height:160px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:5px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		border:1px solid #eaeaea;
		background:#565656;
		color:#fff;
		font-weight:bold;
		padding:0 5px;
		text-decoration:none;
		text-indent:-999px;
		border-radius: 20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		}
	ol#controls li.current a{
		background:#4aa6de;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
