/* Common CSS elements for ALL pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-size: 12px;
}


.linkButtonWrapper {
	float: left;
	width: 210px;
}

.linkButton{
	display: block;
	width: 205px;
	height: 21px;
	background-image: url('images/but_submit.gif');
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.linkButton a{
	text-decoration: none;
	color: #FFFFFF;
}
.linkButton:hover {
	background-image: url('images/but_submit.gif');
	}

.submit {
    border: none;
	width: 215px;
	height: 26px;	
    background: url('images/but_submit.gif') no-repeat top left;
    padding: 2px 8px;
}
.submit:hover {
	border: none;
	width: 215px;
	height: 26px;
	background: url('images/but_submit.gif') no-repeat top left;
	padding: 2px 8px;
	cursor: pointer;
}


/*---- TEXT ----*/

.TitleText {
	background-image: url(images/box_aqua.gif);
	background-repeat: no-repeat;
	padding: 10px;
	width: 565px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
}

.ExplainText {
	background-image: url(images/box_grey.gif);
	background-repeat: no-repeat;
	padding: 10px;
	width: 565px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.ErrorText {
	background-image: url(images/box_error.gif);
	background-repeat: no-repeat;
	padding: 10px;
	width: 565px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.OutlineText {
	background-image: url(images/box_grey_outline.gif);
	background-repeat: no-repeat;
	padding: 10px;
	width: 565px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.dark_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txt_lg_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.txt_lg_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt_med_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.txt_med_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.txt_sm_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.txt_lg_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3266CD;
}
.txt_lg_aqua {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #47abba;
}
.txt_lg_blue a {
	text-decoration:none;
}
.txt_lg_orange {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;
}
.txt_sm_orange {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}
.txt_sm_orange_bordered {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	border: 2px dotted #FE9B0C;
}
.txt_sm_orange a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}

.txt_sm_grey {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

/*---- HEADER ----*/

#header {
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}
#header_logo {
	float: left;
	width: 484px;
	height: 123px;
	/*background-image: url('images/logo_omf.png');*/
	/*background-repeat: no-repeat;*/
	padding: 10px;
	background-position: 10px;
}
#header_contactinfo {
	float:right;
	width: 377px;
	height: 104px;
	padding: 0px;
	background-image: url(images/profilebuttons.jpg);
	color: #FFFFFF;
}
#UserControls {
	float:right;
	width: 230px;
	height: 134px;
	padding-left: 20px;
	padding-top: 10px;	
	background-image: url(images/profilebuttons.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#UserControls a {
	color: #FFFFFF;
	text-decoration: none;
}
#UserControls a:hover {
	color: #47ABBA;
	text-decoration: none;
}
#UserControls li {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


#button_tab_wrapper {
	width: 672px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;

}

#button_tab_wrapper a {
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.button_tab_blue {
	float:left;
	background-image: url('images/button_tab_blue.jpg');
	background-repeat: no-repeat;
	width: 168px;
	height: 22px;
	padding-top: 10px;
	}
	
.button_tab_blue:hover{
	background-image: url('images/button_tab_yellow.jpg');
	}
.button_tab_orange {
	float:left;
	background-image: url('images/button_tab_orange.jpg');
	background-repeat: no-repeat;
	width: 168px;
	height: 22px;
	padding-top: 10px;
	}
.button_tab_orange:hover{
	background-image: url('images/button_tab_yellow.jpg');
	}

/*---- CONTENT ----*/

#content {
	width: 960px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
                overflow: hidden;
}

#centre_content {
	margin-left: 175px;
	width: 585px;
	background-color:#ffffff;
}

#main_content_top {
	height: 36px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background: url('images/content_bg_top.jpg');
	background-repeat: repeat-y;
}
#main_content_middle {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background: url('images/content_bg_middle.jpg');
	background-repeat: repeat-y;
}
#main_content_bottom {
	height: 75px;
	margin-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background: url('images/content_bg_bottom.jpg');
	background-repeat: repeat-y;
}

