/*

	DevX Creations Core CSS File
	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Created by Daniel Dan - DevX Creations

	Email: danieldan@devxcreations.com

	Created:		17/10/2006
	Last Updated:	17/10/2006

	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Example:

		None - Custom CSS

	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

*/

table {
	border-collapse: collapse;
}

table.dataTable {
	border-collapse: collapse;
	font-family: verdana, arial;
	font-size: 12px;
	border: 1px solid #999999;
}

tr.tableHeader {
  background-color: #e4e4e4;
}

tr.tableHeader td {
  font-weight: bold;
  border-bottom: 1px solid #888;
}

tr.even { 
	background-color: #c1c1c1; 
	cursor: pointer;
}

tr.odd  { 
	background-color: #d1d1d1; 
	cursor: pointer;
}

tr.odd:hover, tr.even:hover  { 
	background-color: #def; 
	cursor: pointer;
}

form {
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	text-align: justify;
}

#devx {
	margin-top: 15px;
	width: 762px;
}

#devx p {
	font-family: verdana, arial;
	font-size: 11px;
	color: #514a39;
}

#devx a, #devx a:visited, #devx a:hover {
	text-decoration: none;
	color: #514a39;
	border-bottom: 1px dotted #514a39;
}

#contact_form td   {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	text-align: justify;
}

#contact_form input, #contact_form textarea  {
	font-family: arial;
	font-size: 12px;
	line-height: 19px;
}

#contact_form input.text, #contact_form textarea  {
	border: 2px solid #45412C;
	padding: 2px;
	background-color: #E2E0D6;
}

#contact_form textarea  {
	overflow: none;

}