
@font-face {
  font-family: LatoRegular;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-Regular.ttf) format("opentype"); /* otherwise, download it */
}

@font-face {
  font-family: LatoItalic;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-Italic.ttf) format("opentype"); /* otherwise, download it */
}

@font-face {
  font-family: LatoMedium;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-Medium.ttf) format("opentype"); /* otherwise, download it */
}

@font-face {
  font-family: LatoMediumItalic;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-MediumItalic.ttf) format("opentype"); /* otherwise, download it */
}

@font-face {
  font-family: LatoThin;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-Medium.ttf) format("opentype"); /* otherwise, download it */
}

@font-face {
  font-family: LatoThinItalic;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-MediumItalic.ttf) format("opentype"); /* otherwise, download it */
}		

@font-face {
  font-family: LatoLight;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-Medium.ttf) format("opentype"); /* otherwise, download it */
}

@font-face {
  font-family: LatoLightItalic;
  src: local(Gill Sans Book),   /* use locally available Gill Sans */
	   url(/domains/artsmediacontacts.net/local/fonts/Lato-MediumItalic.ttf) format("opentype"); /* otherwise, download it */
}

				

bodyXXX {
    background-color: white;
    color: #666;
    font-family: LatoLight, Gill Sans MT,Arial,Helvetica,sans-serif;
    line-height: 150%;
    margin: 0;
    padding: 0;
	font-size:11pt;
}

body {
    font-size:100%;
    line-height:1.25em;

    background-color: white;
    color: #666;
    font-family: LatoLight, Gill Sans MT,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;	
	
}.bodytext p {
    font-size:0.875em;
}.sidenote {
    font-size:0.75em;
}
</style><!--[if !IE]>--><style type="text/css">
body {
    font-size:1em;
}

/* 
===========================================
Chrome 37 was having trouble with Gill Sans:
https://code.google.com/p/chromium/issues/detail?id=408093 
The following style should apply only to Chrome and Safari as described here:
https://stackoverflow.com/questions/9328832/how-to-apply-specific-css-rules-to-chrome-only
*/
@supports (-webkit-appearance:none) {
	body{font-family: LatoLight, Gill Sans,Arial,Helvetica,sans-serif;}
	a {font-weight: 400; }
}
/* 
===========================================
*/

body.editor {
    padding: 15px;
}
#content {
    margin-left: 0px;
}
img {
    border: 0 none;
}
/*
a, a:link, a:visited {
    text-decoration: none;
	font-weight: 400;
	/*color: inherit !important;*/
}
/*
a:hover, a:active {
    color: #ffcc00;
    text-decoration: none;
}*/
.logo {
    float: left;
    padding-left: 20px;
}

h1{
	width:50%;
	font-family:LatoThin;
	font-size:24px;
	color:#4da2a9;
	text-transform: uppercase; 
	letter-spacing: 0.075em;
	margin-bottom: 1em;
	margin-top: .8em;
}

h2, h3, h4 {
    color: #4da2a9;
    font-family: LatoLight,Arial;
	font-size: 1em;
	font-weight: 400;
}
h2 a, h3 a, h4 a {
    color: #4da2a9;
    font-family: LatoLight,Arial;
	font-size: 1em;
}
h2 a, h2 a:link, h2 a:visited {
    color: #4da2a9;
    font-family: LatoLight,Arial;
	font-size: 1em;
}
h1.site_title {
    font-size: 150%;
    font-weight: normal;
    height: 1.25em;
    margin: 0;
    padding-right: 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 40px;
    width: auto;
    z-index: 6;
}
h3{
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
}
.logged_in_as, .logged-in {
    margin-bottom: 10px;
    padding-right: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 5;
	color: #fff;
}

.dimlink {
	color: #f2f1f1 !important;
	text-decoration: none !important;
}

a:-webkit-any-link{
	text-decoration: none !important;
	/*color: inherit !important;*/
}

a[href='']{
    display:none;
}

