﻿body {
    margin: 0px;
    background-color: #FFFFFF;
    right: auto;
    left: auto;
    font:12px Arial, sans-serif;
    background-image: none;
    background-repeat: repeat-x;
}
	
	/* Standart Fontlar ve Renkleri ve LOGO alt border rengi */
	input, select, body ,td{
		font:12px Arial, sans-serif;
		color:#000;
	}
	

#wrapper
{
    width: 1000px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
}
#Header
{
    height: 100px;
    background-image: none;
}
#navbar
{
    height: 20px;
    text-align: left;
    color: #FFFFFF;
    background-image: none;
    background-color: #FF0000;
    margin-top: 5px;
}
#leftcol
{
    padding: 5px;
    float: left;
    background-color: #FFFFFF;
    width: 220px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#rightcol
{
    padding: 5px;
    float: right;
    background-color: #FFFFFF;
    width: 220px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
#center
{
    padding: 5px;
    background-color: #FFFFFF;
    width: 500px;
    clear: none;
    float: left;
    display: inline;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}
#footer
{
    width: auto;
    clear: both;
    padding-top: 5px;
    text-align: center;
    height: 80px;
    background-image: none;
    margin-top: 10px;
}
#content
{
    width: inherit;
    background-color: #FFFFFF;
    clear: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 5px;
}
.panel2
{
    width: auto;
    height: auto;
}
.panel1
{
    width: 480px;
    height: auto;
}
.table1
{
    background-color: #99FF99;
    width: 480px;
    table-layout: auto;
    empty-cells: show;
    border-spacing: 2px;
}
table
{
    font-family: "Times New Roman", Times, serif;
    font-size: small;
}
.object
{
    right: auto;
    left: auto;
}
/*			Links			*/
/*--------------------------*/

	a:link {
		text-decoration: none;
		color:#0000ee;
	}
	a:visited {
		text-decoration: none;
		color:#0000ee;
	}
	a:hover {
		text-decoration: underline;
	}