/*---- RIGHT SIDE ----*/

#right_col_wrapper {
	float: right;
	width: 180px;
}
/*---- CALL ME BOX ----*/
#call_me_box_top {
	background-image: url('images/call_me_box_top.jpg');
	width: 180px;
	height: 10px;
}
#call_me_box {
	width: 180px;
	background-color:#031b49;
	margin-bottom: 10px;
}
.call_me_box_txt_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.call_me_box_txt_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.call_me_box_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 10px;
}

#call_me_box_bottom {
	background-image: url('images/call_me_box_bottom.jpg');
	width: 180px;
	height: 10px;
}

/*---- CALL ME and GLOSSARY WRAPPER ----*/

#callme_glossary_wrapper {
	float: right;
	width: 180px;
	overflow: hidden;
}

/*---- GLOSSARY BOX ----*/

#glossary_box {
	width: 160px;
	height: 85px;
    background-image: url('images/glossary_box.gif');
	background-repeat: no-repeat;
	margin-bottom: 0px;
    padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#glossary_box a {
	color: #FFFFFF;
	text-decoration: none;
}
#glossary_box a:hover {
	color: #0000FF;
	text-decoration: none;
}

#glossary_box_wide {
	width: 568px;
	height: 28px;
	background-image: url('images/bg_glossary_wide.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;	
}
#glossary_box_wide a {
	color: #FFFFFF;
	text-decoration: none;
}
#glossary_box_wide a:hover {
	color: #0000FF;
	text-decoration: none;
}

/*---- LEFT SIDE BUTTONS ----*/

#left_menu {
               float: left;
               width: 165px;
}

.left_menu_button {

	float: left;
	width: 165px;
	background-image: url('images/nav_button_left_blue.jpg');
	background-repeat: no-repeat;
	width: 155px;
	height: 22px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}	

.left_menu_button:hover {
	background-image: url('images/nav_button_left_orange.jpg');
	}
	
.left_menu_adviser_support {
	float: left;
	width: 165px;
	background-image: url('images/nav_button_left_advisers.gif');
	background-repeat: no-repeat;
	width: 155px;
	height: 155px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}

.left_menu_adviser_support a {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}	
	
#left_ads {
	width: 165px;
	margin-top: 10px;
	margin-bottom: 10px;
}	

/*---- FULL WIDTH SEARCH ----*/

#centre_country_search_top {
background-image: url('images/centre_country_search_top.jpg');
width: 585px;
height: 10px;
margin-bottom: 10px;
}

#centre_country_search {
	width: 585px;
	margin-bottom: 10px;
	background-color:#47abba;
	margin-top: 0px;
}

#centre_country_search select{
               margin-left: 15px;
}

#centre_country_search_bottom {
background-image: url('images/centre_country_search_bottom.jpg');
width: 585px;
height: 10px;
}


/*---- NARROW SEARCH ----*/

#small_country_search {
	padding: 10px;
	background-image: url(images/small_country_search.jpg);
	width: 585px;
                height: 200px;
	background-color:#FFFFFF;
                margin-bottom: 0px;
	background-repeat: no-repeat;
}

#small_country_search select {
               margin-left: -12px;
}


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

#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top:10px;
	padding-left: 20px;
}
#footer_text a {
	color: #666666;
	text-decoration: none;
}

/*---- CURRENCY CODES PAGE ----*/

.currcodes_wrapper {
	padding: 5px;	
}
.currcodes_row_odd {
	background-color: #f5f5f5;
}
.currcodes_row_even {
	background-color: #e9e9e9;
}
.currcodes_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;	
}
.currcodes_data td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}

/*---- TOOL TIP ----*/
/*(example) <a href="#" class="tooltip">HELLO WORLD<span>This is a tool tip text!</span></a> */
a:hover {background:#fff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ff9900;
	border:1px solid #333333;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}		
/* end of TOOL TIP */

