@charset "utf-8";






/* TAGS START */
body {
	background-color: #FFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: -1px;
}
h1 {
	font-size: 22px;
}
h2 {
	color: #00346d;
	font-size: 16px;
	margin: 3px 0 6px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
h4 {
	background-color: #00346d;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 12px;
	margin: 0;
}
h5 {
	font-size: 12px;
	margin: 6px 0 3px 0;
}
a {
	color: #00F;
}

p {
	margin: 3px 0;
}
ul {
	margin: 0 0 0 15px;
	padding-left: 15px;
}
label {
	font-weight: bold;
}


/* TAGS END */









/* POSITIONS START */
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* POSITIONS END */









/* FORM START */
form {
	margin: 0;
}
.itext {
	border: 1px solid #000;
	font-weight: bold;
	width: 180px;
}
.itextsml {
	border: 1px solid #000;
	font-weight: bold;
	width: 100px;
}
.iselect {
	font-weight: bold;
	width: 180px;
	font-size: 11px;
}
.iarea {
	border: 1px solid #000;
}
.imultiple {
	border: 1px solid #000;
	width: 150px;
	height: 200px;
}
.btn {
	background-color: #00346d;
	border:0;
	font-weight: bold;
	color: #FFF;
	padding: 0 4px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.disabledbtn {
    background-color: gray;
    border:0;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none  !important;
	font-weight: bold  !important;
	color: #FFF  !important;
    padding: 0 4px;
}

.btnLink {
	text-decoration: none  !important;
	background-color: #00346d  !important;
	font-weight: bold  !important;
	color: #FFF  !important;
	padding: 2px 6px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 3px;
}

ul.multi-checkbox-list {
  list-style-type: none;
  indent: 0;
  margin-left: 0;
}

ul.inline-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

ul.inline-list li {
  float: left;
}

.topButtons {
	text-align:right;
}
.bluebox{
	background-color:#BBE6F5;
	padding:2px 3px 2px 3px;
}
.greybox{
	background-color:#F7F6F3;
	padding:1px 3px 2px 3px;
}
/* FORM END */




/* TABLES START */
.tableForm td {
	padding: 3px;
	text-align: left;
}
.tableForm th {
	font-weight: bold;
	text-align: right;
}
.tableForm td.outlineTableCell {
  border: solid 1px #000;
}

.tableGrid td {
	border: 1px solid #CCC;
	vertical-align: top;
}
tr.L0 td {
	background-color: #FFF;
}
tr.L1 td {
	background-color: #F5F5F5;
}


.tableResults {
	margin: 6px 0;
}
.tableResults th {
	background-color: #00346d;
	border: 1px solid #00346d;
	color: #FFF;
	font-weight: normal;
	padding: 6px 3px;
	text-align: left;
}
.light th {
	background-color: #5d7b9d;
	border: 1px solid #5d7b9d;
	padding: 3px 3px;
}

.tableResults th a{
	background-color: #00346d;
	color: #FFF;
}

.tableResults tbody {
	border: 1px solid #999;
}
.tableResults tr.L1 td {
	padding: 3px;
}
.tableResults tr.L0 td {
	padding: 3px;
	color: #284775;
}
.tableResults td {
	font-size: 11px;
	text-align: left;
}


.tableList th {
	background-color: #5377A9; 
	color: #FFFFFF;
	padding: 3px; 
	text-align: left;
}


.tablePreview th {
	background-color: #CCC;
	padding: 4px;
	text-align: left;
}
.tablePreview td {
	background-color: #D3D3D3;
	padding: 4px;
}

.tableUnderline td {
	padding: 3px;
	border-bottom: 1px solid #333;
}

.tableUnderline table td {
	border: 0;
}

.sky th, .sky td{
  background: #a8d6f7;
  padding: 5px;
}

.sky a, .sky a{
  color: #000;
}

tr.out_of_office td{
  background: #999999;
}

.tableLines td{
  border-bottom: solid 1px #111;
}
.tableLines td.subHeader{
  font-size: 12px;
  font-weight: bold;
  background: #d3d3d3;
  color: #000080;
  padding: 4px 0 4px 30px;
}

/* TABLES END */







/* CLASSES START */
.box {
	border: 1px solid #000;
	padding: 5px;
	margin: 6px 0;
}
.quote {
	background: url(/css/../img/quote.gif);
	width: 216px;
	height: 99px;
	color: #FFF;
	padding: 20px;
	line-height: 18px;
	padding-top: 35px;
}
.quote_byline {
	color: #00346d;
	font-weight: bold;
}
.outline {
	border: 1px solid #CCC;
	margin: 5px 0;
}
.highlight {
	padding: 8px;
	background-color: #ffff9c;
}
.container {
	background-color: #e4e4e4;
}
.pad, .pad td{
	padding: 3px;
}
.pad_large, .pad_large td{
	padding: 8px;
}
.margin {
	margin: 5px;
}
.clear {
	clear:both;
/*	display:none;
	visibility:hidden;
	height:0px;
	*/
}
.req {
	color: #CC0000;
	vertical-align: top;
}
.line {
	background-color: #86dfff;
	line-height: 5px;
	margin: 6px 0;
}
.spacer {
	line-height: 10px;
	height: 10px;
}
.spacer_large {
	line-height: 30px;
	height: 30px;
}



a img {
	border: none;
}

ul.ulTree{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.ulTree li span.filler, ul.ulTree li a.expandAll{
	display:block;
	float:left;
	width:9px;
	height:18px;
	font-size:1px;
	text-indent: -99999em;
	margin:0px 4px 0px 0px;
}

ul.ulTree ul{
	margin:0px 0px 0px 15px;
}

ul.ulTree li{
  clear:both;
}
 
ul.ulTree li a.expandAll{
	background-image:url(/css/../img/expand.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

ul.ulTree li a.expandAll:active, ul.ulTree li a.expandAll:focus{
	outline:0;
}

ul.ulTree li a.on{
	background-image:url(/css/../img/collapse.gif);
}

ul.clickTree{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.clickTree li span.filler, ul.clickTree li a.expandAll{
	display:block;
	float:left;
	width:9px;
	height:18px;
	font-size:1px;
	text-indent: -99999em;
	margin:0px 4px 0px 0px;
}

ul.clickTree ul{
	margin:0px 0px 0px 15px;
}

ul.clickTree li{
  clear:both;
}

ul.clickTree li a.expandAll{
	background-image:url(/css/../img/expand.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

ul.clickTree li a.expandAll:active, ul.clickTree li a.expandAll:focus{
	outline:0;
}

ul.clickTree li a.on{
	background-image:url(/css/../img/collapse.gif);
}



input.ac_loading{
  background-image:url(/css/../img/loading-grey.gif);
  background-repeat:no-repeat;
  background-position:center right;
}

div.ac_results{
	height:300px;
	overflow:auto;
	background-color:transparent;
	border:0px;
}

div.ac_results ul{
	border:1px solid #C4C2C1;
}

div.ac_results ul, div.ac_results ul li{
	width:auto;
	background-color:white;
}

div.ac_results ul li.ac_over{
	background-color:#00346D /* Other alternatives include: #86ABD9 or #3485B0 */;
}
div.ac_results ul li.ac_over *{
	color:white;
}

div.ac_results ul li a{
	text-decoration:none;
	color:black;
}

ul.compactList, ul.compactList ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.compactList li{
	font-weight:bold !important;
	margin:10px 0px 0px 0px;
}

ul.compactList li ul li{
	font-weight:normal !important;
	margin:0px;
}


ul.vertical-list {
	list-style-type: none;
	indent: 0;
	margin-left: 0;
	padding-left: 0;
}
ul.vertical-list label {
	vertical-align: top;
	line-height: 16px;
}




.smallFormBox {
	margin: 50px 0 50px 100px;
}
.pageControls {
	border: 1px solid #000;
	padding: 5px;
}
.scrollbox {
	border: 1px solid #000;
	padding: 10px;
	overflow: scroll;
}

.simplePaging {
	text-align:center;
	margin: 10px;
	font-size: 14px;
}


/* CLASSES END */









/* COLOURS START */
.financial{
	color: #2f4f4f;
}
.consumer{ 
	color: #daa520;
}

.consumer_health , .consumer_healthcare {
    color: #008000;
}
.ethical___professional_healthcare, .ethical___professional_health, .pro_healthcare {
    color: #8000ff;
}
.b2b{ 
	color: #b22222;
}
.urgent { 
	color: #C00;
}
.accent {
	color: #63caec;
	font-weight: bold;
}
.accentDark {
	color: #00346d;
	font-weight: bold;
}
.dull {
	color: #999;
}
.tag_red {
	color:#FF0000;
	font-weight:bold;
}
.tag_green {
	color:#008000;
	font-weight:bold;
}
.tag_blue {
	color:#0000EE;
	font-weight:bold;
}
.tag_yellow {
	color:#FFC500;
	font-weight:bold;
}
.whiteText {
	color: #FFFFFF;
}
.exportTitle{
  font-size: 12px;
  color: #000080;
  font-weight: bold;
  font-family: Arial;
}

/* COLOURS END */






/* IDs START */
#header {
	background: url(/css/../img/top_filler.jpg) repeat-x;
    position:relative;
    height:81px;
}

#header a{
  display:block;
  background-image:url(/css/../img/top_banner.jpg);
  width:998px;
  height:81px;
  text-indent:-999em;
  font-size:1px;
  float:left;
  position:absolute;
}

#headerBarFill {
	background-color: #00346d;
	height: 20px;
	margin: 3px 0;
}

#mailgk{
  height:27px;
  margin:0px 0px 5px 0px;
}

#mailgk a{
  display:block;
  background-image:url(/css/../img/email_gorkana.gif);
  width:148px;
  height:22px;
  text-indent:-9999em;
  font-size:1px;
  position:absolute;
  right:0px;
}

#floatHolder {
  position:absolute;
  right:0px;
  width:500px;
}

#searchForm #radioHolder{
  margin:0px 10px 0px 0px;
}


#searchForm #keywordText_quick, #searchForm #btnSearch{
  position:absolute;
}

