/* Core styles for the page */
body {
	margin: 0;
	padding: 0;
	background-color: #F1F1F1;
	font-family: monospace;
	font-size: 1em;
	color: #363636;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
}

#header {
	margin: 0px auto;
	width: 1550px;
	height: 50px;
	padding:2px;
}

#login-bar {
	float: right;
	display: block;
	height:15px;
	color: #666666;
	font-size: 0.85em;
}

#content {
	margin: 20px auto;
	width: 980px;
}

#footer {
	margin: 20px auto;
	width: 980px;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 0.85em;
}

code {
	font-size: 1.1em;
}

a {
	color: #4a5d75;
	text-decoration: none;
}

a:hover {
	color: #369;
	text-decoration: underline;
}

.error {
	color: red;
}

.error h2 {
	color: red;
	font-size: 1em;
}

h1 {
	text-transform: uppercase;
	color: #243446;
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
}

h3 {
	color: #243446;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}
/* Member registration styles */
span.invalid {
	padding-left: 3px;
	color: red;
	font: 65%/1 monospace;
}

form {
	padding: 1em;
	width: 100%;
	border: 1px solid #D5D5D5;
}

label {
	color: #363636;
	float: left;
	font: 90%/1 monospace;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 0.5em;
	padding-top: 0.4em;
	text-align: left;
	
}

input {
	margin-bottom: 8px;
	font: 85%/1 monospace;
	width: 200px;
}




.register {
	float: left;
	margin-left: 85px;
}

ul#menu {
	list-style: none;
	height: 25px;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
	width: 100%;
	margin-top: 20px !important;
	background: #FFFFFF;
	box-shadow: 3px 3px 15px #d5d5d5;
	display:block;
}

ul#menu li {
	display: inline;
	text-transform: uppercase;
	font-weight: bolder;
	padding-left: 10px;
	letter-spacing: 0px;
	border-left: 1px solid;
}

ul#menu li:FIRST-CHILD {
	display: inline;
	text-transform: uppercase;
	font-weight: bolder;
	padding-left: 5px;
	letter-spacing: 0px;
	border-left: 0px !important;
}

ul#menu li a {
	text-decoration: none;
	color: #555;
}

ul#menu li a:hover {
	text-decoration: underline;
}


/*  -----  table style  -------  */

/*  = Simple Table style (black header, grey/white stripes  */
.simpletablestyle {
	background-color: #E6E7E8;
	clear: both;
	width: 100%;
}

.simpletablestyle img {
	border: 0px;
}

.simpletablestyle td {
	height: 2em;
	padding-left: 6px;
	font-size: 11px;
	padding: 5px 5px;
}

.simpletablestyle th {
	background: url(../gfx/bkg-blkheader.png) black repeat-x top left;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px 0 5px;
	border-bottom: #999999 dotted 1px;
}

.simpletablestyle thead {
	background: url(../gfx/bkg-blkheader.png) black repeat-x top left;
	height: 31px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.simpletablestyle .header a {
	color: #94aebd;
}

.simpletablestype tfoot {
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background-color: #EAECEE;
	text-align: center;
}

.simpletablestyle tr.header td {
	padding: 0px 10px 0px 5px;
}

.simpletablestyle .subheader {
	background-color: #e6e7e8;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

/* Using new CSS3 selectors for styling*/
.simpletablestyle tr:nth-child(odd) {
	background: #f4f3f3;
}

.simpletablestyle tr:nth-child(even) {
	background: #ffffff;
}

.simpletablestyle td a:hover {
	color: #3883ce;
	text-decoration: none;
}

.condensed-title {
	font-family: sans-serif;
	word-wrap: break-word;
	font-size: 9px !important;
	width: 30px !important;
}

.message {
	display:inline-block;
	width:100%;
	word-wrap: break-word;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 5px;
}

#matrix label {
	background-color: red;
	width: 0px;
	height: 0px;
	display: none;
	visibility: hidden;
}

.simpletablestyle form {
	border-width: 0px !important;
}
<<<<<<< HEAD
=======

#injectForm textarea{
	width: 100%;
	height: 600px;
}

>>>>>>> refs/remotes/origin/validate/v3.12
