.form_input 
{ 
  color: 								 #FFFFFF;
  border-right:  				 #5e5e5e 1px solid; 
  border-top: 					 #5e5e5e 1px solid; 
  border-left: 					 #5e5e5e 1px solid; 
  border-bottom: 				 #5e5e5e 1px solid; 
  font-size: 						 10px; 
  font-family: 					 Verdana, Helvetica, Arial; 
  background-color: 		 #181818 
}

body{
	background-color:#040404;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E1E1E1;
	font-size:10px;
}

.padd-left{
	padding-left:10px;
}

.mini_txt{
	font-size:9px;
}

.micro_txt{
	font-size:8px;
}

a:link
{
  color:								 #FFFFFF;
		text-decoration:			 none;
}

a:visited
{
  color:								 #FFFFFF;
		text-decoration:			 none;
}

a:hover
{
  color:								 #5e5e5e;
		text-decoration:			 underline;
}

a.redlink:link
{
  color:								 #ff0000;
		text-decoration:			 none;
}

a.redlink:visited
{
  color:								 #ff0000;
		text-decoration:			 none;
}

a.redlink:hover
{
  color:								 #ff0000;
		text-decoration:			 underline;
}


a.greylink:link
{
  color:								 #9B9B9B;
		text-decoration:			 none;
}

a.greylink:visited
{
  color:								 #9B9B9B;
		text-decoration:			 none;
}

a.greylink:hover
{
  color:								 #9B9B9B;
		text-decoration:			 underline;
}



a.redlinku:link
{
  color:								 #FF0000;
		text-decoration:			 underline;
}

a.redlinku:visited
{
  color:								 #FF0000;
		text-decoration:			 underline;
}

a.redlinku:active
{
  color:								 #FF0000;
		text-decoration:			 underline;
}


a.redlinku:hover
{
  color:								 #FF0000;
		text-decoration:			 underline;
}



td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E1E1E1;
	font-size:10px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E1E1E1;
	font-size:14px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E1E1E1;
	font-size:13px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E1E1E1;
	font-size:12px;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E1E1E1;
	font-size:11px;
}

.dotted_border_table{
	border:#414141 dotted 1px;
}
.border_table{
	border:#414141 solid 1px;
}

.table_header_color{
	background-color:#161616;
}

.table_border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #313031;
}

.table_border_right{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #313031;
}

.table_border_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313031;
}

.table_border_bottom{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #313031;
	border-right-color: #313031;
	border-bottom-color: #313031;
	border-left-color: #313031;
}

.border_bottom{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #414141;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
}

.tab_title_text{
	color:#ffffff;
	font-weight:bold;
}
.scrollbar {
	scrollbar-base-color:#414141;
	scrollbar-arrow-color:#ffffff;
}

.message_color{
	color:#FF0000;
}
