﻿body
{
	background-color: #F7F7F7;
}

.table_body
{
	margin: 0 auto;
	height: 129px;
	width: 935px;
}

.title
{
	margin: 0px auto 0px auto;
	width: 935;
	height: 150px; /*background: url(images/baslik.jpg) no-repeat top;*/
}
.crumbs
{
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	background-color: #E3EAEB;
}

#login_bg
{
	border: 2px solid #CDF2B3;
	vertical-align: middle;
	background: url(images/gradientbg.gif) repeat-x top;
	text-align: center;
	height: 350px;
}
.footer
{
	font-size: 12px;
	height: 26px;
	color: #3366CC;
	text-align: center;
	background: url(images/bg_crumb.png) repeat-x top;
}

#col_main_left
{
	width: 220px;
	height: 600px;
	vertical-align: top;
	text-align: center;
	background: url(images/sol.jpg) no-repeat top;
	padding-top: 10px;
}
#col_main_right
{
	margin-left: 198px;
	border-right: 1px solid #CAC7B8;
	width: 715px;
	vertical-align: top;
	text-align: left;
}
#mainContent
{
}
.left
{
	width: 20%;
	padding: 10px,5px,10px,30px;
	text-align: right;
}
.right
{
	width: 80%;
	padding: 10px,30px,10px,5px;
}
.lbl
{
	white-space: pre;
}
.picture
{
	background-color: Gray;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.picture:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
}

