body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}
#maincontainer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#toplogo{
	width: 1000px;
	height: 78px;
}
#menu{
	width: 1000px;
	height: 25px;
	background-image: url(images/menubackground.jpg);
	border-bottom: 1px black;
}
#menu a{
	color: white;
        font-size: 12px;
	font-family: Trebuchet, 'Trebuchet MS', Arial;
}
#mainpagespot{
	width: 1000px;
	background-image: url(images/mainpagebackground.jpg);
	height: 247px;
}
#news{
	display: block;
	margin-left: 100px;
	float: left;
	padding-top: 30px;
	width: 275px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:175px;
}
#news p{
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#news ul li{
	list-style-type: none;
	background-image: url(images/arrow_news.gif);
	background-position: 0px 8px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: -30px;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	font-weight: bold;
}
#news ul p{
       font-size: 10px;
       font-family: Verdana;
}
#flashspot{
	width: 450px;
	float: left;
	padding-top: 20px;
	padding-left: 50px;
}
#contentwrappermain{
	width: 1000px;
	background-color: #f2f2f2;
	margin-top: 15px;
}
#contentwrapper{
	width: 760px;
	margin-left: 110px;
}

#userinteractive{
	float: right;
}
#userinteractive div{
	margin-top: 10px;
}
#content{
	float: left;
	width: 500px;
}
#content p{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
}
#content h1{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 17px;
	padding: 0;
	margin: 0;
        color: #00137F;
}
#bottomcontainer{
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #adadad;
	display: block;
	width: 1000px;
	background-color: #f2f2f2;
	height: 150px;
	text-align: center;
}
#partners{
	margin-top:10px;
}
#partners a, #partners a:hover , #partners a:visited{
	text-decoration: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border: 0;
}
#partners img{
	border: 0;
}
#bottomlinks a ,#bottomlinks a:visited{
	text-decoration: none;
	font-size: 10px;
	color: #006494;
	margin-left: 6px;
	margin-right: 6px;
}
#bottomlinks{
	margin-top: 10px; 
	text-decoration: none;
	font-size: 7px;
	color: #006494;
	margin-bottom: 8px;
}

#content td{
       	font-size: 12px;
}

#hata li{
       	font-size: 12px;
        color: red;
}

#altbaslik{
        font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
}


.genel{
        text-align: left;
}

.tarihcik{
        padding-left: 4px; 
        padding-right: 4px; 
        padding-top: 1px; 
        padding-bottom: 1px;
}

.haberlink{
        font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;

}



/* ----------------------STYLE FOR DATEPICKER -------------------*/



/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
