/*
Jellyfish Group Website
*/

/*
Standard
*/
body {
    background: #949494;
    font-family: Arial;
    font-size: 62.5%;
    margin: 0;
    padding:0;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
    margin: 0;
}

form {
    padding:0px;
    margin:0px;
}

h1 {
    color: #311C00;
    font-size: 2.2em;
    height: 42px;
    line-height: 40px;
    margin: -12px 0 0 0px;
    padding: 0 0 0 0px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

h2 {
    color: #555555;
    font-size: 1.7em;
    padding: 10px 0 0 0;
    margin: 0 0 -6px 0;
}

h3 {
    color: #38452C;
    font-size: 1.7em;
    padding: 15px 0 0 0;
    margin: 0;
}

h4 {
	border-bottom: 1px solid #ccc;
    color: #555555;
    font-size: 1.8em;
    font-weight: bold;
    margin: 3px 0;
}

ol {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

#mainpanel p {
    color: #555555;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    padding: 8px 0 8px 0;
}

#mainpanel ul {
    margin-top: 0;
    margin-bottom: 0;
}

.lg {
    color: #DCE82A;
}

.dg {
    color: #323E1A;
}

.wh {
    color: #fff;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.cb {
    clear:both;
}

.tar {
    text-align: right;
}

/*
Layout
*/
#skipnav {
    position: absolute;
    left: -2000em;
    width: 20em;
}

#container {
    background: url('/img/container_bg.gif') repeat-y;
    margin:auto;
    padding: 0 15px 0 15px;
    width: 950px;
}

#header {
    background: url('/img/header_bg.gif') repeat;
    height: 80px;
    position: relative;
    width: 940px;
}

#header ul {
    float:right;
    margin: 10px 15px;
    font-size: 1.1em;
}

#header li {
        background: url('/img/dotline.gif') no-repeat;
        font-weight: bold;
        padding-left: 8px;
}

#menu li.first, #header li.first, .footer li.first {
    background: none;
    margin-left: -8px;
}

#header a {
    text-decoration:none;
}

#header a:hover {
    color: #fff;
    text-decoration:underline;
}

#mainpanel {
    background: transparent;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    float: left;
    min-height: 380px;
    height:auto !important;
    height:380px;
    line-height: 1.7em;
    margin: 10px 0 0 20px;
    position: relative;
    width: 591px;
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9; opacity:0.9;
}

#mainpanel_top {
    background: #fff;
    border-right: 1px solid #ccc;
    min-height: 370px;
    height:auto !important;
    height:370px;
    padding: 20px 20px 0 20px;
    width: 550px;
}

#mainpanel_bot {
    background: transparent url('/img/mainpanelcorner.gif') no-repeat right;
    border-left: 1px solid #ccc;
    height: 25px;
    margin: 0 0 0 -1px;
    position: relative;
    width: 591px;
}

#mpbg {
    background: url('/img/bg3.jpg') no-repeat;
    padding: 0;
    width: 940px;
    min-height: 437px;
    height:auto !important;
    height:437px;
}

#header ul {
    list-style-type: none;
}

#header li {
    float:left;
    margin-left: 8px;
}

#header img {
    position: absolute;
    right: 5px;
}

a.logo {
    background: url('/img/logo.gif') no-repeat;
    display:block;
    float: left;
    height: 45px;
    margin-left: 20px;
    margin-top: 20px;
    width: 229px;
}

a.logo span {
    display:none;
    visibility: hidden;
}

a.logo2 {
    display:block;
    float: left;
    height: 26px;
    margin-left: 1px;
    margin-top: 44px;
    width: 140px;
}

a.logo2 span {
    display:none;
    visibility: hidden;
}

