body {
    background: #ffffff;
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

    body#bd {
        background-color: #d6e2ee;
        color: #666;
    }

#wrapper {
    overflow: hidden;
    width: 1000px !important;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 9px 9px 9px rgba(0,0,0,.2);
    -moz-box-shadow: 0 9px 9px 9px -moz-rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 9px 9px 9px rgba(0,0,0,.2);
}

.wrap {
    width: 100%;
    clear: both;
}

a {
    color: #999;
    outline: none;
    text-decoration: none;
    font-size: 12px;
}

    a:link {
        color: #b95126;
        text-decoration: none;
    }

    a:visited {
        color: #b95126;
        text-decoration: none;
    }

    a:hover {
        color: #b95126;
        text-decoration: none;
    }

    a:active {
        color: #b95126;
        text-decoration: none;
    }


h1, h2, h3 {
    font-weight: bold;
    font-size: 120%;
    color: #000;
}

    h2.gen_h2 {
        font-weight: bold;
        font-size: 120%;
        color: #000;
    }

.par-head1 {
    font-weight: bold;
    font-size: 120%;
    color: #000;
}

.par-head2 {
    font-weight: bold;
    font-size: 100%;
    color: #000;
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
}

img.left {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    float: left;
    border: 0px;
    padding: 1px;
}

img.right {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    float: right;
    border: 0px;
    padding: 1px;
}


/* HEADER
--------------------------------------------------------- */
#header {
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 0;
}

/* Logo Image ---*/
div.logo img {
    height: 70px;
    float: left;
    display: block;
    position: relative;
}
/* Logo Text ---*/
div.logo-text {
    float: left;
    display: block;
    position: relative;
    top: 30px;
    left: 50px;
    width: auto;
}

p.site-slogan {
    margin: 8px 0 30px;
    color: #000;
    font-family: 'Garamond Premr Pro';
    font-style: italic;
    font-size: 25px;
}

/* Search Module ---*/
#search {
    top: 35px;
    position: relative;
    float: right;
}

    #search label {
        display: none;
    }

#search {
    background: url(images/search-bg.png) no-repeat right top;
    bottom: 10px;
    height: 34px;
    width: 200px;
}

    #search #mod-search-searchword {
        background: url(images/icon-search.png) 100% -2px no-repeat;
        border: 0;
        color: #fff;
        margin-top: 3px;
        padding: 5px 42px 5px 10px;
        vertical-align: middle;
        width: 146px;
    }




#navigation {
    padding-bottom: 0px;
    background-color: #21456F;
    position: fixed;
    width: 100%;
    z-index: 500;
}

#bartop {
    padding-bottom: 0px;
    padding-top: 2px;
    background-color: #F9C;
    width: 100%;
    height: 20px;
}


