//---JS PART starts here


#formMask {
    border-width	: 10px;
    bgcolor			: #FF0000;
   //padding			: 10px;
}

#formMask label {
	font-family         : Verdana, sans-serif;
    font-size           : 11px;
    font-weight         : regular;
}

#formMask .spacer {
	width				: 10px
	padding				: 0px;
}

#formMask tbody td {
	padding				: 3 3 3 3px;
}

#formMask input, select, textarea {
	width 				: 350px;
	font-family         : Verdana, sans-serif;
    font-size           : 11px;
    font-weight         : regular;
}

#formMask input.button, button, .login-button, .link-button {
  	font-family:Arial;
  	color:#ffffff;
  	font-weight:800; 
  	background-color:#C5C5C5; 
  	border: none; 
  	padding: 4px 2px;
  	text-decoration:none;
  	width				: auto;	
}

.link-button {
	padding: 3px 7px 1px 7px;
	text-decoration: none;

}

#list {
    border-width : 0px;
    bgcolor	: #FF0000;
    padding 			: 10px;
}

#list thead {
	
}

#wrapper {
	width				: 100%;
	border-spacing		: 0;
}

#wrapper thead {
	background-color	: #666666;
	font-size           : 11px;
	font-weight			: bold;
	color				: white;
	height				: 20px;
}

#wrapper tbody {
	background-color    : #EBEBEB;
	font-size           : 11px;
	height							: 20px;
	padding							: 0 0 0 5px;
}

#wrapper thead td {
	padding	: 0 0 0 5px;
	color		: #FFFFFF;
}

#wrapper tfoot {
	/*background-color	: #AE0A22;*/
	font-size         : 11px;
	font-weight				: bold;
	color							: black;
	height						: 20px;
}

#searchResults {
	cell-spacing		: 1px;
	border-collapse	: collapse;
	font-size       : 11px;
	width						: 100%;
}

#searchResults thead {
	background-color	: #666666;
	font-size         : 11px;
	font-weight				: bold;
	color							: white;
	height						: 20px;
}

#searchResults thead td{
	color	: #FFFFFF;
}

#searchResults .even {
	background-color	: #EBEBEB;
}

#searchResults .odd {
	background-color	: #FFFFFF;
}

#searchResults tr {
	height				: 20px;
}

#searchResults tbody td {
	padding				: 0 0 0 10px;
	color				: #000000;
}

#searchResults td {
	padding				: 0 0 0 10px;
}

.smallButton {
	width				: 17px;
}
.smallTextForComment {
	font-size		:	10px;
	color				: #7F7F7F;
}