#notifyTextCopied 		/* used by db backup */
{ 
	/* Text Copied Message Div */
	position:	absolute;
	background-color:	#000000;
	color:	#6ce548;
	border:	1px solid #575757;
	cursor:	pointer;
	padding:	2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}	
.outline 		/* used for table border in index and chnage password */
{
	border: 1px solid #4E4E4E; /*#CCCCCC*/ 
}

h1		/*-- used for heading */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
td	
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00FF00;
}
.textgray	/*-- used to display notes to the user */
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}
input, select, textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;

background-color:#0d0d0d;
border:solid 1px #2d2d2d;

padding:2px;
}
.error 			/*-- used to display all error messages */
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	text-align:center;
}

/* css used in all manage pages table at Admin side starts */
 /* Table Style  */
<style>
table.shows {
	padding: 10px;
	background-color:#424242;
	border-spacing: 0px;
}

table.shows tr.graybg{
 		background-color:#333333;
}
table.shows td {
	border-bottom: 1px solid #303030;
	padding: 2px;
}
table.shows tr.heading {
	background-color: #424242;
}
table.shows tr.row_data:hover {
	background-color: #424242;
}
table.shows tr.row_data {
	background-color: #303030;
}
table.shows td.options {
	background-color: #ffffff;
	font-size: 8px;
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}

.notes		/* used in Admin Panel to display the notes */
{
	font-size: 10px;
	font-weight: normal;
	/*border: 0px solid #999999;*/
}


/* this is for dropin popup used in manage pages  */
.dropin_div
{
	position: absolute; 
	visibility: hidden;
	left: 300px;		/*192px;*/
	top: 5px;
	width: 400px;
	border: 2px groove #CCCCCC;
/*	background-color:#FFFFFF;*/
	
	z-index: 1000000;
}	

/* this is for dropin popup used in manage pages  */
.nodropin_div
{
	position: absolute; 
	visibility: hidden;
	left: 300px;		/*192px;*/
	top: 5px;
	width: 350px;
	padding:5px 10px;
	/*border: 2px groove #CCCCCC;*/
	background-image: url(../images/resellerinfo.jpg); 		
	background-color:#1F1F1F;
	border: 2px solid #32323;			/*#2E2E2E  #00FF00 */ 
	/*background-color:#FFFFFF;*/
	z-index: 1000000;
}		
/* css used in all manage pages table at Admin side ends */
	


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #38FF0C;
	text-decoration: none;
	text-transform: uppercase;
}
.td_brdr
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38FF0C;
	height: 25px;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a.main_links 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-transform: uppercase;
}
a.main_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #38FF0C;
	
	text-transform: uppercase;
}


</style>


/* css used for menu at user side starts */
<style>
	.newsrchinput {
	height:21px !important;
	padding:9px !important;
	background-color:#000000 !important;
	width:175px !important;  
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #00FF00;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #00FF00;
}
.style1 {	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {	color:#FFFFFF;
	font-weight: bold;
}
.green_font
{
	color:#00FF00;
}
.red_font
{
	color:#FF0000;
}
</style>	
/* css used for menu at user side ends */
