﻿/**********************************************************************************/
/* Layout and main div tags                                                       */
/**********************************************************************************/

body
{
    margin: 0;
    padding: 0;
    
    font-family: arial,verdana,helvetica;
    background-color: #EEEEEE;
}

#div_all
{
    width: 950px;
    margin: 0px auto 0px auto;
}

#div_top_c
{
    position: absolute;
    height: 140px;
    width: 950px;
    top: 5px;
    border: solid 1px Gray;
    border-bottom: none;
    background-color: White;
}

#div_top
{
    height: 135px;
    width: 940px;
    margin: 5px 5px 0px 5px;
}


#div_body_c
{
    position: absolute;
    top: 146px;
    width: 950px;
    border: solid 1px Gray;
    border-top: none;
    background-color: White;
}

#div_body
{
    width: 940px;
    margin: 10px 5px 0px 5px;
    border-top: none;
}

#div_bodyleft0
{
    float: left;
    width: 150px;
    margin: 0px 10px 0px 0px;
}
#div_bodyleft0 a 
{
    color: Gray;
    font-weight: bold;
}
#div_bodyleft0 a:hover 
{
    color: Red;
}

#div_bodymiddle0
{
    float: left;
    width: 625px;
    margin: 0px 10px 0px 0px;
}

#div_bodyright0 {
    float: right;
    width: 145px;
    margin: 0px 0px 0px 0px;
}

#div_body .div_body_h 
{
    width: 100%;
    float: left;
    margin-top: 5px;
}

#div_bodyleft1
{
    float: left;
    width: 150px;
    margin: 0px 10px 0px 0px;
}

#div_bodyright1 {
    float: right;
    width: 780px;
    margin: 0px 0px 0px 0px;
}

#div_bodyleft2
{
    float: left;
    width: 785px;
    margin: 0px 10px 0px 0px;
}

#div_bodyright2 {
    float: right;
    width: 145px;
    margin: 0px 0px 0px 0px;
}

#div_bottom
{
    float: left;
    width: 910px;
    border-top: solid 1px Gray;

    color: Gray;
   
	
}
#div_bottom a
{
    font-weight: normal;
    color: Gray;
}
#div_bottom a:hover
{
    font-weight: normal;
    color: Red;
}
#div_bottom td
{
    width: 30%;
}

#div_topLeft 
{
    float: left;
    width: 410px;
    height: 100px;
    background: white url('../Images/Logo-EcoTurkey.jpg') no-repeat scroll top;
}


#div_topRight
{
    float: right;
    margin: 0px 0px 0px 10px;
    width: 520px;
    height: 100px;
    text-align: right;
    cursor: default;
}
#div_topRight a 
{
    color: Gray;
    font-weight: bold;
}
#div_topRight a:hover 
{
    color: Red;
}

#tbl_TopNav
{
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    cursor: default;
    vertical-align: middle;
    background-image: url('../Images/TopNav-bkg.gif');
}
#tbl_TopNav ul
{
    margin: 0px 0px 0px 60px;
    list-style-type: none;
    list-style-image: none;
}

#tbl_TopNav li
{
    display: inline;
}
#tbl_TopNav li:hover
{
    background-color: #A0A0A0;
    color: White;
}
#tbl_TopNav a 
{
    color: Black;
    font-weight: bold;
    padding: 7px 5px 7px 5px;
    border-right: solid 1px white;
    float: left;
}
#tbl_TopNav a:hover
{
    color: inherit;
    background-image: url('../Images/TopNav-bkg_on.gif');
}
#tbl_TopNav p
{
    background-color:#FF0000;
    color: White;
    font-weight: bold;
    
    padding: 7px 5px 7px 5px;
    border-right: solid 1px white;
    float: left;
    margin: 0px;
}


/* General link style */
a
{
    font-weight: bold;
    text-decoration: none;
    color: Black;
}
a:hover 
{
    color: Red;
}

.h1Green1
{
    font-size: 14pt; color: #65c037; margin-top: 0px; text-align: left;
}
.hGreen1
{
    color: #65c037; text-align: left;
}

.h1Brown1
{
    font-size: 14pt; color: #c59c28; margin-top: 0px; text-align: left;
}
.hBrown1
{
    color: #c59c28; text-align: left;
}

