/* ====================== IVS GLOBAL STYLES ======================= */

body {
	margin:0;
	font:13px arial,helvetica,sans-serif;
	background: url(../interface/bg.jpg) #eeeeee 0 0 repeat-x fixed;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color:#002b5c;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color:#000;
	margin-top: 0;
	margin-bottom: 9px;
	padding-top:3px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color:#002b5c;
	margin-top: 0;
	margin-bottom: 7px;
}


.heading {
	font-size: 130%;
	font-weight: bold;
	color: #e00204;
	margin-top: 0px;
	margin-bottom: 8px;
}

p {margin:0 0 13px 0}
a {color:#0059bf;text-decoration:none}
a:hover {color:#db1d38;}
a img {border:0}
ul.list {margin-left:18px;padding:0}
ul.list li {line-height:20px;}
form {margin:0; padding:0}
hr {height:0;color:#fff;margin:10px 0;border-width:0; border-top:1px dotted #ccc}

#container {width:772px; margin:0 auto; background:#fff;}
#header {height:104px; background-color:#002b5c; position:relative;}
#navContainer {height:50px; background: url(../interface/nav_bg.gif) #fff 0 0 repeat-x;}
#main {background: white;}
#contentContainer{float:left;width:549px; margin-right:10px; padding-bottom:20px}
#auxContainer{float:left;width:203px}
#footer{background-color:#002b5c; height:22px; clear:both; line-height:22px; padding-left:10px; font-size: 10px; color: #fff;}
#credits {width:772px; margin:0 auto; clear:both; text-align:right; padding-top:10px;font-size:10px}


/* === CONTENT === */

#pagePic {width:100%;}
#pageHeader {height:30px;line-height:30px;background:#002b5c;margin-bottom:5px;border-bottom: 4px solid #db1d38;}
#content {width:537px;margin-left:12px;}

#pageHeader H1 {color:#fff;margin:0;padding-left:12px;float:left}
#pageHeader .supporting {float:right;margin-right: 5px;color:#fff;font-weight:bold;}
#content p {line-height:20px}

.searchContainerHorizontal span {float:left;padding-right:10px}


/* FORMSET */

.formset td, .formset th {
	padding: 2px;
	text-align: left;
	font-weight: normal;
}

.formset th {
	padding-right: 15px;
	padding-left: 0;
}

.formset .field input, .formset .field select, .formset .field textarea {
	width: 200px;
	font-family: Arial;
}

.formset .wideField input, .formset .wideField select, .formset .wideField textarea {
	width: 450px;
	font-family: Arial;
	font-size: 11px;
}



/* === DIALOGUE BOX === */

.dialogueBox {
    float: left;
	width: 200px;
	margin-bottom: 10px
}

.dialogueBox .header {
	height: 25px;
	background: #002b5c /*url(../interface/login_cnr.gif) top right no-repeat*/;
	line-height: 25px;
	color: white;
	font-weight: bold;
	border-bottom: 4px solid #db1d38;
	padding-left: 10px;
}

.dialogueBox .box {
	background-color: #ddd;
	padding: 10px;
	position: relative;
	height: 75px;
}

.dialogueBox .boxClean {
	padding: 0;
	position: relative;
}

.dialogueBox .boxNotes {
	border-color: #002b5c;
	border-width: 4px;
	border-style: solid;
	padding: 4px;
	font-size: 11px;
	line-height: 16px;
	background: #fff;
}

.dialogueBox .box input.field {
    font-size: 11px;
    height: 16px;
    padding: 1px;
    padding-bottom: 0;
    border: 1px solid #7f9db9;
}

/* === TABULAR === */

.tableHeader {
	font-size: 15px;
	font-weight: bold;
	color:#000;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid #db1d38;
}

.tableHeaderSmall {
    font-size: 12px;
    font-weight: normal;
	color:#000;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid #db1d38;
}

.tableHeaderRight {
	font-size: 12px;	
	color:#000;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid #db1d38;
}

table.data {
	border-collapse:collapse;
}

table.data td {
	padding: 2px;
	border-bottom:1px solid #ccc;
	font-size: 11px;
	color: #000;
	background: #fff
}

table.data th {
	border-bottom:1px solid #ccc;
	background-color: #ddd;
	color: #000;
	font-weight: bold;
	padding: 1px 2px;
	text-align:left;
}

table.data td input {
	font-size: 10px
}

table.data2 {
	border-collapse:collapse;
}

table.data2 td {
	padding: 3px 2px;
	border-bottom:1px solid #ccc;
	font-size: 11px;
	color: #000;
}

table.data2 th {
	border-bottom:1px solid #ccc;
	color: #000;
	font-weight: bold;
	padding: 2px 15px 2px 2px;
	text-align:left;
}

table.data2 td input {
	font-size: 10px
}

/* === HEADER === */

#header #logo {
	position: absolute;
	top: 15px;
	left: 28px;
}

#header #payoff {
	position: absolute;
	top: 50px;
	left: 470px;
}

/* === NAV === */

#nav {list-style-type:none; margin:0; padding:0; float:left;}
#nav li {float:left;margin:0;padding:0;}

#nav li a {
	display: block;
	padding: 15px 12px 0 12px;
	margin: 0;
	border-right: 1px solid #6284aa;
	color: #002b5c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-top: 5px solid #6284aa;
	float: left;
}

