ul.no_style {
  list-style: none;
}

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


/*.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%;
}
*/
* {
  margin: 0;
}

ul, p, ol, dl {
 padding: 0;    
}

 html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}
body {  
  font-family: 'Lucida Grande', verdana, sans-serif;
  font-size:0.75em; 
}

a img {
  border: none;
}

body a  {
  color: #EA8914;
  text-decoration: none;
}

a:hover {
  color: black;
}

#admin #content ul.standard li {
  padding: 5px 0;
  font-size: 1em;
}


ul#actionList {
  margin-top: 10px;
}


ul#actionList li a {
  background: transparent url(../images/cross_fade.png) no-repeat 0% 0%;
  padding-left: 25px;
}

ul#actionList li a.active {
  background: transparent url(../images/tick_fade.png) no-repeat 0% 50%;
  padding-left: 25px;
  color: #a8a2a2;
}

ul#actionList li  {
  margin-bottom: 13px;
}

ul#actionList li {
  font-size: 10px;
  font-weight: bold;
  list-style:none;
}

ul#actionList li a {
  color: #1852f7;
}

p.right {
  text-align: right;
}


/* LAYOUT **********************/
/*******************************/

#wrap, #nav {
  width: 850px;
}

#footer {
  width: 810px;
}

#wrap {
  padding-top: 10px;
  margin: 0 auto; 
}

#content {
  border: solid 1px #cccccc;
  background: white;
  clear: both;
  padding: 20px;
}

#wrap #content, #view_area {
  width: 810px; 
}

#nav {
  float: left;
}


.round {
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}

ul#tabs {
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;

  -webkit-border-bottom-right-radius: 0px;  
  -webkit-border-bottom-left-radius: 0px;
}

br.clear {
  clear: both;
}

div.left {
  float: left;
}

div.left.sixty {
  width: 60%;
}

div.left div.small_chart {
  width: 450px;

}

div.right {
  float: right;
}

div.right_narrow {
	float: right;
	width: 275px;
}

/*#credit_card_details {
  width: 370px;
}
*/
div.accept_reject_box div.left {
  width: 430px;
  margin-right: 20px;
}

div.accept_reject_box div.right {
  float: left;
  width: 300px;
}

div#twoCol div.right {
  width: 300px;
}

div#twoCol {
  margin-top: 10px;
  width: 815px;
}

div#twoCol .left {
  width: 400px;
}

div#twoCol .leftwide {
  width: 570px;
  margin-right: 7;
  padding: 7px;
  float: left;
}

div#twoCol .rightnarrow {
  width: 206px;
  padding: 7px;
  float: right;
}

div#twoCol .contentbox {
  width: 196px;
  padding: 5px;
  background: #CCCCCC;  
  border: 1px solid #CCCCCC;
}

div#designSettings {
  width: 500px;
}

#settingsBox {
  clear: both;
  border: 1px solid #EEEEEE;
  padding: 10px;
  position: relative;
}

#colourWheelWarning {
  border: 1px solid #333;
  width: 200px;
}

/* DASHBOARD *******************/
/*******************************/
.clearfix:after { 
  content: ""; 
  display: block; 
  clear: both;
}

.clearfix { 
  //display: inline-block;
} 


#screencast-alternative {
  border: 1px solid  #CCCCCC;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: transparent url(/images/whitelabel/long_bg.png) repeat-x scroll 0 0;

}

#screencast #dashboardToggle {
  float: left;
  margin: 0;
}

div#twoCol #screencast .left {
  width: 290px;
}

div#twoCol #screencast .right {
  width: 260px;
}

#screencast {
  margin-bottom: 10px;
}

#screencast-alternative ul, #screencast ul {
  list-style: none;
}

#screencast ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;  
}

#screencast ul li img {
}

/* EYE CANDY *******************/
/*******************************/

img.samplePic {
  margin-top: 20px;
}

div.highlight {
  background: #D4E6FF;  
  padding: 10px;
}

div.narrow_dashboard_bubble  ul, div.dashboard_bubble  ul {
  list-style: none;
}

div.dashboard_bubble, div.wide_dashboard_bubble ul {
  list-style: none;
}

