@charset "UTF-8";
/* CSS Document */

/* ---------------------------SLIDER STYLES----------------------------------- */

#slider {
	margin:0 auto;
	width: 960px; /* important to be same as image width */
	height: 307px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	line-height:.85em;
	background-color:#fff;
	color:#000;
	background-repeat:no-repeat;
}

#sliderContent {
	width: 960px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
	float: left;
	position: relative;
	display: none;
}

.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 950px;
	background-color: #000;
	/* filter: alpha(opacity=70); IE HACK MOVED TO IE STYLES */ 
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}

.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 30px;
	bottom: 0;
	width: 250px !important;
	height: 293px;
}

/* ---------------------------SLIDER STYLES FOR CURRENT STUDENTS NAVIGATION----------------------------------- */

#slider_nav {
	margin:0 auto;
	width: 960px; /* important to be same as image width */
	height: 307px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	line-height:.85em;
	background-color:#9f9f9f;
	color:white;
	background-image:url(../../../../sp/fragments/comm_master_tpsm/styles/roundedcorner.gif);
	background-repeat:no-repeat;
}

#slider_nav .span-6, .tab_menu .span-6 {
	margin-top:25px;
	color:#f8f8f8;
}

#slider_nav .span-6 ul, .tab_menu ul {
	margin:0 0 0 25px;
	padding:0;
}

#slider_nav .span-6 ul ul, .tab_menu ul ul {
	padding:0;
	margin:0;
	margin-bottom:20px;
}

#slider_nav .span-6 ul ul li, .tab_menu ul ul li {
	
}

#slider_nav .span-6 li, .tab_menu li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider_nav .span-6 li a, .tab_menu li a {
	color:#f8f8f8;
	text-decoration:none;
}

#slider_nav .span-6 li a:hover, .tab_menu li a:hover {
	color:#ffffcc;
	text-decoration:none;
}

#slider_nav ul li {
	line-height:1.6em;
}

#slider_nav ul li a.tab_cat {
	font-weight:normal;
	font-size:1.2em;
    color:black;
}

/* ---------------------------GOOGLE RSS FEED STYLE----------------------------------- */

#feed-control {
	width : 310px;
	height : 160px;
	padding : 10px;
	margin-bottom:500px;
	margin-top:-30px;
}

.gfg-root {
	width : 100%;
	height : auto;
	position : relative;
	overflow : hidden;
	text-align : left;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

.gfg-title {
	font-size: 2em;
	color : #000;
	line-height : 1.4em;
	overflow : hidden;
	white-space : normal;
}

.gfg-title a {
	color : #000;
}

.gfg-subtitle {
	font-size: 12px;
	font-weight : bold;
	color : #000;
	line-height : 1.4em;
	overflow : hidden;
	white-space : normal;
	margin-bottom : 5px;
	padding-top:30px;
}

.gfg-subtitle a {
	color : #000;
}

.gfg-entry {
	background-color : white;
	width : 100%;
	height : 9em;
	position : relative;
	overflow : hidden;
	text-align : left;
	margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
	position : relative;
	background-color : white;
	width : auto;
	height : 100%;
	padding-left : 0;
	padding-right : 5px;
}

.gfg-list {
	position : relative;
	overflow : hidden;
	text-align : left;
}

.gfg-listentry {
	line-height : 1.5em;
	overflow : hidden;
	white-space : normal;
	/*text-overflow : ellipsis;
	-o-text-overflow : ellipsis;*/
	padding-left : 0;
	padding-right : 5px;
	margin-left : 0;
	margin-right : 5px;
	padding:4px 0;
}

.gfg-listentry-odd {
	background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
	/*background-image : url('../../../../sp/fragments/comm_master_tpsm/styles/garrow.gif');*/
	background-repeat: no-repeat;
	background-position : center left;
}