.menutop {
    font-family: 'Trebuchet MS';
    font-size: 12px;
    text-shadow: -1px -1px 2px #151515;
    list-style: none;
    margin: 0;
    padding: 5px 5px;
    position: relative;
    line-height: 1em;
}

    .menutop li {
        height: auto;
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }

        .menutop li.root {
            float: left;
            margin: 0;
            padding: 0 5px;
            background-position: 0 50%;
            background-repeat: no-repeat;
        }

        .menutop li > .bullet {
        }

        .menutop li.root > a {
            white-space: nowrap;
            display: block;
            font-size: 18px;
            z-index: 100;
            cursor: pointer;
            position: relative;
            padding: 0;
            margin: 0 -3px;
            outline: none;
            font-weight: normal;
            height: 40px;
            *border: 1px solid yellow;
            padding-left: 10px;
            line-height: 30px;
        }

            .menutop li.root > a span {
                padding: 0 5px;
                font-size: 12px;
                display: block;
                width: 100%;
                position: relative;
                padding-left: 28px;
                *border: 1px solid red;
            }

        .menutop li a, .menutop li.active a {
            display: block;
            margin: 0;
            text-decoration: none;
            float: none;
            width: auto;
            cursor: pointer;
            color: #ddd;
            transition: background 0.2s ease-out;
        }

        .menutop li.parent.root span .daddyicon {
            background-image: url(images/topdaddy.png);
        }


        .menutop li a span .daddyicon {
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 5px;
            padding: 0;
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        .menutop li.active.root > a span .daddyicon,
        .menutop li.root:hover > a span.daddyicon {
            background-position: 0 -28px;
        }

    .menutop .drop-bot {
        height: 1px;
        overflow: hidden;
        clear: both;
    }

    .menutop li .submenu-wrapper {
        float: none;
        left: -999em;
        position: absolute;
        z-index: 500;
        background: url(images/black-overlay.png);
        box-shadow: 3px 3px 1px rgba(0,0,0,0.4);
        height: auto !important;
        border-radius: 5px;
        padding-bottom: 6px;
        width: 180px;
    }


    .menutop li.root:hover > .submenu-wrapper {
        top: 39px;
        left: 0;
    }


    .menutop ul {
        padding: 0;
        margin: 0;
        float: left;
        margin-bottom: -1px;
        width: 180px;
    }

        .menutop ul li {
            background: url(images/divider-line2.png) 50% 100% repeat-x;
            padding: 0;
            display: block;
        }

            .menutop ul li a {
                line-height: 120%;
            }

    .menutop .submenu-wrapper ul li > a {
        padding: 8px 10px 10px 10px;
        height: auto;
        display: block;
        font-size: 13px;
        line-height: 13px;
        font-weight: normal;
        line-height: 120%;
    }

    .menutop UL LI.root > a,
    .menutop LI.root.active > a,
    .menutop LI.root:hover > a,
    .menutop UL LI > a:hover,
    .menutop LI.active > a {
        color: #d5bc61;
    }


/* Breadcrumbs ---*/
#navhelper {
    color: #fff;
    background: #336699;
    margin: 5px 0 8px 0px;
    padding: 3px 0 3px 20px;
    border-bottom: 2px solid #332D28;
    width: auto;
}

    #navhelper a {
        padding: 0 2px;
        color: #fff;
        font-size: 12px;
    }

.breadcrums {
    margin-top: 2px;
    list-style-type: none;
    display: inline;
    position: relative;
}

    .breadcrums li {
        float: left;
        font-size: 13px;
    }

    .breadcrums img {
        margin: 1px 5px;
    }

    .breadcrums li:last-child img {
        display: none;
    }

#navhelper a:hover, #navhelper a:active, #navhelper a:focus {
    color: #fff;
}

.navbread {
    margin: 5px 0 8px 0px;
    padding: 3px 0 3px 20px;
    border-bottom: 2px solid #332D28;
    width: auto;
	height:35px;
}

    .navbread a {
        padding: 0 2px;
        font-size: 12px;
    }

.navbread .breadcrums .dv {
        float: left;
        font-size: 13px;
        padding: 0px 6px;
		vertical-align:middle;
    }
	.navbread .breadcrums .dv a {
		line-height:30px;
		vertical-align:middle;
    }
	.navbread .breadcrums .dv span {
		line-height:30px;
		vertical-align:middle;
    }
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#main-container {
    display: block;
    width: auto;
    float: left;
    zoom: 100%;
    padding: 0;
    margin: auto;
}

/* MAIN COLUMN
--------------------------------------------------------- */
#mainbody {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    margin-bottom: 5px;
    background-color: #fff;
    width: 525px;
}

    #mainbody div.content-header {
        display: block;
        height: auto;
        width: auto;
        padding:0;
        margin-top: 5px;
        margin-bottom: 10px;
        border-bottom-color: grey;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        *border: 1px solid yellow;
    }

        #mainbody div.content-header h1 {
            font-size: 20px;
            line-height:22px;
        }



/* Left Column ---*/
#left-column {
    float: left;
    width: 200px;
    min-height: 700px;
    position: relative;
    padding-left: 1px;
    border-right: 1px solid #CCC;
}

.contentbox {
    border: 0px solid #8E773C;
    background-color: #FFFFFF;
    margin: 0px 3px 10px 3px;
}

