﻿body
{
    margin: 30px 10px 10px 10px;
    background-color: #588686;
    color: #333333;
    font-family: Verdana;
    text-align: left;
    font-size: 10pt;
}

select
{
    border: solid 1px gray;
    padding: 1px 1px 1px 1px;
    width: 190px;
}

h1
{
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #17387D;
}

h2
{
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: #17387D;
}

p
{
    font-family: Verdana;
    color: #333333;
    text-align: left;
    font-size: 10pt;
}

a:link, a:visited, a:hover, a:active
{
    font-family: Verdana;
    font-size: 10pt;
    color: #17387D;
    text-decoration: underline;
}

/************************************************************
*                           MASTER                          *
************************************************************/

.master
{
    width: 919px;
    height: 116px;
}

.master .header
{
    background-image: url(../Images/header.jpg);
    width: 919px;
    height: 100px;
    text-align: left;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.master .left_menu
{
    text-align: left;
    vertical-align: top;
    width: 39px;
}

.master .middle_content_space
{
    text-align: left;
    vertical-align: top;
    width: 856px;
    background-color: #ffffff;
}

.master .right_padding
{
    width: 24px;
    background-color: #588686;
}

.master .main_menu
{
    vertical-align: top;
    width: 279px;
}

.master .banner_rotator
{
    vertical-align: top;
    width: 577px;
}

.master .main_content
{
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;
    width: 856px;
}

.master .footer
{
    width: 919px;
    height: 67px;
    color: Black;
    font-family: Verdana;
    font-size: 8pt;
    background-image: url(../Images/footer.jpg);
    background-repeat: no-repeat;
    text-align: center;
}

a.master_footer:link, a.master_footer:visited, a.master_footer:hover, a.master_footer:active
{
    font-family: Verdana;
    font-size: 8pt;
    color: #17387D;
    text-decoration: underline;
}

.master .item_footer
{
    font-family: Verdana;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

a.item_footer_a:link, a.item_footer_a:visited, a.item_footer_a:hover, a.item_footer_a:active
{
    font-size: 8pt;
    color: #ffffff;
    text-decoration: underline;
}

/************************************************************
*                 COMPONENT ART - COMBOBOX                  *
************************************************************/

.txt_box
{
    background: none;
    border: none;
    margin: 0;
    padding: 0px 0px 0px 2px;
    font-family: Verdana;
    font-size: 8pt;
    color: #787878;
}

.cmb_box
{
    border: solid 1px #707070;
}

.cmb_dropdown
{
    border: solid 1px #707070;
    background-color: #f6f6f6;
    font-family: Verdana;
    font-size: 8pt;
    height: auto;
}

.cmb_item
{
    line-height: 22px;
    background: none;
    text-align: left;
    padding-left: 4px;
    cursor: default;
}

.cmb_item_selected
{
    line-height: 22px;
    background: #ffffff;
    text-align: left;
    padding-left: 4px;
    cursor: default;
}

.top_caption
{
    font-family: Verdana;
    font-size: 8pt;
    color: #666666;
    text-align: right;
    font-size: 10pt;
    padding-right: 8px;
    height: 30px;
    width: 75px;
}

/************************************************************
*                       MARKET READER                       *
************************************************************/

.market
{
    width: 577px;
    height: 43px;
    background-color: #404241;
    font-family: Verdana;
    color: #ffffff;
    font-size: 7pt;
}

.market .section
{
    width: 281px;
    text-align: left;
}

.market .middle
{
    width: 15px;
    text-align: center;
}

.market .currency_table .caption
{
    width: 80px;
}

/************************************************************
*                             SEARCH                        *
************************************************************/

.search_caption
{
    font-family: Verdana;
    color: #787878;
    font-size: 8pt;
}

.search_box
{
    height: 20px;
}

.search_box .search_box_txt
{
    /*vertical-align: top;     font-family: Verdana; 	background-color: #ffffff; 	padding: 0px 0px 0px 0px; 	vertical-align: top; 	text-align: right;*/
}

.search_box .search_box_btn
{
    /*font-family: Verdana; 	background-color: #ffffff; 	padding: 0px 0px 0px 0px; 	vertical-align: top; 	text-align: left;*/
}

.search_box_txt input
{
    border: solid 1px #787878;
    padding: 3px 2px 2px 2px;
    font-family: Verdana;
    font-size: 8pt;
    color: #787878;
    width: 153px;
}

.watermark_searchbox
{
    border: solid 1px #ffffff;
    padding: 2px 2px 2px 2px;
    font-family: Verdana;
    font-size: 8px;
    color: #787878;
}

/************************************************************
*                       PROMOTION PANEL                     *
************************************************************/

.promotions
{
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #709999;
    color: #ffffff;
    font-weight: bold;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85;
    font-size: 10.5pt;
    border-bottom: solid 1px #638c8c;
}

a.promotions_a:link, a.promotions_a:visited, a.promotions_a:active
{
    font-size: 10.5pt;
    color: #ffffff;
    text-decoration: none;
}

a.promotions_a:hover
{
    font-size: 10.5pt;
    color: #ffffff;
    text-decoration: underline;
}

/************************************************************
*                        PAGE CONTENT                       *
************************************************************/

.suidwes_menu
{
    width: 180px;
    vertical-align: top;
    background-color: #ffffff;
    padding-right: 10px;
    padding-top: 5px;
}

.left_gray_area
{
    width: 279px;
    background-color: #dfdfdf;
    vertical-align: top;
}

.left_gray_area div
{
    color: #ffffff;
    font-size: 10pt;
    padding: 10px 10px 10px 10px;
}

p.left_gray_area_content
{
    color: #ffffff;
    padding: 0px 20px 0px 20px;
}

h1.left_gray_area_content
{
    color: #499686;
    padding: 20px 20px 0px 20px;
    font-size: 11pt;
}

a.left_gray_area_content:link, a.left_gray_area_content:visited, a.left_gray_area_content:hover, a.left_gray_area_content:active
{
    color: #499686;
    font-size: 10pt;
    text-decoration: underline;
}

.content_area
{
    vertical-align: top;
    padding: 5px 20px 20px 20px;
    width: 100%;
}

.inner_content
{
    background-color: #eeeeee;
    padding: 10px 30px 30px 30px;
}

.content_img_area
{
    vertical-align: top;
}

/************************************************************
*                             MISC                          *
************************************************************/

.watermark
{
    border: solid 1px #787878;
    padding: 2px 2px 3px 3px;
    width: 152px;
    font-family: Verdana;
    font-size: 8pt;
    color: Dimgray;
    font-style: italic;
}

.contact_caption
{
    width: 300px;
}

img.photo_padding
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #dfdfdf;
    background-color: #ffffff;
}

img.right_img
{
    padding: 10px 0px 10px 20px;
}

.align_top
{
    vertical-align: top;
}

/************************************************************
*                     LANGUAGE SWITCHER                     *
************************************************************/

.language_switcher
{
    padding: 5px 67px 15px 0px;
    text-align: right;
}

/************************************************************
*                        BREAD CRUMBS                       *
************************************************************/

.breadcrumbs_container
{
    background-image: url(../images/bg_tile.jpg);
}

.breadcrumbs
{
    text-align: right;
    padding: 10px 67px 4px 0px;
}

.breadcrumbs .root a
{
    color: #787878 !important;
    text-decoration: none;
}

.breadcrumbs .node a
{
    color: #787878 !important;
    text-decoration: none;
}

.breadcrumbs .current a
{
    color: #787878 !important;
    text-decoration: none;
}

/************************************************************
*                            WEATHER                        *
************************************************************/

a.weather:link, a.weather:visited, a.weather:hover, a.weather:active
{
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

/************************************************************
*                            ONS EIE RATES                  *
************************************************************/

.rates_table
{
    width: 100%;
}

.rates_table .rates_cell
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #dfdfdf;
    font-size: 9pt;
}

.rates_table .rates_cell_price
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #dfdfdf;
    font-size: 9pt;
    text-align: right;
}

