@import url("/css/pagination.css");

* {
	margin: 0;
	padding: 0;
}

/* GENERAL */
.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
	text-align: right;
}

.total {
	color: #0b9008;
	font-style: italic;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
}

#main img {
	border: 0px;
	outline: 0px;
	vertical-align: middle;
}

body,html {
	background: #FFF;
	color: #333;
	font-family: "Lucida Sans", "Lucida Grande", verdana, sans-serif;
	height: 100%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	/* background-image:url(/images/cork_tile.jpg); */
	background-image: url(/images/bg_shadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p {
	margin-bottom: 15px;
}

#main {
	background-position: center top;
	background-image: url(/images/bg_line.gif);
	margin: 0 auto;
	text-align: left;
	width: 827px;
	margin-top: 0px;
}

#logo {
	float: left;
}

#topnav {
	float: right;
	font-size: 0.9em;
	margin: 5px 10px 0 0;
	padding: 0;
	text-align: right;
	width: 500px;
}

#header_subhead {
	margin: 55px 0 30px 150px;
	font-size: 1.5em;
}

div.main_content {
	float: left;
	margin: 0;
	padding: 40px 40px 0 130px;
}

div.main_content a {
	text-decoration: underline;
	color: #064af8;
	padding: 3px;
}

.uses {
	width: 237px;
	height: 217px;
	float: left;
	margin-top: 25px;
	background-image: url(/images/bg_used.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 45px;
	font-size: 15px;
}

.samples {
	width: 237px;
	height: 235px;
	float: left;
	margin-top: 25px;
	background-image: url(/images/bg_sample.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 45px;
	font-size: 15px;
}

.uses ul li {
	padding: 0px;
}

.usedby {
	text-indent: -9999px;
	background-image: url(/images/usedby.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 3px;
}

.samplesheets {
	text-indent: -9999px;
	background-image: url(/images/samplesheets.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 3px;
}

.margLeft {
	margin-left: 40px;
}

.more {
	background-image: url(/images/more.gif);
	float: left;
	width: 65px;
	text-indent: -9999px;
	margin-left: 130px;
}

div.none a {
	background-color: transparent;
	padding: 0px;
}

div.content {
	padding-right: 40px;
}

a:link,a:visited,a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #333;
	font-weight: bold;
	font-size: 25px;
}

.h1 {
	color: #333;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
}

h2 {
	color: #333;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

input.field,select.field,textarea.field {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	margin: 2px 0;
	padding: 2px 4px;
	font-size: 15px;
	vertical-align: middle;
}

select {
	padding: 2px 2px 2px 0;
}

textarea {
	vertical-align: top;
}

div.ui-datepicker {
	font-size: 13px;
}

input.field:focus,select.field:focus,textarea.field:focus {
	background-color: #ffffdd;
}

.body {
	float: left;
	margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */
.nav {
	background: #fff url(/images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-style: solid none solid none;
	margin-top: 5px;
	padding: 7px 12px;
}

.menuButton {
	font-size: 10px;
	padding: 0 5px;
}

.menuButton a {
	color: #333;
	padding: 4px 6px;
}

.menuButton a.home {
	background: url(/images/skin/house.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.list {
	background: url(/images/skin/database_table.png) center left no-repeat
		;
	color: #333;
	padding-left: 25px;
}

.menuButton a.create {
	background: url(/images/skin/database_add.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

div.approve {
	padding: 15px;
	color: #FFF;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(/images/approvebg.gif);
	background-repeat: repeat-y;
	width: 560px;
	text-align: center;
}

/*
div.approve {
	padding:5px;
	background-color:#0ed209;
	color:#FFF;
	list-style:none;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	border:3px solid #0b9008;
	text-align:center;
	width: 600px;
}
*/
div.errors {
	padding: 15px;
	color: #FFF;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(/images/errorbg.gif);
	background-repeat: repeat-y;
	width: 560px;
}

/*
div.errors {
	padding:5px;
	background-color:#FF0000;
	color:#FFF;
	list-style:none;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	border:3px solid #900;
}
*/
div.errors li {
	background: url(/images/skin/exclamation.png) 0px 0% no-repeat;
	line-height: 16px;
	padding-left: 20px;
	list-style: none;
}

.title {
	color: #333;
	font-weight: bold;
	font-size: 19px;
}

#submit {
	padding-top: 15px;
}

#submit2 {
	padding-top: 15px;
	text-align: center;
}

#feedback_content {
	width: 500px;
	margin: 0 auto;
}

/* MESSAGES AND ERRORS  
.message {
	background: #f3f8fc url(/images/skin/information.png) 8px 50%
		no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
}

div.errors ul {
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(/images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}
*/
div.create {
	margin-bottom: 15px;
}

/* TABLES 
table {
}

tr {
	
}

td,th {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #fff url(/images/skin/shadow.jpg);
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
	color: #333;
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
}

th.asc a,th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(/images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(/images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #fff;
}

*/ /* LIST 
.list table {
	border-collapse: collapse;
}

.list th,.list td {
	border-left: 1px solid #ddd;
}

.list th:hover,.list tr:hover {
	background: #b2d1ff;
}

/* DIALOG */
.dialog table {
	padding: 5px 0;
	font-size: 18px;
}

.dialog a {
	color: #2D52A4;
}

.prop {
	padding: 5px;
}

.prop .name {
	text-align: left;
	width: 15%;
	white-space: nowrap;
}

.prop .value {
	text-align: left;
}

/* ACTION BUTTONS */
.buttons {
	background: #fff url(/images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	color: #666;
	font-size: 10px;
	margin-top: 5px;
	overflow: hidden;
	padding: 0;
}

.buttons input {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.buttons input.delete {
	background: transparent url(/images/skin/database_delete.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.edit {
	background: transparent url(/images/skin/database_edit.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.save {
	background: transparent url(/images/skin/database_save.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

#footer {
	background-image: url(/images/footbg.gif);
	background-repeat: no-repeat;
	height: 181px;
	color: #FFF;
	width: 930px;
}

.footcontent {
	padding-left: 60px;
	padding-right: 140px;
	padding-top: 140px;
}

.footcontent a {
	font-weight: normal;
	color: #FFF;
	padding: 8px;
}

.footcontent a:hover {
	color: #999;
}

.footcol1 {
	float: left;
}

.footcol2 {
	float: right;
	font-size: 12px;
}

.footcol2 a {
	color: #666;
}

.footcol2 a:hover {
	color: #666;
}

.simplefooter {
	text-align: center;
	font-size: 14px;
}

.simplefooter a {
	padding: 0px;
	text-decoration: underline;
}

.simplefooter span {
	color: #666;
}

.displayRow {
	width: 600px;
	font-size: 12px;
	color: #666;
}

.displayCol1 {
	float: left;
	color: #333;
	font-weight: bold;
}

.displayCol1 i {
	font-family: helvetica, arial, sans-serif;
}

.displayCol2 {
	float: right;
	color: #333;
	font-weight: bold;
}

.content_body {
	margin-top: 15px;
}

.submittedOn {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

.save {
	background-color: #999;
	color: #000;
	font-weight: bold;
	width: 100px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.yellowBlock {
	background-color: #fafa92;
	padding: 10px;
	float: left;
	width: 600px;
}

.list {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-left: 10px;
}

.signedup {
	color: #333333;
}

.baloon {
	background-color: #FFF;
	color: #000;
}

.smallText {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

.smallText12 {
	font-size: 12px;
	color: #666;
	font-family: helvetica, arial, sans-serif;
}

.message {
	width: 100%;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto;
	background-color: #231f20;
	border-top: 1px solid #FFF;
}

.status {
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	background-color: #231f20;
}

.message a {
	color: #FFCC00;
	text-decoration: underline;
}

.message span {
	width: 710px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.paypal {
	float: right;
	margin-right: 10px;
	margin-top: -10px;
	width: 460px;
	height: 231px;
	background-color: #454545;
	background: transparent url(/images/paypalset.gif);
}

.leftPaypal {
	float: left;
	width: 200px;
	color: #f1f1f2;
}

.rightPaypal {
	float: left;
	width: 230px;
	padding-top: 20px;
	padding-right: 5px;
}

#share a {
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
}

#share img {
	padding-bottom: 4px;
}

#share_footer img {
	padding-bottom: 4px;
}

#create-account {
	width: 100%;
	text-align: right;
	position: absolute;
	padding-top: 5px;
	right: 30px;
	font-size: 12px;
}

div#create-account a {
	color: #333333;
	padding: 3px;
}

div#create-account a:hover {
	text-decoration: underline;
}

i {
	font-family: helvetica, arial, sans-serif;
}

#math-captcha {
	margin: 0px 0px 10px;
}

#math-captcha input.field-errors {
	border: 2px solid #CC0000;
}

.field-errors,input.field-errors,select.field-errors,textarea.field-errors
	{
	border: 2px solid #CC0000;
}

.register-account-message {
	font-size: 14px;
	vertical-align: text-bottom;
	font-style: italic;
	padding: 10px 0 0 0;	
}