/*
Horizontal Menu
*/

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu_container {margin:0 0 -13px 0; position:relative; width:920px; height:30px;background: #FF9B1F; padding: 0 0 0 20px; z-index: 100;}
#menu_container img {float:right}

/* Get rid of the margin, padding and bullets in the unordered lists */
#menu, #menu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#menu a, #menu a:visited, #menu a:active {display:block;font-size:11px; color:#38452C; height:30px; line-height:29px; text-decoration:none; text-indent:8px; padding-right:8px;font-weight:bold}

/* Set up the sub level borders */
#menu li a.enclose, #menu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#menu li {float:left; background: url('/img/dotline.gif') 0 7px no-repeat;white-space:nowrap;}
#menu ul li { background: transparent url('/img/menubg.png') 0 0 repeat; width: 205px; white-space:nowrap;}
#menu ul li:hover, #menu li.fly:hover ul li:hover { background: transparent}


/* third level bg color (flyout 1) */
#menu ul li ul li { background: transparent url('/img/menubg.png') repeat; width: 205px; white-space:nowrap}

/* For Non-IE browsers and IE7 */
#menu li:hover {position:relative;}

/* Make the hovered list color persist */
#menu li:hover > a,#menu li:hover > a:visited {background: transparent url('/img/menubg.png') 0 -30px repeat;  color: #fff;}
#menu li.fly:hover > a:hover {color:#fff;}
/* .fly hover img */
#menu li.fly:hover > a,#menu li.fly:hover > a:visited {
    color: #fff;
    background: transparent url('/img/menubg.png') 200px -90px;
}

/* drop-down HOVER colour (non-flyout) */
#menu li a:hover, #menu li:hover a:hover {background: transparent url('/img/menubg.png') 0 -30px repeat; }

#menu li a:hover, #menu li.fly:hover a:hover {background: transparent url('/img/menubg.png') 200px -90px repeat; }

#menu li.fly:hover ul li {
    background: transparent url('/img/menubg.png') 0 -30px repeat;
}

/* flyout hover colour */
#menu li.fly:hover ul li a:hover {
    background: transparent url('/img/menubg.png') 0 -120px repeat;
}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#menu li ul {display:none;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#menu li:hover > ul {display:block; position:absolute; top:-11px; left:120px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:180px;}

/* colour of the drop down links */
#menu li:hover > ul li a {color: #fff; font-weight:normal}

#menu li:hover > ul li a:hover {color:#fff}

/* Position the first sub level beneath the top level liinks */
#menu > li:hover > ul {left:-30px; top:20px;}

/* get rid of the table */
#menu table {position:absolute; border-collapse:collapse; top:5px; left:-9px; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #menu ul li a {font-weight:normal}
* html #menu li a:hover {position:relative; text-decoration: none; background-position: 200px -30px}
* html #menu table li a, * html #menu table li a:visited {color: #DFEA2A;}

/* Set up the pointers for the sub level indication */
#menu li.fly {background: transparent url('/img/menubg.png') 200px -60px repeat-x}
#menu li.drop {background: url('/img/dotline.gif') 0 7px no-repeat;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #menu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 40px 40px; background:transparent url(transparent.gif); cursor: pointer;}

/* keep the third level+ hidden when you hover on first level link */
#menu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#menu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#menu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#menu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#menu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#menu li a:hover ul a:hover ul{
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#menu li a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#menu li a:hover ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#menu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/* OVERRIDE THE WIDTH OF CERTAIN MENUS */
#menu ul.menu_ourservice li.fly {background-position: 200px -60px}
#menu ul.menu_ourservice li.fly a:hover {background-position: 200px -90px}
#menu ul.menu_ourservice li.fly:hover > a,#menu li.fly:hover > a:visited {background-position: 200px -90px}
#menu ul.menu_ourservice li:hover > ul {display:block; position:absolute; top:-10px; left:174px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:180px;}
#menu ul.menu_ourservice li:hover > ul li {width: 230px;}
#menu li a:hover ul.menu_ourservice a:hover ul{visibility:visible; top:-15px; left:164px;}

