﻿div, p, h1, h2, h3, h4, ul, li
{
	margin:0;
	padding:0;
	border:none;
}

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 /* Internet Explorer */
{
	 /*background-image:url("images/arkafon.png");*/
text-align: center;
	font-family: Tahoma;
	font-size:75%;
	 background-attachment:fixed;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
	font-family: Tahoma;
	font-size:75%;
	 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;
} 
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;
} 

/* 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;
}

.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;
}

.accordionContent
{
    background-color: #D3DEEF;
    font-family: Tahoma;
    font-size: 12px;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
}

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;}
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;}