/* CSS Document */

html, form, fieldset {
	margin: 0;
	padding: 0;
}

body{
background-color: #000000;
color: #999999;
font-size: 11px;
line-height: 17px;
font-family: Verdana;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

body.contentpane {
color: #333333;
font-size: 12px;
line-height: 1.3em;
margin: 0px 0px 0px 0px;
width: auto; /* Printable Page */
}

a.mainlevel:link, a.mainlevel:active, a.mainlevel:visited {
float: left;
height: 30px;
line-height: 30px;
width: 80px;
color: #CCCCCC;
font-size: 12px;
font-weight: bolder;
text-align: center;
margin: 0 1px 0 0;
background: url(../images/greentab.png) no-repeat;
}

a.mainlevel:hover {
color: #FFFFFF;
background: url(../images/greentab-h.png) no-repeat; 
}

a.sublevel:link, a.sublevel:active, a.sublevel:visited {
color: #CCCCCC;
text-decoration: none;
}

a.sublevel:hover  {
color: #FFFFFF;
}

/* Normal Link */
a {
color: #CCCCCC;
text-decoration: none;
}

a:hover, a:active, a:focus {
color: #FFFFFF;
}

p{
margin-top: 1px;
margin-bottom: 1px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
}

tr,td {
margin: 0px;
padding: 0px;
}

img {
	margin: 0;
	padding: 0;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	padding: 0;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, a.readon {
	color:#666666;
	font-size: 92%;
}
.article_separator {}
.adminform {}
.author {}
.bannerfooter {}
.bannergroup {}
.bannerheader {}
.banneritem {}
.blog {}
.blog_more {}
.blogsection {}
.breadcrumbs {}

.button {
font-size: 10px;
font-weight: bolder;
color: #333333;
border-top: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
border-left: 5px solid #FFFFFF;
background-color: #CCCCCC;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity:0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5;
}

.buttonheading {}
.clr {}

.componentheading, .contentheading, .contentpagetitle {
width: 574px;
margin: 0px;
padding: 0px;
text-align: left;
font-weight: bolder;
height: 20px;
line-height: 20px;
height: 20px;
line-height: 20px;
background-image: url(../images/hr.png);
background-position: bottom left;
background-repeat: no-repeat;
}

.content_rating {}
.content_vote {}
.contentdecription {}

.contentpane {
margin: 0px;
padding: 0px;
text-align: left;
}

.contentpaneopen {
margin: 0px;
padding: 0px;
text-align: left;
}

.contenttoc {}
.createdate {}
.created-date {}
.date {}
.form-login  {}
.intro {}
.latestnews {}
.loclink {}


.message {}
.metadata {}
.modifydate {}
.module {}
.moduletable {}
.mosimage_caption {}
.mostread {}
.newsfeed {}
.outline {}
.pagenav {}
.pagenav_next {}
.pagenav_prev {}
.pagenavbar {}
.pagenavcounter {}
.pathway {}
.pollstableboarder {}
.read {}
.search {}
.searchintro {}
.sections {}
.sectiontable_footer {}
.sectiontableentry {}
.sectiontablefooter {}
.sectiontableheader {}
.small {}
.smalldark {}
.title {}

/* Contact CSS */
#component-contact {}  /* genel iletişim sayfası */

#selectForm {} /* kategori seçimi */
#emailForm {} /* form hücreleri */
#contact_name {} /* name */
#contact_email {} /* email */
#contact_subject {} /* subject */
#contact_text {} /* text */
#contact_email_copy {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity:0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5;
} /* checkbox */

.inputbox {
margin: 0;
padding: 2px;
font-size: 11px;
color: #000000;
border-top: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-left: 5px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
background-color: #CCCCCC;
margin: 2px 0;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity:0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5;
} /* name, subject */

.inputbox:hover {
border-top: 2px solid #FF9900;
border-right: 2px solid #FF9900;
border-left: 5px solid #FF9900;
border-bottom: 2px solid #FF9900;
background-color: #FFFF99;
}
.inputbox required {} /* text */
.inputbox required validate-email {} /* email */
.form-validate {} /* form doğrulama */
.button validate {} /* button */

.contact_mail {
margin: 0px;
padding: 0px;
} /* email sayfası form alanı */

