/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
section, article, header, footer, nav, aside, hgroup, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

ol, ul {
    margin-left: 25px;
}

:focus {
    outline: 0;
}

/* -------------- layout ------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/* -------------- layout ------------- */
/* --------------- text -------------- */
.sprite {
    background: url(/assets/images/tr/sprite-t.png) no-repeat;
}

#wrapperHeader {
    background-image: url(/assets/images/tr/background.png);
    background-repeat: no-repeat;
    height: 8px;
    background-color: #5b6165;
}

.ie6 #wrapperHeader {
    background: url(/assets/images/tr/background.png) no-repeat;
    height: 8px;
}

#wrapperArticle, #wrapperArticlePage {
    width: 860px;
    padding-top: 20px;
    margin-left: 44px;
    display: inline-table;
    padding-bottom: 30px;
}

#customWrapper {
    margin: 0 20px;
}

#wrapperFooter {
    width: 860px;
    clear: both;
    color: #283136;
    margin-left: 34px;
}

#wrapperFooter a {
    color: #283136;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}

#wrapperFooter img {
    margin-right: 2px;
    vertical-align: bottom;
}

.footer {
    width: 100%;
}


.footerCopyright {
    background: #cacaca;
    border-top: 1px solid #b6b6b6;
    height: 23px;
    color: #283136;
    margin-top: 5px;
    padding-left: 44px;
    padding-top: 8px;
}

.logo-text {
    margin-top: 11px;
    width: 645px;
    height: 64px;
}

.logo-text a {
    display: block;
    width: 645px;
    height: 64px;
}

.linked {
    margin-top: 33px;
    background: url(/assets/images/tr/input-bg.png) no-repeat;
    width: 520px;
    height: 19px;
    border: 0;
    padding: 10px;
    font-size: 16px;
    float: left;
}

.linked .inputClass {
    background: transparent;
    border: 0;
    width: 520px;
    font-size: 16px;
}

.submitKisalt {
    float: left;
    margin-top: 30px;
    margin-left: 11px;
}

.preloader {
    float: left;
    margin-top: 30px;
    margin-left: 11px;
    display: none;
}

.msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #c6c6c6;
    display: none;
}

.msg span {
    position: relative;
    font-size: 15px;
    color: #e70000;
    top: 7px;
    left: 400px;
    font-weight: bold;
}

.verticalAlingMiddle {
    vertical-align: middle;
    background: #efefef;
    padding-left: 5px;
}

.verticalAlingCenter {
    text-align: center;
    vertical-align: middle;
    background: #efefef;
}

.verticalAlingCenter a {
    color: #525252;
}

.kisaldiUL {
    margin: 0;
    padding: 0;
}

.kisaldiUL li {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #e3eefa;
}


.colon1 {
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: #0055bf;
    padding-left: 5px;
}

.colon1 a {
    text-decoration: none;
    color: #0055bf;
    font-weight: bold;
    height: 28px;
    width: 74px;
}

.colon2 {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.colon2 .img1 {
    margin-right: 11px;
    margin-top: 1px;
}

.colon2 .img2 {
    margin-top: 1px;
    margin-right: 11px;
}

.colon3 {
    width: 92px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.colon4 {
    width: 406px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    color: #37424a;
}

.colon4 div {
    width: 406px;
}

.colon4 a {
    text-decoration: none;
    color: #37424a;
    word-wrap: break-word;
}

/* --------------- text -------------- */
.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

    white-space: -o-pre-wrap; /* Opera 7 */

    white-space: pre-wrap; /* css-3 */

    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.copyButton {
    position: relative;
    width: 74px;
    height: 28px;
    float: left;
    cursor: pointer;
}

/* --------------- text -------------- */

.sharemenu {
    float: right;

}

.sharemenu .menu-root {
    float: left;
    color: #1c346a;
    font-weight: bold;
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
}


.sharemenu .menu-root img {
    margin-top: 1px;
}

.sharemenu .pop-up {
    display: none;
    position: absolute;
    left: 0;
    bottom: 35px;

}

.sharemenu .menu-content {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 3px 3px 1px 3px;
    width: 200px;
    height: 80px !important;
    overflow: auto;
}


.sharemenu .menu-content a {
    float: none !important;
    background-color: #FFFFFF;
    color: #000000;
    display: block;
    margin-bottom: 1px;
    padding: 10px 0 10px 5px;
    text-align: left;
    text-decoration: none;
}

.sharemenu .menu-content a:hover {
    background-color: #558eeb;
    border-color: #000000;
}


/* -------   Pagination ----- */
.pageNumber {
    margin-left: 10px;
    background: url(/assets/images/tr/pages.gif) no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #0055bf;
    font-weight: bold;
    padding-top: 2px;
}

.pageNumber select {
    background-image: none;
}

.mt10 {
    margin-top: 10px;
}