﻿html, body
{
    background-position: center top;
    background-color: #D3DCE0;
    margin-top: 0px;
    font-family: Tahoma;
    font-size: 12px;
    border-spacing: 0px;
    min-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    color: #2D556E;
    height: 100%;
}
form
{
    height: 100%;
    min-height: 100%;
}


#divLogo
{
    background-image: url('Images/Logo.png');
    width: 320px;
    height: 80px;
    position: absolute;
    margin-left: 175px;
    margin-top: 75px;
}
#container-page
{
    min-width: 980px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #FFFFFF;
}
#container-head
{
}
#container-content
{
    overflow: hidden;
    padding-bottom: 209px;
    min-width: 980px;
    width: 980px;
}
#container-foot
{
    height: 220px;
    clear: both;
    min-width: 980px;
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    text-align: left;
    color: #2d373c;
    font-size: 11px;
    background-color: #f8fafc;
}
#container-foot a
{
    color: #27313A;
}
#divBlue
{
    background-color: #446d86;
    height: 16px;
    min-width: 980px;
    background-repeat: repeat-x;
}



#container-left
{
    float: left;
    width: 199px;
    background: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #AFC3D0;
    background-image: url('Images/MenuLogo.jpg');
    background-repeat: no-repeat;
    min-height: 530px;
}
#container-body
{
    padding: 10px;
    margin: 0px 0px 0px 200px;
    color: #2D556E;
    font-family: Verdana;
    font-size: 12px;
    background-image: url('Images/ContentBg.jpg');
    background-repeat: no-repeat;
}
#container-right
{
    border-width: 1px;
    border-color: #808000;
    float: right;
    width: 230px;
    background-color: #E2E2E2;
    border-left-style: solid;
}


.Panel-Container
{
    width: 199px;
    margin-bottom: 5px;
}
.Panel-Head
{
    background-position: left;
    background-image: url('Images/panel-head.png');
    height: 67px;
    line-height: 45px;
    color: #2D556E;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    background-repeat: no-repeat;
    text-indent: 13px;
}
.Panel-Content
{
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.Panel-Foot
{
    border-width: 1px;
    border-color: #0099FF;
    height: 10px;
    line-height: 10px;
    vertical-align: top;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin-bottom: 5px;
}

a, img
{
    padding: 0;
    margin: 0;
}
img
{
    border: 0 none;
}

a:link
{
    color: #0B1F2B;
    text-decoration: none;
}
a:visited
{
    color: #0B1F2B;
    text-decoration: none;
}

a:hover
{
    color: #0B1F2B;
    text-decoration: underline;
}

.RootMenu
{
    width: 760px;
    line-height: 30px;
    font-family: Verdana;
    font-size: 10px;
    color: #2D556E;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #afc3d0;
}

/* Yatay Menü */
.HorizontalMenu
{
    width: 100%;
    background-image: url('Images/Menu.jpg');
    background-repeat: repeat-x;
}
.HorizontalMenu ul
{
    margin: 0px 0px 0px 15px;
    padding: 0;
    list-style-type: none;
}
/*Top level list items*/
.HorizontalMenu ul li
{
    margin-left: 15px;
    z-index: 500;
    position: relative;
    display: inline;
    float: left;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}
/*Top level menu link items style*/
.HorizontalMenu ul li a
{
    border-width: 0px;
    display: block; /*Width of top level menu link items*/
    padding: 0px 15px 0px 8px;
    text-decoration: none;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
}
.HorizontalMenu ul li a:visited
{
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}
.HorizontalMenu ul li a:hover
{
    color: #cccc99;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}
/*1st sub level menu*/
.HorizontalMenu ul li ul
{
    left: 0;
    position: absolute;
    top: 0; /* no need to change, as true value set by script */
    display: block;
    visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.HorizontalMenu ul li ul li
{
    display: list-item;
    float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.HorizontalMenu ul li ul li ul
{
    left: 159px; /* no need to change, as true value set by script */
    top: 0;
}
/* Sub level menu links style */
.HorizontalMenu ul li ul li a
{
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #FFFFFF;
    display: block;
    width: 170px; /*width of sub menu levels*/
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}
.HorizontalMenu ul li ul li a:hover
{
    color: #cccc99;
    text-decoration: none;
}
/*Background image for top level menu list links */
.HorizontalMenu .mainfoldericon
{
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
/*Background image for subsequent level menu list links */
.HorizontalMenu .subfoldericon
{
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
}


* html p#iepara
{
    /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}



/* Dikey Menü */
.divVerticalMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 199px;
    font-family: Tahoma;
    font-size: 12px;
    color: #2D556E;
}
.divVerticalMenu ul li
{
    position: relative;
    font-family: Tahoma;
    font-size: 12px;
    color: #2D556E;
}

/*Alt Menüler*/
.divVerticalMenu ul li ul
{
    position: absolute;
    width: 199px; /*sub menu width*/
    top: 0;
    visibility: hidden;
}

/* Alt menü link stilleri */
.divVerticalMenu ul li a
{
    padding: 6px 5px 7px 18px;
    height: auto !important;
    height: 1%;
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: #2D556E;
    text-decoration: none;
    background-image: url(Images/VMenu.png);
    font-family: Tahoma;
    font-size: 12px;
}

.divVerticalMenu ul li a:visited
{
    color: #2d556e;
}
.divVerticalMenu ul li a:hover
{
    background: url(Images/VMenu.png) no-repeat;
    color: #2d556e;
    background-position: 0 -28px;
}
.divVerticalMenu .subfolderstyle
{
    background: url(Images/VMenu.png) no-repeat;
    background-position: 0px -56px;
}
.divVerticalMenu .subfolderstyle:hover
{
    background: url(Images/VMenu.png) no-repeat;
    color: #2d556e;
    background-position: 0 -78px;
}


h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}


h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #13354a;
    background-image: url(  'Images/SpeakersTitle.png' );
    background-repeat: no-repeat;
    width: 730px;
    height: 60px;
    text-align: middle;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 9px;
    padding-left: 25px;
}



h3
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #13354A;
    background-image: url(  'Images/Caption.png' );
    background-repeat: no-repeat;
    width: 560px;
    height: 35px;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
    text-indent: 17px;
    margin-top: 30px;
}
h4
{
    padding: 0px;
    margin: -4px 0px 0px 0px;
    font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , Sans-Serif;
    font-size: 12px;
    color: #13354A;
    text-decoration: none;
    line-height: 0px;
    text-indent: 190px;
}
h5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-style: italic;
    color: #002c5f;
}
h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-style: italic;
    color: #002c5f;
}