#searchForm #btnSearch{
  right:0px;
  width:77px;
}

#searchForm #keywordText_quick{
  right:82px;
}

#radioHolder ul{
  list-style:none;
  padding:0px;
  margin:0px 0px 5px 0px;
  display:block;
  float:right;
}

#radioHolder ul li{
  display:inline;
  margin:0px 5px 0px 0px;
}

#content #headerBarFill {
	margin-left: -5px;
}
#menuBar {
	background-color: #EEE;
	padding: 1px;
	height: 21px;
}
#content {
	margin: 3px 0 0 5px;
}
#footer {
	margin-top: 5px;
	color: #999;
	font-size: 11px;
}

#errorMessagesMain, #errorMessagesModal {
	padding: 5px 5px 5px 25px;
	border: 1px solid #ead677;
	color: #660000;
	margin: 5px 0;
	background: url(/css/../img/warn.gif) 5px 5px no-repeat #fafcc8;
}
#errorMessagesMain ul, #errorMessagesModal ul {
	margin: 0;
	list-style: none;
}


#confirmMessagesMain, #confirmMessagesModal {
	padding: 5px;
	background-color: #b5dfaf;
	border: 1px solid #194716;
	color: #194716;
	margin: 5px 0;
}
#confirmMessagesMain ul, #confirmMessagesModal ul {
	margin: 0;
	list-style: none;
}

