@import url(/information/affiliations/fixings/css/form.css);

body{
    text-align: center;
    margin: 0px;
    background: url("/information/affiliations/fixings/img/bg_body_tile.gif") top left repeat-x;
    margin-top: 10px;
}

div,h1,h2,td,th,ul,li,p {
	font-family: Helvetica, Verdana, sans-serif;
	color: #000;
	font-size: 12px;
	vertical-align: top;
        text-align: left;
}

h1, h2, h3{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color : #003366;
}

h1 {
	font-size : 22px;
}

h2 {
	font-size : 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size : 16px;
	color : #000;
	font-weight: bold;
}

a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

iframe  {
    border: 0px;
    margin: 0px;
    padding:  0px;
    display: inline;
}

form{
    margin: 0px;	
    padding: 0px;
}

hr{
    height: 1px;
    border: 0px;
    border-top: 1px dashed #ccc;
}

.block{
	display: block;
}

.rowblock{
	display: block;
	margin-bottom: 10px;
}

.rightalign{
	text-align: right;
}

.centeralign{
	text-align: center;
}

div.magpar{
	margin-bottom: 10px;
}

div.content{
	padding: 5px 20px 20px 20px;
}

div.boxtitletext{
	  padding: 2px 5px 2px 5px;
}

/* DATA TABLES */
table.datatable {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-top: 2px;
	margin-bottom: 2px;
}

.datatable td, .datatable th {
	border: 1px solid #ccc;
	font-size: 11px;
}

.datatable th {
	background-color: #8c9ec6;
	color: #fff;
}

.datatable td {
	color: #000000;
	background-color: #fff;
	padding: 3px;
	vertical-align: top;
}

.datatable td.lowlight{
	background-color: #f1f1f1;
}

.datatable td.highlightup{
	background-color: #ccff99;
}

.datatable td.highlightdown{
	background-color: #ff9999;
}

.datatable td.inactive{
	color: #999;
}

.datatable td.inactive a,
.datatable td.inactive a:active,
.datatable td.inactive a:visited{
	color: #999;
}

.datatable td.filter{
	background-color: #cfd7e9;
}

.datatable th a,
.datatable th a:active,
.datatable th a:visited,
.datatable th a:active:visited,
.datatable th a:active:hover  {
	color: #fff;
	display: block;
	padding: 2px;
	height: 30px;
}

.datatable th a:active:hover {
	color: #4c608c;
	background-color: #cad6ef;
	display: block;
}


/* Start global layout styles */

div#footer{
	font-size: 11px;
        padding: 50px 10px 10px 10px;
        width: 580px;
        clear: both;
}

div#centerholder{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div#main {
	border: 1px solid #767e8b;
        border-bottom: 4px solid #767e8b;
        margin: 1px auto 1px auto;
        background-color: #fff;
        float: left;
        padding: 2px;
}

div#twocol1, div#twocol2,
div#threecol1, div#threecol23holder, div#threecol2, div#threecol3, 
div#fourcol23holder, div#fourcol1, div#fourcol2, div#fourcol3, div#fourcol4 {
	float: left;
}

div#twocol1, div#threecol1, div#threecol3, div#fourcol1, div#fourcol4 {
	width: 190px;	
}

div#twocol2 {
	margin: 0px 0px 0px 2px;
        width: 799px;
}

div#threecol2{
	width: 601px;
}

div#threecol2abholder{
	float: left; 
	width: 580px;
}

div#threecol2a, div#threecol2b{
	width: 285px; 
	float: left;
}

div.threecol2abcontent{
	float: left;  
	padding-left: 20px;
}

div#threecol3{
	width: 194px;
	padding: 2px 0px 2px 2px;
}


div#threecol23holder{
	margin-left: 2px;
}

div#threecol23holder .boxtitle{
	float: none;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 797px;
	height: 26px;
}

div#threecol23holder .boxpanel{
  	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
  	width: 797px;
}

div#fourcol23holder .boxpanel{
  	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
    	width: 605px;
    	float: left;
}

div#fourcol23holder {
        padding-left: 2px;
        padding-right: 2px;
}

div#fourcol2, div#fourcol3{
	width: 300px;
        float: left;
}

div.fourcol23content{
	padding: 10px;
}	

div#fourcol4 {
	float: left;
}

div.usermessage{
    display: none;
    margin-bottom: 2px;
    padding: 5px;
}

div.error{
    display: block;
    margin-bottom: 2px;
    border: 1px solid red;
    background-color: #ffcccc;
    font-weight: bold;
    padding: 5px;
}

