body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	background-color: #fed100;
}
.bg {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.header{
	background-color:#ededed;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding-left: 27px;
	background-image: url(../images/topgradient.gif);
	background-repeat: repeat-x;
}
.aramabg {
	background-image: url(../images/aramabg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
.menuFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}
.menuFont:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.icerikTdsag{ background-color:#fff; padding-top:9px; padding-right: 22px; padding-left: 19px;}
.icerikTdsol{
	background-color:#fff;
	padding-top:9px;
	padding-right: 9px;
	padding-left: 9px;
}
.kalin {
	font-size: 11px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}
.form {
	border: 1px solid #c9c9c9;font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	padding-bottom:2px;
}
.haberBaslik {
	font-size: 11px;
	font-weight: bold;
	color: #ff8100;
	text-decoration: none;
}

.baslik {
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}
.habericerik{
	font-size: 10px;
	color: #5b5b5b;
 	text-decoration: none;
	line-height:16px;
}
.note{
	font-size: 10px;
	color:#FF3300;
 	text-decoration: none;
	line-height:16px;
}
.bigBaslik{
	font-size: 15px;
	color: #646464;
 	text-decoration: none;
	line-height:16px;
	font-weight:bold;
}
.maddelerTd{ background-color:#eeeeee; padding:4px 9px 4px 9px; }
.imgBorder{ background-color:#fff; border:1px solid #dadada; padding:2px;}
.ortaTd{ border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc; padding-left:14px; padding-right:14px;}
.seciliBg{ text-align:center; background-image:url(../images/seciliBg.gif); background-repeat:repeat-x; border:1px solid #d07300; background-position:center; font-family:Verdana, Arial, Helvetica, sans-serif; height:27px; vertical-align:middle; color:#FFFFFF; font-size:11px; font-weight:bold; }
.defaultBg{ background-image: url(../images/defaultBg.gif); height:27px; background-repeat:repeat-x; vertical-align:middle; border:1px solid #b3b3b3; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ff5701; font-size:11px; font-weight:bold; }
.sagTd{border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc; padding-left:19px; padding-right:20px;}
.bottomBg{ background-image:url(../images/bottombg.gif); background-repeat:repeat-x; padding-left:8px;}
.maddelerTd2{ background-color:#eeeeee; padding:4px 9px 4px 9px; border:1px solid #DFDFDF; }
.linkContent{font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;	
}
.white{ 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;}
.linkContent:hover{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	
}
.habericerik2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b5b5b;
 	text-decoration: none;
	line-height:16px;
}

.habericerik2:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
 	text-decoration: underline;
	line-height:16px;
}
/*---------- bubble tooltip -----------*/

h1{ color: #F60; letter-spacing: -0px; }
a.tt{
    position:relative;
    z-index:24;
    color:#ff5701;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ font-weight:normal; display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #ffffff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #444444;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}

/*---------- bubble tooltip end-----------*/


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding:5px;
border: 1px solid #DBDBDB;
background: #F2F2F2;
color:#c52904; font-size:13px; font-weight:bold;
}
.mypets:hover{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding:5px;
border: 1px solid #DBDBDB;
background: #E6E6E6;
color:#c52904; font-size:13px; font-weight:bold;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #FF6600;
color:#fff; font-size:13px; font-weight:bold;
}

.thepet{ /*header of 1st demo*/
padding:5px;
}
.bgdownl {
	background-image: url(../bgdown.gif);
	background-repeat: repeat-x;
	padding-right: 6px;
	padding-left: 10px;
}
