body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
	font-size:10px
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
}

#maincontent {

	font-size: 12px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 300px;
}
#header {
	background-color: #f5f7ff;
	color: #CCCCCC;
	height:80px;
}
#footer {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(csst_bg.gif);
	font-family: verdana;
	font-size:11px;
	height:15px;
	text-align:right;
	padding-right:10px;
}

td, p, ul {
		font-family: tahoma, verdana, sans-serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 100%; }
h2 { font-size: 100%; }


#sol_list
{
	PADDING-LEFT: 5px;
	MARGIN: 0px;
	MARGIN-TOP: 10px;
	PADDING-BOTTOM: 0px;
	WIDTH: 290px;
	LIST-STYLE-TYPE: none;

}
#sol_list LI.sol_baslik {
	BACKGROUND:  url(images/sol_baslik.png) no-repeat;
	HEIGHT: 23px;
	padding-left:5px;
	font-size: 11px;
	MARGIN-TOP: 0px;	
}
#sol_list LI.sol_normal{
	background-color:#f1efe2;
	padding-left:5px;
	font-size: 80%;
	MARGIN-TOP: 0px;
}


.inputbox {
	background:#FFFFFF;
	border: solid 1px #7F9DB9;
	padding-top:2px;
	width:auto;
	font-size:11px;
}

.button { /* style for form submit buttons */
                          
       background-color:#FF3300;
       height: 20px;
       border: 1px #990000 solid;
       	font-family: tahoma, verdana, sans-serif;
       font-size: 11px;
       font-weight:bold;
       color:#FFFFFF;
}
.form_label
{
       	font-family: tahoma, verdana, sans-serif;
       font-size: 11px;

}
#ust_bosluk
{
	   padding-top:10px; 
}
#alt_bosluk
{
	   padding-bottom:3px; 
}
#box-table-a
{
		font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	margin-left:5px;
	width: 285px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 1px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

.link a {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #C64934;
	text-decoration: none;
}
.link a:hover {
	color : #30569D;
	text-decoration : underline;
}
.link a:active {
	color : #333333;
	text-decoration : underline;
}
