@CHARSET "ISO-8859-1";
	
/* HTML ELEMENTS */
html, body, div, p, span, ul, li, a, img, input, select, textarea {
	padding: 0;
	margin: 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, select, textarea {
	padding: 6px;
}

li {
	margin-left: 30px;
}

html, body {
	height: 100%;
	width: 100%;
	background: #dddddd;
	color: #000000;
}
p {
	font-size: 100%;
	line-height: 170%;
	padding: 15px 0;
}
form, button {
	border:0; 
	margin:0; 
	padding:0;
}

a {
	color: #336699;
}
a:hover {
	color: #0000AA;
}
#content a {
	text-decoration: underline;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
/* LAYOUT */
#page, #footer {
	width: 100%;
}
#header, #menu, #content {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
	padding: 0px 20px;
	
}
#header {
	background:#eeeeee;
	padding: 10px;
}
#menu {
	background:#eeeeee;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 8px 6px -6px #000;
}
#page {
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -42px;
	overflow: hidden;
}
#content {
	height: auto !important;
	min-height: 100%;
	padding: 10px;
	background: white;
}
#push, #footer {
	clear: both;
	padding: 10px 0;
}
#push {
	height: 40px;
}
#footer {
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
}
#header h1 {
	font-size: 20px;
	font-weight: bold;
}
#menu ul li {
	display: inline;
	list-style: none;
	padding-right: 6px;
	margin: 0;
}
#menu ul li a {
	padding: 8px;
}  
/**************** FORMS **********************/
.spacer{
	clear:both; height:1px;
}

.myform{
	margin:0 auto;
	width:600px;
	padding:14px;
}
.form-error {
	padding: 10px;
	margin: 10px 0;
	background: #CC9999;
	font-weight: bold;
	border: 1px solid #992222;
}
.form-message {
	padding: 10px;
	margin: 10px 0;
	background: #99CC99;
	font-weight: bold;
	border: 1px solid #229922;
}
	
/**** STYLIZED ****/
#stylized {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p {
	font-size:11px;
	color:#666666;
	margin: 0 0 10px 0;
	border-bottom:solid 1px #b7ddf2;
	padding: 0 0 10px 0;
	clear: both;
}
#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:160px;
	float:left;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:160px;
}
#stylized input,#stylized select, #stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:400px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:170px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border-radius: 5px;
}
/**************** DATA TABLES *********************

tbody tr:nth-child(odd) { 
	background-color:#eee; 
}
tbody tr:nth-child(even) { 
	background-color:#fff; 
}
*/
.result_list {
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}
.result_list th {
	padding: 5px 10px;
	border: 1px solid #cccccc;
}
.result_list td {
	padding: 4px 10px;
	border: 1px solid #cccccc;
	overflow: hidden;
	max-width: 200px;
	white-space: nowrap;
	
}
/**************** TO SUPPORT JQUERY ******************/
th.sortable {
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}
th.sortable:hover { color: black; }
th.sorted-asc, th.sorted-desc  { color: black; }

td {
	background-color: white;
}
td.odd {
	background-color: #eee;
}
td.hovered {
  background-color: #dee;
}