﻿@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
h1, h2, h3, h4, h5, p {
    padding: 0px;
	margin: 0px;
	
}
h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}

a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
img {
	border: none;
}
.code {
	font-family:Arial;
  font-size:10px;
	border: 1px solid black; 
	padding: 9px; 
	background-color: #DFDFDF;  
}

.loading {
	font-family:Arial;
	border: 1px solid black; 
	padding: 9px; 
	background-color: #DFDFDF;  
}

.warning {
	color: #FF0000;
	font-family:Arial;
	border: 1px solid red; 
	padding: 9px; 
	background-color: #FFC0C0;  
}

.background-left  {
	z-index:-1;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 40%; 
	height: 191px;
}

.background-left  img {
	width: 100%; 
	height: 100%;
}

.container  {
	width: 1200px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 149px;
	margin-bottom: 20px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#logo {
  width: 932px;
	height: 149px;
	text-align: left;
	color: #999999;
	padding-top: 0px;
}
#logo a {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#logo p {
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
}

#logo img {
	float: left;
}
.phone {
	font-size: 23px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
}

.fixed {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.bfixed {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

.table table {
	border:0px solid #404040;
	border-collapse:collapse;
	width:90%;
	margin:auto;
}

.table thead, .table tfoot, .table th {
	background-color:#FFC060;
	background-image: url(../images/thead_back.png);
	border:0px solid #606060;
	font-weight: normal;
	text-align:center;
}

.table tbody {
	background-color:#F0F0F0;
	border:0px solid #404040;
}

.table td {
	border:0px solid #808080;
	padding:5px;
}

.table td.white {
	background-color:#FFFFFF;
	padding:5px;
}

.mainContent  {
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 20px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}

.mainContent p {
	line-height: 18px;
	padding-bottom: 20px;
}
.mainContent h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}

.smallTxt {
	font-size:11px;
}

h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 14px;
	color: #FF9900;
	padding-bottom: 10px;
}

.toggleMainHeader {
	color: #666666;
}

.toggleHeader {
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	font-size: 14px;
	font-weight:bold;
	color: #FF9900;
	padding-left: 20px;
	padding-bottom: 12px;
}

.mainContent .contentbox {
	background-image: url(../images/content-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 35px;
}
.mainContent .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}
.mainContent blockquote {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	margin: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sidebar {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	margin-top: 10px;
}
.sidebar form {
	margin-left: 10px;
}

select,input[type='text']  {
	margin-bottom: 5px;
	background-image: url(../images/forminputbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.sidebar #submit {
	background-color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

ol {
	margin-left: 25px;
	padding-left: 0px;
	margin-top: 0px;
}

ol li {
	padding-left: 0px;
	padding-bottom: 5px;
}

ul  {
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 0px;
	list-style-type: none;
}

ul li ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	list-style-type:none;
}

ul li ul li {
	background-image: url(../images/listdot2.gif);
	background-repeat: no-repeat;
	background-position: left top;
  padding-left: 12px;
	padding-bottom: 5px;
}

ul li  {
	background-image: url(../images/listdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-bottom: 5px;
}

ul li.positiveli {
	list-style-image: url(../images/plus.png);
	background-image: none;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 30px;
}

ul li.negativeli {
	list-style-image: url(../images/minus.png);
	background-image: none;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 30px;
}

.arrow {
	vertical-align:middle;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.twocol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
.twocol p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}

.note {
	font-size: 10px;	
}

.twocol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	padding-bottom: 10px;
}
.twocol strong {
	color: #666666;
}
.twocol .contentbox {
	background-image: url(../images/2colfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}

.twocol  .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
	padding-left: 0px;
}
.twocol .contentboxp {
	width: 545px;
	padding-left: 35px;
	font-size: 11px;
	color: #666666;
	padding-right: 0px;
}
.twocol .contentboxp100 {
	width: 100%;
	padding-left: 35px;
	font-size: 11px;
	color: #666666;
	padding-right: 0px;
}

.threecol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}

.threecol p {
	font-size: 15px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}
.threecol h3 {
	font-size: 15px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
.threecol strong {
	color: #666666;
}



.threecol .contentbox {
	background-image: url(../images/3colfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
.threecol .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}
.threecol .contentboxp {
	width: 352px;
	padding-left: 35px;
	font-size: 15px;
	color: #666666;
	padding-right: 0px;
}

.productwide {
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 15px;
}
.productwide img {
	margin-right: 10px;
}
.productwide h3 {
	font-size: 16px;
	padding-bottom: 8px;
}
.productwide strong {
	color: #666666;
}
.productwide p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.productwide td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.google728 {
	height: 90px;
	width: 728px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 26px;
}
.google468 {
	height: 60px;
	width: 468px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 0px;
}













#footer {
	height: 260px;
	margin-top: 20px;
	background-color: #333333;
	background-image: url(../images/footer-fill.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}
#footer a {
	color: #999999;
	font-weight: bold;
}
#footer a:hover {
	color: #CCCCCC;
}

#footerwrap {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footertop {
	background-image: url(../images/footer-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 780px;
}

#footercontent {
	color: #CCCCCC;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	background-color: #252525;
	font-size: 11px;
	margin-top: 0px;
}
#footercontent strong {
	display: block;
	padding-bottom: 5px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 8px;
}
#footercontent ul {
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 0px;
}
#footercontent li {
	color: #999999;
}
#footerbtm {
	background-image: url(../images/footer-btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 780px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#about {
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
#about a {
	color: #666666;
}








