.footer_text{
font-size:12px;  font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
}
.subject_text{
background:#0099CC;
font-size:14px;  font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
}
.text_gri_small { color: #7c7c7c; font-size:12px;  font-family: Arial, Helvetica, sans-serif; line-height:1.9em; } 

.ddcolortabs{
font-size:11px;  font-family: Arial, Helvetica, sans-serif; 
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
font-size:11px;  font-family: Arial, Helvetica, sans-serif; 
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: #60a80c;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
font-size:13px;  font-family: Arial, Helvetica, sans-serif; 
float:none;
}

.ddcolortabs a:hover{
font-size:13px;  font-family: Arial, Helvetica, sans-serif; 
background-color: #60a80c;
}

.ddcolortabs a:hover span{
font-size:13px;  font-family: Arial, Helvetica, sans-serif; 
background-color: #ffcc00;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
font-size:13px;  font-family: Arial, Helvetica, sans-serif; 
background-color: #60a80c;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #60a80c; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #60a80c;
border-bottom: 1px solid #60a80c; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #60a80c;
color: white;
}


/*********************
ANASAYFA CONTENT SLIDER BASLA
*********************/
.glidecontentwrapper{
z-index:1;
position: relative; /* Do not change this value */
width: 849px;
height: 410px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 800px;
color: #7c7c7c; font-size:12px;  font-family: Arial, Helvetica, sans-serif; line-height:1.9em
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 849px;
text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #e61938;
}

.glidecontenttoggler a:hover{
color: e61938;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

/*********************
ANASAYFA CONTENT SLIDER BIT
*********************/