.title
{
    padding: 0px 0px 0px 70px;
    margin: -4px 0px 0px 0px;
    font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , Sans-Serif;
    font-size: 13px;
    color: #13354A;
    text-decoration: none;
    line-height: 0px;
    font-weight: bold;
}
.titlenew
{
    padding: 6px 35px 0px 0px;
    margin: 0px;
    font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , Sans-Serif;
    font-size: 13px;
    color: #13354A;
    text-decoration: none;
    line-height: 0px;
    font-weight: bold;
    text-align: right;
    float: right;
}
.titleneew
{
    padding: 5px 42px 0px 0px;
    margin: 0px;
    font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , Sans-Serif;
    font-size: 13px;
    color: #13354A;
    text-decoration: none;
    line-height: 0px;
    font-weight: bold;
    text-align: right;
    float: right;
}

hr
{
    border: none;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    margin-bottom: 35px;
}

.Button1
{
    border: 1px solid #3E4E5E;
    background-color: #ACBAC8;
    text-align: center;
    cursor: pointer;
    color: #456;
    font-weight: bold;
    vertical-align: middle;
    line-height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.Button1:hover
{
    border: 1px solid #ACBAC8;
    background-color: #DCE2E9;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
}

.TextBox
{
    background-color: #FFFFFF;
    border: 1px solid #808080;
    font-size: 11px;
}
.TextBoxFocus
{
    border: 1px solid #000000;
    background-color: #FFFFCC;
    font-size: 11px;
}
.TextBox:hover
{
    background-color: #FFFFCC;
}

.BodyTitle
{
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
}

fieldset
{
    margin-bottom: 10px;
    border: 1px #ccc solid;
    padding: 5px;
    text-align: left;
}
fieldset p
{
    margin: 10px 0px;
}
legend
{
    color: #0B55C4;
    font-size: 12px;
    font-weight: bold;
}


#PRINT, #CLOSE
{
    visibility: hidden;
}



.prog-table a
{
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    border-right: medium none;
    font-family: Verdana;
    font-size: 11px;
}
.prog-table a:link
{
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    border-right: medium none;
    font-family: Verdana;
    font-size: 11px;
}
.prog-table a:visited
{
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    border-right: medium none;
    font-family: Verdana;
    font-size: 11px;
}


.prog-table
{
    margin: 1em auto;
    width: 90%;
    border-collapse: collapse;
    border-top: #e5eff8 1px solid;
    border-right: #e5eff8 1px solid;
    font-family: Verdana;
    font-size: 11px;
}
.prog-table caption
{
    text-align: center;
    padding-bottom: 0px;
    margin: 1em 0px 0px;
    padding-left: 0px;
    caption-side: top;
    padding-right: 0px;
    letter-spacing: 0.1em;
    color: #9ba9b4;
    font-size: 0.94em;
    padding-top: 0px;
}
.prog-table tr.odd TD
{
    background: #eeede2;
}
.prog-table tr.odd .column1
{
    background: #e3e2cb;
}
.column1
{
    background: #efefde;
}
.prog-table td
{
    border-bottom: #e5eff8 1px solid;
    text-align: left;
    border-left: #e5eff8 1px solid;
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    color: #678197;
    padding-top: 0.3em;
}
.prog-table th
{
    border-bottom: #e5eff8 1px solid;
    text-align: left;
    border-left: #e5eff8 1px solid;
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    color: #475A69;
    font-weight: normal;
    padding-top: 0.3em;
}
.prog-table thead th
{
    text-align: center;
    font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" , Arial, Helvetica, sans-serif;
    background: #efefde;
    color: #66a3d3;
}
.prog-table tfoot th
{
    text-align: center;
    background: #f4f9fe;
}
.prog-table tfoot th strong
{
    margin: 0.5em 0.5em 0.5em 0px;
    font: bold 1.2em "Century Gothic" , "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #66a3d3;
}
.prog-table tfoot th em
{
    font-style: normal;
    color: #f03b58;
    font-size: 1.1em;
    font-weight: bold;
}


.prog-table2
{
    margin: 1em auto;
    width: 90%;
    border-collapse: collapse;
    border-top: #e5eff8 1px solid;
    border-right: #e5eff8 1px solid;
    font-family: Verdana;
    font-size: 12px;
}




.link-table
{
    border-collapse: collapse;
    width: 85%;
    margin: 24px;
    font-size: 1.1em;
}

.link-table th
{
    background-position: #13354a;
    background: #13354a;
    color: #fff;
    font-weight: bold;
    padding: 2px 11px;
    text-align: left;
    border-right: 1px solid #fff;
    line-height: 1.9;
    font-size: 11px;
}

.link-table td
{
    padding: 6px 11px;
    border-bottom: 1px solid #AFC3D0;
    vertical-align: top;
}

.link-table td *
{
    padding: 6px 11px;
}

.link-table tr.alt .link-table td
{
    background: #ecf6fc;
}

.link-table tr.over td, .link-table tr:hover td
{
    background: #bcd4ec;
}

#yazi
{
    padding: 5px 15px 15px 15px;
}



#yazi2
{
    padding: 5px 15px 15px 50px;
}




#footmenu
{
    margin: 0px 0px 0px 5px;
    width: 975px;
    display: block;
    padding-top: 20px;
}

#footmenu ul
{
    margin: 0px;
    width: 145px;
    float: left;
    list-style-type: none;
}
#footmenu ul li
{
    padding-bottom: 1px;
    margin: 0px 8px 0px 0px;
    list-style-type: none;
}
#footmenu ul a
{
    background-position: 4px center;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-right: 0px;
    display: block;
    font-family: Tahoma;
    background: url(images/footarrow.jpg) no-repeat 4px center;
    height: 14px;
    font-size: 11px;
    padding-top: 2px;
    list-style-type: none;
    color: #2d373c;
}
#footmenu ul a:hover
{
    background-position: 7px center;
    list-style-type: none;
}




#background-image
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    margin: 35px;
    width: 680px;
    text-align: left;
    border-collapse: collapse;
}


#background-image th
{
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #123549;
    background-color: #E6E6BA;
}
#background-image td
{
    padding: 20px 8px 20px 48px;
    color: #123549;
    border-top: 1px solid #fff;
}

#background-image thead
{
    font-size: 13px;
    color: #FFFFFF;
    background: url(images/TableHead.png) no-repeat;
}

#background-image thead td
{
    font-size: 13px;
    color: #FFFFFF;
    background: url(images/TableHead.png) no-repeat;
}

#background-image tfoot td
{
    font-size: 11px;
}

#background-image tbody td
{
    color: #123549;
    background: none;
    background-color: #f3f3e9;
}
* html #background-image tbody td
{
    /*  	   ---------------------------- 		PUT THIS ON IE6 ONLY STYLE  		AS THE RULE INVALIDATES 		YOUR STYLESHEET 	   ---------------------------- 	*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
    background: none;
}
#background-image tbody tr:hover td
{
    background: url('Images/back.png');
}
