body {
   /*font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;*/
   font-family: Tahoma, Verdana,Arial, sans-serif;
   background: url('/content/images/bg.jpg') no-repeat center top;
   margin: 0px;
   padding: 0px;
   font-size: 11px;
   color: #1E354F;
}
p {
   margin: 5px;
}
img {
   border: 0px none;
}

a {
   text-decoration: none;
   color: #07315b;
}

a:visited {
   color: #07315b;
}

a:hover {
   color: #000;
}

input {
   font-size: 12px;
}

input[type=text], input[type=password], textarea, select {
   border: 1px solid #DDD;
   -moz-border-radius: 2px;
   border-radius: 2px;
   font-family: Tahoma, Verdana,Arial, sans-serif;
   color: #898989;
   font-size: 11px;
}

.wrapper {
   margin: 0 auto;
   width: 1000px;
}

.site {
   position: relative;
   width: 998px;
   border: 1px solid #d8d8d8;
   border-top: 0px none;
   background: #f7f7f7;
}
.siteContent {
   display: inline-block;
   position: relative;
   width: 998px;
}
.header {
   width: 998px;
   height: 85px;
   border-bottom: 1px solid #b8b8b8;
   background-color: #ffffff;
   position: relative;
}
.topBanner {
   float: left;
}
.titleIsKonseyleri {
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 209px;
   height: 20px;
   background-image: url('/content/images/TitleIsKonseyleri.png');
   float: left;
   color: #FFFFFF;
   font-size: 12px;
   font-weight: bold;
   padding: 5px 0px 0px 15px;
}
.logo {
   float: left;
   margin: 12px 0 0 11px;
}


.panel {
   margin-top: 3px;
   float: right;
}

.panel .links {
   width: 300px;
   float: right;
}

label {
   font-size: 12px;
}
.panel a {
   color: #898989;
   font-size: 12px;
}

.panel .inputPanel {
   margin: 0px;
   padding: 0px;
}


.panel .inputPanel td {
   vertical-align: top;
}

.text {
   border: 1px solid #bdbdbd;
   padding: 2px;
   height: 16px;
   padding-top: 3px;
}

.leftRegion {
   width: 206px;
   float: left;
   min-height: 400px;
   display: block;
}

.divClear {
   clear: both;
}
.councilMenu {
   padding: 4px 0px 4px 0px;
   border-left: 1px solid #d8d8d8;
   background-color: #FFF;
   background-repeat: repeat-x;
   background-image: url('/content/images/councilMenuBg.jpg');
}
.councilMenubottom {
   height: 6px;
   background-repeat: no-repeat;
   background-image: url('/content/images/rightMenuBottom.png');
}

.menu {
   width: 206px;
   background: #FFF url('/content/images/menuright.png') repeat-y right;
}

.menu ul, .councilMenu ul {
   list-style: none;
   color: #627286;
   font-size: 13px;
   width: 160px;
}
.menu ul {
   padding: 7px;
   width: 185px;
   margin: 0px;
}
/*background-image: url(/content/images/menuArrow.png);*/
.menu ul div, .councilMenu ul div {
   background-repeat: no-repeat;
   background-image: url("/content/images/arrow2.png");
   width: 13px;
   height: 13px;
   position: absolute;
   left: 5px;
   bottom: 6px;
}
/*background-image: url(/content/images/menuArrow_Over.png);*/
.menu ul li:hover > div, .councilMenu ul li:hover > div {
}

.councilMenu ul {
   margin: 0;
   padding: 0 7px;
   width: 209px;
}

.menu li a, .councilMenu li a {
   color: #627286;
}

.menu li, .councilMenu li {
   min-height: 22px;
   position: relative;
   padding-top: 5px;
   padding-left: 15px;
   border-bottom: 1px solid #e0e3e7;
}
.councilMenu li {
   padding-top: 3px;
}
.menu .bottom {
   width: 205px;
   height: 13px;
   background: url('/content/images/menubottom.png') no-repeat right bottom;
}

