@import url('reset.css');

body {
	background-color: #676767;
	background-image: url(images/topbeyazbg.jpg);
	background-repeat: repeat-x;

}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}
#page-wrap {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFF;
	width: 745px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 745px;
	margin-top: 30px;

}
#header .logo {
	background-image: url(images/logo.gif);
	height: 82px;
	width: 375px;
	float: left;
}
#header .date {
	float: right;
}
#header .logo a {
	text-indent: -9999px;
	display: block;
	height: 82px;
	width: 375px;
}



ul#main-nav {
	margin-left: 20px;
	padding-top: 25px;
}
ul#main-nav li {
	float: left;
	position: relative;
	margin-left: -20px;
	display: inline;
}
ul#main-nav li a {
	position: relative;
	width: 90px;
	height: 20px;
	display: block;
	background-position: center top;
	text-decoration: none;
	font-size: 12px;
	padding-top: 12px;
	text-align: left;
	padding-left: 50px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
ul#main-nav li.current1 a {
	background-image: url('images/buttons/tab_1.png');
	background-position: bottom;
	color: #893D8C;
}
ul#main-nav li.current2 a {
	background-image: url('images/buttons/tab_2.png');
	background-position: bottom;
	color: #E80068;
}
ul#main-nav li.current3 a {
	background-image: url('images/buttons/tab_3.png');
	background-position: bottom;
	color: #F78D28;
}
ul#main-nav li.current4 a {
	background-image: url('images/buttons/tab_0.png');
	background-position: bottom;
	color: #999;
}
ul#main-nav li.theme a {
	background-image: url('images/buttons/tab_1.png');
}
ul#main-nav li.program a {
	background-image: url(images/buttons/tab_2.png);
}
ul#main-nav li.submission a {
	background-image: url(images/buttons/tab_3.png);
}
ul#main-nav li.speakers a {
	background-image: url(images/buttons/tab_0.png);
}
ul#main-nav li.commitees a {
	background-image: url(images/buttons/tab_0.png);
}
ul#main-nav li.register a {
	background-image: url(images/buttons/tab_0.png);
}


ul#main-nav li.theme a:hover {
	color: #893D8C;
}
ul#main-nav li.current1 a:hover {
	color: #893D8C;
}
ul#main-nav li.program a:hover {
	color: #E80068;
}
ul#main-nav li.current2 a:hover {
	color: #E80068;
}
ul#main-nav li.submission a:hover {
	color: #F78D28;
}
ul#main-nav li.current3 a:hover {
	color: #F78D28;
}
ul#main-nav li.speakers a:hover {
	color: #999;
}
ul#main-nav li.current4 a:hover {
	color: #999;
}
ul#main-nav li.commitees a:hover {
	color: #999;
}
ul#main-nav li.register a:hover {
	color: #999;
}





ul#main-nav li.current a {
	background-position: top;
	color: #ffffff;
}
ul#main-nav li a:hover {
	background-position: bottom;
	color: #ffffff;
}
ul#main-nav li.current a:hover {
	background-position: top; /*To Prevent the Current tab from changing colour on hover*/
	color: #ffffff;
}
ul#main-nav li.current1 {
	z-index: 100;
}
ul#main-nav li.current2 {
	z-index: 100;
}
ul#main-nav li.current3 {
	z-index: 100;
}
ul#main-nav li.current4 {
	z-index: 100;
}
ul#main-nav li.theme {
	z-index: 95;
}
ul#main-nav li.program {
	z-index: 96;
}
ul#main-nav li.submission {
	z-index: 97;
}
ul#main-nav li.speakers {
	z-index: 98;
}
ul#main-nav li.commitees {
	z-index: 99;
}
ul#main-nav li.register {
	z-index: 100;
}


#container {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	min-height: 238px;
	height:auto !important;
	margin-bottom: 20px;

}

