

@charset "utf-8";

/* SKINNING
table header: #033666
blue font: #1B5B8E like on login page
dark grey - search boxes : 78787B

*/




/* TAGS START */
body {
	background-color: #FFF;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: -1px;
        height: 100%;
        color: #000;
}
h1 {
	font-size: 22px;
}
h2 {
	color: #1b5b8e;
	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 {
	font-weight: bold;
        border: 1px solid #000;
        height: 20px;
        width: 180px;
}

/*for quick search*/
.itext-qs {
	font-weight: bold;
        height: 14px;
        margin-top: 7px;
}

.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;
    text-decoration: none;
	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: 0px;
}
.tableResults th {
	background-color: #003366;
	border: 1px solid #003366;
	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;
}

.table-grid td {vertical-align:top}
.table-grid .col-left {width:40%}
.table-grid .col-center {}
.table-grid .col-right {width:30%}


/* 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 5px;
}

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;
  z-index:100;
}

div.ac_results{
	height:350px;
	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 */;
    color: white;
}
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.removeMargins li{
    margin: 0;
}


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;
}


span.spacedCheckbox {
margin-right: 10px;
}

div #containerTwitterConnectBackLink {
margin-top: 30px;
}

/* CLASSES END */









/* COLOURS START */
.financial, .financial_products {
	color: #2f4f4f;
}
.social_media{
	color: #8abc6c;
}
.blog_sectors{
color: #8abc6c;
}
.consumer{
	color: #daa520;
}

.consumer_health , .consumer_healthcare {
    color: #008000;
}
.ethical___professional_healthcare, .ethical___professional_health, .pro_healthcare {
    color: #8000ff;
}
.b2b{
	color: #b22222;
}
.b2b___trade{
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:#1b5b8e;min-height:90px;background-color:#1B5B8E;}
	#status-block{float:right;padding-right:255px;padding-top:10px;}
	#status-block ul {margin:6px 0 0;padding:0}
	#status-block li {float:right;color:#FFF;list-style:none}
	#status-block li#basket-tag-box {margin-right:30px}
	#status-block li a {float:left;padding:4px 0 0 10px;color:#FFF;font-weight:bold;text-decoration:none}

#top-search-box {
	background: url(/css/../img/bg_searchbox.png) no-repeat left top;
	position:absolute;
	z-index:999;
	right:10px;
	height: 145px;
	width: 235px;
	padding-right: 15px;
	padding-left: 15px;
}
#top-search-box-logo {
	background: url(/css/../img/bg_searchbox_cropped.png) no-repeat left top;
	position:absolute;
	z-index:999;
	right:10px;
	height: 125px;
	width: 235px;
	padding-right: 15px;
	padding-left: 15px;
}

#top-search-box-logo .search-logo {margin:15px 20px;}

#top-search-box .search-logo {margin:10px 20px;}

#top-search-box ul {
	display:none;
	border:1px solid #afb8be;
	border-top:0;
	background:#d7edfb;
	padding:0;
	margin:0;
	width:179px;
	margin-left:10px;
	padding:5px 0
}

#top-search-box ul#hiddenRB {
	display:none;hiddenRB
	border:none;
	padding:0;
	margin:0;
}

	#top-search-box ul li {list-style:none;}
	#top-search-box ul li a {display:block;padding:2px 5px 2px 20px;color:#000;text-decoration:none;background: url(/css/../img/bg_searchbox_icons.png) no-repeat 0 0;}
		#top-search-box ul li a.opt-client-person {background-position:0 -38px}
		#top-search-box ul li a.opt-client-person:hover {background-position:0 -2px}
		#top-search-box ul li a.opt-journalist {background-position:0 -91px}
		#top-search-box ul li a.opt-journalist:hover {background-position:0 -55px}
		#top-search-box ul li a.opt-media {background-position:0 -145px}
		#top-search-box ul li a.opt-media:hover {background-position:0 -108px}
		#top-search-box ul li a.opt-client-dept {background-position:0 -199px}
		#top-search-box ul li a.opt-client-dept:hover {background-position:0 -162px}
	#top-search-box ul li a:hover {background-color:#1b5b8e;color:#FFF;}

 #search-box-drop-down-icon_placeHolder{   width: 15px; height: 14px; margin: 5px; background-repeat: no-repeat;}
