﻿div, p, h1, h2, h3, h4, ul, li
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    font-size:8pt;
    margin: 0;
    padding: 0;
    text-align: left;
}
tr.accordionLink { 
/*background: blue;*/
text-decoration: none; color: white; 
} 
td.off { 
/*background: blue;*/
text-decoration: none; color: #2E4d7B; 
} 
td.on{ 
background: Lavender; 
text-decoration: none; color: red;
border: 1px dotted #2F4F4F;} 

body
{
    /*background-image: url("images/arkafon.png");*/
    font-family: Tahoma;
    font-size: 8pt;
    background-attachment: fixed;
}
tr.anasayfa { 
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 0px;
    margin-top: 5px;
    cursor: pointer;
    text-align:left;
} 
tr.anasayfaon { 
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 0px;
    margin-top: 5px;
    cursor: pointer;
text-decoration:none;
    text-align:left;
} 
tr.habernormal { background-color: #F8F8F8;}
tr.haberhighlight { background-color: #F0F0F0; }
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:left;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration:none;
    text-align:left;
}

.accordionContent
{
    background-color: #D3DEEF;
    font-family: Tahoma;
    font-size: 12px;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    text-align:left;
}


 /* Reset style
{ margin:0; padding:0; word-break:break-all; }
body { background:#FFF; color:#333; font:12px/1.6em Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#0287CA; text-decoration:none; }
	a:hover { text-decoration:underline; }
 fieldset, img { border:none; }

legend { display:none; }
em, strong, cite, th { font-style:normal; font-weight:normal; }
input, textarea, select, button { font:12px Helvetica, Arial, sans-serif; }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; }Always show Firefox scrollbar*/
ul, li { list-style:none; }
/* iFocus style */
#ifocus { width:425px; height:235px; margin:0px; border:1px solid #666666; background:#F8F8F8; }
	#ifocus_pic { display:inline; position:relative; float:left; width:415px; height:225px; overflow:hidden; margin:5px 0 0 5px; }
		#ifocus_piclist { position:absolute; }
		#ifocus_piclist li { width:415px; height:225px; overflow:hidden; }
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:415px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=75); }
	#ifocus_tx { position:absolute; left:8px; bottom:0px; color:#FFF; width: 410px; height: 35px}
	#ifocus_btn { width:420px; margin:0px; border-left:1px solid #666666; border-right:1px solid #666666; border-bottom:1px solid #666666; background:#F8F8F8; }
		#ifocus_btn li { font:8pt Arial; width:135px; height:125px; }
		/*#ifocus_btn .current { background: url(images/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }*/
		#ifocus_tx .normal { display:none; }
		
		
a.liste:link {text-decoration: none; color:black;}
a.liste:visited {text-decoration: none; color:black;}
a.liste:active {text-decoration: none; color:black;}
a.liste:hover { text-decoration: underline; color:red;}
a.yeni:link {text-decoration: none; color:blue;}
a.yeni:visited {text-decoration: none; color:blue;}
a.yeni:active {text-decoration: none; color:blue;}
a.yeni:hover { text-decoration: underline; color:red;}
a.accordionLink:link {text-decoration: none; color:white ;}
a.accordionLink:visited {text-decoration: none; color:white;}
a.accordionLink:active {text-decoration: none; color:white;}
a.accordionLink:hover { text-decoration: none;}
a:link {text-decoration: none; color:blue;}
a:visited {text-decoration: none; color:blue;}
a:active {text-decoration: none; color:blue;}
a:hover { text-decoration: underline; color:red;}