#flashMessagesMain, #warningMessagesMain, #noticeMessagesMain {
	padding: 5px;
	background-color: #BBE6F6;
	border: 1px solid #5AA3C4;
	color: #000000;
	margin: 5px 0;
}
#flashMessagesMain ul, #warningMessagesMain ul, #noticeMessagesMain ul {
	margin: 0;
	list-style: none;
}


/* IDs END */













/* TABS START */

.ui-tabs-nav {
	/*resets*/ margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial, sans-serif;
	float: left;
	/*position: relative;
	z-index: 1;
	bottom: -1px;*/
	border: 1px solid #d3d3d3;
	border-right: 0;
	border-bottom: none;
	background: url(/css/../img/e6e6e6_40x100_textures_02_glass_75.png) 0px -1px;
}
.ui-tabs-nav li {
	/*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-top: none;
	border-left: none;
}
.ui-tabs-nav li a {
	/*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none !important;
	padding: .2em 1.3em;
	color: #053d67;
	background: #edeeed url(/css/../img/edeeed_500x100_textures_12_gloss_wave_75.png) 0 50% repeat-x;
	font-size: 11px;
	white-space: nowrap;

}

.ui-tabs-nav li a.empty {
  color: #cccccc;
}
.ui-tabs-nav li a:hover {
	background: #dadada url(/css/../img/053d67_500x100_textures_12_gloss_wave_65.png) 0 50% repeat-x;
	color: #FFF !important;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff !important;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #FFF url(/css/../img/053d67_500x100_textures_12_gloss_wave_75.png) 0 50% repeat-x  !important;
	color: #FFF;
}
.ui-tabs-selected a {
	color: #FFF !important;
}
.ui-tabs-panel {
	/*resets*/ margin: 0; padding: 0; border: 0; outline: 0;  text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	clear:left;
	background: #FFF;
	color: #222;
	padding: 10px;
	border: 1px solid #d3d3d3;
	margin-top: -1px;
}
.ui-tabs-hide {
	display: none; /* for accessible hiding: position: absolute; left: -99999999px; */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/css/../img/ajax-loader.gif) no-repeat 0 50%;
}