/*
h2 {
    font-size: 125%;
    font-weight: normal;
}
h3 {
    font-size: 90%;
    font-weight: normal;
    text-transform: uppercase;
	letter-spacing: 2px;
}
h4 {
    font-size: 100%;
    font-weight: bold;
}
*/
#primary_content {
    float: right;
    padding-top: 5px;
    width: 62%;
}
#windower_content {
    padding: 0 10px 0 48px;
}
#secondary_content {
    background-color: #EAF3F2;
    background-image: url("../images/top-bg.gif");
    background-repeat: repeat-x;
    float: left;
    margin: 1em 0 0 1%;
    padding: 20px 0;
    position: relative;
    width: 35%;
}
#secondary_content .pad {
    padding: 0 15px;
}
#secondary_content img {
    display: inline;
}
#secondary_content .imageholder {
    float: left;
    margin-bottom: 6px;
    overflow: hidden;
    width: 98%;
}
.pageblocktext {
    clear: left;
}
.banner {
    background-color: #4da2a9;
    background-repeat: no-repeat;
    padding-bottom: 0;
}
.clearboth {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.newsitem, .campaign {
}
.newsitem .rightmedia {
    float: none;
}
.newsitem .clearboth {
    clear: left;
}

/*
.newsitem p {
    margin: 0;
    padding: 0;
}

*/
.newsitem h2 {
    margin: 0;
}
.newsitem .description {
    margin: 0;
    padding: 0 20px 0 0;
}
p.info {
    font-size: 0.9em;
    margin-top: 1em !important;
    padding-top: 0.5em;
}
.summary a, .summary a:link, .summary a:visited {
    color: #666 !important;
    font-weight: normal;
    padding: 0 0 0 0px;
    text-decoration: none;
}
.summary a:hover, .summary a:active {
    color: #ffcc00 !important;
    text-decoration: none;
}
.link_back {
    background: url("../images/back_arrow.gif") no-repeat scroll left top transparent;
    padding: 0 0 0 12px;
}

.feedbacklink2 img {
    /* named 2 so it works with contact_type = 2 */
    margin-right: 6px;
}

.feedbacklink3, .feedbacklink2 {
    display: none;
}

dt, dt h2, dt a {
    margin: 0;
    padding: 0;
}
dd {
    margin: 0;
    padding: 0 0 0 10px;
}
dd p {
    margin: 0;
    padding: 0 0 10px;
}
#windower_content dd {
    padding-bottom: 10px;
}

.navigation {
    margin: 0;
    padding: 0;
}
.navigation a {
    text-decoration: none;
}
a.here {
    background-color: #FFF;
    color: #ffcc00;
    padding: 3px;
    text-decoration: none;
}

a:-webkit-any-link {
	color: red;
}

#topnav { margin-left: 30px; }

/*Fat Erik's Pipelist*/
#topnav ul
{
list-style: none;
padding: 0px;
margin: 10px 0px 0px 0px;
font-size: .8em;
font-family:LatoLight,Ariel;
}

#topnav ul li
{
display: inline !important;
padding: 0px;
margin: 0px 4px 0px 4px;
color: #666 !important;
}

#topnav ul li:before { content: "| "; }
#topnav ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #topnav ul li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #topnav ul { height: 1%; }

* html #topnav ul li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #topnav ul li:first-child { border-left: 0; }


#subnav ul
{
list-style: none;
padding: 0px;
margin: 10px 0px 0px 40px;
font-size: .8em;
font-family:LatoLight,Ariel;
}

#subnav ul li
{
display: inline !important;
padding: 0px;
margin: 0px 4px 0px 4px;
color: #999 !important;
}

#subnav ul li:before { content: "| "; }
#subnav ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #subnav ul li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #subnav ul { height: 1%; }

* html #subnav ul li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #subnav ul li:first-child { border-left: 0; }

.statusr{
	color:#999;
}

