* {
  margin:0; padding:0; 
}

body { 
	font:0.7em Tahoma, sans-serif; 
	line-height:1.5em;
	background:#000715; 
	color:#fff; 
}

.content { 
	margin:0 auto;
	width:923px;
	/*padding:10px;*/
	background:#000715; 
}

.header { 
	height:117px;
	background:#000715 url('/images/website/header.jpg') no-repeat;
	color:#808080;
}

.top_info {
	float:right;
	width:440px;
	padding:20px 0 4px 10px;
	color:#fff;
}
.top_info_left {
	width:185px;
	float:left;
	padding-top:20px;
}
.top_info_right {
	float:right;
	width:300px;
	padding:0;
}

p.flags {
  width:170px;
  margin:10px 0 0;
  text-align:right;
}

ul.navbar {
  width:100%;
  margin:0 0 5px 0;
  padding:0;
  list-style-type:none;
  background:#082a3e;
}

.navbar li { 
  margin:0 2px 0 0; 
  padding:3px 0;
	width:183px;
	height:16px;
	text-transform:uppercase;
	background:url('/images/menu/menu.jpg') no-repeat;
	text-align:center;
	float:left; 
}

.small-menu-items li {
  width:152px;
  background:url('/images/menu/menu-small.jpg') no-repeat;
}

.navbar li.last {
	margin:0;
}
.navbar li.active { 
	color:#f00;
}
.navbar li a { 
	padding:1px 0;
	font-size:1.2em; font-weight:bold; 
	text-decoration:none;
	background:none;
	color:#a4e7ff;
} 
/*.navbar li a:hover { 
	color:#000;
	background:none;
}*/

#flash-banner {
	width:923px;
	height:423px;
}
#website-banner {
  width:923px;
  height:130px;
}

.content-area {
  width:907px;
  margin:0px 0; padding:5px 8px;
  font-size:1.2em;
  background:#262c38; color:#fff;
}
.content-area p {
  margin-bottom:10px;
  text-align:justify;
}
.content-area h2 {
  font:1.2em Arial;
  letter-spacing:normal;
  font-weight:bold;
  color:#9BD9F1;
}
.content-area h3 {
  clear:both;
  margin:0 0 8px 0; padding:7px 0 7px 5px;
  
  color:#fff; background:#396F93;
  font:0.9em Tahoma, Arial, sans-serif; font-weight:bold;
}
.content-area h4 {
  font-size:1.05em;
}

.provision-overview {
	float:left;
  width:362px; height:305px;	
}
.welcome-text {
	width:549px; height:299px;
	margin:0 0 5px 366px; padding:3px;
  background:#252b37 url('/images/website/make-money.jpg') bottom right no-repeat;
  color:#fff;
  font-size:0.8em;
  cursor:pointer;
}
.welcome-text h4 {
	font-size:1.7em;
	font-style:italic;
  text-transform:uppercase;
}

#feature-overview {
	margin:2px 0;
}

.feature-box, .feature-box-left {
	float:left;
	width:451px; height:101px;
	padding:4px; margin:0 3px 3px 0;
	background:#252b37 url('/images/website/feature-bg.jpg') no-repeat;
	color:#fff; cursor:pointer;
	text-decoration:none;
}
.feature-box-left {
  margin:0 0 3px 0;	
}
.feature-box h4, .feature-box-left h4 {
  text-transform:uppercase;
  font-size:1.3em; font-style:italic;
}
.feature-box p {
  text-size:0.8em;
  text-align:justify;
}
.featury-dummy {
  background:url('/images/website/feature-bg-dummy.jpg') no-repeat;
}
	
#website-scrollbox {
	margin:40px auto 15px auto;
  width:100%; height:204px;
  text-align:center;
}
	
.news-item {
	background:#f5f5f5;
	color:#414141;
	padding:2px 4px;	
	margin:0 0 3px 0;
}
.news-item p {
  margin:0;	
}
	
.image {
	float:left;
	margin:0 9px 3px 0;
}

