#dataContainer {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #FFF;
}
#dataContainer table {
	width: 690px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	border-spacing:0;
	font-style: normal;
	border-right-width: 1px;
	border-right-color: #D5D6D0;
	
}
#dataContainer td  {
	padding: 6px 10px;
	line-height: 1.2em;
	margin: 0px;
	border: 1px solid #D5D6D0;
	font-style: normal;
	color: #989898;
	text-align: center;
}
#dataContainer hr {
	clear: both;
	margin-top: 5px;
	margin-bottom: 8px;
}
#dataContainer th {
	background-color: #F1F0EB;
	font-weight: 400;
	color: #1A8642;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	border: 1px solid #D5D6D0;
	font-family: "Droid Serif", Arial, Helvetica, sans-serif;
}
#dataContainer h3 {
	font-size: 1.2em;
	color: #323265;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.2em;
}
#dataContainer h3 span {
	color: #1A8642;
}
#dataContainer .dataName {
	text-align: left;
	padding-left: 30px;
	background-image: url(../images/arrow-gray.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
#dataContainer .dataName a {
	color: #069;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#dataContainer .dataName a:hover {
	color: #2B9B54;
}
#dataContainer .btnData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 6px 10px;
	border: 1px solid #666;
	background-color: #333;
	color: #F1F1EF;
	line-height: 20px;
}
#dataContainer  input {
	border: 1px solid #D1D3D3;
	padding: 5px;
	background-color: #F5F5F3;
}

#list {
	margin-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 5px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#list ul {
	padding: 0px 0px 0px 20px;
	margin-right: 30px;
}
#list li {
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F0EB;
	margin-bottom: 5px;
	display: block;
	list-style-type: none;
	background-image: url(../images/arrow-gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
}

/* @end */

/* @group << ---------// Table for Forms //-- */
.category  {
	padding: 10px 200px 10px 50px;
	margin: 0px;
	display: block;
	font-size: 1.4em;
	line-height: 34px;
	font-family: "Droid Serif", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.category  a {
	text-decoration: none;
	word-spacing: 0.1em;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px 1px 0px #FFF;
	border: 1px solid #E6E6E0;
}
.category  a:link, .category a:visited {
	padding: 5px 10px;
	display: block;
	background-image: url(../images/btnCategory-link.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
	font-style: normal;
	font-weight: normal;
}
.category  a:hover, .category a:active {
	padding: 5px 10px;
	display: block;
	background-image: url(../images/btnCategory-over2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #1A8642;
}
