@CHARSET "UTF-8";
body{
	background:#cccccc url("images/giris_bg.png") repeat-x; 
}
#bottomBarDiv{
	background:#cccccc url("images/alt_bg.jpg") repeat-x;
	height:30px;	
	width:100%;
}
#ustBarDiv{
	margin-top:10px;
	margin-bottom:10px;
	height:120px;
	position: relative;
	background:#000000;
}
.wrapper{
	width:850px;
	margin:0px auto;
}
.pageContainer{
	width:850px;
	min-height: 500px;
	background:#ffffff;
}
.roundCornerElement{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#bottomBarDivPad{ height:10px; }
#ustLogoContainer{
    position:absolute;
	left:6px;
	background:url("images/ust_logo.jpg") no-repeat;
	width:150px;
	height:117px;
}
#ustLogoContainer > a{ display: block; }
#topLogoLink{ display: block; width:165px;height:120px; }
#sliderContainer{
	padding:6px;		
}
.listeHaberCapContainer{
    background:#1e1e1e;
    padding:3px;
    margin:0px;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius:6px 6px 0px 0px;  
}
.listeHaberCaps{
    padding:0px;
    margin:4px;
    font-size:16px;
    color:#ffffff;
    text-shadow: 1px 1px 0px #666666;
}
.listeHaberIcerikDiv{
    border:1px solid #1e1e1e;
}
.listeHaberIcerikDivBosluk{
    height:10px;
    overflow: hidden;
}
.pad4px{
    padding: 4px;
}
.haberSayac{
    margin:3px;
    padding:4px;
    border:1px solid #cccccc;
    background: #eeeeee;
}
.haberSayacAktif{
    margin:3px;
    padding:4px;
    border:1px solid #ff0000;
    color:#ff0000;
}
.haberThumbTd{ width:160px; text-align: right; }
.innerPageContainer{ padding:6px; }