.breadcrumbs {
    font-size: 90%;
    margin: 10px 0 0 20px;
}
.breadcrumbs .blabel {
    float: left;
    margin-right: 10px;
}
.breadcrumbs ul {
    float: left;
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    background: url("../images/soho_arrow.gif") no-repeat scroll left top transparent;
    float: left;
    list-style-type: none;
    padding: 0 15px 15px 12px;
}
.breadcrumbs li a { 
}
textarea {
    font-family: 'Arial',sans-serif;
    font-size: 1em;
}
#footer {
    padding: 20px 0 20px 20px;
}
#footer .horizontal_nav {
    background-color: transparent;
}
#footer .horizontal_nav ul li.here a, #footer .horizontal_nav ul li.expandhere a, #footer .horizontal_nav ul li.ancestor a {
    background-color: #FFFFFF;
    color: #ffcc00;
}
#footer a {
    color: #999999 !important;
}
.contact_list h3 {
    margin: 0.2em;
}
.contact_list p {
    margin: 0.2em;
}
.success {
    background-color: green;
    color: #FFFFFF;
    padding: 5px;
}
.warning {
    background-color: red;
    color: #FFFFFF;
    padding: 5px;
}
.light, .candy_light {
    background-color: #FFFFFF;
}
.dark, .candy_dark {
    background-color: #f2f1f1;
}
#comments_form {
    background-color: #f2f1f1;
    padding: 2%;
    width: 70%;
}
.dark, .light {
    padding: 5px;
}
.dark h4, .light h4 {
    margin: 0.2em;
}
.dark p, .light p {
    margin: 0;
}
#tabber_header li, #tabber_header li.here {
    background-image: url("../images/toprightcorner.gif");
    background-position: right top;
    background-repeat: no-repeat;
}
.comments {
    padding-left: 20px;
}
label {
    display: block;
    font-weight: 400;
    margin-top: 10px;
	margin-bottom: 10px;
}
label.field_title
{
	margin-bottom: 5px;
}

.editor label.field_title
{
	margin-top: .8em;
	margin-bottom: .6em;
}

#admintoolbarviewoptions label {
    display: inline;
    font-weight: bold;
    margin-top: 0;
}
.formelementwrapper .biginput {
    display: block;
    width: 100%;
	color: #333;
	padding: 3px;	  
}

.formelementwrapper img.biginput {
    width: auto;
}
.formelementwrapper .textarea {
    display: block;
    height: 100px;
    width: 100%;
}
.formelementwrapper .inputnote {
    color: #666666;
    float: left;
    text-align: left;
}
legend {
    background-color: #4da2a9;
	color: #fff;
    border: 1px solid #4da2a9;
    font-weight: 400;
    padding: 5px;
	font-family: LatoLight, Arial;
	text-transform: lowercase;
}
legend {
    background-color: #4da2a9;
	color: #fff;
    border: 1px solid #4da2a9;
    font-weight: 400;
    padding: 5px;
	font-family: LatoLight, Arial;
	text-transform: lowercase;
}
fieldset {
    background-color: whitesmoke;
    border: 1px solid #4da2a9;
    margin-bottom: 30px;
    padding: 29px;
}
.formelementwrapper .button {
    background-color: #4da2a9;
	color: #fff;
    float: right;
    font-size: 1em;
    margin-top: 0;
    padding: 5px;
	font-family: LatoLight, Arial;
	border: 0px solid white;
}
input[type=submit] {
    background-color: #4da2a9;
	color: #fff;
    float: right;
    font-size: 1em;
    margin-top: 0;
    padding: 5px;
	font-family: LatoLight, Arial;
	border: 0px solid white;
	margin:20px;
}