#menu ul.menu_hostedexchange li.fly {background-position: 235px -60px}
#menu ul.menu_hostedexchange li.fly a:hover {background-position: 235px -90px}
#menu ul.menu_hostedexchange li.fly:hover > a,#menu li.fly:hover > a:visited {background-position: 235px -90px}
#menu ul.menu_hostedexchange li:hover > ul {display:block; position:absolute; top:-10px; left:209px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}
#menu ul.menu_hostedexchange li:hover > ul li {width: 180px;}
#menu li a:hover ul.menu_hostedexchange a:hover ul{visibility:visible; top:-15px; left:200px;}

#menu ul.menu_systemarchitecture li:hover > ul {display:block; position:absolute; top:-10px; left:175px; padding:10px 30px 30px 30px; background:transparent;}
#menu li a:hover ul.menu_systemarchitecture a:hover ul{visibility:visible; top:-15px; left:165px;}

#menu ul.menu_pricing li:hover > ul {display:block; position:absolute; top:-10px; left:175px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}
#menu ul.menu_pricing li.fly a:hover {background-position: 200px -90px}
#menu ul.menu_pricing li.fly:hover > a,#menu ul.menu_pricing li.fly:hover > a:visited {background-position: 200px -90px}
#menu ul.menu_pricing li:hover > ul li {width: 180px;}
#menu li a:hover ul.menu_pricing a:hover ul{visibility:visible; top:-15px; left:165px;}

#menu .menu_clientlogin {float:right;}
#menu li.menu_clientlogin:hover > ul {top:20px; left:-98px;}
#menu li.menu_clientlogin:hover > ul li  {width:150px;}
* html #menu li.menu_clientlogin ul {margin-left:-68px}
* html #menu li.menu_clientlogin ul li {width:150px;}

#menu ul.menu_hostedexchange li {
    width: 240px;
}

#menu ul.menu_whyactivemail li {
    width: 165px;
}

#menu ul.menu_pricing li {
    width: 205px;
}




/*
Default links
*/
a {
    color: #503007;
    text-decoration: underline;
}

.strap_line {
	border:none;
    color: #FF9B1F;
    float:left;
    margin-top: 30px;
    margin-left: 10px;
    position: relative;
    width: 473px;
}

/*
Postit
*/
#noscript {
    background: #C3C4C3 url('/img/icon_alert.gif') 8px 10px no-repeat;
    border: 1px solid #999;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 10px;
    padding: 10px 10px 10px 35px;
    text-align: justify;
}

#postit_container {
    float: right;
    margin: 50px 0px 0 0;
    height: 340px;
    width: 510px;
}

.postit {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    float: left;
    position: relative;
    margin:5px;
    width: 220px;
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9; opacity:0.9;
}

.postit_top {
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 5px 10px;
}

.postit_top h1 {
    padding: 10px 0 0 0;
    font-size: 2.2em;
    font-weight: bold;
}


.postit_top p {
    color: #323E1A;
    font-size: 1.2em;
    line-height: 1.5em;
    width: auto;
    margin: 10px 0 6px 0;
}

.postit_top ul {
	font-size: 1.2em;
	color: #323E1A;
}

.postit_top li {
	background: url('/img/icon_tick.gif') no-repeat;
	list-style-type: none;
	margin:0;
	margin: 0 0 0 -40px;
	padding:0;
	padding: 3px 0 3px 25px;
}

.postit_bot {
    background: url('/img/mainpanelcorner.gif') no-repeat right;
    background-position: right;
    height: 26px;
    padding-right: 10px;
    width: 210px;
}

.postit_bot a {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 2px 5px 10px;
    text-decoration: underline;
}

#postit_container .postit {
    margin: 15px;
}

/*
Content Stuff
*/
#mainpanel p, #mainpanel li {
    color: #585858;
    font-size: 1.2em;
}

#mainpanel p.box {
    background: #EFEFEF;
    border: 1px solid #DFEA2A;
    color: #585858;
    font-weight: bold;
    padding: 10px;
}