.news {
   width: 593px;
   float: left;
   background: #FFF url('/content/images/newsbg.png') repeat-y;
   height: 307px;
}


.news .bottom {
   width: 594px;
   float: left;
   height: 18px;
   background: #FFF url('/content/images/newsbottom.png') no-repeat bottom;
}



.rightRegion {
   width: 224px;
   float: left;
}

.bottomRegion {
   margin-top: 5px;
   display: inline-block;
}

.block {
   margin: 0px 10px;
   width: 312px;
   float: left;
}

.block .head {
   display: table;
   width: 100%;
}

.block .head .left {
   width: 8px;
   height: 32px;
   float: left;
   background: url('/content/images/blogleft.png') no-repeat;
}
.block .head .middle {
   width: 271px;
   height: 32px;
   float: left;
   background: url('/content/images/blogmiddle.png') repeat-x;
}

.block .head .middle h3 {
   color: #FFF;
   margin: 7px;
   font-size: 12px;
}

.block .head .right {
   width: 33px;
   height: 32px;
   float: left;
   background: url('/content/images/blogright.png') no-repeat;
}

.block .body {
   font-size: 11px;
   padding: 0px 0px 5px 5px;
}
.block .body ul {
   list-style-image: url('/content/images/arrow3.png');
   margin: 0px;
   padding-left: 20px;
   margin-bottom: 10px;
}
.block .body li {
   display: list-item;
   padding: 0px;
   margin: 8px 0px;
}

.block .body li a {
   color: #1e354f;
}

.block a.allLink {
   float: right;
   font-weight: bold;
   color: #1e354f;
}
.block a:hover.allLink, .block .body li a:hover {
   color: #5a718a;
}

.allLink2 {
   margin-top: 10px;
   color: #143966;
   font-weight: 700;
   text-decoration: none;
}

.news .imgContent {
   width: 478px;
   height: 289px;
   position: relative;
   float: left;
   overflow: hidden;
   margin-left: 10px;
}

.news .imgContent > a img {
   float: left;
   display: none;
   width: 478px;
   height: 289px;
   position: relative;
}
.news .newsRight {
   float: left;
   margin-left: 10px;
   display: table;
}
.news ul.newsItems {
   list-style: none;
   margin: 0px;
   padding: 0;
}

.news ul.newsItems li {
   width: 70px;
   height: 46px;
   margin-top: 10px;
   border: 1px solid #CCC;
   cursor: pointer;
}

.news ul.newsItems li > img {
   width: 70px;
   height: 46px;
}

.news ul.newsItems li.overitem {
   border: 1px solid black;
}


.news .spot {
   border-top: 1px solid #ffffff;
   float: left;
   height: 90px;
   width: 475px;
   bottom: -50px;
   background-image: url(/Content/Images/bgOpacity.png);
   color: #000000;
   padding-left: 5px;
   display: none;
   position: absolute;
   left: 0px;
}

.news .spot h2 {
   margin: 5px 0px;
   padding: 0px;
   height: 30px;
   font-size: 12px;
}
.news .spot h2 a {
   font-size: 12px;
   color: #064f65;
}
.news .spot h4 {
   margin: 0px;
   font-size: 12px;
}



/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
   border: 1px solid #ddd;
   padding: 0 1.4em 1.4em 1.4em;
   margin: 0 0 1.5em 0;
}

legend {
   font-size: 1.2em;
   font-weight: bold;
}

textarea {
   min-height: 75px;
}

.editor-label {
   margin: 1em 0 0 0;
}

.editor-field {
   margin: 0.5em 0 0 0;
}