a.ui-tabs-loading:hover em, li.ui-tabs-selected a.ui-tabs-loading em{
background:url(/css/../img/ajax-loader-hover.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
/** html .ui-tabs-nav {  auto clear, @ IE 6 & IE 7 Quirks Mode 
    display: inline-block;
}
/* *:first-child+html .ui-tabs-nav  {  @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... 
    display: inline-block;
}*/



/** LOCALE TABS **/

.locale_tabs ul {
    padding-left: 0 !important;
}

.locale_tabs  li {
    border: 0 !important;
}


.locale_tabs  li a {

}

.locale_tabs  {
  background-color: white !important;
  background: white !important;
  border: 0 !important;
}



/*
Select attendees control
*/
#attendeeControl #tabHolder{
  width:565px;
  margin:0px 10px 0px 0px;
  float:left;
}

#attendeeControl #listHolder{
  margin:15px 0px 0px 0px;
  float:left;
  width:220px;
  overflow:hidden;
}

#attendeeControl #listHolder ul{
  list-style:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  overflow:auto;
}

#attendeeControl #tabHolder div.ui-tabs-panel, #attendeeControl #listHolder ul{
  height:215px;
}

#attendeeControl #tabHolder #mediaOutlet div,
#attendeeControl #tabHolder #journalists div,
#attendeeControl #tabHolder #lists div{
  float:left;
  margin:0px 10px 0px 0px;
}

#attendeeControl #tabHolder #mediaOutlet div input,
#attendeeControl #tabHolder #journalists div input,
#attendeeControl #tabHolder #lists div input,
#attendeeControl #tabHolder #enter_email div input,
#attendeeControl #tabHolder #press_officers div input.itext,
#attendeeControl #tabHolder #client_individuals div input.itext{
  width:220px;
}

#attendeeControl #tabHolder #press_checkboxes,
#attendeeControl #tabHolder #client_checkboxes{
  width:220px;
  float:left;
  margin:0px 10px 0px 0px;
}

#attendeeControl #tabHolder #press_checkboxes label,
#attendeeControl #tabHolder #client_checkboxes label{
  word-spacing:-1px;
  font-size:10px;
}