#search-box-drop-down-icon_placeHolder.clientPerson { background: url(/css/../img/bg_searchbox_icons.png) no-repeat 0 0;background-position:-2px -39px;}
#search-box-drop-down-icon_placeHolder.journalists  { background: url(/css/../img/bg_searchbox_icons.png) no-repeat 0 0;background-position:-2px -93px;}
#search-box-drop-down-icon_placeHolder.mediaOutlet  { background: url(/css/../img/bg_searchbox_icons.png) no-repeat 0 0;background-position:-2px -146px;}
#search-box-drop-down-icon_placeHolder.clientDept   { background: url(/css/../img/bg_searchbox_icons.png) no-repeat 0 0;background-position:-2px -200px;}
#search-box-drop-down-icon_placeHolder.email        { background: url(/css/../img/bg_searchbox_icons.png) no-repeat 0 0;background-position:-2px -39px;}


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

#mailgk{
  display:block;
  background-color:#cc0000;
  width:100px;
  height:21px;
  padding:7px 0 0 10px;
  margin:0 18px;
  text-indent:0;
  font-size:11px;
  font-weight:bold;
  color:#FFF;
  text-decoration:none;
  float:left
/*  position:absolute; */
}

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

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

#searchForm
{
    padding-left: 13px;
}


#search-box-drop-down-icon {
display:block;
float:left;
background:url(/css/../img/bg_search_input_nogrdnt_new.png);
width:20px;
height:24px;
margin-top:7px;
}

#search-box-drop-down-icon_placeHolder {}

.search-box-drop-bottom {
display:block;
float:left;
width:22px;
height:22px;
margin-top:7px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

.search-box-drop-bottom a {
background:url(/css/../img/bg_searchbox_icons_new.png) repeat-x 1px -217px;
width:22px;
height:22px;
display:block;
}

#searchForm #keywordText_quick, #searchForm #btnSearch{

}
#searchForm #keywordText_quick {
    border:1px solid #000000;
    color:#999;
    width:184px;
    font-weight:normal;
    font-size:11px;
    z-index:1;
    padding: 5px 5px 3px 0px;
    display: block;
    right:82px;
    float: left;
}

#searchForm #keywordText_quick.black {
    color:#000;
}

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

#radioHolder {padding-left:8px}
#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;
}
#content-header {border-bottom: 2px solid #033666;margin:5px 15px 0;padding:0 10px;height:25px;}
	#content-header h1 {margin:0;padding:0;color:#666;font-size:16px;font-weight:bold;}
	#content-header h1.title {float:left}
	#content-header h1 span {margin:0;padding:0;color:#003366}
	#add-to-basket {float:left; background:url(/css/../img/bg_btn_chart.gif) no-repeat;width:85px;height:18px;color:#FFF;text-decoration:none;padding:4px 0 0 29px;margin:-1px 0 5px 18px}
#content-body {
    margin: 5px 25px 0;
    height: 100%;
}
#menuBar {
	background-color: #1B5B8E;
	padding: 1px;
	height: 21px;
}
#content {
	background: url(/css/../img/bg_topbar_shadow.png) repeat-x top;padding-top:20px; min-height: 84%;
}
#footer {
	margin-top: 5px;
	color: #FFF;
	font-size: 11px;
	font-weight:normal;
	background-color:#1B5B8E;
	text-align:right;
	padding:7px 15px
}
#footer a {color:#FFF;margin-right:10px;text-decoration:none}

#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;
}

#autologoutMessagesMain {
	padding: 5px 5px 0px 25px;
	border: 1px solid #ead677;
	color: #660000;
	margin: 5px 0;
	background: url(/css/../img/warn.gif) 5px 5px no-repeat #fafcc8;
}


#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-right: 0;
	border-bottom: none;
	height:29px;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-repeat:repeat-x;
    width:100%;

}

.locale_tabs {
	/*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: -4px;
	border-right: 0;
	border-bottom: none;
	height:29px;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}


.ui-tabs-nav li, .locale_tabs li {
	/*resets*/ margin:0 0px 0 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border-top: none;
	border-left: none;
}
.ui-tabs-nav li a , .locale_tabs li a{
	/*resets*/ margin:1px 0 0px 0px; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none !important;
	color: #000000;
	font-size: 11px;
	white-space: nowrap;
	height:27px;
    cursor:pointer;
}

