/* standard form style table */
 
 
/** 
* Class:: Admin Form  is appled for all admin Forms
*
*
*
*
*
*
**/ 
 
/*.table {
	background-color: #ffffff;  /*#E5ECFB ,#655EA0
	border-top : solid 0px #000000;
	border-bottom: solid 0px #000000;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	margin-top : 10px;
	padding: 10px;
	border-collapse: collapse;

	font-family : verdana;
	color: #000000;
}  */
 
.td {

	padding-top: 6px;
	padding-bottom: 6px;
	font-size:12px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: 1px;

}
 td.editor {
	font-size: 9px;
}

 td {
	text-align: left;
/*	padding-left: 5px;  */
	font-size:12px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: 1px;
}
 .hd {
	text-align: left;
/*	padding-left: 5px;  */
	font-size:18px;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
    color : 0404B3;
}
/* Prob */
form {
	margin: 10px 10px 10px 10px;
}

.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;
}

/*prob above */
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 0px #d5d5d5;
	border-right : solid 0px #808080;
	border-bottom : solid 0px #808080;
	border-left : solid 0px #d5d5d5;
	color : #333;
	font-weight : bold;
}
.inputbox {
        z-index: -3;
        font-size: 11px;
}
.text_area {
        border : 0px 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;
	border-collapse: collapse;
	color: #C64934;
	font-size : 18px;
	font-weight: bold;
	text-align: left;
}
table.adminheading th {
	background:  url(../wfit/images/generic.png) no-repeat left;
	text-align: left;
	height: 50px;
	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: 0px solid #000000;
	border-top: 0px solid #000066;
	border-bottom: 0px solid #000066;
	border-left: 0px solid #000066;
	border-right: 0px solid #000066;
	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: 0px 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: 0px 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: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-collapse: collapse;
}
.mylable
{
font-weight:bold;

}
table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 24px;
/*	background:  url(../wfit/admin/common/images/background1.jpg);  */
/*	background-repeat: repeat; */
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 0px 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: 0px 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: 0px solid #999999;
}