#subnav {
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 12px;
	font-size: 11px;
	width: 712px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 18px;
}
#subnav #links {

}
#subnav #links li {
	float: right;
	margin-left: 16px;
}
#subnav #links li a {
	text-decoration: none;
	color: #7A7A7A;
}
#subnav #links li a:hover {
	color: #333;
}
#subnav #links li .selected {
	color: #333;
}
#main-left {
	background-image: url(images/tirnak.gif);
	float: left;
	height: 192px;
	width: 337px;
	margin-top: 10px;
	padding-top: 25px;
	background-repeat: no-repeat;
}
#main-left .haber {
	margin-left: 35px;
	margin-top: 15px;
	width: 265px;
	font-size: 12px;
	color: #787878;
}
#main-left .haber a {
	text-decoration: none;
	color: #F78D28;
}

#main-left .bold {
	font-size: 17px;
	font-weight: bold;
	color: #8F8F8F;
}


#main-right {
	background-image: url(images/main_logoBg.gif);
	float: left;
	height: 157px;
	width: 249px;
	margin-top: 10px;
	font-size: 12px;
	padding-top: 35px;
	padding-left: 130px;
	padding-right: 18px;
}
#container2 {
	margin-top: 20px;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#ist {
	background-image: url(images/ist_bg.gif);
	height: 127px;
	width: 176px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
}
#ist .title {
	font-size: 11px;
	font-weight: bold;
	color: #676767;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #676767;
	width: 140px;
}
#ist .links {
	margin-top: 6px;
	width: 140px;
}
#ist .links a {
	color: #676767;
	text-decoration: none;
	font-size: 11px;
}
#ist .links a:hover {
	color: #333;
}
#ist .links .sel {
	color: #333;
	font-weight: bold;
}




#container2 #logos {
	float: left;
	margin-left: 16px;
	width: 523px;
}
#logos .top {
	background-image: url(images/logos_top.jpg);
	height: 19px;
	color: #FFF;
	padding-top: 4px;
}
#logos .top span {
	margin-left: 30px;
	font-size: 11px;
}

#logos .bottom {
	background-image: url(images/logos_bottom.gif);
	height: 23px;
	color: #FFF;
}
#logos .bottom a {
	color: #333;
	text-decoration: none;
	margin-left: 30px;
	font-size: 11px;
}
#logos .bottom a:hover {
	color: #FFF;
}
#content {
	float: left;
	width: 460px;
	color: #666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-bottom: 30px;
}
#content .title {
	width: 105px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 45px;
	color: #999;
	padding-top: 20px;
	float: left;
}
#content .title_long {
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	padding-top: 20px;
}

#content .title .theme {
	color: #893D8C;
}
#content .title .submission {
	color: #F78D28;
}

#content .title .program {
	color: #E80068;
}
#pic img {
	margin-left: 45px;
	margin-top: 10px;
}



#content .paragraph {
	float: left;
	width: 270px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 25px;
}
#content .text {
	padding-left: 45px;
	padding-right: 35px;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .text .baslik {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}
#content .text p a {
	text-decoration: none;
	color: #8B8B8B;
	font-weight: normal;
}
#content .text p a:hover {
	color: #333;
}


#table {
	margin-right: auto;
	margin-left: auto;
	width: 339px;
	margin-top: 30px;
}

#table .day {
	width: 329px;
	background-color: #EA0069;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
}
#table .time {
	float: left;
	width: 60px;
	font-size: 11px;
	padding-left: 10px;
	height: 15px;
	padding-top: 5px;
	color: #FFF;
	background-color: #676767;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
}
#table .room2 {
	float: left;
	width: 46px;
	font-size: 11px;
	padding-left: 10px;
	height: 15px;
	padding-top: 5px;
	color: #FFF;
	background-color: #676767;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
#table .paralel {
	background-color: #676767;
	font-size: 11px;
	height: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 94px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

#table .blank {
	width: 266px;
	float: left;
	background-color: #676767;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	height: 20px;
}
#table .room {
	float: left;
	width: 60px;
	font-size: 11px;
	padding-left: 10px;
	height: 15px;
	padding-top: 5px;
	color: #FFF;
	background-color: #676767;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