#nav li a:hover {
	border-top: 5px solid #db1d38;
	color: #000;
}

/* === NAV 2 === */

#nav2Container {margin-bottom: 10px; float:left}

#nav2 {list-style-type:none; margin:0; padding:0; float:left;width:200px;border-top: 4px solid #db1d38;}
#nav2 li {margin:0;padding:0;}

#nav2 li a {
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	background: #002b5c url(../interface/nav2_bullet.gif) 10px 50% no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 22px;
	color: #fff;
}

#nav2 li.selected a {
	background: #db1d38 url(../interface/nav2_bullet_down.gif) 10px 50% no-repeat;
	color: #fff;
	height: 30px;
	font-weight: bold;
}

#nav2 li a:hover {
	color: #fff;
	background: #3c5d84 url(../interface/nav2_bullet.gif) 10px 50% no-repeat;
}

#nav2 li.selected a:hover {
	color: #fff;
	background: #db1d38 url(../interface/nav2_bullet_down.gif) 10px 50% no-repeat;
}

#nav2 li.nav2Sub ul {
    list-style-type:none; margin:0; padding:0; width:200px;
}

#nav2 li.nav2Sub ul li a{
    display: block;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	border-bottom: 1px solid #fff;
	background: #c6d4e4 none;
	height: 22px;
	line-height: 22px;
	padding-left: 22px;
	color: #002b5c;
}

#nav2 li.nav2Sub ul li a:hover {
    background: #a6c8ee none;
}



/* === NAV 3 === */

#nav3Container {float:left}

#nav3 {list-style-type:none; margin:0; padding:0; float:left;width:200px;}
#nav3 li {margin:0;padding:0;}

#nav3 li a {
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	background: #ddd url(../interface/nav2_bullet.gif) 10px 50% no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 22px;
	color: #000;
}

#nav3 li a:hover {
	color: #000;
	background: #ccc url(../interface/nav2_bullet.gif) 10px 50% no-repeat;
}


    

/* === FOOTER === */

#footer #copyrightNotice {float:left;}

#footer #linksContainer {
	float: right;
	background-color: #db1d38
}

#footerNav {list-style-type:none; margin:0; padding:0; float:left;}
#footerNav li {float:left;margin:0;padding:0;}

#footerNav li a {
	display: block;
	margin: 0;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	float: left;
}

#footerNav li a:hover {
	color: #fff;
	background: #a00017;
}




/* === MISCELLANEOUS === */

#poolLoggedInContainer {
    height: 20px;
    background: #ddd;
    border-bottom: 1px solid #ccc;
    padding-left: 12px;
    padding-right: 5px;
    line-height: 20px;
    position: relative;
    top: -5px;
}

#poolLoggedInContainer .poolCompany {
    float: left;
    font-weight: bold;
    font-size: 11px;
}

#poolLoggedInContainer .linkLogout {
    float: right;
    font-size: 11px;
}

a.link1 {
    display:block; text-align:right; margin-bottom:15px; font-size: 11px; font-weight: bold;   
}

a.linkBack, a.linkForward {
    font-size: 11px;
    font-weight: bold;
}