/* Table Style */	

table {
	background: #fff;
	border-collapse: collapse;
	border-style: 1px solid;
	border-width: 1px 1px 1px 1px;
	border-color:  #cccccc;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;

}


#browsetable
	{
	border: #fff;
	}


table.help {
	background: #fff;
	border-collapse: collapse;
	border:1px solid #fff;
	clear: both;
	width: 100%;
}

table.help tbody, table.help td {
	
	line-height: 1.4em;
	
	color: #222222;
	padding: 10px 7px;
	border-top: none;
	border-right: none;
	text-align: left;
}

#no-border {
	border-collapse:none;
	border:0px;
	width:auto;
	text-align:auto;
	background: #fff;
}

caption {
	font: 1.4em Verdana,sans-serif;
	text-align: left;	
	height: 25px;
	color: #941dcb;
	font-weight: bold;
}

thead th, thead th a:link {
	background: #cccccc;
	
	color: #222;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 0px 0px;
	text-align: left;

	text-decoration: none;
	line-height: 20px;
}

				/* Hack for Safari */
				/*\*/
				 html>body* thead th, thead th a:link, table th a{
					text-transform:capitalize;
					line-height: 18px;
					}
				 /**/

.table1 thead th a {
	text-transform: none;
	padding-left: 0;
	margin-left: 0;
}

.table thead th a {
	text-transform: none;
	padding-left: 0;
	margin-left: 0;
}

thead tr th a:visited
	{
	color: #222;
	text-decoration: none;
	}

.noborder {border-right: none;}



tbody tr, tbody td, tbody th {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	
}

tbody tr.odd {
	background: #f4f4f4;
}

tbody, td, th {
	color: #222222;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
}

tbody tr.borderight {border-right: 1px solid #cccccc;}

tbody th, {
	
	color: #222222;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
}

fieldset tbody, td {

	border-top: none;
	border-right: none;
}


#content td a, td a {
	color: #941dcb;
	text-decoration: underline;
	
}
#content td a:hover, td a:hover {
	color: #941dcb;
	text-decoration: none;
	
}


tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

.td20 {width: 20%;}
.td30 {width: 30%;}
.td40 {width: 40%;}
.td70 {width: 70%;}

 th.arrow {background: url(images/tablearrow.gif) top right no-repeat}

 th.pickLabel, td.pickLabel, table.pickList th, table.pickList td {
	line-height: 1.4em;
	font-family: Verdana,sans-serif;
	color: #222222;
	padding: 10px 7px;
	border: none;
	text-align: left;
	background: #fff;
}

table.pickList {
	background: #fff;
	border-collapse:collapse;
	border:none;
}

#availableRoles, #userRoles
	{
	width: 300px;
	}


/* addtional table style for pqq scoring */	

table.pqq {
	background: #fff;
	border-collapse:collapse;
	border:1px solid #cccccc;
	clear: both;
	width: 450px;
}

table.pqq tbody, table.pqq th, table.pqq td {padding: 2px 0 2px 10px; color: #222;}
table.pqq th {background-color: #cccccc; color: #222}
table.pqq tr {border: 1px solid #cccccc;background: #fff;}

.width1percent
	{
	width: 1%;
	}
	
.width19percent
	{
	width: 19%;
	}
	
.width80percent
	{
	width: 80%;
	}
	
.width30percent
	{
	width: 30%;
	}

.width70percent
	{
	width: 70%;
	}

td {
vertical-align:text-top;}

.width10p {width: 11px;}
.width20p {width: 20px;}
.width60p {width: 60px;}
.width120p {width: 120px;}
.width350p {width: 350px;}
.width550p {width: 550px;}

.anouncmentTable thead th
	{
	background: #eee;

	}
	
.anouncmentTable thead th a:link
	{
	background: #eee;
	}