.formelementwrapper label.radiolabel {
    display: inline-block;
    width: 90px;
	font-size: .8em;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
.listing {
    float: right;
    width: 75%;
	min-width: 720px;
}

.listing_in_iframe {
    float: right;
    width: 100%;
	min-width: 720px;
}

.listing_tools {
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    margin-bottom: 10px;
}
.sidebar {
    border-right: 1px dashed #CCCCCC;
    float: left;
    margin-right: 2%;
    padding-bottom: 20em;
    padding-right: 10px;
    width: 20%;
	min-width: 208px;
	height: 2000px;
}
.sidebar p {
    max-width: 300px;
    word-wrap: break-word;
}
.contact .sidebar {
}
form.addtocampaignform {
    float: right;
    padding: 10px;
    width: 30%;
}
.sidebar form.addtocampaignform {
    float: none;
    padding: 0;
    width: auto;
}
form.addtocampaignform select {
    float: right;
}
.pagelinks {
    background-color: #4da2a9;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 6px;
    white-space: nowrap;
    width: 99%;
}

/*




*/
.pagelinks .pagingprevious + span{
	display:none;
}
.pagelinks span:last-of-type {
	display:none;
}

.pagelinks a {
    margin: 0 10px;
}

.pagelinks a, .pagelinks a:link, .pagelinks a:visited {
    color: #C0C0C0;
}
.pagelinks a:hover, .pagelinks a:active {
    color: #ffcc00;
}
.pagelinks .pagingprevious, .pagelinks .pagingnext{
	display:none;
}
.pagelinks .here{
	background-color:#ffcc00;
	color: #666 !important;
}

.searchbox {
    background-color: #fff;
    background-repeat: repeat-x;
    border: 0px solid #666;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
	margin-top: -9px;
}
.searchbox h2 {
    margin: 5px 0px;
	font-weight:400;
}
.searchbox label {
    display: inline;
    font-weight: normal;
}
.selector {
    border: 0px solid #666;
    height: auto;
    overflow: auto;
}
.selector ul li {
    list-style-image: url("../images/next_arrow.gif");
	margin: 5px;
	font-size: .8em;
}
.selector ul {
    margin-left: 0;
    padding-left: 20px;
}
.find label {
	font-size: .8em;
	font-weight: 400 !important;
	margin: 5px 0 !important;
	color: #4da2a9;
    font-family: LatoLight,Arial;	
}
#mainform {
    max-width: 600px;
}
.editscroller {
    max-height: 300px;
    overflow: auto;
    width: 100%;
}
.tinyright {
    font-size: 85%;
    text-align: right;
}
.out_of_date {
    background-color: red;
    color: white;
    padding: 3px;
}
.formelementwrapper .yui-skin-sam .yui-toolbar-container .yui-toolbar-group h3 {
    margin: 0 !important;
    padding: 0;
}
.copy_container div {
    margin-top: 0.5em;
}
th {
    text-align: left;
}
#tertiary_content {
    background-color: #EAF3F2;
    background-image: url("../images/top-bg.gif");
    background-repeat: repeat-x;
    clear: right;
    float: right;
    margin: 10px;
    padding: 10px;
    position: relative;
    width: 400px;
}
.detailview {
    float: none;
}
.widen #tertiary_content {
    width: 12%;
}
.narrow_column {
}
.widen .narrow_column {
    width: 85%;
}
.subscription_notice {
    background-color: orange;
    padding: 1em;
}
.contact_list_listing {
    margin-left: 50px;
}
.contact_list_listing p {
    margin: 0;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}
.contact_list_listing p.admin {
    float: right;
    width: auto;
}
.listing .admin {
    float: right;
    width: auto;
}
#showingof {
    float: right;
    margin: 0;
    padding-top: 7px;
    width: auto;
}
.depth0 {
    margin-left: 10px;
}
.depth0 .updown {
    display: none;
    visibility: hidden;
}
.contact_list_listing h2, .contact_list_listing h3 {
    margin: 0;
    padding: 0;
}
h3 .cancelh3 {
    color: #000000;
    font-size: 0.85em;
    font-weight: normal;
}
.admin_box, .admin {
    border: 0 solid #CCCCCC;
    margin-top: 20px;
    padding: 10px;
}
.admin-box {
    background-color: #DEDEDE;
}
.admin_box .admin {
    border: 0 none;
    padding: 0;
}

.listing_in_iframe .admin {
    display:none;
}

.hidden_email {
    display: none;
}
.contact_list_listing h2.organisation {
    display: none;
}
.contact_list_listing.depth0 h2.organisation {
    display: block;
    margin: 0;
    padding: 0;
}
.contact_list_listing.depth0 h2.organisation a {
    color: #666 !important;
}
.hidecountries .country_list {
    display: none;
}
.hidecategories .category_list {
    display: none;
}
.hideregions .regions_list {
    display: none;
}
.low_secondary #secondary_content #tabber_header {
    position: relative;
    top: -51px;
}
#tabber_header li {
    background-color: #666;
}
#tabber_header li.here {
    background-color: #C3DED9;
}
.low_secondary #secondary_content {
    margin-top: 50px;
}
.send_pr_link a {
    background-color: #FFCC99;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    padding: 3px 20px;
    text-decoration: none;
}
.send_pr_link a:hover {
    background-color: #fff;
}
.half_left, .half_right {
    width: 48%;
}
.half_left {
    float: left;
}
.half_right {
    float: right;
}
.full_width {
    border-top: 1px solid #666;
    margin-top: 0.5em;
    padding-top: 0.5em;
}
fieldset.install {
    width: 400px;
}

