﻿body
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	margin: 0px;
	background-color: #004576;
}
html
{
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}
img
{
	border: 0;
}
a, a:visited, a:link, a:active
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	text-decoration: underline;
	color: Red;
}
#zt-icerik a
{
	text-decoration: underline;
}
#zt-icerik ol
{
	line-height: 20px;
}
h4
{
	margin: 2px 0 2px 0;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.checkbox, .radio
{
	color: black;
	margin: 0 2px 0 0;
}

.textarea, .textbox, .selectbox, .password
{
	font-size: 11px;
	color: black;
	border: 1px solid #a4a4a4;
	background: white;
	vertical-align: middle;
}
.npleft
{
	margin-right: 5px;
	max-width: 250px;
	max-height: 250px;
	width: expression(this.width > 250 ? 250: true);
	height: expression(this.height > 250 ? 250: true);
	width: auto;
	height: auto;
	float: left;
}
.npright
{
	margin-left: 5px;
	max-width: 250px;
	max-height: 250px;
	width: expression(this.width > 250 ? 250: true);
	height: expression(this.height > 250 ? 250: true);
	width: auto;
	height: auto;
	float: right;
}
.npresize
{
	max-width: 200px;
	max-height: 350px;
	width: expression(this.width > 200 ? 200: true);
	height: expression(this.height > 350 ? 350: true);
	width: auto;
	height: auto;
}
.gallstpict
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width > 100 ? 100: true);
	height: expression(this.height > 100 ? 100: true);
}
.galdtlpict
{
	max-width: 350px;
	max-height: 350px;
	width: expression(this.width > 350 ? 350: true);
	height: expression(this.height > 350 ? 350: true);
	width: auto;
	height: auto;
}

.menu-head
{
	margin-left: 0;
	float: left;
}
hr
{
	color: #fff;
	background-color: #fff;
	border: 1px dotted silver;
	border-style: none none dotted;
}

.menu-head h3
{
	padding: 3px 0 0 10px;
	margin: 1px 0;
	display: block;
	width: 160px;
	height: 20px;
	background: url(Images/menu-head-b.png);
	font-size: 12px;
	color: White;
	text-align: left;
}

.mngTitle
{
	font-size: 14px;
	color: Red;
}
.mngName
{
	font-size: 16px;
	color: Black;
	font-weight: bold;
}
.mngResume
{
	font-size: 11px;
	color: #666666;
}
.mngBio
{
	margin: 5px 0;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
}

