﻿

/* 'DroidSans' */
@font-face
{
    font-family: 'DroidSans';
    src: url( 'fonts/DroidSans.eot' );
    src: url( 'fonts/DroidSans.eot?#iefix' ) format( 'embedded-opentype' ), url( 'fonts/DroidSans.woff' ) format( 'woff' ), url( 'fonts/DroidSans.ttf' ) format( 'truetype' ), url( 'fonts/DroidSans.svg#DroidSans' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}


/* 'BebasNeuewebfont' */
@font-face
{
    font-family: 'BebasNeuewebfont';
    src: url( 'fonts/BebasNeuewebfont.eot' );
    src: url( 'fonts/BebasNeuewebfont.eot?#iefix' ) format( 'embedded-opentype' ), url( 'fonts/BebasNeuewebfont.woff' ) format( 'woff' ), url( 'fonts/BebasNeuewebfont.ttf' ) format( 'truetype' ), url( 'fonts/BebasNeuewebfont.svg#BebasNeuewebfont' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

.BebasNeuewebfont
{
    font-family: 'BebasNeuewebfont' , Arial, Helvetica, sans-serif;
}
.DroidSans
{
    font-family: 'DroidSans' , Arial, Helvetica, sans-serif;
}

.DroidSans A:link
{
    color: #ffffff;
    text-decoration: none;
    font: 11px/1.5 tahoma,sans-serif;
}
.DroidSans A:hover
{
    color: #00D2FF;
    text-decoration: none;
}
.DroidSans A:visited
{
    color: #ffffff;
    text-decoration: none;
}
BODY
{
    cursor: url(cursor/cursor.cur),default;
    padding: 0px;
    background: url(bg/bg_texture.jpg) #ffffff repeat center top;
    margin: 0px;
    font-size: 13px;
    font-family: 'DroidSans' ,tahoma,sans-serif;
    color: #141414;
}
.footer-overlay-bottom
{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 0, 0, 0.15)), color-stop(50%,rgba(255, 255, 255, 0.1)), color-stop(100%,rgba(0, 0, 0, 0.15)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%,rgba(255, 255, 255, 0.1) 50%,rgba(0, 0, 0, 0.15) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%,rgba(255, 255, 255, 0.1) 50%,rgba(0, 0, 0, 0.15) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%,rgba(255, 255, 255, 0.1) 50%,rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0.15) 0%,rgba(255, 255, 255, 0.1) 50%,rgba(0, 0, 0, 0.15) 100%);
    bottom: -38px;
    height: 44px;
    left: 0;
    right: 0;
    z-index: 1;
    background: url( 'bg/footer-shadow.png' ) no-repeat center -25px;
}

.roundcorner
{
    border: 0px solid;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -khtml-border-radius: 7px;
    padding: 4px;
    background: #F5F5F5;
}
.tolbar
{
    width: 940px;
    height: 60px;
    background: url(bg/bgnavigation.jpg) #ffffff repeat center top;
}