#attendeeControl #tabHolder #press_checkboxes ul,
#attendeeControl #tabHolder #client_checkboxes ul{
  list-style:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  height:180px;
  overflow-y:scroll;
}

#attendeeControl #tabHolder #client_checkboxes ul{
  height:205px;
}

#attendeeControl #tabHolder #press_checkboxes ul li,
#attendeeControl #tabHolder #client_checkboxes ul li{
  padding:0px 0px 5px 0px;
}

#attendeeButtons{
  width:200px;
  text-align:center;
  margin:0px auto 0px auto;
}


#attendeeControl #currentSelection{
  clear:both;
  padding:5px 0px 0px 0px;
}


/* MENU - START */

.sf-menu {
	PADDING: 0px; MARGIN: 0px; LIST-STYLE-TYPE: none; list-style: none;
}
.sf-menu UL {
	WIDTH: 12em; POSITION: absolute; TOP: -999em; margin: 0; padding: 0; list-style: none; 
}
.sf-menu UL LI {
	WIDTH: 100%
}
.sf-menu LI:hover {
	VISIBILITY: inherit
}
.sf-menu LI {
	FLOAT: left; POSITION: relative;  z-index: 2000;
}
.sf-menu A {
	DISPLAY: block; POSITION: relative
}
.sf-menu LI:hover UL {
	Z-INDEX: 99; LEFT: 0px; TOP: 1.8em; 
}
.sf-menu LI.sfHover UL {
	Z-INDEX: 99; LEFT: 0px; TOP: 1.8em; 
}
UL.sf-menu LI:hover LI UL {
	TOP: -999em; 
}
UL.sf-menu LI.sfHover LI UL {
	TOP: -999em; 
}
UL.sf-menu LI LI:hover UL {
	LEFT: 12em; TOP: 0px; z-index: 11000;
}
UL.sf-menu LI LI.sfHover UL {
	LEFT: 12em; TOP: 0px
}
UL.sf-menu LI LI:hover LI UL {
	TOP: -999em
}
UL.sf-menu LI LI.sfHover LI UL {
	TOP: -999em
}
UL.sf-menu LI LI LI:hover UL {
	LEFT: 12em; TOP: 0px
}
UL.sf-menu LI LI LI.sfHover UL {
	LEFT: 12em; TOP: 0px
}
.sf-menu {
	FLOAT: left; MARGIN-BOTTOM: 1em
}

.sf-menu A {
	color: #000;
	border: 1px solid #EEE;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 6px;
	white-space: nowrap;
}

.sf-menu LI, .sf-menu LI LI {
	BACKGROUND: #EEE
}
.sf-menu LI:hover {
	BACKGROUND: #F5F5F5; outline: 0;
}
.sf-menu LI.sfHover {
	BACKGROUND: #F5F5F5; outline: 0
}
.sf-menu A:unknown {
	BACKGROUND: #F5F5F5; outline: 0
}
.sf-menu A:hover {
	BACKGROUND: #F5F5F5; outline: 0; border: 1px solid #CCC;
}
.sf-menu A:active {
	BACKGROUND: #F5F5F5; outline: 0
}
.sf-menu A.sf-with-ul {
	PADDING-RIGHT: 2.25em; min-width: 1px
}
.sf-sub-indicator {
	DISPLAY: block; RIGHT: 0.75em; BACKGROUND: url(/css/../img/arrow.gif) no-repeat right 0px; OVERFLOW: hidden; WIDTH: 10px; TEXT-INDENT: -999em; POSITION: absolute; TOP: 0.55em; HEIGHT: 15px
}
.sf-menu UL .sf-sub-indicator {
	BACKGROUND-POSITION: right 1px
}
/* MENU - END */


/* MODAL START */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -400px;
    width: 800px !important;
    
    background-color: #FFF;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* MODAL END */


.journo_download td {
    border: 1px black solid;
}


.gray_pane {
	border-collapse: collapse;
	border: 1px solid #CCCCCC !important;
	background-color: #EEEEEE !important;
	padding: 5px;
	width:700px;
}
