------------------------------------------------------------------ */
body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6,*/ p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
del { text-decoration: line-through; }
table {border-spacing: 0; } /* IMPORTANT, I REMOVED border-collapse: collapse; FROM THIS LINE IN ORDER TO MAKE THE OUTER BORDER RADIUS WORK */

/*------------------------------------------------------------------ */
html{
	width:100%;
	height: 100%;
}
body{
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment:fixed;
	font-family: 'HelveticaNeueW01-57Cn', sans-serif;
	width:100%;
	height: 100%;
	line-height: 1.5;

}
#siteContainer{
	width: 100%;
	height: 100%;
	margin-bottom: -51px;
}
#push{
	width: 100%;
	height: 50px;
}
p{
	margin: 0px 0px 20px 0px;
}
a{
	color: #007a3b;
	text-decoration: underline;
	font-weight: 400;
}
ul.categories{
	margin: 0px 0px 20px 0px;
	list-style-type:disc;
	list-style-position:inside;
	font-weight: 700;
}
ul.categories li{
	margin: 0px 0px 10px 0px;
}
.box{
	font-weight: 700;
	padding:20px 20px 5px 20px;
	background:rgba(255,255,255,0.5);
	margin: 0px 0px 20px 0px;
	width: 50%;
}

.loginBox{
	font-weight: 700;
	padding:20px 20px 20px 20px;
	background:rgba(255,255,255,0.5);
	margin: 0px 0px 0px 0px;
}
.registerBox{
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	width: 350px;
	float:left;
}
.registerBox p{
	font-weight: 400;
	margin: -10px 0px 30px 0px;
}
.registerBox .linkButton{
	font-weight: 400;
}
ul.langSelect{
	margin: 0px 0px 20px 0px;
	font-weight: 700;
}
ul.langSelect li{
	margin: 0px 10px 10px 0px;
	display:inline;
}
#header{
	background: #0c9d77;
	-webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .6);
	-moz-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .6);
	box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .6);
	overflow:hidden;
	position: relative;
	z-index:5000;
	width:100%;
	height: 65px;
	position: fixed;
}
.logo{
	background: #007a3b;
	float:left;
	padding:10px 2.5%;
}
#main{
	width: 400px;
	float:left;
	margin:85px 0px 0px 500px;
}

#filterSection{
	width: 400px;
	height:80%;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment:fixed;
	margin:85px 0px 0px 50px;
	float:left;
	position: fixed;
}
.fieldSearch {
	width: 400px;
	border: 1px solid #ccc;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
	height: 500px;
	border: #007a3b 1px solid;
}
.fieldSearchError {
	width: 100%;
	border: 1px solid #ccc;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
	border: #007a3b 1px solid;
	width: 400px;
	height: 500px;
}
#reset{
	display: block;
	min-width:150px;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin:23px 0 23px ;
	background: #007a3b no-repeat 90% 50%;
	color:#FFF;
	text-decoration:none;
}
#logout{
	float:right;
}
h1{
	font-size:29px;
}
h1.tableHead{
	width:auto;
	float:left;
}
.userSettings{
	margin-right: 2.5%;
	float:right;
	margin-top:18px;
	position: relative;
}
.userSettings li{
	float:left;
	margin-left: 20px;
}

/*
Table Style - This is what you want
------------------------------------------------------------------ */
table {
	color:#666;
	font-size:12px;
	margin:0;
	border:#007a3b 1px solid;
	-webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);
	box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);
	font-size: 15px;
	width:100%;
		clear: both;
}

table a{
	text-decoration: none
}

table tr {
	text-align: left;
}
table td:first-child {
	text-align: left;
	border-left: 0;
}
table td {
	padding:18px;
	vertical-align: middle;
	border-bottom:1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: rgba(255,255,255,0.7);
}
table th.lang, table td.lang {
	text-align: center;
}
table tr.even td {
	background: rgba(214,229,218,0.7);
}
table tr:last-child td {
	border-bottom:0;
}

table tr:hover td {
	cursor: pointer;
}
.error{
	color:red;
}
/*!
 * jQuery highlightTextarea v3.0.0
 * Copyright 2014 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

.highlightTextarea {
  position:relative;
  overflow:hidden;
}
.highlightTextarea  .container {
  position:absolute;
  margin:0;
  overflow:hidden;
}
.highlightTextarea  .highlighter {
  position:relative;
  border:none;
  padding:0;
  margin:0;
  color:transparent;
  cursor:text;
  overflow:hidden;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.highlightTextarea.debug  .highlighter {
  color:#FF0000;
  border:1px solid #f00;
  margin:-1px;
}
.highlightTextarea textarea,
.highlightTextarea input {
  position:absolute;
  left:0;
  top:0;
  resize:none;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.highlightTextarea  .highlight {
  line-height:inherit;
}
.highlightTextarea .ui-wrapper {
  margin:0 !important;
}
.highlightTextarea .ui-resizable-se {
  bottom:15px;
  right:0px;
}
.login {
	width: 300px;
	float: left;
	padding: 0 50px 0 0;
	margin: 0 50px 0 0;
}
.loginHead{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 1.3;
}
.loginSubhead{
	width: 50%;
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
	font-weight:400;
}
.loginTitle{
	width: 100%;
	padding: 0px;
	margin: 80px 0px 0px 0px;
	line-height: 1.3;
}
.loginSubTitle{
	width: 100%;
	padding: 0px;
	margin: 0 0 25px;
	line-height: 1.2;
	font-weight:400;
}
.loginForm input{
	display:block;
	margin:0 0 20px;
	font-size:16px;
	width:95%;
	padding:5px 0;
	text-indent: 5px;
}
.loginForm label{
	font-size:18px;
	font-weight:400;
}
#pw{
	display:block;
	margin:0px 0px 0px 0px;
}
.linkButton{
	cursor:pointer;
	border:0;
	background:#007a3b;
	color:#fff;
	padding: 15px 20px;
	text-decoration: none;
	margin:10px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button{
	cursor:pointer;
	border:0;
	background:#007a3b;
	color:#fff;
	padding: 15px 20px;
	text-decoration: none;
	margin:10px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content{
	overflow: hidden;
	height:auto;
	padding:50px 0px 0px 50px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: transparent url(../img/bg.jpg) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #007A3B  50% 50% repeat-x;
	color: #fff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}