.div_txtCont 
{
}
.div_txtCont p
{
    text-align: justify;
}
.ul_onpage 
{
}
.ul_onpage li 
{
    margin-top: 5px;
}

/* EcoTurkey News page styles */
.div_NewsItem
{
    margin-top: 15px; width: 100%; float: left; border-top: solid 1px #c59c28;
}
.div_NewsText
{
    width: 455px; padding: 0px 5px 8px 5px; text-align: justify;
}
.img_News
{
    width: 290px; margin-top: 15px;
}
.div_box_c
{
    width: 318px;
    height: 150px;
    border: solid 1px #c59c28;
    overflow: hidden;
    background-color: White;
}
.div_box_h
{
    background-color: #c59c28; color: White; font-weight: bold; text-align: center; padding: 3px; margin-bottom: 5px;
}
.div_box_txt 
{
    padding: 5px 5px 5px 1px; text-align: left; width: 0px; height: 0px; overflow: hidden;
}
.div_solidbox1
{
    padding: 10px 5px 10px 5px;
    background-color: #bfd63e;
    border: 1px solid #969696;
    color: #404040;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}


/**************************/
/* Side Navigation Styles */
/**************************/
#div_sidenav
{
    width: 140px;
}
#div_sidenav .hdg
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 1px White;
    padding: 4px 5px 3px 5px;
    width: inherit;
    background-color: #CACACA;
}
.menuitem
{
    color: Gray;
    background-color: #EEEEEE;
    font-weight: bold;
    border-bottom: solid 1px White;
    cursor: pointer;
    padding: 4px 5px 3px 5px;
    width: inherit;
}
.menuitem:hover
{
    color: Black;
}
.menuitem a
{
    color: Gray;
    display: block;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    padding: 2px 0px 2px 0px;
}
.menuitem a:hover
{
    color: #65c037;
}
.submenucontainer
{
    color: Gray;
    background-color: White;
    padding: 0px 5px 0px 5px;
    width: inherit;
    height: 0px;
    overflow: hidden;
}
.submenu
{
    color: Gray;
    background-color: inherit;
    width: inherit;
}
.submenu div
{
    margin-left: 10px;
    padding: 2px 0px 2px 0px;
    border-bottom: dotted 1px #65c037;
    border-bottom-color: #B1E29A;
}
.submenu ul
{
    margin: 0px 0px 0px -20px;
}
.submenu a
{
    color: Gray;
    display: inline;
    text-decoration: none;
    font-weight: normal;
    width: 100%;
    padding: 2px 0px 2px 0px;
}
.submenu a:hover
{
    color: #65c037;
}

/********************/
/* SlideShow styles */
/********************/
.divSlideShow 
{
    position: relative;
}
.divSlideShow img 
{
    display: none; width: inherit; height: inherit; position: absolute; top: 0px; left: 0px;
}


.tbl_summary 
{
}
.tbl_summary td 
{
    border-bottom: dotted 1px #bed73d;
}
.tbl_summary .td1
{
    font-weight: bold;
}

/***************************/
/* HomePage News Headlines */
/***************************/
.div_news_c
{
    width: 270px;
    height: 150px;
    border: solid 1px #969696;
    overflow: hidden;
    background-color: White;
}
.div_news_h
{
	background-image:url(../../templates/Eco_Turkey/images/module_top2.png);color: black; font-weight: bold; text-align: center; padding: 3px; border-bottom: solid 1px #969696; font-size:18px;
}
.div_news 
{
    padding: 5px 5px 5px 1px; text-align: left; width: 0px; height: 0px; overflow: hidden;
}
.div_news div
{
    color: Gray;
    cursor: pointer;
    display: none;
    margin: 0px 0px 0px 2px;
    background-color: White; /* Added this to fix ie opacity problem. Without this it makes it coarse. */
    background: White url('../Images/EcoTurkey_Emblem_smlx.gif') no-repeat scroll top left;
    padding-left: 18px;
    font-size: 12px;
}
.div_news div:hover
{
    color: Black;
}
.div_news big
{
    display: block; margin-bottom: 5px;
    font-weight: bold;
}

