body
{
    margin: 0px auto;
    padding: 0px;
    background-image: url(../images/bg-all.png);
    background-position: top center;
    background-repeat: repeat-y;
	background-color:#ffffff;
}

html
{
    margin: 0px auto;
    padding: 0px;
}

body
{
    font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' , GRHelvetica;
    font-size: 11px;
    color: #134170;
}

div, p, span
{
    font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' , GRHelvetica;
    color: #134170;
    font-size: 11px;
}

ul, ol, li {
	font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' , GRHelvetica;
    color: #134170;
    font-size: 11px ;
}
	
	
a
{
    color: #179DD9;
    text-decoration: none;
}


a:hover
{
    color: #179DD9;
    text-decoration: underline;
}


select, input, textarea
{
    font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' , GRHelvetica;
    color: #134170;
}

form
{
    margin: 0px;
    padding: 0px;
}

img
{
    border: 0px;
}

p
{
    padding: 4px 0px 4px 0px;
    margin: 0px;
    color: #134170;
}

div.clear
{
    clear: both;
}

div#container
{
    margin: 0px auto;
    width: 980px;
    position: relative;
	background-color:#fff;
}

div.top-section
{
    width: 980px;
    height: 106px;
	background-image: url(../images/bg-top-section.png);
	background-position:top center;
	background-repeat:no-repeat;
}

div.logo
{
    width: 260px;
    float: left;
    padding:46px 0px 0px 40px;
}

div.language
{
    width: 80px;
    float: right;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    margin: 76px 0px 0px 0px;
	background-image: url(../images/bg-languages-el.png);
	background-position: center;
	background-repeat:no-repeat;
	height:17px;
	padding:3px 0 0 0;
}

div.language a
{
    color: #ffffff;
    font-size:11px;
    text-decoration: none;
    padding: 0px 3px;
	font-weight:bold;
}

div.language-en
{
    width: 80px;
    float: right;
    text-align: center;
    color: #ffffff;
    font-size: 9px;
    margin: 76px 0px 0px 0px;
	background-image: url(../images/bg-languages-en.png);
	background-position: center;
	background-repeat:no-repeat;
	height:16px;
	padding:4px 0 0 0;
}

div.language-en a
{
    color: #ffffff;
    font-size: 9px;
    text-decoration: none;
    padding: 0px 2px;
}

div.top-search
{
    width: 590px;
    float: left;
    color: #828484;
    font-size: 13px;
    padding: 76px 10px 0px 0px;
    position:relative;
}

div.eEydapLogin
{
    padding: 2px;
    position: absolute;
    right: 50px;
    top: 26px;
}

div.log-out
{
    background-color: #00adf0;
    color: white;
    padding: 5px;
    position: absolute;
    right: -60px;
    top: 380px;
    border-radius: 5px;
}

