﻿html,body 
{
	width:100%;
	height:100%;
}

body
{
	background:#26add3;
	margin:0px;
}

body,td,th 
{
	font-family:Trebuchet MS;
	font-size:11px;
}

a img
{
	border:0px;
}

h1
{
	color:#cf1629;
	font-size:16px;
	font-weight:bold;
}


h5
{
	color:#cf1629;
	font-size:12px;
	font-weight:bold;
}

.red

{
   color:#cf1629;
   font-weight:bold;
}



.floatLeft
{
	float:left;
}	

.floatRight
{
	float:right;
}

.clearBoth
{
	clear:both;
}

div.main
{
	width:852px;
	margin:0px auto;
	background-color:white;
	
}

div.topMenu
{
	width:818px;
	padding-top:5px;
	padding-right:15px;
	margin:0px auto;
	font-size:bold;
	text-align:right;	
	background:url(../../Images/top_Bg.gif) no-repeat;
	height:24px;
	color:White;
	font-size:12px;
	font-weight:bold;
}

div.topMenu a
{
	color:white;
	text-decoration:none;
	font-size:bold;
}
div.topMenu a:hover
{
	color:#e8e8e8;
}

div.menuContainer a.redMenu

{
  background:url(../../Images/menuHover.gif);  
}

div.menuContainer a.sempozyum

{
  background:url(Images/sempozyum.gif) left; 
  
}	

div.container
{
	width:833px;
	margin:0px auto;
	
}
div.leftBar
{
	width:167px;
}
div.contentContainer
{
	width:661px;
	background:url(../../Images/leftBorder.gif) repeat-y left;
}

div.content
{
	margin:10px 30px;
	text-align:justify;
}

div.menuContainer
{
	margin:10px auto;
	width:148px;
}

div.menuContainer a
{
	display:block;
	color:White;
	text-decoration:none;
	padding:2px 3px 3px 12px;
	background:url(../../Images/menu.gif);
	margin-bottom:3px;
	text-align:left;
}	
div.menuContainer a:Hover
{
	background:url(../../Images/menuHover.gif);
}	

.contentInner
{
	background-color:#eeefef;
	width:831px;
	border-right:solid 1px #ccc6c6;
	border-left:solid 1px #ccc6c6;
	margin-top:0px;
	padding-top:0px;	
}

div.formButtonsContainer
{
	width:170px;
	margin:0px auto;
	font-size:10px;
	text-align:left;
}

div.formButtonsContainer a
{
	display:block;
	padding:10px 3px 0px 2px;
	margin-left:5px;
}

div.formButtonsContainer a img
{
	float:left;
	margin-left:2px;
	margin-top:-5px;
	margin-right:5px;
}

div.contentBottom
{
  height:9px;  
  text-align:center;
}

div.verus
{
    padding:3px 10px 7px;
    margin-top:10px;
}

a:link,a:visited,a:active
{
    color:#448306;
    text-decoration:underline;
}
a:hover
{
	color:#cf1629;
	text-decoration:none;
}

div.text
{
    color:#919494;
    padding:3px 0px 7px 15px;
    font-size:10px;
    filter:default;
   
}

div.footer
{
    width:832px;
    background:white url(../../Images/footerBottom.gif) no-repeat bottom;
	padding:0px 10px;
	margin-top:10px;
}

div.contactInfo
{
	width:140px;
	margin:0px auto;
	font-size:10px;
}
div.contactInfo h5
{
	font-size:11px;
	margin:0px;
}
div.contactInfo b
{
	display:block;
	color:#ca0000;
	
}
div.contactInfo strong
{
 	color:#ca0000;
}

div.contactInfo2 h5
{
	font-size:11px;
	margin:0px;
}
div.contactInfo2 b
{
	display:block;
	color:#ca0000;
	
}
div.contactInfo2 strong
{
 	color:#ca0000;
}

a.turkish

{
  font-size:16px;
  color:#cf1629;
  text-decoration:none;
}

a.turkish:hover

{
  font-size:16px;
  color:#26add3;
  text-decoration:none;
}

.table

{
 background:#26add3;   
}

.table td

{
 background:#eeefef;   
}

table th

{
 color:#184e66; 
 background:#c1d7e4; 
}


table2

{
 background:#339fbd;   
}

.table2 td

{
 background:#ffffff;   
}

.table2 th

{
 color:#184e66; 
 background:#c1d6db;
 width:15%; 
 text-align:center;
}

.green

{
   background-color:#dffbdf;    
}

.bej
{
 background-color:#fce1c7;   
}

.blue

{
 background-color:#ccffff;   
}

.orange

{
  background-color:#fbdf8b;  
}

.light

{
  background-color:#eaf1dd;  
}

.yellow

{
  background-color:#f8f88d;   
}


.green2

{
  background-color:#bbce82; 
}

.blue2

{
    background-color:#90e2f7;
}


.purple

{
    background-color:#d5cddd;
}

.pink

{
    background-color:#f9d5e7;
}

.white
{
    background-color:White;
}


.tab
{
    background:#26add3;
}

.tab th
{
    text-align:center;
    
}
	/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    vertical-align:top;
    position: absolute;
    top: 50%;
    left: 50%;
	    
    margin-left: -250px;
	margin-top: -136px;
    width: 450px;
    
    background-color: #f2f2f2;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #3c3c3c; vertical-align:top; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