div.dashboard_bubble, div.wide_dashboard_bubble, div.narrow_dashboard_bubble {
  border: 1px solid  #CCCCCC;
  padding: 10px;
  margin-bottom: 10px;
  background: transparent url(/images/whitelabel/long_bg.png) repeat-x scroll 0 0;
}

div.dashboard_bubble {
  width: 275px;
}

div.wide_dashboard_bubble {
  width: 450px;
}

div.narrow_dashboard_bubble {
  width: 200px;
}

a#dashboardToggle {
  float: right;
  font-size: 10px;
  margin-top: -4px;
}

/* PAYMENTS ******************/
/*******************************/

div.wide_dashboard_box ul {
  list-style: none;
}

div.wide_dashboard_box {
  padding: 10px;
  margin-bottom: 10px;
}

div.wide_dashboard_box {
  width: 470px;
}

/* TYPOGRAPHY ******************/
/*******************************/

p {
  color: #111;
  font-size: 13px;  
  line-height: 19px;
  margin-bottom: 10px;
}

.small {
  font-size: 9px;
  line-height: 12px;
}

.pright {
  float: right;
}

h1 { /* logo */
  /* font-size: 17px;*/
  float: left;
}

h1 a {
  text-decoration: none;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #111;
}

a.active {
  color: black;
}

.setting h3 {
  font-size: 14px;
}

pre  {
  overflow: auto; 
  overflow-y: visible; 
  color: white;
  width: auto;
  display: block;
  border: 1px solid #ccc; 
  margin: 10px 0;
  padding: 0;
}

p.error, p.notice {
  background: #D5DDF3;
  padding: 3px;
  margin-left: 0;
  margin-right: 0;
}

p.notice {  
  background: #f8f9e1;  
}


/* FOOTER **********************/
/*******************************/

#footer {
  border: 1px solid #ccc;
  background: white;
  white-space: nowrap;
  line-height: 1;
  padding: 7px 20px;
  margin: 20px auto;  
  clear:left;
  position: relative;
}

#footer ul {
  width: 100%;
}

#footer li {
  display:inline;
  padding:0 4px;
}

.last {
  color: ;
  position: absolute;
  right: 10px;
  bottom: 2px;
}

/* FORMS ***********************/
/*******************************/

fieldset {
  border: solid 1px #dddddd;
  padding: 10px;
  margin: 10px 0;
  babackground: #ccc;

}

fieldset.twoColWidth {
  width: 500px;
}

textarea {
  font-family:monospace;
  font-size: 12px;
  overflow: auto;
  padding: 4px;
  width: 98%;
}

textarea.small {
  font-size: 12px;
  width: 18em;
  height: 5em;
}

form#new_user {
  margin-left: 40px;
}

div.field input[type=text],
div.field input[type=password] {
  background-color: #FFFFA0;
  border:1px solid #AAAAAA;
  padding:4px 2px;  
}
form .field {
  margin: 10px;
  margin-left: 0;
}

form .field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

form .checkbox label, form .field li label, form .inline label {
  display: inline;
}

form .field .help {
  color: #666666;
  font-size: 80%;
}

form .fieldWithErrors { display: inline }
form .fieldWithErrors label {
  background: url(/images/cross.png) no-repeat left center;
  padding-left: 20px;
}

form.button-to, form.button-to div { display: inline }

form .required label:after {
  content: " *";
}

form .required label:after,
form .required-marker {
  color: #dd0000;
}

form .operations {
  margin-top: 10px;
  margin-bottom: 10px;
}

form .operations input {
  vertical-align: middle;
}

form .field table label {
  display: inline;
}

form .field table td {
  white-space: nowrap;
}

form .field table td p {
  white-space: normal;
}


/* TABLES **********************/
/*******************************/

table td, table th {
  vertical-align: top;
  text-align: left;
  padding: 2px;
}


table.list, table.data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3px;
}

table.payment_breakdown tr.total_cost th, table.payment_breakdown tr.total_cost td {
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;  
  padding-top: 5px;
  padding-bottom: 5px;
}

table.payment_breakdown tr th {
  border-width: 1px;
  border-color: #ccc;
}

table.payment_breakdown {

}

