﻿/* CONSTRUCTION */

.master {
	width: 100%;
	text-align:center;
}

.container{	
	background:url(../images/header_bg2.png);
	background-repeat:repeat-x;
	position:relative;
	width:95%;
	min-width: 800px;
	text-align:center;
	margin:auto;
	z-index:1;
}

.ltable{
	background:url(../images/contentback.jpg);
}

.mtable{
	background:url(../images/table_bg.gif);
	width:800px;
}

.header {
	position:relative;
	text-align:center;
	width: 100%;
	height: 170px;
	margin:auto;
	z-index:1;
}

img{border: 0px;}

p
{
    text-align:left;
    padding-bottom:1em;
}

hr {
border-top: 1px dotted #009900; border-bottom: none; border-left: none; border-right: none;
}

a:link, a:visited {color:black;text-decoration:none;}
a:hover {color:white;text-decoration:underline;}

a.resim:link  	img {border: 1px solid #000000;}
a.resim:visited img {border: 1px solid #000000;}
a.resim:hover 	img {border: 1px solid #FFFFFF;}

.form     { font-family: Verdana; font-size: 8pt; color: #000000; background-color: #E8E8E8 }

.small   {font-size: 9px;}
.med     {font-size: 12px;}

.txtBox1{
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
    background-color: #F9F9F9;
    font-family: Verdana;
    font-size: 12px;    
    color: #282828;
	text-decoration: none;
	background-image : url(/images/txtbox_shadow.gif);
}

 #navcontainer
{
	width: 160px;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Arial, Verdana, Tahoma;
	color: #000000;
	font-size: 10px;
	align:center;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	border-top:0px solid #33bb00; border-bottom:1px solid #33bb00; margin:0; 
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #009900;
	border-right: 10px solid #009900;
	background-color: #009900;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}

#navcontainer li a:hover
{
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}

.shadowbox {
	position: absolute;
	background: url(/Images/shadowdark.gif) repeat;
	top: 150px;
	left: 65%;
	width: 180px;
}
			
.shadowcontent {
	position: relative;
	padding: 10px; 
	top: -5px;
	left: -5px;
	background: #808080;
	border: 1px solid #000000;
	filter:alpha(opacity:65);
}

/* TYPO */

h1{font-family:Arial; font-size :18px; font-weight:bold; display:inline; line-height: 1.4;}
h2{font-family:Arial; font-size:14px; font-weight:bold; display:inline; line-height: 1.4;}
h3{font-family:Arial; font-size:12px; line-height: 1.4;}
h4{font-family:Arial; font-size:11px; line-height: 1.4;}
h5{font-family:Arial; font-size:10px; Line-height: 1.4;}
h6{font-family:Arial; font-size:10px; line-height: 1.2;}

.space{margin-left:5px;}
.lightGrey{color:#ccc;}
.white{color:#fff;}
.red{color:red;}
.line{color:#ccc; border:dotted #ccc;}

/* LIST */

ul{
    font-family: Arial, Helvetica, sans-serif;
    margin-top:12px;
}
ul li{
    list-style-position:outside;
    line-height:1.5;
    margin-top:1px;
    margin-left:20px;
    list-style-image:url(../images/list-im.gif);
    font-weight:inherit;
}

/* LINK */

a.topMenu:link {text-decoration: none; color: #333;}
a.topMenu:visited {text-decoration: none; color: #333;}
a.topMenu:hover {text-decoration: none; color: #FFCCFF;}
a.footerMenu:link {text-decoration: underline; color: #333;}
a.footerMenu:visited {text-decoration: underline; color: #333;}
a.footerMenu:hover {text-decoration: underline; color: #b1cce2; }

a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: underline; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}


/* FORM */

textarea {
    border: 1px #457291 solid;
    width:260px;
    height:80px;
    margin:10px;
}

input, select
{
    font-size:11px;
    color:#333;
}


/* CHROME HACK */
body:nth-of-type(1) .subImages{margin-top:45px;}
body:nth-of-type(1) .backSpace{margin-left:5px;}
body:nth-of-type(1) .title{	width:590px;}
/*FF HACK*/
.subImages, x:-moz-any-link {margin-top:45px; }
.subImages, x:-moz-any-link, x:default {margin-top:45px; }
*:first-child+html .subImages{margin-top:-60px;}/*ie7 fix*/

/* IE6 HACK */
* html .subImages{margin-top:-77px;margin-bottom:-45px;}
* html .title{width:590px;}