ul#navmenu-v li, ul#navmenu-c li {
   z-index: 80;
   cursor: pointer;
   background-image: url("/content/images/arrow2.png");
   background-position: left center;
   background-repeat: no-repeat;
}
ul#navmenu-v ul, ul#navmenu-c ul {
   display: none;
   position: absolute;
   top: -1px;
   left: 100%;
   padding: 0px;
   margin: 0px;
   width: 130%;
   z-index: 80;
   background: #FFF;
   list-style: none;
   list-style-image: none;
   border: 1px solid #d8d8d8;
   border-left: 0px none;
   border-bottom: 0px none;
   padding-left: 0px;
}
ul#navmenu-c ul {
   left: -212px;
   border: 1px solid #d8d8d8;
   border-bottom: 0px none;
   border-right: 0px none;
}
.BlockTitle {
   border: solid 1px #b4b4b4;
   border-right: none;
   border-top: none;
   margin-bottom: 5px;
   padding: 3px 0px 5px 0px;
   display:inline-block;
   width:780px;
}


.BlockTitle span {
   color: #07315b;
   font-weight: bolder;
   margin-left: 5px;
   margin-top: 2px;
   font-size: 12px;
   font-family: Verdana;
   float:left;
}

.Pager {
   margin: 0px;
   padding: 3px;
   width: 99.5%;
   display: inline-block;
   background: #F9F9F9;
   border-bottom: 1px solid #DDD;
}

.Pager ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
   float: right;
}

.Pager li {
   float: left;
   width: 18px;
   height: 18px;
   margin: 1px;
}


.Pager li a {
   display: block;
   text-align: center;
}


/*TABLE */

.Row, .RowAlternate {
   height: 25px;
   background: #FFF;
}

.CellHeader {
   background: #F1F1F1;
   font-weight: 700;
   padding-left: 5px;
   border-left: 1px solid #FFF;
   border-right: 1px solid #BBB;
}

.Cell {
   border-bottom: 1px solid #DDD;
   padding: 2px;
   padding-left: 5px;
}

.Cell a {
   color: #143966;
   text-decoration: none;
   font-weight: 700;
}

.RowAlternate {
   background: #F9F9F9;
}



.contentFiles {
   margin: 12px 2px 4px 2px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   height: 16px;
   padding: 3px 10px;
   background: #AAA;
   color: #FFF;
   font-weight: bold;
}

.contentFileList {
   list-style: none;
   margin: 2px;
   margin-left: 5px;
   padding: 0px;
}
.contentFileList li {
   border-bottom: 1px dashed #AAA;
   padding: 6px;
}

.contentFileList li a {
   display: inline-block;
}
.contentFileList li img {
   float: left;
}

.contentFileList li span {
   display: block;
   margin-left: 3px;
   float: left;
   cursor: pointer;
}
.contentFileList2 a {
   color: #143966;
   text-decoration: none;
   font-weight: 700;
}

.contentImageList {
   list-style: none;
   margin: 2px;
   margin-left: 5px;
   display: inline-block;
   padding: 0px;
   position: relative;
}
.contentImageList li {
   padding: 6px;
   float: left;
   width: 110px;
   height: 110px;
   border: 1px solid #DDD;
   padding: 5px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   margin: 2px;
   z-index: 70;
}
.contentImageList li a {
   width: 110px;
   height: 110px;
   position: absolute;
   z-index: 4;
}
.contentImageList li img {
   float: left;
   width: 110px;
   position: absolute;
   z-index: -3;
}

.contentImageList li span {
   display: block;
   text-align: center;
   position: absolute;
   bottom: 0px;
}

.councilToolbar {
   float: left;
   margin-top: 10px;
   margin-left: 5px;
   border-bottom: solid 1px #b4b4b4;
   width: 100%;
   padding-bottom: 10px;
}
.councilToolbar ul {
   padding: 0px;
   margin: 0px;
   list-style-type: none;
}
.councilToolbar ul li {
   color: #2e588b;
   font-size: 12px;
   float: left;
}
.councilToolbar ul li.sep {
   margin: 0 5px;
}

.councilToolbar ul li.active {
   background-color: #f7f7f7;
}


