/* CSS Document */
body {
	background-color: #D6749F;
	font-size: 18px;
	font-family:"Courier New", Courier, monospace;
	list-style-image: url(../images/dot.gif);
	list-style-position:outside;
	}

div#main {
    text-align: center;
	width: 95%;
	padding: 6px;
	border: 15px solid #F47FAB;
	margin-left: auto;
    margin-right: auto;
	background-color: #FffffF;
	background-image:url(../images/sekil.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	}

div#footer {
	text-align:center;
	color: #FF6600;
	
}

a:link {
	text-decoration: none;
	color: #CC0066;
}
a:visited {
	text-decoration: none;
	color: #FF0033;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC00CC;
}

.red {
	color: #333;
	font-family: "Lucida Handwriting";
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.bld {
	text-decoration: none;
	color: #BC52A2;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.lft {
	width: 90%;
	text-align: left;
	margin-left: 100px;
}

.dbn {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: center;
	font-style: italic;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
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: #EFEFEF;
padding: 5px;
z-index: 5;
}