.none{
    display: none;
    border: 1px solid green;
}

span.notice{
	background-color: #f1f1f1;
	background-image: url(../../images/icon_announcement.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 45px;
	border: 1px solid #e1e1e1;
	display: block;	
	margin-bottom: 5px;
}

div.boxtitle{
  background-color: #8C9EC6;
  border-top: 1px solid #c2d0f0;  
  border-bottom: 1px solid #596c98;
  border-left: 1px solid #8C9EC6;
  border-right: 1px solid #8C9EC6;
  font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: white;
  font-size: 10pt;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 2px;
}

div.boxtitle, div.panelHeader, span.panelHeader{
    color: white;
    border-top: 1px solid #ccc;
    background-color: #767e8b;
}

div#topleft{
    padding-top: 10px;
}

div.accordionTabTitleBar, div.panelLink, div.moreoptionsparentlink {
	background: url('/information/affiliations/fixings/img/tile_pagemenu_button.gif') top left repeat-x;
}


div.boxpanel, div.moreoptionsboxpanel {
	background-color: #fff; 
	border: 1px solid #8C9EC6;	
	padding: 4px 4px 4px 4px;	
        margin-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
}

div.floatleft{
	float: left;
}

/* Menu Styles */

div#mainnav{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;  
    height: 24px;
    clear: both;
}

div#mainnavshadow {
    background: url(../../images/tile_mainnav_shadow.gif) top left repeat-x;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 4px;
    clear: both;
}

ul.level-1, div#mainnav {
    background: url('../../images/tile_mainnav.gif') top left repeat-x;
}

ul.level-1{
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

ul.level-1 li{
	display: inline;
	background: url('../../images/bg_mainnav_btn.gif') top left repeat-x;
}

ul.level-1,ul.level0,ul.level1 {
	
}

ul.level-1 li a {
	width: 100px;
	height: 24px;
	color: white;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: inline;
}

ul.level-1 li a:hover {
	background: url('../../images/bg_mainnav_btn_hover.gif') top left repeat-x;
        text-decoration: none;
}

ul.level-1 li a,ul.level0 li a {
	
}

ul ul.level1 li a {
	
}

ul.level0 strong a, ul.level-1 strong a {
	background: url('../../images/tile_mainnav_active.gif') top left repeat-x;
	color: black;
        height: 24px;
}

ul ul.level1 strong a {
	
}

.line {
	background-color: #999;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.alignleft{
  text-align: left;
}

.aligncenter{
  text-align: center;
}

.alignright{
  text-align: right;
}

.clearboth{
  clear: both;
}

/* Link Styles */

span.linkdate{
    font-weight: bold;
    display: block;
}

span.standalonelink{
    line-height: 15px; 
    border-bottom: 1px dashed #e1e1e1; 
    padding-bottom: 5px; 
    margin-bottom: 5px; 
    display: block;
}

/* Image wrap tags used by Magnolia paragraph */

img {
    border: 0px;
}

img.wraptoright {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
        clear: both;
}

img.wraptoleft {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.nowrap{
    display: block;
    margin-bottom: 2px;
}

img.markit{
    margin-left: 20px;
    margin-bottom: 10px;
}

/* Price box styles (Credit Fixings) */

div.highlightbox{
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
span.highlightbox{
	border: 1px solid #e1e1e1; 
	background-color: #f1f1f1; 
	padding: 5px 5px 5px 5px; 

	font-weight: bold;
}

span.highlightvalue{
	color: #FF6600;
}



/* Magnolia Overrides */

.mgnlControlBarSmall, .mgnlControlBarSmall_PUSHED, .mgnlControlBarSmall_MOUSEOVER {
    width: 140px;
}

.mgnlMainbar,.mgnlMainbarPreview {
	position: relative;
	margin-bottom: 5px;
	z-index: 900;
}


/* START STOCK CSS */

td.table,td.tableHead {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 0px;
	border-color: #aaaaaa;
}

td.tableHead {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}

.devShowBox {
	background-color: #cccccc;
	padding: 4px;
}

.code {
	font-family: Courier New, monospace;
	font-size: 12px;
}

label{
    width: 100px;
    padding-bottom: 3px;
    display: block;
}

input {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 0.80em;
}

input.button, input.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	font-weight: bold;
	margin-top: 5px;
}

textarea,input.text,select {
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.submit {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.checkbox,input.radio {
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.searchresult {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.searchresult p {
	margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
	display: block;
	margin-bottom: 2px;
}