.redius
{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bgshadow
{
    -webkit-box-shadow: 0px 0px 5px 1px rgba(00, 00, 00, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(00, 00, 00, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: White;
}

.bgtools
{
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.searchredius
{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(bg/bgsearch.png) #ffffff repeat center top;
    height: 30px;
}
.bodytitr
{
    font-size: 16px;
    font-family: Arial;
    color: #3366cc;
    font-weight: bold;
}
A.sidebar
{
    margin-left: -15px;
}
A:Hover.sidebar
{
    margin-left: 0px;
}


/*alpha*/
img.alpha
{
    -webkit-transition: all 0,3s ease;
    -moz-transition: all 0,3s ease;
    -o-transition: all 0,3s ease;
    -ms-transition: all 0,3s ease;
    transition: all 0,3s ease;
}

img:hover.alpha
{
    -webkit-filter: opacity(0.3);
}

/*shadow*/
img.shadow
{
    -webkit-transition: all 0,2s ease;
    -moz-transition: all 0,2s ease;
    -o-transition: all 0,2s ease;
    -ms-transition: all 0,2s ease;
    transition: all 0,2s ease;
}

img:hover.shadow
{
    -webkit-filter: drop-shadow(2px 2px 5px grey);
}


/*sacale*/
img.scale
{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img:hover.scale
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}





/*rotate blur*/
img.rotate
{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img:hover.rotate
{
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/*Blur*/
img.blur
{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

img:hover.blur
{
    -webkit-filter: blur(5px);
}

/*Hue*/
img.hue
{
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

img:hover.hue
{
    -webkit-filter: hue-rotate(100deg);
}

/*GROW*/
.grow img
{
    height: 150px;
    width: 250px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.grow img:hover
{
    width: 300px;
    height: 250px;
}


img.gray
{
    filter: none;
    -webkit-filter: grayscale(0);
    color: blue;
    text-decoration: none;
   
}
img:hover.gray
{
 filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(0.5); /* Webkit Nightlies & Chrome Canary */
}




A.gray
{
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(0.5); /* Webkit Nightlies & Chrome Canary */
}
A:hover.gray
{
    filter: none;
    -webkit-filter: grayscale(0);
    color: blue;
    text-decoration: none;
    margin-right: 0px;
    line-height: 25px;
}
.formbody
{
    padding-right: 0px;
    padding-left: 0px;
    background: url(bg/main_bg.jpg) #ffffff repeat center top;
    padding-bottom: 0px;
    margin: 0px;
    font: 11px/1.7 tahoma,sans-serif;
    color: #141414;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.masirr
{
    color: gray;
    font-size: 11px;
}
.shadow
{
    text-shadow: 0px 2px 0px #000000;
}
.opacitymap
{
    filter: alpha(opacity=60);
    opacity: .6;
    -moz-opacity: .6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    khtml-opacity: .6;
}
.opacitymap:hover
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    khtml-opacity: 1.0;
}
.opacityit IMG
{
    filter: alpha(opacity=90);
    opacity: .9;
    -moz-opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    khtml-opacity: .9;
}
.opacityit:hover IMG
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    khtml-opacity: 1.0;
}
.textboxprint
{
    border-right: #000000 0px solid;
    border-top: #000000 0px solid;
    font-size: 8pt;
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    height: 22px;
}

.textbox
{
    border: 1px solid #CCCCCC;
    font: 11px tahoma, sans-serif;
    color: #000000;
    width: 300px;
}
.textsize
{
    font: 11px/1.7 tahoma,sans-serif;
    color: #000000;
}

.tableform
{
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #666666;
    border-right-color: #666666;
    border-right-width: 1px;
    border-right-style: dotted;
}

.subjectform
{
    font: 11px/1.7 tahoma/sans-serif;
    color: #ffffff;
    height: 15px;
}
.topform
{
    background-color: #666666;
    font: 11px/1.7 tahoma,sans-serif;
    color: #ffffff;
    height: 15px;
}
.bgmenu
{
    background-color: #ffffff;
}
.bgtopheader
{
    background-color: #000000;
    height: 20px;
}
.bgheader
{
    background-color: #ffffff;
    background: url(bg/top-bg.jpg) #ffffff fixed top center;
    height: 150px;
}

fieldset
{
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.bgtable
{
    width: 100%;
    height: 100%; /*background-color:#ffffff;*/
    border: 0px;
}

.bankinfo
{
    background-color: #FFCC66;
}

.tablecontent
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 0px;
}
.menuspan
{
    background: url(bg/menu1.jpg) #ffffff fixed no-repeat right center;
    width: 190px;
    height: 25px;
}
.tablecontent2
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 0px;
}
.topheader
{
    /*background-image: url(bg/bgtop-header.jpg); */ /*background-repeat: repeat-x;*/ /*background-color: #ffffff;*/
    height: 80px;
}

.bgleft
{
    background: url(bg/bgl.png) repeat-y right center;
    background-repeat: repeat-y; /* background-color: #ffffff; */
}

.bgcontact
{
    background-image: url(bg/Contact-us-bg.jpg);
    background-repeat: no-repeat;
    background-color: #e0e0e0;
    background-position: center center;
}

.bgmokatebat
{
    background-image: url(bg/mokatebatbg.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center center;
}


.bgsidemenu
{
    background-image: url(bg/bgrightmenuuu.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: right top;
    height: 100px;
}

.bgright
{
    background-image: url(bg/bgr.png);
    background-repeat: repeat-y; /* background-color: #ffffff;*/
}
.tozihat
{
    font-size: 11px;
    color: dimgray;
    line-height: 10px;
    text-align: justify;
    font-family: Tahoma;
}
td
{
    font: 12px/1.7 'DroidSans' ,tahoma,sans-serif;
    color: #141414;
}

A.top:link
{
    color: #000000;
    text-decoration: none;
    font: 11px/1.5 tahoma,sans-serif;
}
A.menu:link
{
    color: #000000;
    text-decoration: none;
    font: 11px/1.5 tahoma,sans-serif;
}
A.menu:hover
{
    color: #FF6600;
    text-decoration: none;
    font: 11px/1.5 tahoma,sans-serif;
    text-decoration: underline;
    margin-right: 3px;
}
A.top:hover
{
    color: #004664;
    text-decoration: underline;
}

.headertitle
{
    color: #004664;
    font-size: 13px;
    font-weight: bold;
}
.pageheadertitle
{
    color: #004664;
    font-size: 18pt;
    font-family: 'BebasNeuewebfont';
}

.newsheadertitle
{
    color: #001C4C;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}
k
{
    font: 11px/1.7 tahoma,sans-serif;
    color: #ffffff;
    padding-right: 3px;
    padding-left: 3px;
}

.top
{
    font: 11px/1.7 tahoma,sans-serif;
    color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
}
.calendar
{
    font: 11px tahoma,sans-serif;
    color: #141414;
}
marquee
{
    font: 11px/1.7 tahoma,sans-serif;
    color: #141414;
}
.menu
{
    font: 11px/1.7 tahoma,sans-serif;
    padding-right: 3px;
    color: #000000;
}
.searchbox
{
    background-image: url(bg/searchbg.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font: 11px tahoma,sans-serif;
    color: #141414;
}
.footer
{
    font: 10px/1.5 tahoma,sans-serif;
    color: #ffffff;
    text-shadow: 0px -2px 0px #000000;
    background: url(bg/footer-ov.png) #1F1F1F repeat-x top center;
}

A
{
    color: #000000;
    text-decoration: none;
    cursor: url(cursor/hand.cur),default;
}
A:link
{
    color: #000000;
    text-decoration: none;
}
A:hover
{
    color: #004664;
    text-decoration: underline;
}
IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
}


h1.metatag
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    font: bold 1px/0.1 tahoma,sans-serif;
    padding-top: 0px;
    display: none;
}
.metatag
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    font: bold 1px/0.1 tahoma,sans-serif;
    padding-top: 0px;
    display: none;
}
.meta
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    font: bold 1px/0.1 tahoma,sans-serif;
    padding-top: 0px;
    display: none;
}
A.Rss
{
    color: #ffffff;
    text-decoration: none;
    font-family: 'DroidSans' , Arial, Helvetica, sans-serif;
    font-size: 11px/1.5;
}
A.Rss:hover
{
    color: #3076BF;
    text-decoration: none;
    font-family: 'DroidSans' , Arial, Helvetica, sans-serif;
    font-size: 11px/1.5;
}

A.footer
{
    color: #ffffff;
    text-decoration: none;
    font: 11px/1.5 tahoma,sans-serif;
}
A.footer:hover
{
    color: orange;
    text-decoration: underline;
}
a.tip
{
    position: relative;
    text-decoration: none;
}

a.tip:hover:before
{
    display: block;
    position: absolute;
    padding: .9em;
    content: attr(title);
    min-width: 120px;
    text-align: center;
    width: auto;
    height: auto;
    white-space: nowrap;
    top: -32px;
    background: rgba(0,0,0,.8);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: .86em;
    z-index: 100;
}
a.tip:hover:after
{
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0,0,0,.8) transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -8px;
    left: 1em;
}
.topbgshadow
{
    background-image: url(bg/top-bgshadow.png);
    background-repeat: no-repeat;
    background: transparent url(bg/top-bgshadow.png) no-repeat top center;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}
h1, h2, h3, h4, h5
{
    font-family: 'BebasNeuewebfont';
}
.bodyfont
{
    font-family: 'DroidSans';
    font-size: 13px;
}


.tab-box
{
    border-bottom: 1px solid #DDD;
    padding-bottom: 3px;
}
.tab-box a
{
    border: 1px solid #DDD;
    color: #666666;
    font-size: 20px;
    padding: 5px 50px;
    text-decoration: none;
    background-color: #eee;
}
.tab-box a.activeLink
{
    background-color: #fff;
    border-bottom: 0;
    padding: 9px 50px;
}
.tabcontent
{
    border: 1px solid #ddd;
    border-top: 0;
    padding: 5px;
    font-size: 14px;
}
.tabcontent td
{
    font-size: 13px;
}
.hide
{
    display: none;
}
.small
{
    color: #999;
    margin-top: 100px;
    border: 1px solid #EEE;
    padding: 5px;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.tolbar
{
    width: 950px;
}

.tolbar
{
    width: 960px;
    height: 25px;
}
.big-link
{
    font-size: 12px;
    color: #06f;
    margin-left: 10px;
}