/* Hover Function - Do Not Move */
ul#navmenu-v li:hover ul ul, ul#navmenu-v li:hover ul ul ul, ul#navmenu-v li.iehover ul ul, ul#navmenu-v li.iehover ul ul ul, ul#navmenu-c li:hover ul ul, ul#navmenu-c li:hover ul ul ul, ul#navmenu-c li.iehover ul ul, ul#navmenu-c li.iehover ul ul ul {
   display: none;
}
ul#navmenu-v li:hover ul, ul#navmenu-v ul li:hover ul, ul#navmenu-v ul ul li:hover ul, ul#navmenu-v li.iehover ul, ul#navmenu-v ul li.iehover ul, ul#navmenu-v ul ul li.iehover ul {
   background: #FFF;
   padding-left: 5px;
   display: block;
}

.footer {
   display: inline-block;
   width: 988px;
   height: auto;
   border-top: 1px solid #888;
   padding: 0px 5px;
}


.footerLogo {
   width: 50px;
   height: 50px;
   float: left;
   margin-left: 10px;
   background-image: url('/Content/images/footerLogo.png');
   background-repeat: no-repeat;
}

.footerMenuDiv {
   display: inline-block;
   margin-top: 15px;
   width: 515px;
   float: left;
   margin-left: 90px;
}

.footerMenuList {
   padding-top: 5px;
   color: #412d68;
   float: right;
}

.footerMenuList li {
   list-style-type: none;
   float: left;
   margin-right: 22px;
}
.footerMenuList ul {
   padding: 0px;
   margin: 0px;
   display: inline-block;
}


.footerCopyright {
   display: block;
   text-align: center;
   float: left;
   padding-top: 5px;
   color: #6f6f6f;
}

.footerNeo {
   float: left;
   margin-right: 15px;
   margin-top: 6px;
}
.footerNeo img {
   width: 35px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
   color: #ff0000;
}

.field-validation-valid {
   display: none;
}

.input-validation-error {
   border: 1px solid #ff0000;
   background-color: #ffeeee;
}

.validation-summary-errors {
   font-weight: bold;
   color: #ff0000;
}

.validation-summary-valid {
   display: none;
}

.divSupport {
   width: 998px;
   margin-top: 5px;
   display: inline-block;
   background: #FFF;
}
.divSupport .box {
   border-right: 1px solid #AAA;
   display: inline-block;
   float: left;
   padding: 10px 10px;
}
.divSupport .box h4 {
   text-decoration: underline;
   text-align: center;
   margin: 5px 0px;
   padding: 0px;
   color: #898989;
   font-size: 12px;
   font-weight: normal;
   clear: both;
   display: block;
}
.divSupport .box a {
   display: block;
   float: left;
   height: 90px;
   background-repeat: no-repeat;
   margin: 0px 5px;
}
/*
.divSupport .box a {
   display: block;

   height: 82px;
   background-position: 0px 0px;
   float: left;
   margin: 0px 34px;
   background-repeat: no-repeat;
}*/
.divSupport .box .kurultay {
   background-image: url('/Content/images/kurultay1_over.jpg');
   width: 139px;
   margin-top: 15px;
   height: 65px;   
}
.divSupport .box .rusya {
   background-image: url('/Content/images/deikRusya_over.jpg');
   width: 119px;
   height: 90px;
}
.divSupport .box .sme {
   background-image: url('/Content/images/sme_banner1_03.png');
   width: 252px;
   background-position:center center ;
   background-repeat:no-repeat;
   height: 90px;
}
.divSupport .box .saik {
   background-image: url('/Content/images/saik_over.jpg');
   width: 123px;
   height: 69px;
   margin-top: 15px;
}
.divSupport .box .atc {
   background-image: url('/Content/images/atc_over.jpg');
   width: 120px;
}
.divSupport .box .ydy {
   background-image: url('/Content/images/ydy_over.jpg');
   width: 109px;
   height: 65px;
   margin-top: 15px;
}

