/* Layout Stylesheet */ 

html, body {
	margin: 0;
	color: #000;
	background-color: #E3DEC8;
	list-style-image: url(../images/blt3.gif);
	list-style-position: outside;
	background-image: url(../images/bgc.gif);
	font-family: "Times New Roman", Times, serif;
	}

#top {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-image: url(../images/tp3.jpg);
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	word-spacing: 2px;
	border-right: 2px solid #999573;
	border-left: 2px solid #999573;
}

#main {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-right: 2px solid #999573;
	border-left: 2px solid #999573;	
}

#logo {
	height: 65px;
	width: 98%;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


#yaz {
	background: #fff;
	padding: 15px;
	
}

#bej{
	background-image: url(../images/crm.gif);
	background: #fff;
	width: 642px;
	height: 202px;
	border: 3px double #999573;
}

#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color: #2E3408;
	background: #fff;
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: "Courier New", Courier, monospace;
	border-right: 2px solid #999573;
	border-left: 2px solid #999573;
	border-bottom: 2px solid #999573;	
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #745015;
}
a:visited {
	text-decoration: none;
	color: #CB8C24;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #741915;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #727415;
	font-weight: bold;
}

.color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

.im {
	padding : 2px;
	border: 4px double #D0C5A2;
	background-color: #eeeeee;
}	

.bold {
	color: #CC3300;
	font-weight: bold;
	font-size: 18px;
}	

.sm {
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding:5px;
	text-align: center;
}

.hd {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #898563;
	font-weight: bold;
}	
.brd {
	padding : 4px;
	border: 4px double #727255;
	background-color: #E1DBC2;}
	
	
.yesil {
	font-size: 16px;
	color: #063;
	font-weight: bold;
}
	
.toright {
	float: right;
	padding: 10px;
}
	
.cer {
	border: 3px groove #E1DBC2;
}
	
.btn {
	padding: 8px  1px 1px 1px;
	width: 198px;
	height: 64px;
	color: #333;
	background-image:url(../images/ybtn.gif);
	float:right;
	text-align: center;}
	
	
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #29130D;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #898563;
padding: 5px;
z-index: 5;
}

	
	
