@charset "utf-8";
/* CSS Document */


.main {
	border: 1px solid #CCC;
	padding: 5px;
}
.header {
	height: 140px;
	margin-bottom: 5px;
	background-color: #436BA9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	background-image: url(temp.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: right;
}
.left_menu {
	
	width: 260px;
	clear: left;
	float: left;
	margin-left: 1px;
	margin-top: 10px;
	border: 1px solid #CCC;
}
.body_center {
	clear: right;
	float: left;
	margin-left: 10px;
	height: 100%;
	width: 100%;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}





.menu{margin:0; padding:0; width:250px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(28,26,26); display:block; background:url('verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}
.image {
	height: 150px;
	width: 500px;
}
.resim {
	height: 150px;
	width: 100%;
	margin: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.resim_photo {
	height: 125px;
	width: 125px;
	float: left;
	clear: left;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 3px;
}
.abstract_alan {
	clear: none;
	float: left;
	height: 125px;
	width: 500px;
	margin: 5px;
	padding: 3px;
}
.abstract_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.header_sub {
	padding-left: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	border: 1px solid #CCC;
}


A:link {
	color: #000;
	text-decoration: none;
}

A:hover {
	color: #C33;
	text-decoration: none;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #333333;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000000;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 3px solid #cccccc;
	font-weight: bold;
	background-color: #FF6600;
	color: #FFFFFF;
	}
	div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	color: #999999;
	}