/* testimonial page */
#mainpanel p.testimonial {
    line-height: 28px;
}

#mainpanel p.dennis {
    background: url('/img/clients/dennis_small.gif') 0 4px no-repeat;
    padding-left: 55px;
}

#mainpanel p.which {
    background: url('/img/clients/which_small.gif') 0 5px no-repeat;
    padding-left: 55px;
}

#mainpanel p.newscientist {
    background: url('/img/clients/newscientist_small.gif') 0 4px no-repeat;
    padding-left: 55px;
}

/* links */
#mainpanel a {
    color: #503007;
}

#mainpanel a.visited {
    color: #503007;
    font-weight: bold;
}

#mainpanel .email {
    background: url('/img/icon_email2.jpg') 0px 1px no-repeat;
    margin: 0;
    padding: 2px 0 0 25px;
}

#mainpanel .phone {
    background: url('/img/icon_phone2.jpg') 0px 1px no-repeat;
    margin: 10px 0 0 0;
    padding: 2px 0 0 25px;
}

#mainpanel .fax {
    background: url('/img/icon_fax2.jpg') 0px 1px no-repeat;
    margin: 0;
    padding: 2px 0 0 25px;
}

#mainpanel .web {
    background: url('/img/icon_web2.jpg') 0px 2px no-repeat;
    margin: 0;
    padding: 2px 0 10px 25px;
}

#mainpanel a:hover {
    color: #323E1A;
}

p.next {
    font-weight: bold;
    position: absolute;
    bottom: 17px;
    right: 15px;
}

p.next a {
    background: url(/img/next.gif) right 4px no-repeat;
    padding: 2px 20px 2px 0;
}

p.next a:hover {
    background: url(/img/next.gif) right -17px no-repeat;
}

p.prev {
    font-weight: bold;
    position: absolute;
    bottom: 17px;
    left: 15px;
}

p.prev a {
    background: url(/img/scrollleft.gif) 0 1px no-repeat;
    padding: 2px 0 2px 20px;
}

p.prev a:hover {
    background: url(/img/scrollleft.gif) 0 -17px no-repeat;
}

.small {
    font-size: 0.9em;
}



#mainpanel li {
    line-height: 20px;
}

.pad10 {
    padding: 10px;
}

.marginauto {
    margin-left: auto;
    margin-right: auto;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.fc {
    float: center;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.b {
    font-weight: bold;
}

input,select {
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 3px;
    margin: 0;
}

.error {
    background: #DFEA2A;
    color: #323E1A;
    font-weight: bold;
    padding: 2px;
}

.quotemark {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;
}

#mainpanel p.large {
    font-size: 1.4em;
}

/*
infobox
*/
#loading {
    float:right;
    margin: -18px 5px -19px 0;
    padding: 0;
    height: 15px;
    display:none;
}

#loading img {
    margin: 20px 0 20px 6px;
}

#infobox {
    background: transparent;
    float: right;
    min-height:430px;
    height:auto !important;
    height:430px;
    height: 100%;
    margin: 5px 20px 0 0;
    width: 220px;
}

#infobox .jCarouselLite {
    overflow: hidden;
}

#infobox ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

#infobox ul li {
    height: 98px;
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
}

#infobox .infobox_top {
    background: #323E1A url('/img/icon_disk.gif') 7px 5px no-repeat;
    height: 52px;
}

#infobox .infobox_top_vacancies {
    background: #323E1A;
    height: 52px;
}

#infobox .infobox_bot {
    background: #323E1A;
    clear: both;
}

#infobox .infobox_title {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 5px 5px 5px 24px;
}

#infobox .infobox_email {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0 5px 5px 5px;
    padding: 0 0 0 5px;
    text-indent: 15px;
    background: url('/img/icon_email.gif') 0px 0px no-repeat;
}

#infobox h4 {
    font-size: 1.4em;
	padding-bottom: 1px;
}