.divSupport .box .tika {
   background-image: url('/Content/images/tika_over.jpg');
   width: 104px;
   height: 43px;
   margin-top: 23px;
}
.divSupport .box .kosgeb {
   background-image: url('/Content/images/kosgeb_over.jpg');
   width: 80px;
   height: 52px;
   margin-top: 18px;
}
.divSupport .box .tubitak {
   background-image: url('/Content/images/tubitak_over.jpg');
   width: 38px;
   height: 52px;
   margin-top: 18px;
}
.divSupport .box .ebakanlik {
   background-image: url('/Content/images/ebakanlik.jpg');
   width: 90px;
}
/*
.divSupport .box .kurultay:hover {
   background-image: url('/Content/images/kurultay1_over.jpg');

}
.divSupport .box .tika:hover {
   background-image: url('/Content/images/tika_over.jpg');
   
}
.divSupport .box .kosgeb:hover{
   background-image: url('/Content/images/kosgeb_over.jpg');
}
.divSupport .box .tubitak:hover {
   background-image: url('/Content/images/tubitak_over.jpg');
}
.divSupport .box .tobb:hover {
   background-image: url('/Content/images/tobb_over.jpg');
}
 
.divSupport .box a:hover {
   background-position: 0px -82px;
}*/

.divSupport .box a.link4_1 {
   float: none;
   width: 140px;
   height: 110px;
   background-image: url(/Content/Images/supportsLink4_1.jpg);
}
.divSupport .box a:hover.link4_1 {
   background-position: 0px -110px;
}



/*councilMenu  V1 */

.councilSubMenuContainerV1 {
   display: none;
   z-index: 70;
   position: absolute;
   top: 0px;
   left: 180px;
}

.councilSubMenuContentV1 {
   display: block;
   background: url(/content/images/newsbg.png) repeat-y scroll 0 0 #FFFFFF;
   padding-top: 4px;
   min-height: 285px;
   width: 593px;
   position: relative;
}
.councilSubMenuContentV1 .footerLink {
   position: absolute;
   display: block;
   bottom: 0px;
   right: 20px;
   text-align: right;
}

.councilSubMenuContentV1 .footerLink a {
   color: #627286;
   font-size: 13px;
   padding-bottom: 2px;
   border-bottom: 1px solid #B4B4B4;
}
.councilSubMenuContentV1 .close {
   display: block;
   background-image: url(/content/images/Close16.png);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   top: 8px;
   right: 20px;
   cursor: pointer;
   position: absolute;
}
.councilSubMenuContentV1 h2 {
   margin: 0px 10px 4px 10px;
   display: block;
   padding: 2px 10px;
   border-bottom: 1px solid #B4B4B4;
   width: 550px;
   color: #2E588B;
   font-size: 15px;
}
.councilSubMenuContentV1 ul {
   display: inline-block;
   padding: 0px;
   margin: 0px 5px;
}
.councilSubMenuContentV1 ul li {
   text-align: left;
   float: left;
   border-bottom: 1px solid #E0E3E7;
   height: 22px;
   padding-top: 4px;
   cursor: default;
   display: inline-block;
   margin: 4px 5px;
   position: relative;
   padding-left: 25px;
   min-width: 110px;
}
.councilSubMenuContentV1 ul li a {
   color: #627286;
   font-size: 12px;
   font-family: Segoe UI, Tahoma, Arial, Verdana, sans-serif;
}
.councilSubMenuContentV1 ul li div {
   background-image: url(/content/images/menuArrow.png);
   width: 13px;
   height: 13px;
   position: absolute;
   left: 2px;
   bottom: 6px;
}

.councilSubMenuContentV1 ul li:hover > div {
   background-image: url(/content/images/menuArrow_Over.png);
}

.councilSubMenuBottomV1 {
   background: url(/content/images/newsbottom.png) no-repeat scroll center bottom #FFFFFF;
   height: 18px;
   width: 594px;
}
/*councilMenu  V1 */



/*councilMenu  V2 */

.councilSubMenuContainerV2 {
   display: none;
   z-index: 80;
   position: absolute;
   top: 0px;
   left: 206px;
}