.lstHdr
{
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
.lstHdr:hover
{
	color: Red;
}

.lstDtl
{
	font-size: 12px;
	color: Black;
	font-weight: normal;
}
.lstDate
{
	font-size: 10px;
	color: Black;
	font-weight: bold;
}
.keywords
{
	background-color: Silver;
	padding: 5px;
	border: solid 1px Gray;
	width: 578px;
	height: 40px;
}
.detail
{
	background-color: #efefef;
	padding: 5px;
	border: solid 1px Gray;
}
.Panel-Detail
{
	padding: 5px;
}

.menu-text a
{
	color: #004576;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: url(Images/menu-bottom.png);
	padding: 2px 0 0 10px;
	margin: 1px 0;
	display: block;
	width: 160px;
	height: 15px;
}
.menu-text a:hover
{
	color: White;
	text-decoration: none;
	background: url(Images/menu-bottom-h.png);
	padding: 2px 0 0 15px;
	width: 155px;
}
.menu-text ul
{
	margin: 0;
	padding: 0;
}
.menu-text li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager
{
	font-family: Arial;
	margin: 0 auto;
	text-align: center;
	padding: 2px;
}
#flash .pager
{
	float: right;
	font-family: Arial;
	text-align: center;
	background-color: Silver;
	padding: 2px;
	border-top: solid 2px gray;
	border-bottom: solid 2px gray;
	border-left: solid 2px gray;
	border-right: solid 2px gray;
	width: 332px;
}

.pager a
{
	color: white;
	font-weight: bolder;
	padding: 2px 2px 2px 6px;
	text-decoration: none;
	background-image: url(/Images/count_p.png);
	display: -moz-inline-box;
	display: inline-block;
	width: 10px;
	height: 14px;
}
.pager a:hover
{
	color: black;
	background-image: url(/Images/count_a.png);
}
.pager .nextprev
{
	background-image: url(/Images/nextprev.png);
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-family: Arial Black;
	color: white;
	font-size: 10px;
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.pager .current
{
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 2px 2px 6px;
	text-decoration: none;
	background-image: url(/Images/count_a.png);
	display: -moz-inline-box;
	display: inline-block;
	width: 18px;
	height: 18px;
	width: 10px;
	height: 14px;
}

#main
{
	margin: 0 auto;
	width: 976px;
	background: url(/Images/table_back_b.gif) top repeat-y;
}
#header
{
	margin: 0 auto;
	width: 970px;
}
#menu
{
	margin: 4px auto;
	width: 970px;
	height: 20px;
	background-color: #efefef;
	font-size: 10px;
	font-weight: bold;
}
#menu .column1
{
	float: left;
	width: 163px;
	height: 20px;
	padding: 2px 4px 2px 4px;
	text-align: center;
}
#menu .column2
{
	float: left;
	width: 598px;
	height: 20px;
	padding: 2px 4px 2px 4px;
	border-left: solid 2px white;
	border-right: solid 2px white;
}
#menu .column3
{
	float: left;
	width: 175px;
	height: 20px;
	padding: 2px 4px 2px 4px;
	text-align: center;
}


#content
{
	float: left;
	margin-top: 4px;
	margin-right: 3px;
	margin-left: 3px;
	width: 970px;
	background: url(/Images/content_back_b.png) top repeat-y;
}
.breadcrumb
{
	float: left;
	width: 582px;
	height: 15px;
	padding: 2px 4px;
	background-color: #efefef;
	margin-bottom: 5px;
	font-size: 10px;
}

#flash
{
	width: 590px;
	height: 250px;
	background: url(/Images/flash_back.jpg) top repeat-x;
}
#flash .column1
{
	width: 250px;
	height: 200px;
	float: left;
	text-align: left;
}
#flash .column2
{
	width: 325px;
	height: 188px;
	float: left;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: solid 2px gray;
}
#flash img
{
	max-width: 350px;
	max-height: 240px;
	width: expression(this.width > 350 ? 350: true);
	height: expression(this.height > 240 ? 240: true);
	width: auto;
	height: auto;
	margin-right: 10px;
}

#tunnel img
{
	max-width: 230px;
	max-height: 260px;
	width: expression(this.width > 230 ? 130: true);
	height: expression(this.height > 260 ? 260: true);
	width: auto;
	height: auto;
	margin-left: 10px;
}

#gallery
{
	width: 590px;
	height: 300px;
	background: url(/Images/flash_back.jpg) top repeat-x;
}
#gallery .column1
{
	width: 350px;
	height: 260px;
	float: left;
	text-align: center;
	line-height: 260px;
	vertical-align: middle;
}
#gallery .column2
{
	position: relative;
	width: 175px;
	height: 200px;
	float: left;
	text-align: center;
	padding: 30px;
}
#gallery img
{
	max-height: 260px;
	max-width: 350px;
	width: expression(this.width > 350 ? 350: true);
	height: expression(this.height > 260 ? 260: true);
}
#video
{
	width: 590px;
	height: 300px;
	background: url(/Images/video_back.jpg) top repeat-x;
}
#video .column1
{
	position: relative;
	width: 350px;
	height: 260px;
	float: left;
	line-height: 260px;
	text-align: center;
}
#video .column2
{
	width: 180px;
	height: 200px;
	float: left;
	text-align: center;
	padding: 30px;
}
#video #player
{
	position: absolute;
	top: 22px;
	left: 22px;
}

.adminbant
{
	background: url(/Images/bant.gif);
	width: 962px;
	height: 18px;
	padding-top: 8px;
	padding-right: 8px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: White;
}
.adminbant a
{
	color: white;
}
.adminbant a:hover
{
	color: white;
}
#admincontent
{
	float: left;
	margin-top: 8px;
	margin-right: auto;
	margin-left: 3px;
	width: 970px;
	background: url(/Images/admincontent_back_b.png) top repeat-y;
}
#column1
{
	width: 165px;
	float: left;
	text-align: left;
	padding-left: 0;
}
#column2
{
	width: 600px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#column3
{
	width: 175px;
	float: left;
	text-align: center;
}
#admincolumn1
{
	width: 170px;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #efefef;
}
#admincolumn2
{
	width: 770px;
	float: left;
	text-align: center;
}

#footer
{
	background: url(/Images/footer_b.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 970px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	color: White;
}
#footer a
{
	color: White;
}
#footer .content
{
	margin: 3px 5px;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
}
#footer .content img
{
	vertical-align: middle;
}
#adminfooter
{
	width: 970px;
	margin: 4px 0 10px 0;
	text-align: center;
}
.ItemRow
{
	background-color: White;
}

.altItemRow
{
	background-color: #C4D3FF;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.style1
{
	font-size: 80%;
}
.style2
{
	color: #FFFFFF;
}
.style3
{
	font-size: 75%;
}
.style4
{
	font-size: 80%;
	color: #FFFFFF;
}
.style6
{
	font-size: 17px;
	font-weight: bold;
}
.style8
{
	color: #990000;
}

.arrowlistmenu{
width: 170px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-top: -5px; /*bottom spacing between header and rest of content*/

margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font: bold 12px Arial;

padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