.infobox_bottom {
    font-size: 1.1em;
}

.infobox_email a, .infobox_email a.visited, .infobox_bottom a, .infobox_bottom a:visited {
    color: #fff;
}

#infobox .postit {
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9; opacity:0.9;
    width: 208px;
}

#infobox .postit p {
    color: #585858;
    font-size: 1.1em;
    margin: 0;
}

#infobox .postit a, #infobox .postit a:visited {
    color: #585858;
}

#infobox .postit a:hover {
    color:#323E1A;
}

#infobox .postit h4 {
    font-size: 1.3em;
    font-weight: bold;
}

#infobox .postit_bot {
    width: 198px;
}

#infobox .read {
    background: url('/img/icon_read.gif') 0 6px no-repeat;
    padding-left: 15px;
}

#infobox .delete {
    background: url('/img/icon_bin2.gif') 0 6px no-repeat;
    margin-left: 15px;
    padding-left: 15px;
}

#mycarousel-deleteall {
    background: url('/img/icon_bin.gif') 3px 5px no-repeat;
    color: #fff;
    display: none;
    float: left;
    font-size: 1.1em;
    margin: 20px 0 0 5px;
    padding: 5px 0 3px 20px;
}

#infobox .more {
    background: url('/img/icon_arrowdown.gif') right no-repeat;
    float: right;
    margin-right: 5px;
    padding: 4px 18px 4px 0;
}

#infobox .buttons button {
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    padding: 2px 15px 2px 2px;
    text-align: right;
    text-decoration: underline;
}

#infobox .next, #infobox .buttons button.next {
    background: transparent url('/img/icon_arrowdown.gif') right no-repeat;
    border: none;
    clear: right;
    font-size: 0.9em;
}

#infobox .prev, #infobox .buttons button.prev {
    background: transparent url('/img/icon_arrowup.gif') right no-repeat;
    border: none;
    font-size: 0.9em;
    margin-top: 10px;
}

#infobox .vacancy {
    background: #fff;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
}

#infobox .vacancy p {
    font-size: 1.1em;
    margin: 5px 0 5px 0;
}

/*
Footer
*/
#footer {
    background: url('/img/footer_bg.gif') 0 -9px no-repeat;
    height: 25px;
    padding: 0 15px 0 15px;
    margin:auto;
    width: 950px;
}

.footer {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.footer ul {
    margin: 0 0 5px 0;
    padding: 0;
    float:left;
    list-style-type: none;
    width: 50%;
}

.footer li {
    background: url('/img/dotline.gif') no-repeat;
    float: left;
    font-size: 0.9em;
    margin-left: 8px;
    padding-left: 8px;
}

.footer li.first {
    margin-left: 0;
    padding-left: 0;
}

.footer p {
    margin-right: 10px;
    margin-top: 0;
}

/*
Glossary Tip
*/
#mainpanel a.glossaryhovertip_target {
    border-bottom: 1px dashed;
    text-decoration: none;
}

/*
Hover tips
*/
.hovertip {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 208px;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
}

.hovertip h4 {
    color: #585858;
    font-size: 1.3em;
    padding: 3px 0 1px 0;
    margin: 0;
}

.hovertip p {
    font-size: 1.1em;
    color : #585858;
    margin: 0;
    padding: 0 0 0px 0;
}

.hovertip .read {
    background: url('/img/icon_read.gif') 0 5px no-repeat;
    padding-left: 15px;
}

.hovertip .save {
    background: url('/img/icon_disk2.gif') 0 5px no-repeat;
    margin-left: 5px;
    padding-left: 18px;
}

.hovertip a {
    color: #585858;
    font-weight: bold;
}

.hovertip a:hover {
    color: #323E1A;
}

.hovertip .postit_bot {
    width: 198px;
}

/*
Breadcrumb
*/
#mainpanel .breadcrumb {
    color: #777;
    font-size: 1.1em;
    margin-bottom: 18px;
    margin-left: -10px;
    margin-top: -10px;
}