.rates_table .rates_header
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #404241;
    background-color: #404241;
    font-weight: bold;
    color: #ffffff;
    font-size: 9pt;
}

/************************************************************
*                         VACANCIES                         *
************************************************************/

.vacancy table
{
    width: 100%;
}

.vacancy th
{
    border: solid 1px #404241;
    background-color: #404241;
    font-weight: bold;
    color: #ffffff;
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
}

.vacancy td
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #dfdfdf;
    font-size: 9pt;
}

/************************************************************
*                       SAFEX TABLE                         *
************************************************************/

.safex table
{
    width: 100%;
}

.safex th
{
    border: solid 1px #404241;
    background-color: #404241;
    font-weight: bold;
    color: #ffffff;
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
    width: 16%;
    text-align: right;
}

.safex td
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #dfdfdf;
    font-size: 9pt;
    text-align: right;
}

/************************************************************
*                         CONTACT US                        *
************************************************************/

.contact_us table
{
    width: 100%;
}

.contact_us th
{
    border: solid 1px #404241;
    background-color: #404241;
    font-weight: bold;
    color: #ffffff;
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
    text-align: left;
    vertical-align: top;
}

.contact_us td
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #dfdfdf;
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
}

/************************************************************
*                          SITEMAP                          *
************************************************************/

.tree td div
{
    height: 20px !important;
}

/************************************************************
*                         NEWS FLASH                        *
************************************************************/

.news_flash
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px gainsboro;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 99999;
}

.news_flash marquee
{
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-color: #eee;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 5px;
    color: dimgray;
    font-size: 8.5pt;
}

.news_flash a
{
    /*color:#505050;*/
    color: #17387D;
    font-size: 8.5pt;
}

/************************************************************
*                            ADMIN                          *
************************************************************/

.loginlabel
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #404241;
    background-color: #404241;
    font-weight: bold;
    color: #ffffff;
    font-size: 9pt;
}

.uploadForm
{
    width: 100%;
}

.uploadForm .caption
{
    width: 290px;
}

.uploadForm .required
{
    color: Red;
}

.uploadForm .validator
{
    font-size: x-small;
}


.uploadButton
{
    width: 90px;
    height: 40px;
}

.loading_background
{
	position:fixed;
	z-index:  99999998;
	width: 100%;
	height: 200%;
	background-color: #588686;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

.loading_message
{
	position:fixed;
	z-index:  99999999;
	vertical-align: middle ! Important;
	text-align: center;
	left: 45%;
	top: 45%;
	color: #f1f1f1;
	font-weight: bold;
	font-size: 12pt;
	border: solid 1px #588686;
	background-color: #588686;
	padding: 40px 40px 40px 40px;
	font-family: Arial;
}
