/* Cascading Style Sheets for Jack Calverley SFIQ site *//* (c) 2011 Copyright EiDoxis Limited. All rights reserved *//* background/surround for whole page */

body { background-color:black ; }
.selectedSFIQ{ /*CSS class that gets added to the currently selected SFIQ link (assuming it's a text link)*/
color: silver ;
}

/* ######### Default class for drop down menus ######### */

td { vertical-align:top ; }

/* was menuSFIQclass */

.menuanchorclass{
font: bold 13px helvetica;
background: black;
color: #336699;
}

.menuanchorclass a{
background: black;
font: bold 13px helvetica;
color: #336699;
}

a.menuanchorclass:link { text-decoration: none ; color:#336699 ; font-size:13 ; font-weight: bold; }a.menuanchorclass:visited { text-decoration: none ; color:#336699 ; font-size:13 ; font-weight: bold; }a.menuanchorclass:active { text-decoration: none ; color:silver ; font-size:13 ; font-weight: bold; }a.menuanchorclass:hover { text-decoration: none ; color:silver ; font-size:13 ; font-weight: bold; }

.anylinkmenu a:link{ color: silver; font-weight: bold; }
.anylinkmenu a:visited{ color: silver; font-weight: bold; }
.anylinkmenu a:active{ color: silver; font-weight: bold; }
.anylinkmenu a:hover{ color: silver; font-weight: bold; }


.menuanchorclass a:hover{
font: bold 13px helvetica;
background: black;
color: silver;
}


.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: bold 13px helvetica;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: black;
width: 130px; /* default width for menu */
}

.anylinkmenu ul{
margin: 3;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 0px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 0px; // was 5px
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 13px helvetica;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: black;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
xxbackground: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
xxbackground: black;
visibility: hidden;
}





/* default gold links */a:link { text-decoration: none ; color:white ; font-size:12 ; }a:visited { text-decoration: none ; color:white ; font-size:12 ; }a:active { text-decoration: none ; color:white ; font-size:12 ; }a:hover { text-decoration: underline ; color:white ; font-size:12 ; }
/* Menus */a.menutext:link { text-decoration: none ; color:black ; font-size:12 ; font-weight: bold; }a.menutext:visited { text-decoration: none ; color:black ; font-size:12 ; font-weight: bold; }a.menutext:active { text-decoration: none ; color:white ; font-size:12 ; font-weight: bold; }a.menutext:hover { text-decoration: none ; color:white ; font-size:12 ; font-weight: bold; }
/* Menus */a.menuthispage:link { text-decoration: none ; color:white ; font-size:12 ; }a.menuthispage:visited { text-decoration: none ; color:white ; font-size:12 ; }a.menuthispage:active { text-decoration: none ; color:white ; font-size:12 ; }a.menuthispage:hover { text-decoration: none ; color:white ; font-size:12 ; }
/* inline text */a.inline_link:link { text-decoration: none ; color:white ; font-size:12 ; }a.inline_link:visited { text-decoration: none ; color:white ; font-size:12 ; }a.inline_link:active { text-decoration: none ; color:white ; font-size:12 ; }a.inline_link:hover { text-decoration: underline ; color:white ; font-size:12 ; }
.menubar { 
border-width:1;
border-color:black;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
}

.picture { 
border-width:1;
border-color:926D40;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
}

.editorial_text {
color:white ;font-family:helvetica, sans-serif; 
font-size:13;
}
.editorial_heading {
color:white ;font-family:helvetica, sans-serif; 
font-size:20;
}
.gold_text {
color:white ;font-family:helvetica, sans-serif; 
font-size:13;
}
table.generic_list_table {
width : 100% ;
border-width:4;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-color:black; // 926D40;
}

td.generic_list_table {
vertical-align:top;
color:silver;
font-size:12px;
border-width:4;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-color:black;
}

td.generic_list_table_title {
vertical-align:top;
color:silver;
font-size:12px;
border-width:4;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-color:black;
}

td.generic_list_table_date {
vertical-align:top;
color:silver;
font-size:12px;
border-width:4;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-color:black;
}

td.generic_list_table_text {
vertical-align:top;
color:silver;
font-size:12px;
border-width:4;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-color:black;
}
/* (c) 2011 Copyright EiDoxis Limited. All rights reserved */