table.data th {
  border-bottom: 2px solid #333;
  font-size: 14px;
}

table th a.down {
  background: url(../images/whitelabel/arrow_down.gif)  no-repeat 100% 55%;
  padding-right: 10px;
}

table th a.up {
  background: url(../images/whitelabel/arrow_up.gif) no-repeat 100% 55%;
  padding-right: 10px;  
}


table.data tr.odd {
  background: #EDF3FE;
}


table.data td {
  border-bottom: 1px solid #ccc;
}

table.list th {
  padding-right: 10px;
}

table.inverted th {
  font-weight: normal;
}

table.inverted td {
  font-weight: bold;
}


table#contracts_table {
position: relative;
}


table#contracts_table ul.usage_limits {
  list-style: none;
  padding: 0;
}


table#contracts_table tr td.thhead {
  padding-top: 0;
  padding-right: 0;
  margin: 6px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  
}

td.thhead h3 {
  margin-top: 0;
  padding-right: 16px;
  padding-top: 20px;
}

table th.operations, td.operations {
  font-weight: normal;
  text-align: right;
}


table#contracts_table td.selected strong {
  background: white url(../images/contracts_table_bg.gif) repeat-x scroll left bottom;
  background: #e0e0e0;
  padding: 3px;
}


table#contracts_table td.contract_name {
  width: 200px;
}


table#contracts_table, table#contract_table, table#invoice_table {
width: 100%;
border-collapse: collapse;
color: black;
}

table#contracts_table {
  margin-top: 20px;
}

table#contract_table {
width: 450px;
margin-bottom: 20px;
}

table#contracts_table tr, table#contract_table tr {
  border-bottom: 1px solid #e0e0e0; 
}

table#invoice_table tr td , table#invoice_table tr th{
  border-bottom: 1px solid #e0e0e0;
  padding: 7px;
}

table#invoice_table td.no_border {
  border: none;
}

table#contracts_table td, table#contract_table td  {
text-align: center;
padding: 7px;
}

table#metrics tr.child td {
  background: #ececec;
}

table#metrics tr.child td.title {
  background-image: url(/images/child_metric_background.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #333333;
  padding-left: 24px;
}


/**
CONTRACTS HELP BUBBLE
************************************************/

div.bubble_me {
background: #333;
color: white;
padding: 4px;
border: 1px #CCCCCC;
}

div.bubble_me * {
font-weight: normal;
font-size: 10px;
}

div.bubble_me ul {
list-style: none;
margin-bottom: 0;
margin-top: 0;
}

div.bubble_me ul li {
margin-bottom: 2px;
}

td.spec span.price {
font-size: 17px;
}
tr td.spec {
/*background: #FCFCCC;*/
/*border-bottom: 1px solid #fff;*/
/*border-right: 2px solid #FFFFFF;*/
  text-align: center;
  font-weight: bold;
}

.thhead {
background: #ef9e46;
border-bottom:1px solid #e0e0e0;
height:50px;
width:130px;
}


.thhead h3 {
color: black;
font-size: 1.6em;
background: none;
}


ul.price_rules * {
text-align: left;
}

ul.price_rules ul {
margin-left: 0;
margin-bottom: 5px;
}
table#contracts_table td.buy a {
font-weight: bold;
}

table#contracts_table tr.trHeading {
  background: transparent url(../images/settings_tab.png) repeat-x bottom left;
}


table#contracts_table td.heading, table#contract_table td.heading {
font-size: 15px;
color: black;
text-align: center;
font-weight: bold;
/*border-bottom: 1px solid #efefef;*/
padding-top: 1px;
padding-bottom: 0;
}

table#contracts_table td.none_set {
padding: 2px;
border-bottom: 1px solid #333;
}

table#contracts_table td.rightAlign {
text-align: center;
padding-right: 10px;
font-weight: bold;
font-size: 14px;
}



ul#admin {
  float: right;
  background: white;
  padding: 10px;
  margin: 0;
}

ul#admin li {
  list-style: none;
  display: inline;
  padding-right: 10px;
}

div.orange {
  margin-left: 15px;
  padding-left: 5px;
  float: right;
}

div.orange ul {
  float: left;
}