#table .t_content {
	padding-left: 10px;
	font-size: 12px;
	height: 19px;
	padding-top: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	width: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	float: left;
}
#table .content {
	float: left;
	height: 19px;
	padding-top: 6px;
	font-size: 11px;
	width: 256px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
}
#contentalt {
	font-size: 11px;
	float: right;
	width: 257px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 80px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	background-color: #FDE4CC;
}
#contentalt a {
	text-decoration: none;
	color: #676767;
}
#contentalt a:hover {
	color: #EA0069;
}


#table .room_nr {
	float: left;
	height: 19px;
	padding-top: 6px;
	width: 60px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#table .r_t_content {
	padding-left: 10px;
	font-size: 12px;
	height: 19px;
	padding-top: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	width: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	float: left;
	background-color: #FDE4CC;
}
#table .r_content {
	float: left;
	height: 19px;
	padding-top: 6px;
	font-size: 11px;
	width: 256px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #FDE4CC;
}
#table .r_room_nr {
	float: left;
	height: 19px;
	padding-top: 6px;
	width: 60px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #FDE4CC;
}

#table .r_t_content_b {
	padding-left: 10px;
	font-size: 12px;
	height: 33px;
	padding-top: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	width: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	float: left;
	background-color: #FDE4CC;
}
#table .t_content_b {
	padding-left: 10px;
	font-size: 12px;
	height: 33px;
	padding-top: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	width: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	float: left;
}
#table .r_content_b {
	float: left;
	height: 33px;
	padding-top: 6px;
	font-size: 11px;
	width: 256px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #FDE4CC;
}
#table .content_b {
	float: left;
	height: 33px;
	padding-top: 6px;
	font-size: 11px;
	width: 256px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
}
#table .r_room_nr_b {
	float: left;
	height: 33px;
	padding-top: 6px;
	width: 60px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #FDE4CC;
}
#table .time_b_c {
	float: left;
	width: 60px;
	padding-left: 10px;
	font-size: 12px;
	height: 49px;
	padding-top: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FDE4CC;
}
#table .content_b_c {
	float: left;
	font-size: 11px;
	width: 94px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	height: 50px;
	background-color: #FDE4CC;
}
#table .time_b_c2 {
	float: left;
	width: 46px;
	padding-left: 10px;
	font-size: 12px;
	height: 49px;
	padding-top: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #FDE4CC;
}
#table .room_b_c {
	float: left;
	font-size: 12px;
	width: 60px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #FDE4CC;
	padding-top: 5px;
	height: 50px;
}








#nav_content {
	padding-left: 40px;
	float: left;
	width: 230px;
	padding-top: 20px;
	min-height: 238px;
	height:auto !important;
	margin-bottom: 30px;
}
#content_logo {
	font-size: 11px;
	margin-top: 20px;
	text-align: right;
	margin-right: 35px;
}
#content_logo .title {
	margin-top: 30px;
}
#content_logo img {
	padding-right: 12px;
}


#content_logo .button a {
	position: relative;
	width: 101px;
	height: 22px;
	display: block;
	background-position: center top;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/main_logobutton.gif);
	background-position: top;
	color: #FFF;
	padding-right: 15px;
	float: right;

}
#content_logo .button a:hover {
	color: #999;
	background-position: bottom;
}


#content_logo .button2 a {
	position: relative;
	width: 101px;
	height: 22px;
	display: block;
	background-position: center top;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/main_logobutton.gif);
	background-position: top;
	color: #FFF;
	padding-right: 15px;
	float: right;

}

#content_logo .button2 a:hover {
	color: #999;
	background-position: bottom;
}
#commitee_title {
	margin-left: 45px;
	margin-top: 30px;
	font-weight: bold;
	font-size: 14px;
}
#content .text p a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}







#footer {
	width: 20px;
}
#content .thumbnail {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}
