/*********************************** Premod Existing Styles *****************************************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

a {color:#1c3c6c; text-decoration:none;}
a:hover {text-decoration:underline;}
/***************************************** New Styles ***********************************************/


/*------------------ TEXT STYLES ----------------*/

/* CLASSES FOR USER TIPS */

/*
	Use this class in cases where the tip is
	not in a well defined area and needs to stand
	out from surrounding text.
*/
.tip {
	font-size: 90%;
	font-weight: normal;
	color: #050;
}

/*
	Use the following 2 classes when the tip
	is in a well defined area and keeping its
	main text black will not cause confusion.
*/
.tip_title{
	font-size: 100%;
	font-weight: bolder;
	color: #000;
}

.tip_text{
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

.tip_div{
	border:1px solid #ccc;
	margin-top: 5px;
	padding: 5px;
	background:#efefef;
}


/*-------------------- BLOCKS -------------------*/

.page_block_div {
	width: 95%;
	margin-bottom: 10px;
	border-color: #1C3C6C;
	border-width: 2px;
	border-style: solid;
}

.user_notes {
	display: block;
	margin: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}

.site_color_notes {
	color: #1C3C6C;
}


/*------------------- BUTTONS -------------------*/

.image_link {
	text-decoration: none;
}

#agency_user_div {
	width: 95%;
	border-color: #1C3C6C;
	border-width: 2px;
	border-style: solid;
	font-size: 120%;
	font-weight: bolder;
	line-height: 1.2;
	color: #1C3C6C;
	margin-bottom: 10px;
}

#user_btn_holder {
	display:table;
	margin-bottom: 10px;
}

#btn_user_login {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_login.gif) no-repeat 0 0;
	cursor: pointer;
	display: table-cell;
	padding-right: 5px;
}
#btn_user_login:hover,
#btn_user_login:focus,
#btn_user_login:active {
	background-position: 0 -25px;
}

#btn_user_update {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_update.gif) no-repeat 0 0;
	cursor: pointer;
	display: table-cell;
	padding-right: 5px;
}
#btn_user_update:hover,
#btn_user_update:focus,
#btn_user_update:active {
	background-position: 0 -25px;
}

#btn_user_register {
	width: 94px;
	height: 25px;
	background: url(/images/btn_user_register.gif) no-repeat 0 0;
	cursor: pointer;
	display: table-cell;

}
#btn_user_register:hover,
#btn_user_register:focus,
#btn_user_register:active {
	background-position: 0px -25px;
}

#header {height:115px;}
#header .logo{float:left;}
#header .vacancy{ padding:0;}
img{border:none;}
.logo-ixa{float:right;}
.logo-ixa .ixa{margin-right:100px; margin-top:40px;}
#primary-links{display:block; background:#1c3c6c; margin:0; padding:0; height:25px;}
#primary-links ul.menu{list-style-image:none; list-style-type:none; float:right; padding:5px 0; margin:0;}
#primary-links ul.menu li{display:block; float:left;}
#primary-links ul.menu li a{color:#FFF; display:block; padding:0px 20px; border-right:1px solid #fff; text-decoration:none; font-size:0.9em; font-weight:bold;text-transform:uppercase;}
#primary-links ul.menu li a:hover{text-decoration:underline;}
#primary-links ul.menu li a.last{border:none;}

.tab-menu{padding:3px 10px;background:#999;}
.tab-menu a{color:#fff; text-decoration:none; font-weight:bold;}
.tab-menu-selected{background-color:#1c3c6c;padding:3px 10px;}
.tab-menu-selected a{color:#fff; text-decoration:none; font-weight:bold;}