#user_widget {
  border: solid 1px #dddddd;
  background: white;
  float: right;
  padding: 5px;
  
}

#user_widget a.no_analytics_0 { 
  color: black;
}

#user_widget a.yes_analytics_1 { 
  color: black;
}

#user_widget, #user_widget input {
  font-size: 10px;
}

#user_widget input#user_login,
#user_widget input#user_password {
  border: solid 1px #bbbbbb;
  width: 8em;
}

#preview_widget {
  border: solid 1px #dddddd;
  background: white;
  float: right;
  padding: 5px;
}


/* FLASH display ***************/
/*******************************/

div.flash {
  background: #eFeFeF;
  padding: 1px;
  margin-bottom: 10px;  
  clear: both;
}

div.flash p {
  position: relative;
  background: #ffffcc;
  color: black;
  margin: 0;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;

}


/* MENU - TABS *****************/
/*******************************/

ul#tabs {
  background: black;
  clear: both;
  float: right;
  margin: 0;
  margin-right: 10px;
  padding: 0 10px;
}

ul#tabs li, div.orange ul li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 2px 10px 0 10px;
  padding: 4px 8px;
  
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

ul#tabs li.active {
  background: white;
  position: relative;
  bottom: -1px;
  z-index: 100;  
}

ul#tabs li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

ul#tabs li.active a {
  color: #484848;
}



/* SUBMENU **********************/
/********************************/



ul#submenu li.active a {
  color: black;
}

ul#submenu {
  clear: both;
}

ul#submenu, ul#subsubmenu   {
  float: right;
  margin: 0;
  padding: 0;
  z-index: 2000;
  position: relative;
}

ul#subsubmenu {
  background: #EDF3FE;
  padding: 5px;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  margin-top: 10px;
  margin-bottom: -27px;
}

ul#subsubmenu li {
  float: left;
  text-decoration: none;
  list-style: none;
  padding: 2px 4px;
}

ul#subsubmenu * {
  color: #1c1c1c;
  font-size: 10px;
}

ul#subsubmenu li a {
  color: #5a5a5a;
}

ul#subsubmenu li a:hover {
 color: #1c1c1c;
}

ul#submenu li {
  font-size: 11px;
  text-decoration: none;
}

ul#submenu li {
  border-left: solid 1px #000000;
  float: left;
  list-style-type: none;
  padding: 0 4px;
}

ul#submenu li:first-child  {
  border: none;
}

#settingsMenu li {
  display: inline;
}

h3#linkDetails, h3#linkDesign  {
  background: transparent url(/images/settings_tab.png) repeat-x scroll 0 0;
  border:1px solid #EEEEEE;
  border-bottom: none;
  clear:none;
  display:block;
  float:left;
  margin:0 12px 0 0;
  padding:10px 10px 6px;
  width:221px;
}

h3.active {
  position: relative;
  bottom: -1px !important;
}


/* USER GENERATED MARKUP********/
/*******************************/


               
.usercontent h2 {
  font-size: 15px;
}

.usercontent h1 {
  float: none;
}


.usercontent h2, .usercontent h3, .usercontent h4 {
  margin: 10px 0 0 0;
}


.usercontent ul, .usercontent dl, .usercontent ol {
  margin: 5px 0 10px 20px;
}



/* ERROR EXPLANATION ***********/
/*******************************/

#errorExplanation {
  border-top: 1px solid #F7D394;
  border-bottom: 1px solid #F7D394;
  padding: 3px 3px 12px 20px;
  margin-bottom: 20px;
  background: #FDFDF9;
}

#errorExplanation h2 {
  font-size: 15px;
  color: #AA0000;
  padding-top: 10px;
}

#errorExplanation p {
  color: #333;
  font-size: 13px;
}

#errorExplanation ul li {
  font-weight: bold;
}

#errorExplanation ul {
  margin-left: 30px;
}

/* KEYS ************************/
/*******************************/

dl.key_container {
  background: #f2f2f2;
  border: solid 1px #eeeeee;
  margin: 20px 0;
}

dl.key_container dt {
  display: block;
  font-size: 120%;
  font-weight: bold;
  padding: 0 5px;
}