.ui-tabs-nav li a span , .ui-tabs-nav li > span , .locale_tabs li a span {height:20px;padding:5px 15px;display:block;font-size:12px;font-weight: bold;}
.ui-tabs-nav li a.empty , .locale_tabs li a.empty {
  color: #CCCCCC;
}
.ui-tabs-nav li a:hover , .locale_tabs li a:hover{

}
.ui-tabs-selected a span , .locale_tabs-selected a span {
background: url(/css/../img/bg_blue_tab.png) right -27px no-repeat;height:20px;padding:7px 15px;display:block;color:#CCCCCC;font-weight: bold;font-size:12px,
}
.ui-tabs-selected a, .ui-tabs-selected a:hover ,
.locale_tabs-selected a, .locale_tabs-selected a:hover{
background:url(/css/../img/bg_blue_tab.png) top left no-repeat;
}
.ui-tabs-selected a , .locale_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;
	color: #222;
	/*background:url(/css/../img/tabs_content_wrapper.gif) no-repeat left top;*/
    min-height: 10px;
}

.ui-tabs-panel_right{
	/*background:url(/css/../img/tabs_content_wrapper_chngd.gif) no-repeat scroll right -187px transparent;*/
      min-height: 15px;
}

.ui-tabs-panel div, .ui-tabs-panel ul, .ui-tabs-panel table {padding: 2px;}

.gradient-wrapper{
	margin: 0; padding:0; border: 0; outline: 0;  text-decoration: none; font-size: 100%;
	font-family: Arial, sans-serif;
	color: #222;
	/*background:url(/css/../img/tabs_content_wrapper.gif) no-repeat left top;*/
        min-height: 150px;
        margin-top: 10px;
}

.inner-tab-wrapper {
   /* background:url(/css/../img/tabs_content_wrapper.gif) no-repeat right -187px;*/
    padding: 10px;
}
.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;
}*/



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

#attendeeControl #listHolder{
  margin:0px 0px 0px 15px;
  float:left;
  width:200px;
  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:0 0 0 8px; LIST-STYLE-TYPE: none; list-style: none;
}
.sf-menu ul {
	WIDTH: 13em; POSITION: absolute; TOP: -999em; margin: 11px 0 0; padding: 4px 0px; list-style: none;border:solid 1px #b2b1b1;background:#78787b
}
.sf-menu ul.search {
	WIDTH: 14em
}
.sf-menu ul ul {margin:0 0 0 0;border-left:none}
.sf-menu ul li {
	WIDTH: 100%
}
.sf-menu li {
	FLOAT: left; POSITION: relative;  height:34px;
}

