html, body
{
    background:white;
}


.btn
{
	background:#606060;
	color:white;
	cursor:pointer;
	font-weight:bold;
	padding:5px;
}
#main
{
	color:#606060;
	padding:2px;
	margin:0px auto;
}

.share
{
	padding:5px;
}

.faq-note
{
	padding:5px;
	font-size:13px;
	color: #808080;
	font-weight:none !important;
	border-bottom:1px dotted black;
}

.faq-head
{	
	color: orange;
	background: url(../images/faq.gif) no-repeat;
	padding-left: 30px;
}

#notes
{
	font-weight:normal !important;
	color:red;
	padding:2px;
	border-bottom: 1px gray dotted; 
}

.messages
{
	color: #d312de;
	border-bottom:color;
	padding:5px;
	border-bottom:2px #eeefba solid;
	background: #ffe;
}

fieldset
{
	width:300px;
	margin:0px auto;
	padding:5px;
	border:2px solid #404040;
}

body
{
	color:#dd6802;
	font-weight:bold;
}

.left {
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
}
.link{
	color:#dd6802;
	font-weight:bold;
}


.sms
{
	width:99%;
	color: #dd6802;
	font-weight:bold;
	margin:0px;
	border:1px solid #606060;
}

input[type=text]{
	border:1px solid #909090;
	height:20px;	
}

input[type=submit],input[type=button],input[type=reset]{
	border:1px solid #909090;
	border-bottom:3px solid #909090;
	padding:2px;
	font-weight: bold;	
}


input[type=password]{
	border:1px solid #909090;
	height:20px;	
}

input{
	border:1px solid #909090;
}

a {
	color:#74a702;
	text-decoration:none;
}
a:hover{
 text-decoration:underline;
}
.header{
	background:url(../images/header.jpg) no-repeat;
	height: 61px;
	color:#ffe;
	margin-bottom:10px;
	padding-left:20px;
}

.header a {
	color: #404040;
}
.footer
{
	
	bottom:0px;
	font-size:13px;
	color:#808080;
	text-align:center;
	/*background:url(../images/footer.jpg) bottom no-repeat;*/
}
.header h3{
	position:absolute;
	top:20px;
	padding-left:10px;
}
.right{
	float:left;
	width: 471px;
	margin: 0 0 10px 0;
	padding-left:5px;
}
.content { 
	margin: 10px auto;
	width: 660px; 
	
}
.menu ,.menu-item{
	background:url(../images/menu.jpg) center no-repeat ;
	text-align:center;
	cursor:pointer;
	height:30px;
	margin:5px;
	color:#dd6802;
	font-weight:bold;
}
.green-header{
	background:url(../images/green-header.jpg) no-repeat ;
	height:30px;
	padding-left:60px;
	color:#ffe;
}
.gray-box
{
	width:100%;	
	background:#e9e9e9;
	color:#e9e9e9;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	text-align:center;
}
.gray-lined-box{
	padding-bottom:10px;
	border: 3px solid #e9e9e9;
	color:#606060;
	padding:5px;
	margin:0px auto;	
	background:#fcfcfc url(../images/header_bg.png) 0 100% repeat-x;
}
.gray-header{
	background:url(../images/gray-header.jpg) no-repeat ;
	height:30px;
	color:#ffe;
	text-align:center;
}
.panel{
	
	padding-right:30px;
	text-align:right;
	padding-left:10px;
}
.textads_text{
	color:black;
	cursor:pointer;
}
.textads_topic{
	color:#185DA0;
	text-decoration:underline;
}
.textads_url{
	color:#dd6802;
}
.t{
	border-bottom:1px solid #ccc;
	margin:2px;
	margin-bottom:0px;
	text-align:center
}
.t-hover{
	border-bottom:1px solid #ccc;
	background: #223ffe;
	margin:2px;
	margin-bottom:0px;
	text-align:center
}
.error {
	color:red;
	padding:5px;
	text-align:center;
}
div.clear
{
	height: 1%;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden
}

select {
    color: #74a702;
    background: #ffffff;
    padding: 2px;
    border: 0px solid #74a702;
    cursor: pointer;
}
.star{
	color:red;
	font-weight:bold;
}
td.active-menu{
	background:#74a702;
	color:white;
	cursor:pointer;
}
#tab-menu{
	padding:5px;
}
td.submenu{
	border-bottom:2px solid #74a702;
	padding:2px;
	cursor:pointer;
}
.services{
	text-align:left;
}

.padding
{
	padding:5px;
}

#sendForm input
{	
	width: 95%;
}

#sendForm td
{	
	margin:0px auto;
	width: 50%;
}

#toolTip
{
   border:1px dotted #606060;
 
   background:	#E8E8E8;
   z-index:24;
   width:250px;
   position:absolute;
   visibility: hidden;
   overflow: hidden;
   font-size: 12px;
   font-weight: normal;
   padding:5px;
   
}

#toolTip h1
{
   display:block;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   background-color:#F1F1F1;   
   border-bottom:1px solid #CCC;  
   margin:0px;
   padding:0px 2px;   
}

#toolTip p 
{
   margin:0px;
   padding:4px 2px;   
}

img 
{
	border: none;
}

option.imagebacked 
{
	padding: 2px 0 2px 20px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	vertical-align: middle;
}

div.alert{
	margin: 0 auto; 
	border:10px solid #707070;
	padding: 10px;
	width: 400px;
}

tr.even
{
	background:#ffe;
}

tr.noteven
{
	background:#eeefba;
}

#board
{
	border:3px #eeefba solid;
	background: #ffe;
	padding:5px;
	margin-bottom:20px;
}

#shared{

	padding-top:10px;
}
input.max
{
	width:95%;
}

.tlist{
	padding:2px;
}

table.tlist td{
	border-bottom:1px dotted black;
}

#code{
	width:50% !important;
}

.error-msg{
	padding:15px;
	background:#fee;
	color:red;
	border-bottom:1px solid red;
}

.ok-msg
{
	background:#74a702;
	border:1px solid green;
	padding:5px;
	border-bottom:1px solid green;
}

#search-box{
	padding:5px;
	border:1px solid #D0D0D0;
	background:	#E8E8E8;
	margin-bottom:5px;
	color:#404040 !important;
}

.ads {
	float:left;
	margin-left:10px;
	width:350px;
	padding:5px;
}

table.list-tb tr{

}