dl.key_container dd {
  padding: 0 5px;
}

dl.key_container dd.key {
  background: #f8f8f8;
  border-top: solid 1px #eeeeee;
  font-family: monospace !important;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
}

.key {
  font-family: monospace;
  font-size: 20px;
}


/**
CONTRACTS HELP BUBBLE
************************************************/

div.bubble_me {
background: #333;
color: white;
padding: 4px;
border: 1px #CCCCCC;
}

div.bubble_me * {
font-weight: normal;
font-size: 10px;
}

div.bubble_me ul {
list-style: none;
margin-bottom: 0;
margin-top: 0;
}

div.bubble_me ul li {
margin-bottom: 2px;
}



/* help bubbles */

div.inlineHelper {
  position:absolute;
  width:238px;
  border: 1px solid #F3A137;
  z-index:998;
}

div.inlineHelperContent {
  background: white none repeat scroll 0 0;
  /*  border:1px solid #C0BBB6;*/

  font-size:1em;
  font-weight:normal;
  padding:15px 13px;
  text-align:left;
}


div.inlineHelper h3 {
  font-weight: bold;
}

img.helpButton, img.detailButton {
  position: relative;
  z-index: 999;
  cursor: pointer;
}

img.detailButton {
  z-index: 998;
}



/* Charts ****************/

.chart {
  border: solid 1px #dddddd;
  height: 250px;

/*  margin: 10px 0;*/
}

.small_chart {
  height: 100px;
}

.chart_controls {
  text-align: center;
  padding: 10px;
}

.chart_controls .next, .chart_controls .previous {
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 4px;
}

.chart_controls .next {
  background-image: url(/images/next.png);
  background-position: right center;
  padding-right: 16px;
  margin-left: 5px;
}

.chart_controls .previous {
  background-image: url(/images/previous.png);
  background-position: left center;
  padding-left: 16px;
  margin-right: 5px;
}

.chart_controls form {
  display: inline;
}

.stats_mini_box h3 {
  display: inline;
}
.stats_mini_box {
  border: solid 1px #cccccc;
  height: 66px;
  width: 295px;
  margin: 4px 0;
  position: relative;
  background: transparent url(/images/whitelabel/long_bg.png) repeat-x scroll 0 0;
}

.individual {
	width: 275px;
	margin-bottom: 10px;
}

.stats_mini_box .title {
  border-bottom: solid 1px #eeeeee;
  padding: 2px 2px 2px 12px;
}

.stats_mini_box .total{
  font-size: 10px;
  padding-left: 10px;
}

.stats_mini_box .chart,
.stats_mini_box .change{
  height: 30px;
  float: left;
  line-height: 30px;
}


.stats_mini_box .chart,
.stats_mini_box .chart_overlay {
  width: 185px;
  height: 29px;
  margin: 0;
}

.stats_mini_box .chart{
  border: none;
  border-right: solid 1px #eeeeee;
}

.stats_mini_box .chart_overlay {
  position: absolute;
  left: 0;
}

.stats_mini_box .total {
  font-size: 20px;
  font-weight: bold;
  padding: 0 4px;
}

.stats_mini_box .change  {
  background: url(/images/no_change.png) no-repeat left center;
  font-size: 17px;
  padding-left: 24px;
  padding-right: 4px;
  float: right;
}

.stats_mini_box .title .total {
  font-size: 14px;
}

.stats_mini_box div.title .positive, .stats_mini_box div.title .negative, .stats_mini_box div.title .change {
  background: none;
  float: none;
}

.stats_mini_box div.title .change {
  padding-left: 0;
}

.stats_mini_box .positive {
  background-image: url(/images/up.png);
  color: green;
}

.stats_mini_box .negative {
  background-image: url(/images/down.png);
  color: red;
}

.stats_main { width: 66% }
.stats_side { width: 33% }

div.header {
  width: 100%;
}

div.header span {
  float: right;
}

div.header h4 {
  float: left
}
/* Wiki *******************/
.wiki_pages_widget {
  width: 196px;
  padding: 5px;
  background: #CCCCCC;  

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.wiki_pages_widget ul {
  margin: 5px 0 10px 20px;
}

div#wiki div.left {
  width: 590px;
}