.councilSubMenuContentV2 {
   display: inline-block;
   background: url(/content/images/newsbg.png) repeat-y scroll 0 0 #FFFFFF;
   padding-top: 4px;
   min-height: 285px;
   width: 570px;
   position: relative;
   padding: 0px 13px 0px 10px;
}
.councilSubMenuContentV2 .close {
   display: block;
   background-image: url(/content/images/Close16.png);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   top: 8px;
   right: 20px;
   cursor: pointer;
   position: absolute;
}
.councilSubMenuContentV2 h2 {
   margin: 0px 0px 4px 0px;
   display: block;
   padding: 2px 10px;
   border-bottom: 1px solid #B4B4B4;
   width: 550px;
   color: #2E588B;
   font-size: 15px;
}
.councilSubMenuContentV2 ul, .councilSubMenuContentV2 #councilSubMenuItems ul {
   display: block;
   list-style: none;
   padding: 0px;
   margin: 0px 5px;
}

.councilSubMenuContentV2 ul .liHeader {
   margin: 0px;
   padding: 0px;
   padding-bottom: 5px;
}

.councilSubMenuContentV2 #council {
   float: left;
}
.councilSubMenuContentV2 #councilSubMenuItems {
   float: right;
   width: 274px;
   padding: 0px 8px 0px 5px;
   margin-left: 5px;
   min-height: 263px;
   display: inline-block;
}

.councilSubMenuContentV2 #councilSubMenuItems ul {
   margin: 0px;
   padding: 0px;
   display: inline-block;
}

.councilSubMenuContentV2 #councilSubMenuItems li {
   background-image: url("/content/images/arrow2.png");
   padding-left: 15px;
   background-repeat: no-repeat;
   min-width: 122px;
   background-position: 0px 5px;
   float: left;
}

.councilSubMenuContentV2 #councilSubMenuItems a {
   color: #898989;
   font-size: 14px;
}
.councilSubMenuContentV2 ul .items {
   display: none;
}

.councilSubMenuContentV2 ul .liHeader a {
   padding: 0px 5px;
   color: #2E588B;
   font-size: 13px;
   font-weight: bold;
}

.councilSubMenuContentV2 ul .liHeader a.over {
   color: #bd1414;
   text-decoration: underline;
}

.councilSubMenuContentV2 ul .liHeader a:hover {
   text-decoration: underline;
}

.councilSubMenuContentV2 ul li a:hover {
   text-decoration: underline;
}
.councilSubMenuBottomV2 {
   background: url(/content/images/newsbottom.png) no-repeat scroll center bottom #FFFFFF;
   height: 18px;
   width: 593px;
}
/*councilMenu  V2 */

.divSearchPanel, .divLoginPanel {
   display: none;
   background-image: url(/Content/Images/bgPopupBox.png);
   position: absolute;
   right: 15px;
   top: 16px;
   height: 30px;
   background-repeat: no-repeat;
   background-position: right bottom;
   width: 250px;
   padding: 13px 10px 12px 10px;
   z-index: 81;
}
.divSearchPanel {
}
.divLoginPanel {
   height: 50px;
}
.councilNewDevelopments {
   margin-left: 5px;
   float: left;
   text-align: center;
   width: 215px;
}
.councilNewDevelopments ul {
   text-align: left;
   list-style: none;
   padding: 0px;
   margin: 0px;
}
.councilNewDevelopments ul li {
   color: #7c7c7c;
   font-size: 12px;
   text-decoration: none;
   padding: 3px;
   border-bottom: 1px dashed #DDD;
}
.councilNewDevelopments ul a {
   color: #7c7c7c;
   font-size: 12px;
   text-decoration: none;
}
.councilBanner {
   display: inline-block;
   padding-bottom: 10px;
   width: 100%;
   margin-top: 5px;
   border-bottom: solid 1px #b4b4b4;
}
.councilBanner img {
   width: 530px;
}

.WriteArea {
   font-size: 11px;
}
.councilTitle {
   color: #07315b;
   font-size: 12px;
   font-weight: bold;
}
.WriteAreaContent {
   padding: 10px;
}

#ddlCouncil {
   font-weight: bolder;
   font-size: 11px;
   color: #627286;
   text-decoration: none;
   float: right;
}
#ddlCouncil .parent {
   color: #1E354F;
}
#ddlCouncil .child {
   font-weight: normal;
}