#mainpanel .breadcrumb a {
    text-decoration: none;
}

#mainpanel .breadcrumb a:hover {
    text-decoration: underline;
}

/*
clients page
*/
.clients {
    clear: both;
}

.clients .client {
    height: 87px;
    width: 25%;
    float: left;
}

.clients img {
}

/*
Header backgrounds!
*/

<?
/*
This stuff is for the header main title of the content
*/
if (!empty($_REQUEST['h'])) $header = addslashes($_REQUEST['h']);
else $header = 'default_header';
?>
.jfadmin, .<?=$header?> {
    padding: 52px 0 0 0;
    overflow: hidden;
    position: absolute;
    height: 0px !important;
    height /**/:52px;
    margin-left: -20px;
    width: 500px;
}

.<?=$header?> {
    background: url('/img/header/<?=$header?>.gif') no-repeat;
}

.jfadmin {
    background: url('/img/header/jfadmin.gif') no-repeat;
}

/*
Javascript sortable tables
*/
.sortable {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.sortable td {
    padding: 3px 5px 3px 5px;
}

.header {
    background-image: url(/img/admin/header-bg.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 8px;
    height: auto;
    cursor: pointer;
    border: 1px solid #ccc;
}
.headerSortUp {
    background-image: url(/img/admin/header-asc.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 8px;
    height: auto;
    cursor: pointer;
}
.headerSortDown {
    background-image: url(/img/admin/header-desc.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 8px;
    height: auto;
    cursor: pointer;
}

#mainpanel p.message {
    background: #FFC0C0;
    border: 1px solid #ff0000;
    color: #000;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
}

table.sortable tr:hover {
    background: #EFEFEF;
}

/*
Drop down, auto-fill
*/
.ac_results {
    border: 1px solid gray;
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
}

.ac_results li {
    padding: 2px 5px;
    white-space: nowrap;
    color: #101010;
    text-align: left;
}

.ac_over {
    cursor: pointer;
    background-color: #F0F0B8;
}

.ac_match {
    text-decoration: underline;
    color: black;
}

.hidden {
    display: none;
    visibility: none;
    height: 0;
}

#jfadmin {
    background: #808080;
    border: 1px solid #000;
    margin: 20px;
    padding: 0 10px 10px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
}

#jfadmin h5 {
    background: #585858;
    font-size: 1.1em;
    width:120px;
    border-bottom: 1px solid #000;
    margin: 0 -10px 0 -10px;
    padding: 2px 10px 2px 10px;
}

#jfadmin-delete {
position: absolute;
    top: 0px;
    left: 130px;
}

#jfadmin p {
    font-size: 1.1em;
    margin: 0;
    padding: 5px 0 5px 0;
}

#mainpanel table {
    font-size: 1.1em;
    width: 100%;
}

table.ampackages {
    border: 2px solid #000;
    border-collapse: collapse;
    margin-bottom: 2px;
    margin-top: 2px;
}

table.ampackages td {
    border-right: 2px solid #000;
    padding: 1px;
    text-align: center;
}

td.border {
    border: 2px solid #000;
}

td.br {
    border-right: 2px solid #000;
}

td.bl {
    border-left: 2px solid #000;
}

table.ampackages td.tal {
    text-align: left;
}


#contacttabcontainer {
	position:relative;
	width: 100px;
	z-index: 50;
}

#contacttab {
	left: 19px;
	bottom: -19px;
	position: absolute;
}

#contactdetails {
	background: #D6E228;
	border: 1px solid #fff;
	border-bottom: 0px;
	border-top: 0px;
	display:none;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 1px;
	margin-top: -3px;
	padding: 15px;
	width: 200px;
}

#contactdetails a {
	color: #000;
}

#fathersDayButton {
	position: absolute;
	bottom: -18px;
	right: -15px;
	z-index: 5;
}

#mpbg {
	position: relative;
}