/*
MESSAGES
*******************************************************/
div.messageDetails dl {
  padding: 0;
  font-size: 13px;
}

div.messageDetails dt{
  width: 28%;
  float: left;
  margin: 0 0 0 0;
  padding: 1%;
  font-weight: bold;
}

div.messageDetails dd {
  float: left;
  width: 66%;
  margin: 0 0 0 0;
  padding:1%;
}

div.messageDetails {
  float: left;
  width: 500px;
}

div.messageContent {
  padding: 5px;
  border: #ccc;
  clear: both;
}


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

/* PAYPAL ADD CREDIT ******************/

form .credit_field {
  font-size: 150%;
  margin: 10px 0;
}

form .credit_field label {
  font-weight: bold;
  display: inline;
}

form .credit_field input.amount {
  font-size: 100%;
  width: 4em;
}

p.paypal_logo {
  text-align: right;
  margin-bottom: 0;
}

/* Preview window: look and feel */



  div#previewContent, div#previewPlans {
    width: 200px;
    border: 1px solid #333;
    padding: 20px;
    position: absolute;
    right: 275px;
    top: 279px;
  }

  div#previewPlans table thead th.head {    
    text-align: center;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;     
    -webkit-border-radius-topleft: 3px;
    -webkit-border-radius-topright: 3px;    
  }
  
  div#previewPlans table img {
    width: 9px;
  } 
  
  div#previewPlans table {
    border-collapse: collapse;        
    font-size: 9px;
    margin: 10px auto;
  }
  
  div#previewPlans table td, div#previewPlans table th  { 
    border-bottom: 1px solid #ccc;
  }

  div#previewPlans table * {
    text-align: center;   
  }

  div#pMenu {
    width: 100px;
    height: 10px;
    position: relative;
    margin-left: 95px;
    text-align: right;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;     
    -webkit-border-radius-topleft: 3px;
    -webkit-border-radius-topright: 3px;    
  }
  
  div#pMenu span  {
      float: left;
  } 
  
  div#pBox, div#pFooter {
    width: 200px;
    border-style: solid;
    border-width: 1px;
  }
  
  div#pBox {
    height: 100px;
  }

  div#pBox span {
    font-size: 9px;
    font-family: arial;
    padding: 10px;
    display: block;
  }

  div#pFooter {
    margin-top: 5px;
  }
  
  div#pLinks span {
    height: 6px;
    display: block;
    margin-right: 5px;
    float: right;
    font-size: 8px;
    margin-top: 2px;
    font-family: monospace;
  }
  
  div#pLinks span.active {
    margin-top: 2px;
    height: 9px;
    width: 25px;
    text-align: center;
    color: #484848 !important;
  }
  
  div#pLinks span {
    
  }
      
  .round {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }


.info, .warning {
  background: 0 4px no-repeat;
  padding-left: 60px;
  min-height: 60px;
}

.warning {
  background-image: url(/images/v2/warning.png);
}

.info {
  background-image: url(/images/v2/info.png);
}


#liquid_index {
  margin: 10px 0;
  padding: 5px;
  background: #f5f0cd;
  width: 98%;
}

#liquid_index li {
  float: left;
  list-style: none;
  text-align: center;
  width: 110px;
  height: 60px;
}

#liquid_index li div {
  display: block;
}

span.active {
  color: green;
}

span.disabled, span.hidden {
  color: gray;
}

span.deleted {
  color: #cc0000;
}


button.action {
	font-family: 'Lucida Grande', verdana, sans-serif;
  font-size: 100%;
  border: none;
  color: #EA8914;
  cursor: pointer;
}

button.action:hover {
  color: black;
}

a.action, button.action {
  background: transparent no-repeat center left;
  padding-left: 20px;
  min-height: 16px;
}

a.add {
  background-image: url(/images/add.png);
}

a.edit {
  background-image: url(/images/pencil.png);
}

button.delete {
  background-image: url(/images/delete.png);
}

button.create_key {
  background-image: url(/images/key.png);
}

/* Project Gallery */


div.exhibit {
  border-bottom:1px solid #ccc;
  clear:both;
  float:left;
  margin-bottom:10px;
  padding-bottom:10px;
}

