*{
	margin:0;padding:0;
}

body {
	background: #eee url(images/body-bg.gif) top center repeat-y;
	color: #555;
	font: 76% tahoma, verdana, sans-serif;
}

a {
	color: #286ea0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 2.2em;
	letter-spacing: -1px;
	margin: 0 0 5px;
	padding: 0;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 12px;
	padding: 0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px;
	padding: 0;
}

p, ul {
	line-height: 1.5em;
	margin: 0 0 18px;
	text-align: left;
}

ul,ol {
	list-style: square;
	margin: 0 0 15px 20px;
}

hr {
	clear: both;
	visibility: hidden;
}

table {
	font-size: 1em;
}

/*
Controls tables
*/

table.sample {

    max-width: 940px
    min-width: 940px
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: rgb(255, 250, 250);
        /*table-layout: width: 100px;*/
}

table.sample th {


	border-width: thin;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.sample td {

	border-width: thin;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.sample[data-searchcomment="0"] td:nth-child(5) {
	max-width: 50px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
}

table.sample[data-searchcomment="0"] td:nth-child(5):hover {
	overflow: visible;
	white-space: initial;
}

table.insert {
	border: 0px solid black;
	border-collapse: collapse;
}

table.insert th {
	text-align: left;
}

table.insert td {
	padding: 2px 0;
}

table.insert tr {
	border-bottom: 0px solid black;
}

table.insert tr:nth-child(even) {
    /*background-color: #CCC;*/
}


/*
End controls tables
*/


#container {
	background: #fff;
	margin: 15px auto 0 auto;
	width: 980px;
}

#toplinks {
	width: 400px;
	float: right;
	margin: 0 15px 0 0;
}

#toplinks p {
	text-align: right;
}

#logo{
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 0 25px;
}

#logo h1 a {
	color: #777;
	padding: 0;
}

#logo h1 a:hover {
	text-decoration: none;
}

#logo p {
	color: #555;
	font-size: 1.4em;
}

#desc {
	background: #555;
	clear: both;
	color: #eee;
	margin: 0 0 15px;
	padding: 15px 15px 2px 15px;
}

#desc a {
	color: #eee;
	text-decoration: underline;
}

#main {
	float: left;
	padding: 0;
	margin: 0 0 10px 15px;
	width: 940px;
}

#sidebar{
	float: right;
	width: 280px;
	margin: 0 15px 10px 0;
}

#sidebar h2 {
	font-size: 1.2em;
	padding: 0 0 2px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #ccc;
}

#sidebar ul {
	margin: 0 0 18px 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}

#footer {
	clear: both;
	background: #555;
	color: #eee;
	margin: 10px 0 0;
	padding: 15px;
	text-align: left;
}

#footer a {
	color: #eee;
}

#footer p {
	margin: 0;
	font-size: 0.9em;
	font-weight: 700;
}

ul#navitab {
	margin: 0;
	padding: 0;
}

ul#navitab li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#navitab li a {
	background: url(images/corner.gif) no-repeat top right #eee;
	border-left: 1px solid #ccc;
	border-right: 2px solid #fff;
	color: #555;
	display: block;
	height: 1.2em;
	padding: 5px 16px 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

ul#navitab li a:hover {
	background: #777 url(images/corner.gif) no-repeat top right;
	border-left: 1px solid #aaa;
	color: #eee;
}

ul#navitab li a.current {
	background: #555 url(images/corner.gif) no-repeat top right;
	border-left: 1px solid #555;
	color: #eee;
}

#sidebar ul.sidelink {
	margin:0 0 18px 0;
}

#sidebar ul.sidelink li {
	list-style: none;
	margin: 0;
}

#sidebar ul.sidelink li a{
	background: url(images/corner.gif) no-repeat top right #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #555;
	display: block;
	margin: 0 0 3px;
	padding: 3px 0 2px 5px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar ul.sidelink li a:hover {
	background: url(images/corner.gif) no-repeat top right #777;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	color: #eee;
	text-decoration: none;
}

#sidebar ul.sidelink ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#sidebar ul.sidelink ul li a {
	margin:0 0 2px 10px;
	padding: 2px 0 1px 5px
}

.splitleft {
	width: 48%;
	float: left;
}

.splitright {
	margin-left: 52%;
}

.right {
	text-align: right;
}

.block {
	background: #eee url(images/corner.gif) no-repeat top right;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.hide {
	display: none;
}

input.validation-fail, textarea.validation-fail {
	border: 1px solid red;
}

p.validation-fail {
	color: red;
}

.signup-form label {
	display: inline-block;
	width: 75px;
	font-weight: bold;
}

.signup-form .form-group input, .signup-form .form-group select {
	width: 150px;
}

form .helptext {
	font-style: italic;
}

.form-group {
	padding: 4px 0;
	width: 100%;
}

.display-none {
	display: none;
}