.error {
    float:right;
    color: #ce6104;
    margin-top:10px;
}

.error p {
    margin-top:0px;
}


.errortop {
    display: none;
    background-color: #FFFF00;
    border: 2px solid #FF0000;
    color: #FF0000;
    left: 10px;
    padding: 3px;
    position: absolute;
    top: 10px;
    width: 90%;
    z-index: 200;
}
.errortop p, .errortop h3 {
    line-height: 130%;
    margin: 0;
    padding: 0;
}
.subscription_info {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 10px;
}
table.comparison {
    width: 100%;
}
table.comparison td, table.comparison th {
    border-bottom: 1px solid #CCCCCC;
}
table.comparison thead th {
    font-size: 110%;
}
tr.follow_up td, tr.follow_up th {
    border-bottom: 1px solid #CCCCCC;
}

.graphicsingletool, .graphicsingletool a {
    background-color: inherit;
    border: 0 solid black;
    float: none;
    height: 33px;
    margin: 0;
    width: 33px;
}

.newsitem .graphicsingletool, .graphicsingletool a {
    background-color: inherit;
    border: 0 solid black;
    float: left;
    height: 33px;
    margin: 3px 0px 2px 0px;
    width: 33px;
}

.newsitem .send_pr
{
	float: left;
    height: 30px;
    margin-right: 15px;
    margin-top: 8px;
	margin-left: 9px;
}

.newsitem .edit_pr
{
	float: left;
    height: 30px;
    margin-right: 55px;
	margin-left: 10px;
    margin-top: 8px;
}

.newsitem td
{
	/* height: 48px; */
}