div.exhibit div.left {
  width: 220px;
}

div.exhibit div.right {
  float: left;
  width: 580px;
}

div.exhibit img {
  padding: 5px;
  padding-left: 0;
}

div.exhibit .noImage {
  width: 200px;
  height: 130px;
  background: white;
  border: 1px solid #333;
  position: relative;
  text-align: center;
  margin-top: 5px;
}

div.exhibit .noImage span {
  font-family: monospace;
  font-size: 24px;
  position: relative;
  color: #333;
  top: 35%;
}

.plan_widget tr.usage_limit td,
.plan_widget tr.pricing_rule td {
  border-bottom: solid 1px #eeeeee;
}

.plan_widget tr.feature td,
.plan_widget th.header {
  text-align: center;
}

.plan_widget th.header {
  border-bottom: solid 1px #dddddd;
  font-size: 120%;
  font-variant: small-caps;
}


li .handle {
  font-size: 12px;
  cursor: move;
  color: #777;
}

ul#apps {
  width: 100%;
  list-style: none;
}

ul#apps li span.handle {
  float: left; 
  position: relative;
  width: 30px;
}

ul#apps li div.desc {
  width: 600px;
}

ul#apps li span.handle img {

}

ul#apps li {
  border-bottom:1px dotted #CCCCCC;
  position:relative;
  display:block;
  padding: 10px;
}

ul#apps div.desc{
  float: left;
  padding-left: 20px;
}
ul#apps li div.operations {
  float: right;
}

ul#apps li.odd {
  background: #F7F7F7;
}

img#ajax_loader {
/*  position: absolute;
  top: 80px;
  right: 400px;
*/}

#view_area {

}




/*Notification Bar*/

/*div.notification-bar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}


div.notification-bar div.notification-bar-contents {
  background: white;
  border-bottom: 1px solid #333;
  padding: 10px;
}*/


.notification-bar {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  border-bottom: 2px solid rgba(0,0,0,0.07);
  width: 100%;
  cursor: pointer;
}
.notification-bar-bkg {
  background-color: #fff;
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  position: static;
}

.notification-bar,.notification-bar-bkg {
  padding: 1.2em 0;
}

.ie7 .notification-bar,.ie7 .notification-bar-bkg {
  border-bottom: 2px solid #ccc;
}

.notification-bar-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
}

.notification-bar-contents {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  font-size: 150%;
}



	.ajaxNoticeValid {
		left:0;
/*		padding: 5px;*/
/*		position: fixed;*/
		text-align: center;
		width: 100%;
		z-index: 9999;
	  margin-top: -2px;
	  height: 24px;
	  padding-top: 5px;
	}

	.alwaysontop {
    position: fixed;
		top: 0;
    background-color: #2c2c2c;
    border-bottom: 1px solid #000;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
	}
	
	
	#flashWrapper p, #flashWrapper strong  {
    color: #fff;
		margin: 0;
		vertical-align: middle;
		font-weight: bold;
		font-size: 16px;		
	}

.clearfix {
  display:inline-table;
}

span.tooltip:hover {
 cursor: pointer;
}

div.bubble {

  moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(/images/define-shadow.png) no-repeat scroll right bottom;
  cursor:help;
  position: absolute;
  padding:0 5px 5px 0;
  position:absolute;
  top:0;
  width:270px;
  z-index:5;  
/*  width: 250px;
  background: white;
  border: 2px solid red;
  z-index: 4000px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  color: #808080;
  border: 5px solid #808080;
  padding: 5px;
  font-size: 10px;
*/}

div.bubble div {
  background-color:#FFFFCC;
  border:1px solid #F8E1D3;
  padding:10px 15px 5px;
  position:relative;
  text-align:left;  
}

.bubble .arrow {
  background:transparent url(/images/define-arrow.png) no-repeat scroll 0 0;
  display:block;
  height:28px;
  left:-16px;
  position:absolute;
  top:5px;
  width:17px;
}

div#recaptcha_area {
  margin-top: 25px;
  margin-bottom: 25px;
}

div.all_bubble {
  background: white;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

div.operations { padding: 2px; }