.contenttable {
    padding: 0 5px 0 5px;
}

.left-header {
    font-size: 16px;
    color: #660000;
    text-align: center;
    border-bottom: 1px solid #660000;
    padding: 5px 0px 5px 0px;
    margin: 0;
    background-color: #A0A0A0;
    background-color: rgb(217, 217, 217);
}

.dontMissTitle {
    text-align: left;
    margin: 0;
}

.trivia-text {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
}

    .trivia-text img {
        display: block;
        margin: 0 auto;
    }

/* Right Column ---*/
#right-column {
    float: left;
    width: 250px;
    min-height: 700px;
    position: relative;
}
/* MODULE STYLES
--------------------------------------------------------- */

div.moduletable {
    margin-top: 0px;
    padding: 0 0 20px;
    position: relative;
}

.column div.moduletable {
    margin-left: 5px;
    margin-right: 2px;
    background-color: #fff;
}

div.moduletable .module-header {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid black;
    background-color: rgb(217, 217, 217);
    padding: 5px 0 3px 10px;
}

div.moduletable h1 {
    color: #000;
    font-size: 120%;
    display: block;
    font-weight: normal;
    line-height: 1;
    padding-left: 10px;
    margin: 3px 0 5px;
    overflow: visible;
}



ul.tour_control {
    list-style: none;
    /*text-align:center;*/
    border: none;
    margin: 0px;
    margin-left: 70px;
    padding: 0px;
    width: auto;
}

    ul.tour_control li.active a {
        padding: 4px 10px 4px 10px;
        background-color: #A3A3A3;
    }

    ul.tour_control li {
        display: inline;
        margin: 0px;
        padding: 0px;
        padding-left: 0px;
        margin-left: -5px;
    }

        ul.tour_control li a {
            padding: 4px 10px 4px 10px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
        }

            ul.tour_control li a:visited {
                color: #000000;
            }

            ul.tour_control li a:hover {
                background-color: #666666;
                text-decoration: none;
                color: #ffffff;
            }