.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#pagetitle {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 120px;
	margin-top: 20px;
	background-image: url(../images/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	height: 51px;
	width: 660px;
}
.catrow {
	border:0px solid #404040;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	vertical-align:text-bottom;
}

.feature_ok {
	background-image:url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.feature_nok {
	background-image:url(../images/dash.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#newversion_en {
	background-image:url(../images/newversion.png);
}

.hidden {
	display:none;
}

.status_invited {
	color: #00A020;
	background-color: #4FFF6F;
	font-weight: bold;
	text-align: center;
}

.status_blacklisted {
	color:#804000;
	background-color:#FF8F0F;
	font-weight: bold;
	text-align: center;
}

.status_already {
	color:#202080;
	background-color:#4F4FFF;
	font-weight: bold;
	text-align: center;
}

.status_ejected {
	color:#C00040;
	background-color:#FF3F7F;
	font-weight: bold;
	text-align: center;
}

.status_notejected {
	color:#808080;
	background-color:#D0D0D0;
	font-weight: bold;
	text-align: center;
}

.status_banned {
	color:#800000;
	background-color:#FF1F1F;
	font-weight: bold;
	text-align: center;
}

.status_else {
}


.width100 {
  width:100%
}

.width90 {
  width:90%
}

.width80 {
  width:80%
}

.width75 {
  width:75%
}

.width66 {
  width:66%
}

.width33 {
  width:33%
}

.width25 {
  width:25%
}

.width95 {
  width:95%
}

.width98 {
  width:98%
}

.width55 {
  width:55%
}

.tdleftalign {
	text-align:left;
}

.tdrightalign {
	text-align:right;
}

.tdcenteralign {
	text-align:center;
}

.groupchat_SL1 {
	background-color:#3E3E3E;
	color: #FFFFFF;
	padding: 3px;
	border: 4px solid black; 
}

.groupchat_SL1 span.timestamp {
	color: #7F7F7F;
}

.groupchat_SL1 a {
	font-weight: normal;
	color: #9999FF
}

.groupchat_SL1 a.av {
	font-weight: bold;
}

.groupchat_SL2 {
	background-color:#343434;
	color: #FFFFFF;
	padding: 3px;
	border: 4px solid black; 
}

.groupchat_SL2 p {
	padding: 3px;
	line-height: 16px;
}

.groupchat_SL2 p.text {
	color: #FFFFFF;
}

.groupchat_SL2 div.chatheader {
	background-color:#262626;
	color: #FFFFFF;
	padding: 3px;
}

.groupchat_SL2 a {
	color: 	#92C7C7;
	font-weight: normal;
}

.groupchat_SL2 div.chatheader .timestamp {
	color: #909090;
	float: right;
}