#footer { 
	clear:both;
	text-align:center;
	padding:8px 0;
	border-top:1px solid #36303c;
	line-height:1.8em;
	background:#000715; color:#fff;
}

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

.news-posting div.news-entry {
  padding:8px;
  border:1px solid #a9c0ce;
  margin-bottom:5px;
  background:#000715;
  color:#fff;
}

.news-details {
  padding:4px;
  margin-bottom:18px !important;
  text-align:right;
  background:#396F93; color:#fff;
  border:1px solid #ccc !important;
}

a { 
  color:#9bd9f1;
  text-decoration:underline;
}
a:hover { 
  color:#9bd9f1;
}

h1 { 
  padding:7px 0 0 8px;
  font:normal 2.1em Arial, Sans-Serif; 
  letter-spacing:-1px; 
}

.dark { 
  color:#737373; 
  background:inherit; 
  font-weight:bold; 
}

h1 a, h2 a { 
  text-decoration:none; 
}
h1 a:hover, h2 a:hover { 
  color:#fff; 
}
h2 { 
  margin:0; 
  padding:0; font:1.5em Arial, Sans-Serif; 
  letter-spacing:-1px; 
  font-size:1.5em; 
  margin-bottom:5px; 
  color:#fff; 
}

p { 
  margin-bottom:10px; 
}
ul { 
  margin:0 0 8px 20px;
}
ul.navigation {
  margin-bottom:25px;	
}
ul.list {
  margin:0 0 20px 40px;
  list-style-type:disc; 
}
ul.nested {
  margin:0 0 5px 15px;
  margin-bottom:5px;
  list-style-type:disc; 
}
ul.list li {
  padding:0 5px;
}

form { margin:0; }

input.login { 
  width:150px;
  border:none; 
  padding:4px; 
}
.grey {
  color:#888;
  font-weight:normal;
}

.ticket-box, .ticket-thread-box {
  padding:8px;
  margin-bottom:10px;
  border:1px solid #000;
  background:#fff;
  color:#000;
}
.ticket-thread-box h3 {
  color:#900;
}

.odd {
  background:#D0EBFD;
}

#content {
  margin-bottom:20px;
  color:#fff;
}

#content p {
  line-height:1.3em;
  margin-bottom:15px;
}

table {
  width:100%;
  border:1px solid #396F93;
  font-size:0.8em;
  margin-bottom:20px;
  border-collapse:collapse;
  border-spacing:0;
  color:#000;
}
table.small {
  margin-bottom:5px;
}

table th {
  background-color:#396F93;
  padding:6px 3px;
  text-align:center;
  color:#fff;
}
table th.helpIcon {
  /*background:#ccf url(/images/icons/menu/tickets.png) no-repeat scroll 95% center;
  cursor:pointer;*/
}
table th em {
  font-style:normal;
  border-bottom:1px dashed #000;
  cursor:pointer;
  color:#000;
}

em {
  border-bottom:1px dashed #fff;
  color:#fff;
  cursor:pointer;
  font-style:normal;
}

table th a, table th a:hover {
  background:none;	
}

table tr {
  background:#fff;
  /*border-bottom:1px solid #000;*/
  text-align:left;
}
table tr.odd {
  background:#d0ebfd;
}
table tr.paid {
  background:#D0EBFD;
}
table td {
  padding:3px;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  
  text-align:center;
}
table.bill tr td {
  border-bottom:1px solid #000000;
  border-right:none;
}

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

table.number-info th {
  width:130px;
}
	
table img, a img {
  border:none;
}

table a, .notice a {
	color:#000;
	text-decoration:underline;
}
table a:hover, .notice a:hover {
  color:#000;
  text-decoration:none;
}

table th a {
  color:#000;
  text-decoration:underline;
}
table th a:hover {
  color:#000;
  text-decoration:none;
}

#layoutTable .layout {
  float:left;
  margin-right:20px;
  text-align:center;
}
#layoutTable .layout p  {
  text-align:center;	
}

.campaign p {
  margin-bottom:20px;
}

