/******************/
/* genel stylelar */
/******************/

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, tr, td, div, p
{
	font-family			: Tahoma;
	font-size			: 11px;
	color				: #747474;
	line-height			: 16px;
}

img { border:none; }

.baslik {
	font-family			: Tahoma;
	font-size			: 14px;
	font-weight			: bold;
	text-align			: left;
	color				: #d43a3a;
}

.k_giris {
	font-family			: Tahoma;
	font-size			: 11px;
	color				: #000000;
}
.haber_yazi {
	font-family			: Tahoma;
	font-size			: 9px;
	color				: #ffffff;
}
.tunhaber_haber_yazi {
	font-family			: Tahoma;
	font-size			: 9px;
	font-weight			: bold;
	color				: #ffffff;
}
.performans_yazi {
	font-family			: Tahoma;
	font-size			: 11px;
	color				: #000000;
}


/******************/
/*     header     */
/******************/


/******************/
/*      menu      */
/******************/

a{
	
	color				: #28468c;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}
a:visited  {
	
	color				: #28468c;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}
a:active {
	color				: #28468c;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}
a:hover{
	
	color				: #ed1b24;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}

a.verus{
	
	color				: #ffffff;
	font-family			: "Tahoma";
	font-size			: 9px;
	text-decoration		: none;
}
a.verus:visited  {
	
	color				: #ffffff;
	font-family			: "Tahoma";
	font-size			: 9px;
	text-decoration		: none;
}
a.verus:active {
	color				: #ffffff;
	font-family			: "Tahoma";
	font-size			: 9px;
	text-decoration		: none;
}
a.verus:hover{
	
	color				: #000000;
	font-family			: "Tahoma";
	font-size			: 9px;
	text-decoration		: none;
}

/******************/
/*    content     */
/******************/



/******************/
/*    Menu alti Deadline butonlari     */
/******************/

.tarih {
	color				: #00d5f1;
	font-size			: 15px;
}

a.altyazi{
	
	color				: #747474;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}
a.altyazi:visited  {
	
	color				: #747474;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}
a.altyazi:active {
	color				: #747474;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}
a.altyazi:hover{
	
	color				: #00d5f1;
	font-family			: "Tahoma";
	font-size			: 11px;
	text-decoration		: none;
}

/******************/
/*     footer     */
/******************/

.organization {
	font-family			: Tahoma;
	font-size			: 14px;
	font-weight			: bold;
	color				: #ffffff;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ffffff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ffffff;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #ffffff;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #ffffff;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */


a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	
	overflow: auto;
	background: #fff;
	height: 900px;

}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}