#trialwelcome, .empty_listing {
    background-image: url("../images/info.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #666;
    font-size: 1.1em;
    padding: 0.2em 0.5em 0.2em 50px;
}
.add_to_list {
    background-image: url("../images/plus_small.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.bigadd_to_list {
    background-image: url("../images/amc_plus.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
.minus {
    background-image: url("../images/minus_small.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.link_back {
    background-image: url("../images/back_arrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
    height: 33px;
	width: 33px;	
	display:block;
	padding: 10px 0px 0px 40px;
}
.help {
    background-image: url("../images/help.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 0 10px 50px;
}
.help {
}
.message {
    float: left;
    font-size: 1.2em;
    width: auto;
}
body.messagenofloat .message {
    float: none;
}
.message a {
    color: #000000;
}
.message a:hover {
    color: #ffcc00;
    padding-bottom: 5px;
    padding-top: 5px;
}
.associatedcontactlistwrapper {
}
.associatedcontactlistwrapper .associatedcontactlist table {
    width: 100%;
}
.hideform #content {
    padding-top: 2em;
}
.hideform #content1 {
    height: 95px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 155px;
    width: 66%;
    z-index: 10;
}
.hideform #content1 h3 a, .hideform #content2 h3 a {
    color: #666;
    display: block;
    height: 40px;
    padding: 25px 0 10px 50px;
    text-decoration: none;
    text-transform: uppercase;
}
.hideform #content1 h3 a:hover, .hideform #content1 h3 a:active, .hideform #content2 h3 a:hover, .hideform #content2 h3 a:active {
    color: #ffcc00;
    cursor: pointer;
    height: 40px;
    padding: 25px 0 10px 50px;
    text-decoration: none;
    text-transform: uppercase;
}
.hideform #mainformcontainerdiv, .hideform #helpcontent {
    height: 0;
    overflow: hidden;
}
.hideusercontactnotes, .hidecontactdesc {
    background: url("../images/down_arrow.gif") no-repeat scroll left center transparent;
    display: none;
}
.showusercontactnotes, .showcontactdesc {
    background: url("../images/next_arrow.gif") no-repeat scroll left center transparent;
}
.hideusercontactnotes, .showusercontactnotes, .hidecontactdesc, .showcontactdesc {
    float: left;
    padding: 0 0 0 12px;
}
.usercontactnotes, .contactdesc {
    display: none;
    padding-left: 130px;
    visibility: hidden;
}
.contactnote {
    border-bottom: 1px solid #F8F9FA;
    min-height: 21px;
}
.widen .contactnote {
    margin-left: 180px;
}
.noteinput {
    width: 80%;
}
.usercontactnotes label {
    float: left;
    width: 10%;
}
.usercontactnotes .contactnote {
    width: 95%;
}
.contactnote .graphicsingletool {
    display: none;
    float: right;
    visibility: hidden;
}
.performingcontainerl {
    display: none;
}
.adminonlycontainerli {
    display: none;
}
.listingtable {
    width: 100%;
}
.listingtable td {
    padding: 3px 5px;
    min-width: 150px;
}
.listingtable .imagecell div {
    overflow: hidden;
    width: 50px;
}
.helpbutton {
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 155px;
    width: 40px;
    z-index: 50;
	display:none;
}
#content1 .helpbutton {
    top: 0;
}
.addedit {
    margin-top: 30px;
}
table.batchchooser, table.detaillist {
    width: 100%;
}
table.batchchooser .textright, table.detaillist .textright {
    text-align: right;
}
table.batchchooser td, table.detaillist td, table.batchchooser th, table.detaillist th {
    padding: 0 15px;
}
.batchchooser .sent, .detaillist .sent {
    color: #006600;
    text-align: right;
}
.batchchooser .queued, .detaillist .queued {
    color: #000000;
    text-align: right;
}
.batchchooser .processing, .detaillist .processing {
    color: #999900;
    text-align: right;
}
.batchchooser .failed, .detaillist .failed {
    color: #660000;
    text-align: right;
}
form.refresh {
    float: right;
}
tr.here {
    background-color: #C1DCD7;
}
.topscroller {
    height: 150px;
    overflow: scroll;
}
tbody {
}
.topscroller .listingtable a {
    display: block;
    height: 100%;
    width: 100%;
}
.bigeditbuttons {
    left: 250px;
    position: relative;
    top: -40px;
    width: 65%;
}
.bigeditbuttons h3.addedit {
    float: left;
    margin-right: 40px;
}
.bigeditbuttons h3.addedit a {
    display: block;
    padding: 10px 0 15px 50px;
	margin: -67px 0px 0px 121px;
}
#youadded, #choicebox {
    background-color: #FFFFCC;
    border: 1px solid #663300;
    color: #663300;
    padding: 20px;
}
td.contacttoprow {
    border-top: 1px solid #E2E4E6;
    height: 1px;
    line-height: 0;
}
dl#checkdetails {
    clear: none;
    float: right;
    width: 77%;
}
dl#checkdetails dt {
    font-weight: bold;
}
dl#checkdetails dd {
}
#mainformcontainerdiv {
    clear: both;
}
.graphicthree {
    background-color: #CCCCCC;
    border: 1px solid black;
    height: 15px;
    margin: auto;
    padding: 2px 0 2px 2px;
    width: 51px;
    z-index: 50;
}
.graphicthree a {
    display: block;
    float: left;
    height: 15px;
    margin-right: 2px;
    width: 15px;
}
#subcontacteditlist {
    padding: 0;
}
#subcontacteditlist li {
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 3px;
}
#subcontacteditlist .graphicthree {
    float: right;
}
.check {
    border: 1px solid #000000;
    float: right;
    padding: 2%;
    width: 73%;
}
.check .sidebar {
    padding-bottom: 40em;
}
.padright #content {
}
.newsimagewrapperleft {
    float: left;
}
.newsimagewrappercenter {
    clear: both;
    width: 100%;
}
.newsimagewrappercenter img {
    display: block;
    margin: auto;
}
.newsimagewrapperright {
    float: right;
}
.orderbylinkformatted_name, .orderbylinknormalorder {
    display: none;
}
.ordernav .delimeter {
    display: block;
    height: 0;
	visibility:hidden;
}
.narrow_column #queuetrackerdetail {
    width: 370px;
}
.directory_index #subnav {
    display: none;
}
.directory_index #content {
    background-image: none;
    float: left;
    padding-top: 30px;
    width: 1000px;
}
.warningtriangle {
    margin-left: 20px;
}
#windower_content .addtoselectedcampaign label {
    color: #AAAAAA !important;
}
.contacts_table td {
    border-bottom: 1px solid #CCCCCC;
    padding: 12px;
}
.actioncell {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    text-align: center;
    width: 60px;
}