/* Campaign stuff */
ul.campaign {
  font-size:0.9em;
}

ul.campaign li {
  line-height:25px;
}

div.layoutPreview {
  margin:0 0 30px 0;
  width:100%;
}

div.layoutPreview .layoutContainer, div.layoutPreview .pinksimLayoutContainer {
  float:left;

  margin:0 4px 15px 0;
  padding:6px;

  text-align:center;
  background:#000715;
  border:1px solid #fff;
  
  font-size:0.9em;
  cursor:pointer;
}

div.layoutPreview .layoutContainer {
  height:auto; width:156px;
}

div.layoutPreview .pinksimLayoutContainer {
  width:202px;
}

div.layoutPreview .layoutContainer img, div.layoutPreview .pinksimLayoutContainer img {
  margin:8px 0;
  border:1px solid #000;
}

.layoutPreview a img {
	border:0 !important;
}

div.layoutPreviewBox {
  margin:0 0 10px 0;
  width:auto;
  margin:0 auto;
  text-align:center;
}
div.layoutPreviewBox .layoutContainer {
  float:left;
  padding:3px;
  margin-right:8px;
  text-align:center;
  background:#000715;
  border:1px solid #fff;
  cursor:pointer;
}

#campaignPreview {
  width:150px;
  padding:8px; margin-bottom:14px;
  border:1px solid #000;
  text-align:center; 
}

.pageNavigation {
  text-align:center;
  margin-bottom:30px;
}

strong.mandatory, strong.highlight {
  color:#9BD9F1;
}

.content-area .topLink {
  width:100%;
	text-align:right;
}

.hint {
  border:2px solid #000;
  background:#eee;
  padding:8px;
}

.image-left {
  float:left;
  margin-right:10px;
}

p.hint strong {
  color:#f00;
}

.left {
  float:left;
}
.right {
  float:right;
}
.clear {
  clear:both;
}
.center {
  text-align:center;
}

.calendar {
  width:350px;
}
.pointer {
  cursor:pointer;
}

table.ad-links, table.ad-links tr, table.ad-links tr td {
  border:none;
}

.table-left {
  text-align:left !important;
}

.notice, .hint {
  width:500px;
  padding:8px 8px 8px 28px;
  margin-bottom:15px;
  background:#D0EBFD url(/images/icons/error.png) no-repeat scroll 5px 8px;
  border:2px solid #f00;
  color:#000;
  font-size:0.8em;
  font-weight:bold;
}

.hint {
  border:2px solid #ccc;
  background:#D0EBFD url(/images/icons/info.png) no-repeat scroll 5px 8px;
}

#pricing-ads textarea {
  display:block;
  margin-bottom:15px;
}
#pricing-ads img {
	margin-bottom:5px;
}

/* JQuery Tooltip */
#pc-tooltip {
  position:absolute; display:none;
  width:280px; padding:10px;
  border:1px solid #ccc; 
  background:#333; color:#fff;
}
#pc-tooltip h4 {
  color:#9BD9F1;
  font-size:1em;
  font-weight:bold; 
  padding-bottom:5px;
  font-size:1.1em;
}
#pc-tooltip p {
  font-size:1em;
  text-align:justify;
  margin:0;
}
.tooltip {
  display:none;
}

.clipboardButton { 
  margin:0; padding:10px;
  width:120px; text-align:center; 
  border:1px solid black; background:#396F93; 
  cursor:pointer; font-size:9pt;
  color:#000;
}
.clipboardButton.hover { background:#ccc; }
.clipboardButton.active { background:#aaa; }

.clipboardButton strong { color:#fff; }
.clipboardButton.hover strong { color:#000; }

.ui-datepicker-trigger {
  cursor:pointer;
  margin-left:3px;
}
.ui-tabs .ui-tabs-hide {
  display: none;
}

/* IE 8 Fixes */
input.agbs {
  border:none !important;
}
/* Remove inputs of radio elements */
input.layout_radio_element {
  border:none !important;
}
