/* standard form style table */
 
 
/** 
* Class:: Admin Form  is appled for all admin Forms
*
*
*
*
*
*
**/ 
 
table.admin-form {
	background-color: #fff;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 779 px;
	padding: 10px;
	border-collapse: collapse;
	align: center  ;
	font-family : verdana;
	color: #000000;
}
table.admin-form th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	height: 24px;
	background: url(../images/background.jpg);
	color: #000;
	background-repeat: repeat;
	align : center ;
	font-family: verdana;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	
}
table.admin-form td {

	padding-top: 6px;
	padding-bottom: 6px;
	font-size:12px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: 1px;
	
	
}
table.adminform td.editor {
	font-size: 9px;
}

table.cpanel td {
	text-align: center;
}

form {
	margin: 0px 0px 0px 0px;
}




.mainheader {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
}

body {
	margin: 0px 0px 0px 0px;
	color : #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #C64934;
	text-decoration: none;
}
a:hover {
	color : #30569D;
	text-decoration : underline;
}
a:active {
	color : #333333;
	text-decoration : underline;
}

.sectionname {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
}
.button {
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333;
	font-weight : bold;
}
.inputbox {
        z-index: -3;
        font-size: 11px;
}
.text_area {
        border : 1px solid #ccc;
        z-index: -3;
        font-size: 11px;
}
input, textarea, select {
	z-index : -3;
	font-size: 11px;
}
.small {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
.smallgrey {
	color : #999;
	font-size : 10px;
}
.error {
	color : #C40000;
	font-size : 11px;
	font-weight : bold;
}
.contentheading, .componentheading, .moduleheading {
	font-size: 14px;
	font-weight: bold;
}
/* header block */
/** 
* Class:: adminheading  is appled for all Messages 
*
*
*
*
*
*
**/
table.adminheading {
	background-color: #FFF;
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	color: #C64934;
	font-size : 18px;
	font-weight: bold;
	text-align: left;
}
table.adminheading th {
	background: url(../../../images/generic.png) no-repeat left;
	text-align: left;
	height: 50px;
	width: 99%;
	padding-left: 50px;
	border-bottom: 5px solid #fff;
}
table.adminheading td {
	color : #000;
}
/** 
* Class:: Admin List is appled for admin Listing of records
*
*
*
*
*
*
**/
/*Front End table in buyselldetails*/
table.frontlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	align:center;	
	/*border-top: 1px solid #000000;*/
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	width: 779 px;
	border-collapse: collapse;
}
table.frontlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 18px;
	background-color:#000066;/*3DEBB3 399EE5 url(../images/background1.jpg);*/
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
}
table.frontlist th.title {
	text-align: left;
}

table.frontlist th a:link, table.frontlist th a:visited {
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

table.frontlist th a:hover {
	text-decoration: underline;
}

table.frontlist tr.row0 {
	background-color: #F9F9F9;
	
}
table.frontlist tr.row1 {
	background-color: #FFF;
	
}
table.frontlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
	text-valign:middle;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	font-family: verdana;
}

/*front end table in buyselldetails ends here*/


table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 983 px;
	border-collapse: collapse;
}
.mylable
{
font-weight:bold;

}
table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 24px;
	background: url(../images/background3.jpg);
	background-repeat: repeat;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

table.adminlist th a:hover {
	text-decoration: underline;
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	
}
table.adminlist tr.row1 {
	background-color: #FFF;
	
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
	font-size: 12px;
	color: #000000;
	font-family: verdana;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}