#campaign_selector {
    background-color: #4da2a9;
	color: #fff;
    float: right;
    margin-bottom: 0;
    margin-top: 3px;
    padding: 3px 3px 3px 10px; 
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: auto;
    z-index: 9;
	height: 20px;
}
.listing_in_iframe #campaign_selector {
    background-color: #4da2a9;
	color: #fff;
    float: right;
    margin-bottom: 0;
    margin-top: 3px;
    padding: 3px 3px 3px 10px; 
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    z-index: 9;
	height: 20px;
    display:block;
}
.centile100{font-size:auto !important}

#campaign_selector select {
    color: #fff;
	background-color:#4da2a9;
	font-family: LatoLight,Times,Serif;
    font-size: 100%;
	border: 0px solid #4da2a9;
}
#campaign_selector option {
	margin: 5px;
}
thead.contactshead {
    display: none;
}
.campaignupdate {
    left: -3000px;
    position: relative;
}
.pagelinks .delimeter {
    display: inline;
}
button a:link, button a:visited, button a:hover, button a:active {
    color: #ffcc00;
    text-decoration: none;
}
.contact_dburke {
    width: 100%;
}
.contactboxleft_dburke {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 30%;
}
.contactdescription_dburke {
    border-left: 0 solid blue;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 2.7em;
    width: 30%;
}
.contactemailer {
    border-left: 0 solid blue;
    display: none;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 2.7em;
    width: 30%;
}
.contactnotes_dburke {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 0;
    width: 30%;
}
.contactlinks_dburke {
    line-height: 75%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contactlinks_dburke p {
    margin-top: 0.5em;
}
.contactlinks_dburke a {
    color: #666;
    text-decoration: none;
}
.contactboxright_dburke {
    float: right;
}
.contacttitle_dburke {
    clear: both;
    font-weight: bold;
}
.contacttitle_dburke a {
    text-decoration: none !important;
}
.contactaddressburke {
    display: block;
    float: left;
    line-height: 75%;
    min-width: 200px;
}
.contactaddressburke a {
    text-decoration: none !important;
}
.contactaddressburke p {
    margin-bottom: 3px;
    margin-top: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.contactphones_dburke {
    display: block;
    float: left;
    line-height: 75%;
    margin-left: 50px;
    margin-top: 10px;
    text-align: left;
}
.contactphones_dburke p {
    margin-top: 0;
}
.contactchildcontacts_dburke a {
    text-decoration: none;
}
.hideusercontactnotes {
    display: none !important;
}
.contactnotes_dburke label {
    display: none;
}
.contactnotes_dburke h3 {
    margin-left: 15px;
}
.subscribersboxleft_dburke {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 30%;
}
.subscribersdescription_dburke {
    border-left: 0 solid blue;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 2.7em;
    width: 0;
}
.subscribersnotes_dburke {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 0;
    width: 60%;
}
.not_trial a {
    color: #666;
    text-decoration: none;
}
.choose_a_directory_list a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
.choose_a_directory_list  div.admin {
	display: none;
}

.pageblocks .admin{
	display: none;
}
.pageblocks .page_subtitle {
	margin-bottom: 40px;
}

.topscroller_dburke table {
    min-width: 800px;
}
.topscroller_dburke table th {
    max-width: 400px;
    min-width: 90px;
}
.topscroller_dburke table td {
    max-width: 400px;
    min-width: 10px;
    padding: 10px;
}
a.remove {
    background-image: url("../images/amc_delete.gif");
}

tr.dark a.remove{
	background-image: url("../images/amc_delete_dark.gif");
}

.terms_and_conditions {
    margin: 20px 10px;
}
.payment_info a, .payment_info a:active, .payment_info a:visited {
    color: #666;
    font-weight: bold;
}
.payment_info a:hover {
    color: #ffcc00;
    font-weight: bold;
}
.disabled {
    background-color: #888888 !important;
    color: #C0C0C0 !important;
}
.registration_form #content {
    width: 900px;
}
.registration_form #windower_content .formelementwrapper .biginput {
    width: 300px;
}
label[for="accept_tandc"] {
    float: left;
}
#accept_tandc {
    float: left;
    margin-top: 10px;
    width: 30px !important;
}
.registration_form #windower_content fieldset {
    padding: 10px !important;
	margin-bottom: 30px;
}
.registration_form #windower_content fieldset legend {
    /*font-size: 130%;*/
    /*font-weight: bold;*/
    padding-left: 10px;
    /*padding-top: 2em;*/
}
.registration_form #content h1 {
    font-size: 20pt;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}
