@CHARSET "ISO-8859-1";
	
/* 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;
}
#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 {
	color: black !important;
	padding: 6px !important;
	margin: 0px 0px 6px 0px !important;
	background: #CC9999;
	border: 1px solid #992222 !important;
}
.form-message {
	color: black !important;
	padding: 6px !important;
	margin: 0px 0px 6px 0px !important;
	background: #99CC99;
	border: 1px solid #229922 !important;
}
	
/**** 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;
	min-width:160px;
	max-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;
	border:solid 1px #aacfe4;
	width:400px;
	margin:2px 0 20px 10px;
}
#stylized input[type="checkbox"] {
    border: none;
    width: auto;
    margin-right: 400px;
}
#stylized textarea {
	height: 200px;
}

#stylized button {
	clear:both;
	/*margin-left:170px;*/
	margin:2px 0 20px 10px;
	width:125px;
	height:31px;
	background:#777 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	border-radius: 8px;
	border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    box-shadow: rgba(0,0,0,1) 1px 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
   
}

#stylized button:hover {
	background:#444 url(img/button.png) no-repeat;
	color: #ccc;
}
/**************** 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;	
}

/**************** TO SUPPORT JQUERY ******************/
.zebra th.sortable {
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}
.zebra th.sortable:hover { color: black; }
.zebra th.sorted-asc, th.sorted-desc  { color: black; }

.zebra td {
	background-color: white;
}
.zebra td.odd {
	background-color: #eee;
}
.zebra td.hovered {
  background-color: #dee;
}

/**************** RIGHT-CLICK-MENU ******************/
#rmenu {
	display: none;
    position: absolute;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #000;
    box-shadow: 3px 3px 2px 0px #444;
}