div.log-out a
{
  background-image: url("../images/switch.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: white;
    padding: 1px 0 1px 20px;
    text-decoration:none;
}

div.top-search label
{
    color: #828484;
    font-size: 13px;
    padding: 0px 10px 0px 0px;
}

div.top-search input.inp-search
{
    width: 120px;
    border:0px;
    font-size: 12px;
    color: #777775;
	background-image: url(../images/bg-inpSearch.png);
	background-position:right;
	background-repeat:no-repeat;
	height:18px;
	background-color:transparent;
	padding:0 0 0 8px;
	
}

div.top-search td
{
    padding: 0px 0px;
}

div.menu-holder
{
    width: 980px;
    height: 25px;
    position: relative;
    z-index:100; /*msen2*/
	background-color:#00adf0;
}

div.top-menu
{
    position: absolute;
    right: 18px;
	
 
}

div.top-extra-menu
{
    width: 966px;
    height: 17px;
    padding: 5px 14px 0px 0px;
    z-index: 100;
	background-color:#d1d3d3;
	border-bottom:1px solid #aaa9a9;
}

div.top-extra-menu a
{
    text-decoration: none;
    color: #777775;
    font-size: 10px;
    padding: 6px 0px;
    text-align: center;
	font-weight:bold;
}

div.top-extra-menu a:hover
{
    color: #023775;
}

div.top-extra-menu a.selected
{
    text-decoration: none;
    color: #023775;
    font-size: 10px;
    padding: 6px 0px;
    text-align: center;
	font-weight:bold;
}


div.top-extra-menu div.rocket
{
    float: right;
    /*line-height:40px;*/
    text-align: center;
    padding: 0px 6px;
    display: table-cell;
    vertical-align: middle;
}

div.top-extra-menu div.rocket table{}

div.top-extra-menu div.rocket:hover{}

div.top-extra-menu div.last
{
    float: right;
    /*line-height:40px;*/
    text-align: center;
    padding: 0px 6px;
    display: table-cell;
    vertical-align:middle;
}

div.top-extra-menu div.last table{}

div.top-extra-menu div.last:hover{}


div.top-image
{
    width: 980px;
    height: 494px; /*MSEN*/
    z-index: -1;
}

div.top-image div
{
    width: 980px; /*MSEN*/ /*padding: 0px 0px -4px 0px;*/ /*END_MSEN*/
}

div.ticker
{
    width: 960px;
    height: 26px;
    background-image: url(../images/bg-ticker.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    color: #0e9dd9;
    font-size: 12px;
    padding: 8px 10px 0px 10px;
}

div.ticker a
{
    color: #0e9dd9;
    font-size: 12px;
    text-decoration: none
}

div.home-banners-area
{
    position: relative;
    width: 980px;
    height: 180px;
    padding-top:12px;
}

div.home-banners
{
    width: 320px;
    float: left;
    text-align: center;
    padding: 0px 3px 0px 3px;
}

div.home-banners h1
{
    color: #0e9dd9;
    font-size: 12px;
    padding: 0px 0px 8px 0px;
    margin: 0px;
    font-weight: normal;
	display:none;
}

div.home-banners div
{
    width: 320px;
}

div.social-area
{
    width: 970px;
    height: 50px;
    padding: 50px 0px 0px 10px;
}

div.social-media
{
    width: 790px;
    float: left;
    padding: 0px 0px 0px 10px;
}

div.social-media a
{
    padding: 0px 2px;
}

div.social-logo
{
    width: 150px;
    float: right;
    text-align: right;
    padding: 0px 20px 0px 0px;

}

div.social-logo a
{
    padding: 0px 2px;
}


div.footer-menu
{
    width: 980px;
    height: 40px;
    text-align: center;
}

div.footer-menu a
{
    text-decoration: none;
    color: #023775;
    font-size: 11px;
    padding: 0px 24px;
	font-weight:bold;
}

div.footer-menu a:hover
{
    color: #777775;
}

div.top-banner
{
    width: 980px;
    height: 175px;
}

div.breadcrumb
{
    width: 960px;
    margin: 4px 0px 6px 0px;
    height: 17px;
    color: #0e9dd9;
    font-size: 10px;
    padding: 4px 10px 0px 10px;

}

div.breadcrumb a.home
{
    color: #969696;
    font-size: 10px;
    text-decoration: none;
    float: left;
}

div.breadcrumb a
{
    color: #0e9dd9;
    font-size: 10px;
    text-decoration: none;
}

div.breadcrumb span
{
    color: #134170;
    font-size: 10px;
    text-decoration: underline;
}

div.main-content
{
    width: 980px;
    padding: 14px 0px 0px 0px;
}

div.left-menu
{
    width: 182px;
    background-color: #EAF7FC;
    padding: 0px 0px 34px 0px;
}

div.left-area-page
{
    width: 182px;
    float: left;
    margin-left: 8px;
    _margin-left: 4px;
    padding: 20px 0px 34px 0px;
}

div.left-banners
{
    width: 182px;
    padding: 20px 0px 0px 0px;
}

div.left-banners div
{
    width: 182px;
    padding: 4px 0px 4px 0px;
}

div.right-banners
{
    width: 202px;
    padding: 20px 0px 0px 0px;
}

div.right-banners div
{
    width: 202px;
    padding: 4px 0px 4px 0px;
}

div.manual
{
    width: 522px;
    background-color: #f2f9fb;
    font-size: 11px;
    color: #59859c;
    font-style: italic;
    padding: 10px 10px 10px 10px;
}


div.boxBlue
{
    width: 522px;
    background-color: #e6f4fb;
    font-size: 11px;
    color: #59859c;
    padding: 14px 10px 14px 10px;
    margin: 20px 0px 10px 0px;
}

div.bill
{
    width: 522px;
    padding: 10px 0px 20px 0px;
}

div.extra-info
{
    width: 522px;
    background-color: #f2f9fb;
    font-size: 11px;
    color: #59859c;
    padding: 10px 10px 10px 10px;
}

div.extra-info ul, li
{
    font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' , GRHelvetica;
    color: #59859c;
    font-size: 11px;
}

div.extra-info a
{
    text-decoration: none;
    color: #31ade5;
}


div.bill-option
{
    width: 522px;
    font-size: 11px;
    color: #59859c;
    color: #134170;
}

div.bill-option div.tlt
{
    color: #59859c;
    font-style: italic;
    padding: 0px 0px 10px 0px;
}


div.bill-option td
{
    padding: 6px 4px 6px 4px;
    color: #42678d;
}

div.bill-option label
{
    padding: 0px 2px 0px 2px;
    color: #134170;
    float: left;
}

div.bill-option input.inpBill
{
    font-size: 11px;
    color: #179dd9;
    text-align: center;
    background-image: url(../images/inp-date.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 117px;
    height: 16px;
    line-height:16px\9;
    padding: 0px 0px 3px 0px;
    float: left;
    margin: 0px 4px 0px 4px;
}

div.boxBlue h5
{
    font-size: 12px;
    color: #154372;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

div.level1
{
    width: 172px;
    background-image: url(../images/line-menu.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 10px 10px 0px 0px;
}

div.level1 a.mn-level1
{
    color: #2c516e;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 10px 10px 16px;
    display: inline-block;
}

div.level1 a.mn-level1:hover
{
    color: #2c516e;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 10px 10px 16px;
    background-image: url(../images/mn-level1.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: inline-block;
}

div.level1 a.mn-level1-selected
{
    color: #2c516e;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 10px 10px 16px;
    background-image: url(../images/mn-level1.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: inline-block;
	font-weight:bold;
}

div.level2
{
    width: 162px;
    padding: 7px 10px 7px 0px;
}

div.level2 a.mn-level2
{
    color: #179dd9;
    font-size: 10px;
    text-decoration: none;
    background-image: url(../images/mn-level2.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding: 0px 0px 0px 30px;
}

div.level2 a.mn-level2:hover
{
    text-decoration: underline;
}

div.level2 a.mn-level2-selected
{
    color: #179dd9;
    font-size: 10px;
    text-decoration: underline;
    font-weight: bold;
    background-image: url(../images/mn-level2.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding: 0px 0px 0px 30px;
}

div.level3
{
    width: 146px;
    padding: 6px 10px 6px 6px;
}

div.level3 a.mn-level3
{
    color: #119cd7;
    font-size: 10px;
    text-decoration: none;
    background-image: url(../images/mn-level3.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding: 0px 0px 0px 32px;
}

div.level3 a.mn-level3:hover
{
    color: #134170;
    text-decoration: underline;
}

div.level3 a.mn-level3-selected
{
    color: #134170;
    font-size: 10px;
    text-decoration: underline;
    background-image: url(../images/mn-level3.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding: 0px 0px 0px 32px;
	font-weight:bold;
}





div.level4
{
    width: 130px;
    padding: 6px 10px 6px 6px;
}

div.level4 a.mn-level4
{
    color: #119cd7;
    font-size: 10px;
    text-decoration: none;
    background-image: url(../images/mn-level3.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding: 0px 0px 0px 32px;
}

div.level4 a.mn-level4:hover
{
    color: #134170;
    text-decoration: underline;
}

div.level4 a.mn-level4-selected
{
    color: #134170;
    font-size: 10px;
    text-decoration: underline;
    background-image: url(../images/mn-level3.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding: 0px 0px 0px 32px;
	font-weight:bold;
}
div.main-page
{
    width: 558px;
    float: left;
    padding: 0px 0px 10px 20px;
}

div.main-page h1
{
    color: #134170;
    font-size: 15px;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 8px 0px;
    background-image: url(../images/arrow-title.png);
    background-position: left;
    background-repeat: no-repeat;
}

div.main-page h2
{
    color: #0e9dd9;
    font-size: 13px;
    padding: 6px 0px 8px 0px;
    margin: 0px;
}

div.main-text
{
    /* width: 542px;*/
    position: relative; /*MSEN ADD*/
    padding: 6px 16px 10px 0px;
    text-align: justify; /*background-image: url(../images/line-content.png);     background-position: top right;     background-repeat: repeat-y;*/
}

div.main-text a /*fay*/
{
    color: #179DD9;
    text-decoration: none;
}




div.main-text a:hover /*fay*/
{
    color: #179DD9;
    text-decoration: underline;
}




div.main-page ul, ol, li /*fay*/{
	font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' , GRHelvetica;
    color: #134170 !important;
    font-size: 11px !important;
	}
	
div#main-page ul, ol, li /*fay*/{
	font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' , GRHelvetica;
    color: #134170 !important;
    font-size: 11px !important;
	}
	
	
div.right-area-page
{
    /*width: 202px;     float: left;     padding: 38px 0px 0px 10px;*/
    width: 202px;
    float: left;
    padding: 0px;
}

div.articles-area
{
    width: 192px;
    padding: 20px 1px 1px 5px;
	margin:0px 0px 0px 10px;
}

div.articles-area h1
{
    color: #134170;
    font-size: 15px;
    padding: 0px 0px 8px 0px;
    margin: 0px;
    font-weight: normal;
}

div.articles-area div
{
    width: 182px;
    padding: 6px 10px 8px 0px;
    background-image: url(../images/line-article.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.articles-area a
{
    text-decoration: none;
    color: #484848;
    font-size: 11px;
    background-image: url(../images/arrow-article.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 0px 10px 0px 0px;
}

/*
div#rotator-nav
{
    float: left;
    clear: both;
    display: block;
    z-index: 10;
    position: absolute;
    top: 500px;
}*/
div#rotator-nav
{
    float: left;
    clear: both;
    display: block;
    z-index: 10;
    position: absolute;
    top: 458px;
	width:100%;
	text-align:center;
}

div#rotator-nav a
{
    width:12px;
    height:12px;
    display:inline-block;
    background-repeat:no-repeat;
    margin-left:4px;
    font-size: 0 !important;
    background-color:White;
    border:solid 1px #00adf0;
}
div#rotator-nav a.activeSlide
{
     background-color:#00adf0;
    border:solid 1px White;
}
/*
div#rotator-nav a
{
    text-indent: 5px;
    color: White;
    font-size: small;
    float: left;
    width: 163px;
    height: 24px;
    display: block;
    text-decoration: none;
    background-image: url(../images/cyan.png);
    background-repeat: no-repeat;
}

div#rotator-nav a.activeSlide
{
    text-indent: 5px;
    color: White;
    font-size: small;
    text-decoration: none;
    float: left;
    width: 164px;
    height: 24px;
    display: block;
    background-image: url(../images/blue.png);
    background-repeat: no-repeat;
}

#resStock, #resStockIndicator1, #resStockIndicator2, #resStockIndicator3, #resStockIndicator4, #resStockIndicator5, #resStockIndicator6, #resStockIndicator7, #resStockIndicator8, #resStockIndicator9, #resStockIndicator10, #resStockHigh, #resStockLow
{
    position: relative;
}

#resStockIndicator1
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 176px;
    z-index: 10;
    position: absolute;
}

#resStockIndicator2
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 148px;
    z-index: 10;
    position: absolute;
}
#resStockIndicator3
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 138px;
    position: absolute;
}
#resStockIndicator4
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 125px;
    position: absolute;
}
#resStockIndicator5
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 110px;
    position: absolute;
}
#resStockIndicator6
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 98px;
    position: absolute;
}
#resStockIndicator7
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 85px;
    position: absolute;
}
#resStockIndicator8
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 72px;
    position: absolute;
}
#resStockIndicator9
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 58px;
    position: absolute;
}

#resStockIndicator10
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 791px;
    top: 58px;
    position: absolute;
}

#resStockHigh
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 851px;
    top: 44px;
    position: absolute;
}

#resStockLow
{
    color: #0E9DD9;
    font-size: 8px;
    font-weight: bold;
    left: 849px;
    top: 163px;
    z-index: 10;
    position: absolute;
}
/********************************NEW CLASSES***************************/
div.main-page-wide
{
    width: 748px;
    float: left;
    padding: 0px 0px 10px 20px;
    min-height: 500px;
}

div.main-page-wide h1
{
    color: #134170;
    font-size: 15px;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 8px 0px;
    background-image: url(../images/arrow-title.png);
    background-position: left;
    background-repeat: no-repeat;
}

div.contact
{
    background-color: #e0f2fc;
    padding: 10px 0px 10px 0px;
}

div.contact div
{
    color: #5e768e;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    clear: both; /*padding: 6px 70px 6px 70px;*/
}

div.contact td
{
    padding: 4px 0px 4px 0px;
    text-align: right;
}

div.contact label
{
    color: #134170;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    padding: 0px 4px 0px 0px;
}

select.slcContact
{
    background-image: url(../images/select3.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 20px;
    width: 152px;
    border: 0px;
    background-color: transparent;
    color: #179dd9;
    font-size: 11px;
    margin: 0px 10px 0px 0px;
}

input.inpContact /*fay*/
{
    background-image: url(../images/inpContact.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 21px;
    width: 256px;
    border: 0px;
    background-color: transparent;
    color: #179dd9;
    font-size: 11px;
    margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px; 
	line-height: 21px;
}

textarea.textareaContact /*fay*/
{
    background-image: url(../images/areaContact.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 79px;
    width: 257px;
    border: 0px;
    background-color: transparent;
    color: #179dd9;
    font-size: 11px;
    margin: 0px 10px 0px 0px;
	padding: 2px 0px 0px 10px;
}

div.contact-send
{
    text-align: right;
    padding: 10px 0px 10px 0px;
}


div.line-gray
{
    background-image: url("../images/line-content.png");
    background-position: left top;
    background-repeat: repeat-y;
    float: left;
    margin: 10px 0 0;
    width: 980px;
}

div.line-gray1
{
    background-position: left top;
    background-repeat: repeat-y;
    float: left;
    margin: 10px 0 0;
    width: 980px;
}

div.right-banners
{
    width: 202px;
    padding: 20px 0px 0px 10px;
}

div.right-banners div
{
    width: 202px;
    padding: 4px 0px 4px 0px;
}

div.manual
{
    width: 522px;
    background-color: #f2f9fb;
    font-size: 11px;
    color: #59859c;
    font-style: italic;
    padding: 10px 10px 10px 10px;
}

div.boxBlue
{
    width: 522px;
    background-color: #e6f4fb;
    font-size: 11px;
    color: #59859c;
    padding: 14px 10px 14px 10px;
    margin: 20px 0px 10px 0px;
}

div.boxBlue h5
{
    font-size: 12px;
    color: #154372;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

div.deposit
{
    width: 522px;
    font-size: 11px;
    color: #59859c;
}

div.deposit div.tlt
{
    color: #59859c;
    font-style: italic;
    padding: 0px 0px 10px 0px;
}

div.deposit div.date
{
    color: #134170;
    padding: 12px 0px 10px 0px;
}

div.deposit div.date td
{
    padding: 0px 4px 0px 4px;
}

div.deposit div.date label
{
    padding: 0px 2px 0px 2px;
    color: #134170;
    float: left;
}

div.deposit div.dateOptions
{
    color: #59859c;
    padding: 8px 10px 0px 10px;
    text-align: center;
    border-top: 1px dashed #c6e7f8;
}

div.deposit div.dateOptions a
{
    padding: 0px 12px 0px 12px;
}

div.deposit span.underlined
{
    font-size: 11px;
    color: #59859c;
    font-style: italic;
    text-decoration: underline;
}

div.depositI
{
    width: 260px;
    font-size: 11px;
    color: #59859c;
    float: left;
    border-right: 1px dashed #aec5d6;
}

div.depositII
{
    width: 245px;
    font-size: 11px;
    color: #59859c;
    float: left;
    padding: 0px 0px 0px 16px;
}

div.depositIII
{
    width: 522px;
    text-align: center;
    padding: 20px 0px 0px 0px;
    clear: both;
}

div.deposit-graph
{
    width: 522px;
    height: 140px;
}

div.deposit-graph div
{
    width: 261px;
    float: left;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

input.inpDate
{
    font-size: 11px;
    color: #179dd9;
    text-align: center;
    background-image: url(../images/inp-date.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 117px;
    height: 16px;
    padding: 0px 0px 3px 0px;
    float: left;
    margin: 0px 4px 0px 4px;
}

div.deposit input.inpDate
{
    font-size: 11px;
    color: #179dd9;
    text-align: center;
    background-image: url(../images/inp-date.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 117px;
    height: 16px;
    padding: 0px 0px 3px 0px;
    float: left;
    margin: 0px 4px 0px 4px;
}

div.deposit-pop
{
    /*MSEN position: absolute;     top: 374px;     left: 190px;*/
}

div.deposit-pop div.close-pop
{
    text-align: right;
}

div.deposit-pop div.txt-pop
{
    /*MSEN border: 1px solid #4c6b95;*/
    background-color: #ffffff;
    padding: 0px 0px 18px 0px;
}

div.deposit-pop div.txt-pop table
{
    border-collapse: collapse;
}

div.deposit-pop div.txt-pop thead th
{
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 0px 6px 0px;
    background-color: #119cd7;
}

div.deposit-pop div.txt-pop tbody th
{
    color: #119cd7;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 0px 6px 0px;
    background-color: #e2e2e2;
}

div.deposit-pop div.txt-pop tbody td
{
    color: #1f467a;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
    background-color: #f7f7f7;
    text-align: center;
}

div.deposit-pop div.txt-pop tbody td.total
{
    color: #1f467a;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
    background-color: #f7f7f7;
    text-align: center;
    font-weight: bold;
}

div.depositII-pop
{
    /*MSEN position: absolute;     top: 374px;     left: 100px;*/
}

div.depositII-pop div.close-pop
{
    text-align: right;
}

div.depositII-pop div.graph-pop
{
    border: 1px solid #4c6b95;
}

div.depositII-pop div.txt-pop
{
    /*MSEN border: 1px solid #4c6b95;*/
    background-color: #ffffff;
    padding: 0px 0px 18px 0px;
}

div.depositII-pop div.txt-pop table
{
    border-collapse: collapse;
}

div.depositII-pop div.txt-pop thead th
{
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 0px 6px 0px;
    background-color: #119cd7;
    text-align: center;
}

div.depositII-pop div.txt-pop tbody th
{
    color: #119cd7;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 0px 6px 0px;
    background-color: #e2e2e2;
}

div.depositII-pop div.txt-pop tbody td
{
    color: #1f467a;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
    background-color: #f7f7f7;
    text-align: center;
}

div.depositII-pop div.txt-pop tbody td.first
{
    color: #119cd7;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
    background-color: #e2e2e2;
    text-align: center;
    width: 60px;
}

/* search common*/

div.search-page
{
    padding: 5px 0px 5px 10px;
    background-color: #daeff9;
}

div.search-page label
{
    color: #134170;
    font-size: 11px;
    font-style: normal;
    padding: 0px 4px 0px 0px;
    float: left;
}

div.search-page td
{
    padding: 2px 4px 2px 0px;
}

div.search-small
{
    padding: 2px 0px 2px 10px;
    background-color: #daeff9;
    width: 512px;
    margin: 0px 0px 0px 10px;
}

div.search-small label
{
    color: #134170;
    font-size: 11px;
    font-style: normal;
    padding: 0px 4px 0px 0px;
    float: left;
}

div.search-small td
{
    padding: 2px 4px 2px 0px;
}

select.slcDamage
{
    background-image: url(images/select1.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 20px;
    width: 172px;
    border: 0px;
    background-color: transparent;
    float: left;
    color: #179dd9;
    font-size: 11px;
    margin: 0px 10px 0px 0px;
}

input.inpDamage
{
    float: right;
}

div.search-damage
{
    border-top: 1px dashed #e2e2e2;
    font-size: 10px;
    font-weight: bold;
    color: #144b7b;
    margin: 6px 0px 0px 0px;
    padding: 6px 0px 0px 6px;
}

div.listing-category
{
    padding: 6px 0px 0px 0px;
}

div.damageI
{
    background-color: #e2ecf0;
    margin: 10px 0px 10px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
}

div.damageI div.date
{
    color: #134170;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
}

div.damageI div.tlt
{
    color: #134170;
    font-size: 12px;
    border-bottom: 2px dotted #595959;
    padding: 2px 0px 4px 0px;
    font-weight: bold;
}

div.damageI div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
}

div.damageI div.more
{
    text-align: right;
    padding: 2px 0px 2px 0px;
}

div.damageII
{
    background-color: #f3f7f9;
    margin: 10px 0px 0px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
}

div.damageII div.date
{
    color: #134170;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
}

div.damageII div.tlt
{
    color: #134170;
    font-size: 12px;
    border-bottom: 2px dotted #595959;
    padding: 2px 0px 4px 0px;
    font-weight: bold;
}

div.damageII div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
}

div.damageII div.more
{
    text-align: right;
    padding: 2px 0px 2px 0px;
}

select.slcBrochures
{
    background-image: url(../images/select1.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 20px;
    width: 172px;
    border: 0px;
    background-color: transparent;
    float: left;
    color: #179dd9;
    font-size: 11px;
    margin: 0px 10px 0px 0px;
}

div.paging-center
{
    background-image: url(../images/bg-paging.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
    margin: 6px 10px 6px 16px;
    font-size: 11px;
    color: #6ec4e8;
    padding: 2px 0px 0px 0px;
    width: 510px;
}

div.paging-center a
{
    font-size: 11px;
    color: #6ec4e8;
    text-decoration: none;
}

div.paging-right
{
    text-align: right;
    margin: 2px 10px 0px 16px;
    font-size: 11px;
    color: #6ec4e8;
    padding: 2px 0px 0px 0px;
    width: 520px;
}

div.paging-right a
{
    font-size: 11px;
    color: #6ec4e8;
    text-decoration: none;
}

div.brochures
{
    width: 150px;
    float: left;
    height: 250px;
    text-align: center;
    padding: 0px 15px;
}

div.brochures img /* maria*/
{
    border: 1px solid #b4b4b4;
}


div.brochures label /*fay*/
{
    color: #134170;
    font-weight: bold;
    font-size: 11px;
    display: block;
    text-align: center;
    padding: 4px 0px 0px 0px;
}

select.slcNews
{
    background-image: url(../images/select2.png); /*msen*/
    background-position: top left;
    background-repeat: no-repeat;
    height: 20px;
    width: 122px;
    border: 0px;
    background-color: transparent;
    color: #179dd9;
    font-size: 11px;
    margin: 0px 10px 0px 0px;
    float: left;
}

span.myFileBtnClass
{
    background-image: url("../images/frm-search-gr.png");
    background-repeat: no-repeat;
}
.fileName
{
    /*background-image: url("../images/inp-forma.png");     height: 70px;     position: absolute;     right: 240px;     width: 203px;*/
    background-image: url(../images/inp-forma.png);
    height: 70px; /*MSEN*/
    position: absolute; /*MSEN*/
    width: 203px; /*MSEN*/
    right: 150px; /*MSEN*/
}
div.search-page input.inpNews
{
    background-image: url(../images/inp-news.png); /*msen*/
    background-position: top left;
    background-repeat: no-repeat;
    height: 15px;
    width: 267px;
    border: 0px;
    background-color: transparent;
    color: #179dd9;
    font-size: 11px; /*margin:0px 10px 0px 0px;*/
    float: left;
}

div.search-page input.btnNews
{
    float: right;
    padding: 0px 12px 0px 0px;
}
div.unpaid-area
{
    width: 748px;
    padding: 7px 0px 0px 0px;
    background-color: #edf6fa; /*msen*/
    height: 950px;
    position: relative;
}

div.unpaid-area div.unpaid-tlt
{
    width: 720px;
    margin: 0px 13px 0px 13px;
    background-color: #67a0be;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    border: 1px solid #b7d4e2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}


div.unpaid-tlt a
{
    color:White;
    text-decoration:underline;
}

div.unpaid-area div.unpaid-options
{
    width: 540px;
    margin: 0px 103px 0px 103px;
    padding: 15px 0px 0px 0px;
    color: #59859c;
    font-size: 11px;
    font-style: italic;
}

div.unpaid-area div.unpaid-options div
{
    width: 540px;
    padding: 20px 0px 6px 0px;
    text-align: center;
}

div.unpaid-area div.unpaid-options div > a
{
    margin: 12px 30px 6px 30px;
}


div.unpaid-area div.unpaid-print
{
    width: 700px;
    margin: 0px 23px 0px 23px;
    border-top: 1px dashed #c6e7f8;
    text-align: right;
    padding: 10px 0px 20px 0px;
}

div.unpaid-area div.unpaid-img
{
    width: 748px;
    text-align: center;
    padding: 0px 0px 20px 0px; /*msen*/
    position: absolute;
    z-index: 100;
    top: 200px;
}

div.unpaid-pop
{
    position: absolute;
    top: 60px;
    left: 5px;
}

div.unpaid-pop div.unpaid-pop-on
{
    width: 688px;
    height: 37px;
    background-image: url(../images/unpaid-pop-on.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 14px 30px 0px 30px;
}

div.unpaid-pop div.unpaid-pop-on div.close-pop
{
    float: left;
}

div.unpaid-pop div.unpaid-pop-on div.print-pop
{
    float: right;
}

div.unpaid-pop div.unpaid-pop-main
{
    width: 722px;
    background-image: url(../images/unpaid-pop-main.png);
    background-position: top left;
    background-repeat: repeat-y;
    padding: 0px 13px 10px 13px;
}

div.unpaid-pop div.unpaid-pop-main table.unpaid-data
{
    border-collapse: collapse;
    border: 1px solid #67a0be;
    background-color: #f8fdff;
    width: 720px;
    margin: 0px 0px 30px 0px;
}

div.unpaid-pop div.unpaid-pop-main table.unpaid-data td.first
{
    border-right: 1px solid #67a0be;
    width: 200px;
    color: #59859c;
    font-size: 11px;
    font-weight: bold;
}

div.unpaid-pop div.unpaid-pop-main table.unpaid-data td
{
    color: #59859c;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px dashed #afcede;
}

div.unpaid-pop div.unpaid-pop-main table.unpaid-data th
{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background-color: #67a0be;
    padding: 10px 0px 10px 0px;
}

div.unpaid-pop div.unpaid-pop-main table.unpaid-element
{
    border-collapse: collapse;
    border: 1px solid #67a0be;
    background-color: #f8fdff;
    width: 720px;
}

div.unpaid-pop div.unpaid-pop-main table.unpaid-element td
{
    color: #59859c;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px dashed #afcede;
    border-right: 1px solid #67a0be;
    text-align: center;
}

div.unpaid-pop div.unpaid-pop-main table.unpaid-element th
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    background-color: #67a0be;
    padding: 3px 0px 3px 0px;
}

div.unpaid-pop div.unpaid-pop-off
{
    width: 748px;
    height: 19px;
    background-image: url(../images/unpaid-pop-off.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div.unpaid-pop div.unpaid-pop-main table.banks
{
    border-collapse: collapse;
    width: 550px;
    margin: 30px 0px 0px 80px;
}

div.unpaid-pop div.unpaid-pop-main table.banks th
{
    text-align: center;
    padding: 6px 0px 6px 0px;
    font-size: 13px;
    color: #ffffff;
    background-color: #67a0be;
}

div.unpaid-pop div.unpaid-pop-main table.banks td
{
    text-align: center;
    padding: 10px 0px 10px 0px;
}

div.correction-area
{
    width: 714px;
    padding: 12px 20px 16px 14px;
    background-color: #edf6fa;
    color: #638da2;
    font-size: 11px;
    margin: 0px 0px 22px 0px;
}

div.correction-area div.font-italic
{
    color: #638da2;
    font-size: 11px;
    font-style: italic;
}

div.correction-area div.place-center
{
    width: 714px;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

div.correction-area-frm
{
    width: 680px;
    padding: 12px 20px 16px 14px;
    background-color: #e6f4fb;
    color: #638da2;
    font-size: 11px;
    margin: 0px 0px 26px 0px;
}

div.correction-area-frm table.tbl-next
{
    margin: 0px 0px 0px 130px;
}

div.correction-area-frm table.tbl-next input.inp-num
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-num.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 113px;
    height: 16px;
    line-height:16px\9;
    padding: 0px 4px 3px 0px;
    text-align: center;
}

div.correction-area-frm table.tbl-next input.next
{
    margin: 0px 0px 0px 70px;
}

div.correction-area-frm table.tbl-next label
{
    color: #134170;
    font-size: 11px;
}

div.correction-area-frm table.tbl-next td
{
    padding: 4px 4px;
    font-size: 9px;
}

div.correction-area-frm table.tbl-next td.label-td
{
    width:124px;
}

div.divAttachements
{
    width: 714px;
    padding: 12px 20px 16px 14px;
    background-color: #e6f4fb;
    margin: 0px 0px 26px 0px;
}

div.divAttachements1
{
    width: 534px;
    padding: 12px 20px 16px 14px;
    background-color: #e6f4fb;
    margin: 0px 0px 26px 0px;
}

div.divAttachements h5
{
    color: #59859c;
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-style: italic;
}

div.divAttachements1 h5
{
    color: #59859c;
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-style: italic;
}

div.divAttachements h6
{
    color: #3ea4da;
    font-size: 11px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-style: italic;
    font-weight: normal;
}

div.divAttachements1 h6
{
    color: #3ea4da;
    font-size: 11px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-style: italic;
    font-weight: normal;
}

div.divAttachements span.inp-forma
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-forma.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 195px;
    height: 26px;
    padding: 4px 4px 3px 8px;
    /*padding: 0px 4px 3px 4px;*/
    cursor: default;
    display: block;
    float: left;
    overflow: hidden;
    padding: 5pxs 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.divAttachements1 span.inp-forma
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-forma.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 195px;
    height: 26px;
    padding: 0px 4px 3px 4px;
    cursor: default;
    display: block;
    float: left;
    overflow: hidden;
    padding: 5pxs 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.divAttachements td
{
    font-size: 11px;
    color: #638da2;
    padding: 0px 4px 3px 4px;
}

div.divAttachements1 td
{
    font-size: 11px;
    color: #638da2;
    padding: 0px 4px 3px 4px;
}

div.divResident
{
    width: 714px;
    padding: 12px 20px 16px 14px;
    background-color: #e6f4fb;
}

div.divResident h5
{
    color: #59859c;
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-style: italic;
}

div.divResident label
{
    color: #134170;
    font-size: 11px;
    display: block;
}

div.divResident table
{
    margin: 0px 0px 0px 0px;
}


div.divResident td
{
    color: #59859c;
    font-size: 11px;
    padding: 10px 15px 10px 0px;
}

div.divResident input.inp-name
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-name.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 281px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}

div.divResident input.inp-general
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-general.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 191px;
    height: 25px;
    line-height:25px;
    padding: 0px 4px 3px 4px;
}


div.divResident input.inp-region
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-region.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 121px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}








div.divOwner
{
    width: 714px;
    padding: 12px 20px 16px 14px;
    background-color: #e6f4fb;
}

div.divOwner h5
{
    color: #59859c;
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-style: italic;
}

div.divOwner label
{
    color: #134170;
    font-size: 11px;
    display: block;
}

div.divOwner table
{
    margin: 0px 0px 0px 0px;
}


div.divOwner td
{
    color: #59859c;
    font-size: 11px;
    padding: 10px 15px 10px 0px;
}

div.divOwner input.inp-name
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-name.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 281px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}

div.divOwner input.inp-general
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-general.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 191px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}

div.divOwner input.inp-region
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-region.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 121px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}




div.divManager
{
    width: 714px;
    padding: 12px 20px 16px 14px;
    background-color: #e6f4fb;
}

div.divManager h5
{
    color: #59859c;
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-style: italic;
}

div.divManager label
{
    color: #134170;
    font-size: 11px;
    display: block;
}

div.divManager table
{
    margin: 0px 0px 0px 0px;
}


div.divManager td
{
    color: #59859c;
    font-size: 11px;
    padding: 10px 15px 10px 0px;
}

div.divManager input.inp-name
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-name.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 281px;
    height: 25px;
    padding: 0px 4px 3px 4px;
}

div.divManager input.inp-general
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-general.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 191px;
    height: 25px;
    padding: 0px 4px 3px 4px;
}

div.divManager input.inp-region
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-region.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 121px;
    height: 25px;
    padding: 0px 4px 3px 4px;
}






div.divDifferentDeliveryAddress
{
    background-color: #E6F4FB;
    border-top: 1px dashed #A6CADC;
    color: #59859C;
    padding: 12px 20px 16px 14px;
    width: 714px;
}

div.divDifferentDeliveryAddress input.inp-name
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-name.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 281px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}

div.divDifferentDeliveryAddress input.inp-region
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-region.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 121px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}

div.divDifferentDeliveryAddress input.inp-general
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-general.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 191px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
}

div.divDifferentDeliveryAddress label
{
    color: #134170;
    font-size: 11px;
    display: block;
}

div.divDifferentDeliveryAddress td
{
    color: #59859c;
    font-size: 11px;
    padding: 10px 15px 10px 0px;
}

div.divDifferentDeliveryAddress table
{
    margin: 0px 0px 0px 0px;
}

div.button-next
{
    text-align: right;
}

div.register
{
    border-top: 1px dashed #a6cadc;
    padding: 10px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}

div.register label
{
    color: #657b92;
    font-size: 11px;
    display: block;
    padding: 0px 0px 4px 4px;
}

div.register td
{
    padding: 10px 60px 14px 32px;
}


div.register input.inp-register
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-register.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 166px;
    height: 23px;
    line-height:23px\9;
    padding: 0px 4px 3px 4px;
}

div.register-new
{
    border-top: 1px dashed #a6cadc;
    padding: 10px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}

div.register-new label
{
    color: #657b92;
    font-size: 11px;
    display: block;
    padding: 0px 0px 4px 4px;
}

div.register-new td
{
    padding: 10px 16px 14px 32px;
}
table.supply-data
{
    border-collapse: collapse;
    border: 1px solid #67a0be;
    background-color: #f8fdff;
    width: 720px;
    margin: 10px 0px 30px 0px;
}

table.supply-data td.first
{
    border-right: 1px solid #67a0be;
    width: 200px;
    color: #59859c;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

table.supply-data td
{
    color: #59859c;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px dashed #afcede;
    font-style: normal;
}

div.caution
{
    width: 720px;
    border-top: 1px dashed #a6cadc;
}

table.tbl-caution
{
    border-collapse: collapse;
    border: 1px solid #67a0be;
    width: 720px;
    margin: 10px 0px 30px 0px;
    background-color: #f8fdff;
}

table.tbl-caution td
{
    vertical-align: top;
    padding: 6px 10px;
}

div.next-btn
{
    width: 746px;
    text-align: right;
}

div.extra-info ul, li
{
    color: #59859C;
    font-family: Tahoma,Arial,Verdana, 'Trebuchet MS' ,GRHelvetica;
}

div.companyNews-search
{
    font-size: 11px;
    color: #487796;
    font-style: italic;
    padding: 0px 0px 10px 0px;
}

div.list-companyNews
{
    padding: 0px 0px 0px 0px;
}

div.companyNews
{
    background-color: #f3f7f9;
    margin: 10px 0px 10px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
}

div.companyNews div.date
{
    color: #134170;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
}

div.companyNews div.tlt
{
    color: #134170;
    font-size: 12px;
    border-bottom: 2px dotted #595959;
    padding: 2px 0px 4px 0px;
    font-weight: bold;
}

div.companyNews div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
}

div.companyNews div.more
{
    text-align: right;
    padding: 2px 0px 2px 0px;
}

div.companyNews div.btn-options
{
    text-align: right;
    padding: 80px 0px 10px 0px;
}

div.list-cinema
{
    padding: 0px 0px 0px 0px;
}

div.cinema
{
    background-color: #f3f7f9;
    margin: 10px 0px 10px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
    float: left;
}

div.cinema div.imgs
{
    color: #134170;
    font-size: 12px;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    float: left;
    width: 200px;
}

div.cinema div.tlt
{
    color: #134170;
    font-size: 12px;
    padding: 2px 0px 2px 4px;
    font-weight: bold;
    width: 318px;
    float: left;
}

div.cinema div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 6px 0px 12px 0px;
    border-bottom: 2px dotted #595959;
    width: 318px;
    float: left;
    margin: 0px 0px 0px 4px;
}

div.cinema div.more
{
    color: #ffffff;
    font-size: 11px;
    padding: 2px 0px 2px 10px;
    background-color: #119cd7;
    width: 308px;
    float: right;
    margin: 4px 0px 0px 4px;
}

div.cinema div.more span
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

div.list-announcement
{
    padding: 0px 0px 0px 0px;
}

div.announcementP
{
    background-color: #f3f7f9;
    margin: 10px 0px 10px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
}

div.announcementP div.tlt
{
    color: #134170;
    font-size: 12px;
    border-bottom: 2px dotted #595959;
    padding: 2px 0px 6px 0px;
    font-weight: bold;
}

div.announcementP div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 10px 0px 6px 0px;
}

div.announcementP div.more
{
    text-align: center;
    padding: 14px 0px 6px 0px;
}

div.announcement-info
{
    padding: 0px 10px 20px 10px;
    color: #134170;
    font-size: 11px;
}

div.announcement-results
{
    padding: 4px 12px 6px 0px;
    color: #5c758e;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

div.announcementS
{
    background-color: #f3f7f9;
    margin: 10px 0px 10px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
}

div.announcementS div.date
{
    color: #134170;
    font-size: 12px;
    padding: 2px 0px 6px 0px;
    font-weight: bold;
}

div.announcementS div.date-literal
{
    color: #134170;
    font-size: 12px;
    padding: 2px 0px 6px 0px;
    float: left;
}

div.announcementS div.tlt
{
    color: #134170;
    font-size: 12px;
    border-bottom: 2px dotted #595959;
    padding: 2px 0px 6px 0px;
    font-weight: bold;
}

div.announcementS div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 10px 0px 6px 0px;
}

div.announcementS div.txt a
{
    color: #595959;
    font-size: 11px;
    text-decoration: none;
}

div.announcementS div.more
{
    text-align: right;
    padding: 2px 0px 6px 0px;
}

div.gallery-big
{
    text-align: center;
    padding: 6px 0px 0px 0px;
}

div.gallery-big div.img-gallery-big
{
    border: 1px solid #a6c4d0;
    width: 520px;
    height: 390px;
    margin: 0px 0px 0px 10px;
}

div.gallery-big label
{
    text-align: center;
    display: block;
    color: #666666;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}

div.gallery-scroll /*fay*/
{
    background-image: url(../images/bg-gallery.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    height: 105px;
    width: 520px;
    margin: 40px 10px 0px;
    padding: 10px 0px 0px 0px;
}

div.arrow-gallery
{
    float: left;
    width: 17px;
    padding: 28px 0px 0px 0px;
}

div.gallery
{
    float: left;
    width: 486px;
}

div.gallery div
{
    float: left;
    width: 97px;
    text-align: center;
}

div.gallery img
{
    border: 5px solid #6ec4e8;
}

div.network
{
    padding: 0px 0px 20px 0px;
}

span.number
{
    font-size: 27px;
    color: #134170;
    font-weight: bold;
}

div.network-place
{
    padding: 0px 0px 20px 0px;
    color: #6ec4e8;
    font-size: 12px;
    font-weight: bold;
}

div.network-details
{
    color: #6587a2;
    font-size: 11px;
    width: 520px;
    background-image: url(../images/bg-network.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    padding: 10px 10px 10px 10px;
}

div.network-details td
{
    padding: 2px 0px 2px 0px;
    color: #6587a2;
    font-size: 11px;
}

div.network-details label
{
    color: #6587a2;
    font-size: 11px;
    font-weight: bold;
}

div.network-details a
{
    color: #6587a2;
    font-size: 11px;
    text-decoration: none;
}

div.network-map
{
    padding: 14px 0px 0px 0px;
    width: 520px;
}
div.main-page-wide h2
{
    color: #0e9dd9;
    font-size: 13px;
    padding: 6px 0px 8px 0px;
    margin: 0px;
}

div.faq
{
    padding: 10px 0px 10px 0px;
}

.pop span /*fay*/
{
    cursor: pointer;
    font-weight: bold;
    background-color: #f3f7f9;
    font-size: 11px;
    display: block;
    padding: 10px 30px 10px 10px;
    text-align: left;
    background-image: url(../images/faq-up.png);
    background-position: right;
    background-repeat: no-repeat;
    margin: 10px 0px 0px 0px;
}

.pop1 span /*fay*/
{
    cursor: pointer;
    font-weight: bold;
    background-color: #f3f7f9;
    font-size: 11px;
    color: #134170;
    display: block;
    padding: 10px 30px 10px 10px;
    text-align: left;
    background-position: right;
    background-repeat: no-repeat;
    margin: 10px 0px 0px 0px;
}

.pop-hover span
{
    cursor: pointer;
    font-weight: normal;
    background-color: #f3f7f9;
    font-size: 11px;
    color: #134170;
    display: block;
    padding: 10px 30px 10px 10px;
    text-align: left;
    background-image: url(../images/faq-down.png);
    background-position: right;
    background-repeat: no-repeat;
    margin: 10px 0px 0px 0px;
}
.off
{
    display: none;
    padding: 0px 0px;
    font-size: 11px;
    color: #595959;
    z-index: -1;
}
.on
{
    display: block;
    margin: 5px 5px;
    text-align: left;
    font-size: 11px;
    color: #595959;
}

.relative-articles-header
{
}

.relative-article
{
}

.relative-articles-link
{
}

div.deposit-pop div.txt-pop table
{
    border-collapse: collapse;
}

div.deposit-pop div.txt-pop tbody th
{
    background-color: #E2E2E2;
    color: #119CD7;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 0;
}

div.deposit-pop div.txt-pop tbody td
{
    background-color: #F7F7F7;
    color: #1F467A;
    font-size: 11px;
    padding: 6px 0;
    text-align: center;
}

div.list-companyNews
{
    padding: 0px 0px 0px 0px;
}

div.empty
{
    background-color: #FFFFFF;
    height: 38px;
    width: 212px;
}

/* gia map */
.popup_content
{
    text-align: left;
}

div.project_popup
{
    font-size: 11px;
    width: 462px;
    height: 98px;
    overflow: hidden;
}

.popup_content img
{
    width: 102px;
    height: 61px;
}

div.project_popup td
{
    vertical-align: top;
    padding: 0 3px 3px 0;
    text-align: left;
}

.popheader
{
    color: #458CC0;
    font-size: 14px;
    font-weight: bold;
}

.poptitle
{
    color: #024880;
    font-size: 14px;
    font-weight: bold;
}

.poptitle a
{
    color: #024880;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

div.project_popup h3
{
    color: #024880;
    font-size: 12px;
    margin: 0px;
    padding: 6px 0px 10px 0px;
    text-align: left;
}

div.project_popup span
{
    color: #424242;
    font-size: 11px;
}

div.project_popup ul
{
    list-style: none; /* list-style-image: url(../images/bullet.jpg); */
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
    text-align: left;
}

div.project_popup li
{
    text-align: left;
    margin: 1px;
    color: #458CC0;
}

#map_canvas
{
    text-align: center;
    width: 520px;
    height: 320px;
    position: relative;
    top: 10px;
    left: 10px;
}

#map_canvas_bg
{
    text-align: center;
    width: 540px;
    height: 345px;
    position: relative;
    background-image: url(../images/bg_map.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

.gridWaterProductionColumns
{
    background-color: #E2E2E2;
    color: #119CD7;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 0;
}

div.sitemap ul li a
{
    color: #959595;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 0px 0px 0px;
    display: block;
}

div.sitemap ul li a:hover
{
    color: #ca0000;
}

div.sitemap
{
}

div.sitemap li
{
    list-style: none;
    list-style-image: url(../images/arrow-news.png);
}

.rssImg
{
    border-width: 0;
    position: absolute;
    right: 12px;
    top: -35px;
}

.tweerImg
{
    border-width: 0;
    position: absolute;
    right: 12px;
    top: -28px;
}


/*body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
    font-size: 80%;
    text-align: center;
}
body {
    line-height: 1;
}
html, body, 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 {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}*/

.tweetInRepeater1
{
    left: 450px;
    position: relative;
    top: -15px;
    width: 100px;
}

.tweetInRepeater
{
    position: relative;
    left: 450px;
    width: 100px;
}


table.general-tbl
{
    border-collapse: collapse;
}

table.general-tbl th
{
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 0px 6px 0px;
    background-color: #119cd7;
}


table.general-tbl td
{
    color: #1f467a;
    font-size: 11px;
    padding: 6px 0px 6px 12px;
    background-color: #f7f7f7;
}

table.general-tbl td.first
{
    color: #1f467a;
    font-size: 11px;
    padding: 6px 0px 6px 12px;
    background-color: #dfdcdc;
}

.slideshow
{
    /*MSEN*/
    z-index: -1;
}

.slides
{
    /*MSEN*/
    z-index: -1 !important;
}

.financialResultsHeader
{
    font-size: larger;
	  padding-top: 5px;

}

.financialResultsHeader2
{
    font-size: medium;
    padding-top: 10px;

}

.uploader1
{
    background-image: url("../images/frm-search-gr.png");
    display: inline-block;
    width: 132px;
    height: 27px;
}

.myFilename
{
    background-image: url("../images/frm-search-gr.png");
    display: inline-block;
    width: 132px;
    height: 27px;
}

.myNewBill
{
    z-index: 5;
    left: 25px;
    position: absolute;
    z-index: 101;
    top: 200px;
}


.myNewBill td{font-size:11px !important;}

.myOldBill
{
    z-index: 5;
    left: 70px;
    position: absolute;
    z-index: 101;
    top: 198px;
}

.myOldBill td{font-size:11px !important;}


div.paroxesTil
{
    left: 5px; /*position: absolute;*/
}

div.paroxesTil div.paroxesTil-main
{
    width: 722px;
    background-image: url(../images/unpaid-pop-main.png);
    background-position: top left;
    background-repeat: repeat-y;
}

div.paroxesTil div.paroxesTil-main table.unpaid-data
{
    border-collapse: collapse;
    border: 1px solid #67a0be;
    background-color: #f8fdff;
    width: 720px;
    margin: 0px 0px 30px 0px;
}

div.paroxesTil div.paroxesTil-main table.unpaid-data td
{
    color: #59859c;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px dashed #afcede;
}
/*msen*/
div.paroxesTil div.paroxesTil-main table.unpaid-element td
{
    color: #59859c;
    font-size: 11px;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px dashed #afcede;
    border-right: 1px solid #67a0be;
    text-align: center;
}

div.paroxesTil div.paroxesTil-main table.unpaid-element span
{
    color: #59859c;
}

div.paroxesTil div.paroxesTil-main table.unpaid-element
{
    border-collapse: collapse;
    border: 1px solid #67a0be;
    background-color: #f8fdff;
    width: 720px;
}

div.paroxesTil div.paroxesTil-main table.unpaid-element th
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    background-color: #67a0be;
    padding: 3px 0px 3px 0px;
    text-align: center;
}

div.changeCustEmailPhoneMobile
{
    /*border-top: 1px dashed #A6CADC;*/
    margin: 6px 0 0;
    padding: 10px 0 0;
}

div.changeCustEmailPhoneMobile td
{
    padding: 10px 0 4px;
}

.hiddencol
{
    display: none;
}



div.managePassword
{
    border-top: 1px dashed #a6cadc;
    padding: 10px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}

div.managePassword input.inp-register
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-register.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 166px;
    height: 23px;
    line-height:23px\9;
    padding: 0px 4px 3px 4px;
}

div.Captch input
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-num.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 113px;
    height: 16px;
    line-height:16px\9;
    padding: 0px 4px 3px 0px;
    text-align: center;
}

.inputReportDamage
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-general.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 191px;
    height: 25px;
    padding: 0px 4px 3px 4px;
}

div.boxBlueReportDamage
{
    background-color: #E6F4FB;
    color: #59859C;
    font-size: 11px;
    margin: 20px 0 10px;
    padding: 14px 10px;
    width: 622px;

}

div.bill-optionReportDamage
{
    color: #134170;
    font-size: 11px;
    width: 622px;
}

div.damageIReportDamage
{
    background-color: #e2ecf0;
    margin: 10px 0px 10px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
    width: 600px;
}

div.damageIReportDamage div.date
{
    color: #134170;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
}

div.damageIReportDamage div.tlt
{
    color: #134170;
    font-size: 12px;
    border-bottom: 2px dotted #595959;
    padding: 2px 0px 4px 0px;
    font-weight: bold;
}

div.damageIReportDamage div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
}

div.damageIReportDamage div.more
{
    text-align: right;
    padding: 2px 0px 2px 0px;
}

div.damageIIReportDamage
{
    background-color: #f3f7f9;
    margin: 10px 0px 0px 0px;
    padding: 4px 10px 4px 10px;
    min-height: 90px;
    width: 600px;
}

div.damageIIReportDamage div.date
{
    color: #134170;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
}

div.damageIIReportDamage div.tlt
{
    color: #134170;
    font-size: 12px;
    border-bottom: 2px dotted #595959;
    padding: 2px 0px 4px 0px;
    font-weight: bold;
}

div.damageIIReportDamage div.txt
{
    color: #595959;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
}

div.damageIIReportDamage div.more
{
    text-align: right;
    padding: 2px 0px 2px 0px;
}
.twitter-share-button
{
    width: 60px;
}

.RSS
{
    left: 760px;
    position: absolute;
    text-align: right;
    top: 380px;
}


.RSS2 {
    left: 760px;
    position: absolute;
    text-align: right;
}

.RSS1
{
    text-align: right;
    position: absolute;
    bottom: 330px;
    left: 560px;
}


.lastTopMenuItem{
  background-position: left top;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  padding: 0 3px 0 0;
}

.inpDate1{
    background-color: transparent;
    background-image: url("../images/inp-date.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    color: #179DD9;
    float: left;
    font-size: 11px;
    height: 16px;
    margin: 0 4px;
    padding: 0 0 3px;
    text-align: center;
    width: 117px;
}

div.paroxesTil div.paroxesTil-main2 
{
    vertical-align:middle;
    background-position: left top;
    background-repeat: repeat-y;
    text-align: center;
    width: 722px;
    position:absolute;
    top:200px;
}

div.paroxesTil div.paroxesTil-main3 
{
    vertical-align:middle;
    background-position: left top;
    background-repeat: repeat-y;
    text-align: center;
    width: 722px;
}

.resetBtn
{
    width:100%;
    text-align:right;
}

.summary .highlight
{
    background-color:#179DD9;
    color:White;
    padding-left:2px;
    padding-right:2px;
}
.search-results-listing .pager a
{
    float:left;
    display:block;
    padding: 1px 4px 1px 4px;
    margin-left:5px;
    border:solid 1px #179DD9;
}
.search-results-listing .pager a.selected
{
    background-color:#179DD9;
    color:White;
}

.search-results-listing .pager 
{
    float: right;
    position: relative;
}



li.last ul li ul
{
    left:-186px !important;
}


.Captch img
{
    width:118px !important;
    height:40px !important;
}

.Captch
{
    width:290px;
}

.label-td
{
    width:126px;
}


.file-uploader
{
    float:left;
    clear:none;
}

.file-uploader input.inp-region
{
    font-size: 11px;
    color: #179dd9;
    background-image: url(../images/inp-region.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 121px;
    height: 25px;
    line-height:25px\9;
    padding: 0px 4px 3px 4px;
    float:left;
}

.file-uploader input[type=button]
{
    background-image:url('../images/frm-search-magnifier.png');
    background-repeat:no-repeat;
    background-color:Transparent;
    border-style:none;
    border-width:0px;
    width:137px;
    height:27px;
    float:left;
}

div.slide-image a{

z-index: 1000;
left: 0px;
top: 0px;
height: 450px;
width: 900px;
}


.description-layer
{
    position:absolute;
    height:494px;
    width:325px !important;
    top:0px;
    right:0px;
    background-image:url(../images/FFFFFF-0-85.png);
    background-repeat:repeat;
    padding:50px 10px;
    z-index: 2000 !important;
	text-align:right;
}

.description-layer h2
{
    font-size:25px;
    /*font-weight:bold;*/
	line-height:150%;
}

.description-layer .info
{
    font-size:19px;
    font-weight:normal;
	vertical-align:middle;
	line-height:150%;
}

.description-layer .view-more  
{
    padding-top:19px;
}
.description-layer .view-more  a
{
    font-size:20px;
    color:#134170;
}

.search-page {clear: both;
    float: none;}

.search-page  table{width:100%;}