.TABBERTITLE {
}
.radiolabel {
}

input [type="radio"] {
}

input [type="search"]{
	font-family: LatoLight;
	color: #333;
	font-size: .9em;
	padding:3px;
	background-color:#f2f1f1;
	border: 0px;
}

.button  {
    background-color: #4da2a9;
	color: #fff;
    font-size: 1em;
    margin-top: 0;
    padding: 5px;
	font-family: LatoLight, Arial;
	border: 0px solid white;
}

.widgetmessage {
    margin-left: 10px;
	margin-bottom: 20px;
}
.editor .widgetmessage {
    margin-left: 0px;
	margin-bottom: 20px;
}
.alttwo, .alttwoshy {
    display: none;
}
body.public_announcement #content {
    margin-top: 40px;
    width: 600px;
}
.admin-only {
    display: none;
}
.rightmedia_dburke {
    float: right;
    margin-right: 530px;
    margin-top: -63px;
}
.press_relase_format_listing div.imageholder {
    float: left;
}
.press_relase_format_listing div.pageblock {
    float: left;
    margin-left: 50px;
    width: 40%;
}
.press_release_format_intro {
    margin-bottom: 30px;
    width: 600px;
}
#page_effect {
    width: auto;
}
.recipientsbatches {
	display:none;
}

.web_logo{
	margin:72px 0px 20px 26px;
}

.realname {
	color: #ffcc00;
}

#social_links {
	margin: 10px 0px 0px 48px;
	float:left;
	clear:both;
}

#social_links a {
	margin:10px 5px;
	float:left;
	border: 0px solid white;
}
#amc_address {
	float:left;
	margin-left:48px;
	font-size: .85em;
	font-weight: 400;
}

.topscroller_dburke {
	margin-bottom:150px;
}

.listingtable {
	margin-bottom:150px;
}

.directories_list{
	float:left;
}
.directories_list ul{
	margin-top:0px;
	margin-left:0px;
	-webkit-padding-start: 0px;
}
.directories_list ul li{
	list-style-type: none;
	margin-bottom:5px;
}

.vaboxes{
	width:250px;
	float:left;
	margin-left:200px;
	margin-top:5px;
}
.vaboxes div{
	margin:3px;
	float:left;
	width:110px;
	height:110px;
}

.topnav{
	color:#666;
}

a:link, a:visited, a:hover, a:active, a:focus { color: inherit; text-decoration:none; }
#topnav a:link, #topnav a:visited, #topnav a:focus { color: #666666;  text-decoration:none; }
#subnav a:link, #subnav a:visited, #subnav a:hover, #subnav a:active, #subnav a:focus { color: #999999;  text-decoration:none;  }

a:hover, a:active {color: #ffcc00;  text-decoration:none; }
#topnav a:hover, #topnav a:active {color: #ffcc00;  text-decoration:none; }
#subnav a:hover, #subnav a:active {color: #ffcc00;  text-decoration:none; }

.clearfix {
  overflow: auto;
}

#remembermea, #remembermeq {
	display: none;
}