.sf-menu li:hover a {background: url(/css/../img/gorkana_tabs.png) no-repeat left -99px;}
.sf-menu li:hover li a {background:none;height:auto}
.sf-menu li:hover a span{background-position: right -133px;height:26px}
.sf-menu li:hover li {background:#78787b}
.sf-menu li li:hover {	background: #EEE url(/css/../img/bg_list_border.gif) repeat-y  0px 0px;	}
.sf-menu li li:hover a {color:#1a1a1a;background: url(/css/../img/bg_list_border.gif) repeat-y  right 0px}
.sf-menu li li:hover li a {color:#FFF}
.sf-menu li li li:hover a {color:#1a1a1a}
.sf-menu li a {
	POSITION: relative;
	height:34px;
	color:#FFF
}
.sf-menu li a span {background: url(/css/../img/gorkana_tabs.png) no-repeat right -66px;	height:25px;
	padding:8px 27px 0 10px;display:block}
.sf-menu li li a {background:none;height:8px;padding:10px 5px 10px 10px;}
.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: 13em; TOP: -5px; z-index: 11000;
}
ul.sf-menu li li.sfHover ul {
	LEFT: 13em; 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: 13em; TOP: 0px
}
ul.sf-menu li li li.sfHover ul {
	LEFT: 13em; TOP: 0px
}
.sf-menu {
	FLOAT: left
}

.sf-menu A {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.sf-menu li li {
	background: #EEE;
}

.sf-menu li.sfHover {
	BACKGROUND: #F5F5F5; outline: 0
}
.sf-menu A:unknown {
	BACKGROUND: #F5F5F5; outline: 0
}
.sf-menu a:hover {

}
.sf-menu A:active {
	BACKGROUND: #F5F5F5; outline: 0
}
.sf-menu A.sf-with-ul {
}
.sf-sub-indicator {
	DISPLAY: block; RIGHT: 0.75em; BACKGROUND: url(/css//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: #FFFFFF;
    color: #333;
    border: 4px solid #8B8B8B;
    padding: 12px;
}

.jqmOverlay { background-color: #FFF; }

/* 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;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Profile image */
.img-profile-wrapper {width:auto}
.img-profile-wrapper td {padding:0}
td.shadow-top {height:10px}
.img-shadow-top {height:10px;background:url(/css/../img/bg_img_shadow_hrz.png) 0 0 no-repeat;}
.img-shadow-top .shadow-inner {height:10px;background: url(/css/../img/bg_img_shadow_hrz.png) no-repeat right -10px;}
.img-shadow-bottom {height:15px;background:#E5F4FF url(/css/../img/bg_img_shadow_hrz.png) left -20px no-repeat;}
.img-shadow-bottom .shadow-inner {height:15px;background: url(/css/../img/bg_img_shadow_hrz.png) no-repeat right -35px;}
.shadow-left {width:11px;background:#E5F4FF url(/css/../img/bg_img_shadow_vrt.png) no-repeat top left;}
.shadow-right {width:11px;background:#E5F4FF url(/css/../img/bg_img_shadow_vrt.png) no-repeat top right;}
/* - - - - - - */
#divminiWordColud, #divWordCloudBig, #miniWordColud,#miniWordColudList,#miniWordCloudMO {border:1px solid #D3D3D3;}
#miniWordCloud , #miniWordColudList, #miniWordColudMO, #wordCloudBig {background:url(/css/../img/bg_activity_tags.png) repeat-x;border:3px solid #FFF;}
#miniWordCloud p , #miniWordColudList p, #miniWordColudMO p,#wordCloudBig p,  #miniWordCloud .cloudContentStyle1 , #miniWordColudList .cloudContentStyle1, #miniWordColudMO .cloudContentStyle1, #wordCloudBig .cloudContentStyle1{background:transparent;}
.box-bottom-shadow {background:url(/css/../img/bg_box_bottom_shadow.png) no-repeat top left;height:10px; padding-top: -1px;}
.box-bottom-shadow .inner-shadow {background:url(/css/../img/bg_box_bottom_shadow.png) no-repeat right -20px;height: 10px;}

/*help page*/
#instructions_english p, #instructions_german p, #instructions_italian p, #instructions_french p  { padding: 10px 0 0 10px;}


/* MO profile left side tabs*/
 #mediaOutletSideTabs div.ui-tabs-panel{
    border:1px solid #CCCCCC;
    background:none;
    background-color:#F5F5F5;
    margin-top:-1px;
}

 /* ClientDepart left side tabs*/
 #ClientDepartmentTabs div.ui-tabs-panel{
    background:none;
    border:1px solid #CCCCCC;
    background-color:#F5F5F5;
}

/* Select attendees modal window box */
.sa-modal-window-frame {
    border:1px solid #CCCCCC;
    background:none;
    padding-bottom: 20px;
}

.rounded_button,
.rounded_button_disabled {
  text-decoration:none;
  display: inline-block;
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
}

.rounded_button {
    padding-right: 5px;
    background:url(/css/../img/longbutton.png) no-repeat right top;
}

.rounded_button_disabled {
    padding-right: 5px;
    background:url(/css/../img/longbuttondisabled.png) no-repeat right top;
    }

span.rounded_button,
span.rounded_button_disabled {
    vertical-align: middle;
}

.rounded_button span,
.rounded_button_disabled span{
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
  text-align: center;
}

.rounded_button span {
    padding-right: 5px;
    background: url(/css/../img/longbutton.png) no-repeat left top;
}

.rounded_button_disabled span{
    padding-right: 5px;
    background: url(/css/../img/longbuttondisabled.png) no-repeat left top;
}

.rounded_button span input,
.rounded_button span button,
.rounded_button span span,
.rounded_button_disabled span span,
.rounded_button_disabled span input {
  cursor: pointer;
  font-family: sans-serif;
  font-weight:bold;
  background:transparent;
  border:none;
  padding: 3px 0;
  font-size: 12px;
  color: #fff;
}

.blue_font{color: #1B5B8E;}

.topper td, .topper th{
    vertical-align: top;
}

.space td{
  line-height: 9px;
}
#attendeeControl #tabHolder .ui-tabs-nav li a span, #attendeeControl #tabHolder .locale_tabs li a span { padding: 3px 7px; }
#tabHolder .ui-tabs-nav li { cursor:pointer; }

.off-screen {
    visibility: hidden;
    position: absolute;
    top:-9999px;
    left:-9999px;
}

/* Red notice box on login page */
.redbox {
    margin: 0 auto 30px auto;
    padding: 30px 15px 30px 15px;
    width: 300px;
    border: 10px solid red;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

.redbox p {
    color: #B33040;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
}
.redbox p.zero {
    margin-top: 0;
}
.redbox p.twenty {
    margin-top: 20px;
}

.redbox a,
.redbox a:link,
.redbox a:hover,
.redbox a:visited,
.redbox a:active {
    color: #B33040;
}
/* END - Red notice box on login page */