.big {
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

    .big A {
        font-weight: normal;
        text-decoration: none;
        color: #6e9f44;
        font-size: 16px;
    }

        .big A:link {
            font-size: 14px;
            color: #6e9f44;
            text-decoration: underline;
        }

        .big A:active {
            font-size: 14px;
            color: #6e9f44;
            text-decoration: underline;
        }

        .big A:visited {
            font-size: 14px;
            color: #6e9f44;
            text-decoration: underline;
        }

        .big A:hover {
            *font-size: 14px;
            color: #339900;
            text-decoration: underline;
        }








table.data tr.tbody:nth-child(even) {
    background: none repeat scroll 0 0 #fee8e8;
}

table.data tr.tbody:nth-child(odd) {
    background: none repeat scroll 0 0 #fef3f3;
}

table.data td {
    border-top: 1px dashed #FFFFFF;
    color: #000000;
    padding: 3px;
}

table.data tr.tbody:hover {
    background: none repeat scroll 0 0 #FFCF8B;
    color: #000000;
    border: 10px solid #03476F;
}

table.data tr.tbody td:hover {
    background: none repeat scroll 0 0 green;
    color: yellow;
}

table.data tbody tr.clicked td {
    background: none repeat scroll 0 0 #FFCF8B;
    color: #000000;
}



table.styled-table td {
    border-top: 1px dashed #FFFFFF;
    color: #000000;
    padding: 3px;
}
table.styled-table td.line {
    border: 0px dashed #FFFFFF;
    padding: 0px;
}
table.styled-table td.inner-line {
    border: 0px dashed #FFFFFF;
    padding: 0px;
}


.tbody {
    text-align: left;
    background-color: #f7efde;
    font-family: 'Verdana';
    font-size: 11px;
}



.thead1 {
    background-color: #800000;
    font-family: 'Verdana';
    font-size: 11px;
    color: white;
    font-weight: bolder;
}

.thead2 {
    background-color: #800000;
    font-family: 'Verdana';
    font-size: 11px;
    color: white;
}

.tbody1 {
    text-align: left;
    background-color: #f7efde;
    font-family: 'Verdana';
    font-size: 11px;
}


.scroll_ver {
    overflow-y: auto;
    scrollbar-face-color: #cdcdcc;
    overflow-x: hidden;
    scrollbar-highlight-color: #eeeeee;
    vertical-align: top;
    scrollbar-arrow-color: white;
    scrollbar-base-color: #aaaadd;
    scrollbar-dark-shadow-color: #cdcdcc;
    scrollbar-3d-light-color: #cdcdcc;
    *border: solid 1px blue;
}




.Tablo1 {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #ffffff;
    border: solid 1px #9c8063;
}

.baslik2 {
    font-weight: bold;
    font-size: 12px;
    color: #3399ff;
    height: 24px;
    background-color: #cdcdcc;
    text-align: center;
}

.tablobaslik {
    border-bottom: #9c8063 1px solid;
    width: 100%;
}


.itemsList .add {
    padding: 4px 4px 0px 8px;
    background-color: #FF0000;
    font-weight: bold;
    color: #FFFF66;
}

.itemsList {
    border: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    _height: 1px;
}

    .itemsList li {
        margin: 0px;
        padding: 0px;
    }

        .itemsList li a {
            padding: 4px 4px 0px 8px;
            display: block;
            color: #000000;
            text-decoration: none;
            border-bottom: #c5c5c5 1px solid;
            font-weight: normal;
        }

            .itemsList li a:visited {
                color: #000000;
                font-weight: normal;
            }

            .itemsList li a:hover {
                background-color: #666666;
                text-decoration: none;
                color: #ffffff;
                border-bottom: #ffffff 1px solid;
                font-weight: normal;
            }

            .itemsList li a:active {
                background-color: #A3A3A3;
                color: #ffffff;
                text-decoration: none;
                border-bottom: #ffffff 1px solid;
                font-weight: normal;
            }

            .itemsList li a.active {
                background-color: #A3A3A3;
                color: #ffffff;
                text-decoration: none;
                border-bottom: #ffffff 1px solid;
            }

                .itemsList li a.active:visited {
                    color: #ffffff;
                }

                .itemsList li a.active:hover {
                    background-color: #666666;
                    color: #ffffff;
                    text-decoration: none;
                    border-bottom: #ffffff 1px solid;
                }

                .itemsList li a.active:active {
                    background-color: #A3A3A3;
                    color: #ffffff;
                    text-decoration: none;
                    border-bottom: #ffffff 1px solid;
                }



.itemsSubList .add {
    padding: 4px 4px 0px 8px;
    background-color: #FF0000;
    font-weight: bold;
    color: #FFFF66;
}

.itemsSubList {
    border: none;
    margin-left: 15px;
    padding-left: 0px;
    /*list-style:inside;
	list-style-type:disc;*/
    list-style: none;
}

    .itemsSubList li {
        margin: 0px;
        padding: 0px;
    }

        .itemsSubList li a {
            /*background-color:#e4edff;*/
            padding: 4px 4px 0px 8px;
            display: block;
            color: #000000;
            text-decoration: none;
            border-bottom: #c5c5c5 1px solid;
        }

            .itemsSubList li a:visited {
                color: #000000;
            }

            .itemsSubList li a:hover {
                background-color: #666666;
                text-decoration: none;
                color: #ffffff;
                border-bottom: #ffffff 1px solid;
            }

            .itemsSubList li a:active {
                background-color: #A3A3A3;
                color: #ffffff;
                text-decoration: none;
                border-bottom: #ffffff 1px solid;
            }

            .itemsSubList li a.active {
                background-color: #A3A3A3;
                color: #ffffff;
                text-decoration: none;
                border-bottom: #ffffff 1px solid;
            }

                .itemsSubList li a.active:visited {
                    color: #ffffff;
                }

                .itemsSubList li a.active:hover {
                    background-color: #666666;
                    color: #ffffff;
                    text-decoration: none;
                    border-bottom: #ffffff 1px solid;
                }

                .itemsSubList li a.active:active {
                    background-color: #A3A3A3;
                    color: #ffffff;
                    text-decoration: none;
                    border-bottom: #ffffff 1px solid;
                }




.avmenu {
    clear: left;
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 0.9em;
}

    .avmenu ul {
        list-style: none;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0;
        font-size: 1.1em;
        z-index: 0;
    }

    .avmenu li {
        margin-bottom: 4px;
        vertical-align: middle;
        line-height: 25px;
        z-index: 0;
    }

        .avmenu li a {
            font-weight: bold;
            height: auto;
            text-decoration: none;
            color: #505050;
            display: block;
            padding-left: 6px;
            background: #f4f4f4;
            border-left: 4px solid #cccccc;
            z-index: 0;
        }

            .avmenu li a:hover {
                background: #eaeaea;
                color: #286ea0;
                border-left: 4px solid #b95126;
            }

        .avmenu li.active a {
            background: #eaeaea;
            color: #286ea0;
            border-left: 4px solid #286ea0;
        }



/* List ---*/
.box-ct ul li {
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 10px;
}

.column div.box-ct a {
    color: #000;
}

    .column div.box-ct a:hover {
        color: #ccc;
    }

.column div.box-ct ul.menu li.active > a {
    color: #ccc;
    font-weight: normal !important;
}

.box-ct ul.menu {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

    .box-ct ul.menu li {
        background: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

        .box-ct ul.menu li a {
            display: block;
            outline: none;
            padding: 1px 0;
            text-indent: 10px;
        }

            .box-ct ul.menu li a:hover, .box-ct ul.menu li a:focus, .box-ct ul.menu li a:active {
                text-decoration: none;
            }

        .box-ct ul.menu li.active > a {
            font-weight: bold;
            color: #333;
        }

        .box-ct ul.menu li a img {
            margin-right: 3px;
        }

        .box-ct ul.menu li.active > a {
            font-weight: bold;
        }

    .box-ct ul.menu span.separator {
        display: none;
    }




/* FOOTER
--------------------------------------------------------- */

#footer {
    clear: both;
    position: relative;
    bottom: 0px;
    opacity: 0.9;
    background: url(images/bg-footer.jpg) repeat-x;
    padding: 0;
    width: auto;
    text-align: center;
    color: #666666;
}

/* Foot Links ---*/
.footer {
    clear: both;
    height: 52px;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .footer ul {
        float: none;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 16px 0 0 15px;
        display: table;
        margin: 0 auto;
    }

        .footer ul li:first-child {
            background: none;
            padding-left: 0;
        }

        .footer ul li {
            background: url(images/border-footer-nav.png) no-repeat left 6px;
            float: left;
            padding: 0 10px;
        }

            .footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active, .footer ul li a {
                color: #435e5f;
                font-size: 12px;
                line-height: 16px;
                text-decoration: none;
            }




div.letters {
    display: block;
}

div.pages {
    display: block;
    text-align: right;
    float: right;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin-top: 1px;
    margin-bottom: 1px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            display: block;
            font-size: 12px;
            position: relative;
            float: left;
            padding: 0px 4px;
            line-height: 1.428571429;
            text-decoration: none;
            border: 1px solid #ddd;
            border: 1px solid #cccccc;
            margin-left: -1px;
            color: #0e509e;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eee;
        }

    .pagination > .current > a,
    .pagination > .current > a:hover,
    .pagination > .current > a:focus {
        z-index: 2;
        color: #fff;
        background-color: #c00;
        border-color: #c00;
        cursor: pointer;
    }

    .pagination > .current > span,
    .pagination > .current > span:hover,
    .pagination > .current > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #c00;
        border-color: #c00;
        cursor: default;
    }







.famousPlaces {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 18px;
    list-style-type: none;
}

    .famousPlaces li {
        float: left;
        margin-left: 0px;
        margin-right: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
        width: 130px;
        height: 100px;
        border: #00FF00 1px solid;
    }

        .famousPlaces li img {
            margin-bottom: 5px;
            margin-top: 5px;
        }

        .famousPlaces li a {
            font-size: 12px;
            color: #74c9d1;
        }

            .famousPlaces li a:hover {
                font-size: 12px;
                color: #00FF00;
            }



.listSubTable {
    color: #000;
}

    .listSubTable .RowTitle {
        height: 25px;
        background-color: #CCC;
    }
    .listSubTable .RowTitle td {
        font-size: 15px;
        width: auto;
        padding: 2px 0 3px 17px;
    }

        .listSubTable .RowTitle h1 {
            font-size: 15px;
            margin: 0;
        }

    .listSubTable .trList {
        width: auto;
    }

    .listSubTable .td1 {
        font-size: 12px;
        margin: 0;
        float: left;
        *border: 1px solid red;
        width: 55%;
    }

        .listSubTable .td1 h1 {
            font-size: 15px;
            margin: 0;
        }

    .listSubTable .td2 {
        font-size: 12px;
        margin: 0;
        float: left;
        *border: 1px solid red;
    }

        .listSubTable .td2 ul {
            list-style-type: none;
            margin: 5px 0 2px 3px;
            padding: 0;
        }

        .listSubTable .td2 li {
            list-style-type: none;
            margin: 5px 0 2px 3px;
            padding: 0;
        }

            .listSubTable .td2 li a:hover {
                text-decoration: underline;
            }

.list-tours {
    color: #000;
}

    .list-tours .td1 {
        width: auto;
        padding-bottom: 20px;
    }

        .list-tours .td1 h1 {
            font-size: 15px;
            height: 25px;
            width: auto;
            background-color: #CCC;
            padding: 4px 0 3px 17px;
        }




.form-table {
    border-right-width: 2px;
    *background: #7fbae2;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    *font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #D4E0EE;
}

    .form-table TH {
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        background: #cecfce;
        font-weight: bold;
    }

    .form-table TD {
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        background: #FCFDFE;
        font-size: 100%;
        padding-top: 2px;
        border: 1px solid #D4E0EE;
    }

    .form-table table TD {
        border: 0px;
    }


form {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

    form h1 {
        *color: #df1a22;
        *font-size: 13px;
    }

    form input[type=text], form input[type=password], form input[type=search], form input[type=number], form input[type=email], form input[type=url], form input[type=tel], form textarea {
        border-left: 1px solid #acc6db;
        border-right: 1px solid #acc6db;
        border-top: 1px solid #acc6db;
        border-bottom: 1px solid #acc6db;
        background-color: #fff;
        color: #000;
        font-family: "Trebuchet MS";
    }

    form input[type=text], form input[type=password], form input[type=search], form input[type=number], form input[type=email], form input[type=url], form input[type=tel], form textarea {
        padding: 6px 6px;
        font-weight: 400;
        font-size: 14px;
        color: #9D9E9E;
        color: #000;
        text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
        background: #FFF;
        border: 1px solid #FFF;
        border-radius: 5px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    }

    form textarea {
        word-wrap: break-word;
    }

        form input[type=text]:focus, form input[type=password]:focus, form input[type=number]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=tel]:focus, form textarea:focus {
            background: #DFE9EC;
            color: #414848;
            outline: 0;
            border-color: #C9C9C9;
            box-shadow: 0px 0px 8px #7bc1f7;
            -moz-box-shadow: 0px 0px 8px #7bc1f7;
            -webkit-box-shadow: 0px 0px 8px #7bc1f7;
        }

        form input[type=text]:hover, form input[type=password]:hover, form input[type=number]:hover, form input[type=email]:hover, form input[type=url]:hover, form input[type=tel]:hover, form textarea:hover {
            background: #DFE9EC;
            color: #414848;
        }



    form input[type=submit], form input[type=button] {
        /* Structure */
        display: inline-block;
        zoom: 1;
        line-height: normal;
		height:auto;
        white-space: nowrap;
        vertical-align: baseline;
        text-align: center;
        cursor: pointer;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        font-weight: bold;
    }
        /* Firefox: Get rid of the inner focus border */
        form input[type=submit]::-moz-focus-inner, form input[type=button]::-moz-focus-inner {
            padding: 0;
            border: 0;
        }


    form input[type=submit], form input[type=button] {
        font-family: inherit;
        font-size: 100%;
        padding: 0.5em 1em;
        color: #444; /* rgba not supported (IE 8) */
        color: rgba(0, 0, 0, 0.80); /* rgba supported */
        border: 1px solid #999; /*IE 6/7/8*/
        border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/
        background-color: #E6E6E6;
        text-decoration: none;
        border-radius: 2px;
    }

        form input[type=submit]:hover,
        form input[type=submit]:focus,
        form input[type=button]:hover,
        form input[type=button]:focus {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
            background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
            background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
            background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
            background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
        }

        form input[type=submit]:focus, form input[type=button]:focus {
            outline: 0;
        }

        form input[type=submit],
        form input[type=submit]:active,
        form input[type=button],
        form input[type=button]:active {
            box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
        }


            /* Firefox: Get rid of the inner focus border */
            form input[type=submit]::-moz-focus-inner, form input[type=button]::-moz-focus-inner {
                padding: 0;
                border: 0;
            }



.cred {
    color: red;
    font-family: "Trebuchet MS";
    text-decoration: none;
    font-size: 16px;
}

span.required {
    color: #FF0000;
    font-style: italic;
}

.lblerror {
    color: #004080;
    font-style: italic;
}

.dikkat {
    color: #FF0000;
}


.state-error {
    color: #6e9f44;
    font-style: italic;
}



.inputText {
    width: 200px;
}

.inputNum {
    width: 80px;
    text-align: right;
}

.inputTextArea {
    width: 300px;
    height: 75px;
}
.inputTextArea100
{
	width: 300px;
	height:100px;
}
.inputTextArea200x50
{
	width:200px;
	height:50px;
}
.inputTextArea250x50
{
	width:250px;
	height:50px;
}
.inputTextArea300x50
{
	width:300px;
	height:50px;
}
.inputTextArea300x100
{
	width:300px;
	height:100px;
}
.inputTextArea400x100
{
	width: 400px;
	height:100px;
}
.inputTextArea500x50
{
	width:500px;
	height:50px;
}
.inputTextArea400x200
{
	width:400px;
	height:200px;
}

.inputDateHour {
    width: 90px;
    text-align: right;
}





.ser-element {
    margin-bottom: 3px;
    border: 0px solid blue;
}

.ser-label label {
    font-weight: bold;
    font-size: 11px;
}

.ser-label em {
    font-size: .9em;
    color: #888;
}

.ser-label strong {
    color: #990000;
}

.ser-label {
    margin-bottom: .25em;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    float: left;
    width: 120px;
    border: 0px solid yellow;
}

    .ser-label label {
        display: block;
    }

.ser-right {
    float: left;
}

    .ser-right span.right-span {
        display: block;
        margin-top: 5px;
        text-align: right;
    }



.combobox_box {
    display: block;
    height: auto;
    line-height: 25px;
    margin-top: 1px;
    margin-bottom: 12px;
    margin-right: 14px;
    padding-top: 0;
    position: relative;
    width: auto;
    min-width: 100px;
    max-width: 350px;
    float: left;
}

    .combobox_box ul {
        list-style: none;
        padding-left: 0px;
        margin-top: 0;
    }

    .combobox_box > ul > li {
        position: relative;
        float: left;
        margin: 0;
        cursor: pointer;
        width: 100%;
        display: block;
        height: 28px;
        border: solid 1px #f1f4f7;
        background-color: #eee;
        -webkit-box-shadow: 0 0 2px 2px rgba(220,220,220,.8);
        box-shadow: 0 0 2px 2px rgba(220,220,220,.8);
        text-overflow: ellipsis;
    }

        .combobox_box > ul > li .combobox-text {
            display: block;
            padding-left: 3px;
            float: left;
            border: solid 0px yellow;
        }

        .combobox_box > ul > li .combobox-img {
            display: block;
            width: 15px;
            height: 30px;
            float: right;
            margin-right: 3px;
            background: url('images/combobox_bg.png') no-repeat 96% center #eee;
            border: solid 0px blue;
        }

    .combobox_box .has-sub ul {
        min-width: 150px;
        max-height: 400px;
        width: auto;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background-color: #eee;
        -webkit-transition: all .3s .1s;
        -moz-transition: all .3s .1s;
        -o-transition: all .3s .1s;
        transition: all .3s .1s;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .combobox_box .has-sub:hover ul {
        opacity: 1;
        visibility: visible;
        padding-top: 4px;
        margin-top: 30px;
        max-height: 400px;
        z-index: 1100;
    }

    .combobox_box .has-sub ul li {
        min-width: 220px;
    }

    .combobox_box .combobox_menu a {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 10px;
        border-bottom: solid 1px #dcdcdc;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        color: #666;
    }

        .combobox_box .combobox_menu a:hover, .combobox_box .combobox_menu a.active {
            text-decoration: none;
            color: #000;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkMGNkY2QiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiNkMGNkY2QiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-radial-gradient(center, ellipse cover, rgba(208,205,205,.65) 0%, rgba(208,205,205,.1) 85%, rgba(0,0,0,0) 100%);
            background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, rgba(208,205,205,.65)), color-stop(85%, rgba(208,205,205,.1)), color-stop(100%, rgba(0,0,0,0)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(208,205,205,.65) 0%, rgba(208,205,205,.1) 85%, rgba(0,0,0,0) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(208,205,205,.65) 0%, rgba(208,205,205,.1) 85%, rgba(0,0,0,0) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(208,205,205,.65) 0%, rgba(208,205,205,.1) 85%, rgba(0,0,0,0) 100%);
            background: radial-gradient(ellipse at center, rgba(208,205,205,.65) 0%, rgba(208,205,205,.1) 85%, rgba(0,0,0,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d0cdcd', endColorstr='#00000000', GradientType=1);
        }
		.combobox_box .combobox_menu a.active {
            font-weight:bold;
			color: #6e9f44;
        }



table.listPlaceDetails
{
	width:100%;
	border: 0px none;
}
table.listPlaceDetails tr.tr2
{
	background-color:#405A40;
	height:1px;
}
table.listPlaceDetails tr.tr3
{
	background-color:#93A593;
	height:1px;
}


/*Begin Bottom Paging*/
	img {border:0;}
	table.MyDataTable
	{
		/*border: none;*/
	}
	table.MyDataTable, .MyDataTable td, .MyDataTable th
	{
		border: 1px solid #D4E0EE;
		border-collapse:collapse;
	}
	table.MyDataTable td
	{
		padding:2px;
	}
	tr.caption td
	{
		padding:6px;
		font-size:22px;
		border:1px solid #CCC;
		background-color:#FFFFFF;
	}
	.MyDataTable tr.thead 
	{
		background-color: #D9FFD9;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	.MyDataTable tr.thead th
	{
		padding: 0.5em;
		white-space: nowrap;
	}
	.MyDataTable tr
	{
		background: #F7F9FC;
	}
	.MyDataTable tr.odd
	{
		background: #FCFDFE;
	}
	.MyDataTable tr.selected
	{
		background-color: #FFCCCC;
	}
    .MyDataTable tr.active
    {
        background-color: #FFCCCC;
    }
	.MyDataTable tr.tbody:hover
	{
		background-color: #FFCCCC;
		background: #FFF url(images/tr_bck.gif) repeat;
		border:1px solid #03476F;
	}
	.MyDataTable tr.tbody td:hover
	{
		color: #454545;
		background-color: #ffffee;
	}
	.MyDataTable table
	{
		border: 0px solid black;
	}
	.MyDataTable table tr
	{
		border: 0px solid black;
	}
	.MyDataTable table td
	{
		border: 0px solid #CCC;
	}
.MyDataTable span.highlight {
    background-color: #FFFF88;
}