/*
	#############################################################################
	# eLuminous Technologies - Copyright (C)  http://eluminoustechnologies.com 
	# This code is written by eLuminous Technologies, Its a sole property of 
	# eLuminous Technologies and cant be used / modified without license.  
	# Any changes/ alterations, illegal uses, unlawful distribution, copying is strictly
	# prohibhited 
	#############################################################################
	# Name:style.css
	# Updated: 29-05-08  Sham Shriwastav
	# Status: open
	# Purpose: admin panel basic style sheet
	
	#############################################################################
	//ALSO STRICTLY MAINTAINING THE LOGS OF CHANGES AND PERSON NAME 
	#############################################################################

*/
body,td,th {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(../images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #053C86;
	text-decoration: none;
}
.formbx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.saperator
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.frmbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #053C86;
	border: 1px solid #5F371B;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.bigheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.arial11brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F6DA7;
	text-decoration: none;
	font-weight: normal;
}
.nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#66CCFF;
	text-decoration: underline;
}
.arial11brown:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #956413;
	text-decoration: none;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
/*------------------------------- my css -----------------------------*/
.header_text {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


/*------------------------------*/
 /* Table Style  */
.border 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #D7E8FF; 
	padding: 1px;	
}
.title_gray_bg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#D7E8FF;
}
table.shows
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #D7E8FF;
	border-spacing: 0px; 
	border-collapse: collapse;
}


table.shows th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	background-image:url(../../images/tdheadback.gif);
	/*height: 24px;*/
	/*background-color: #D7E8FF;*/
	border-bottom: 2px solid #D7E8FF;
	padding-left:4px;
}
table.shows th.title 
{ text-align: left; }

table.shows th a:link, table.shows th a:visited 
{
	color: #144C8F;
	font-weight:bold;
	text-decoration: underline;
}

table.shows th a:hover 
{
	text-decoration: underline;
}

table.shows tr.row0 {
	background-color: #FFFFFF;
}
table.shows tr.row1 {
	background-color: #F9F9F9;
}

table.shows td a:link, table.shows td a:visited {
	color:#144C8F;
	text-decoration: none;
}
table.shows td a:hover 
{
	color:#144C8F;
	text-decoration: underline;
}


table.shows td {
	border-bottom: 1px solid #D7E8FF;;
	padding: 4px;
}

table.shows tr.row0:hover {
	background-color:#F0F0F0;
}
table.shows tr.row1:hover {
	background-color: #F0F0F0;
}
table.shows td.options {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

 /* End Table Style  */
 
 
 
 /* Error table style */
 
 table.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	border:  1px solid #BB0000;
	border-spacing: 0px; 
	border-collapse: collapse;
}

table.error th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#BB0000;
	height: 24px;
}

table.error tr {
	background-color:#FFF5FF;
}

table.error td {
	color:#FF0000;
	padding: 4px;
}

/* -------- Class for error -------------- */
.error 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
}

input
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 border: 1px solid #666666;
 background-color: #F9F9F9;
 padding: 1px;
}

select
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 border: 1px solid #666666;
 background-color: #F9F9F9;
 padding: 1px;
}

textarea
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 border: 1px solid #666666;
 background-color: #F9F9F9;
 padding: 1px;
}


/* new css for admin home */
.sublinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding: 1px;
}
.sublinks:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	background-color: #F9DADA;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding: 1px;
}

.helpdiv
{
 background-color:#EEEEEE; 
 position:absolute; 
 visibility: hidden; 
 z-index: 1000000;
 left: 300px;
 width: 250px; 
 padding:5px 5px;
 border: 1px solid #3159B8;
}