/****************************************
*										*
*	QUALMARK SCREEN 2008
*										*
*****************************************/

/*** MASTER COLORS ***/

/* GREEN */
.Green	{ color: #18ac4f !important; }
.VLgreen{ color: #C3E3C1 !important; } /* bkgrnd */
.VVLgreen{ color: #DFF6DE !important; } /* tabList HOVER bkgrnd */

/* GOLD */
.Gold	{ color: #FFB316 !important; }

/* GREY */
.VLgrey	{ color: #CCC !important; }
.Lgrey	{ color: #A5A4A1 !important; }
.Mgrey	{ color: #787878 !important; }
.Dgrey	{ color: #3D3D3D !important; }

.white	{ color: #FFF !important; }
.whiteBk{ background-color: #FFF !important; }

/* Red */
.Red	{ color: red !important; }

/*** PROOFING ****/
.pink {
	font-weight:bold;
	color:#F0F;
}

/********* BODY + SET-UPS *********/
html {
font-size: 1.25em;
min-height:100%;
}
body {
font-size: 50%;
min-height:100%;
}
html>body {
font-size: 10px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color: #787878;
	background:#FFF url(../images/gen/bk/bk.gif) 0% 100% repeat-x;
	position:relative;
}

body, div, object, embed, form, img, dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
}
img, .show {
	display:block;
	}
.hide {
	display:none;
}
.display {
	display:block !important;
}

/* BASE CONTAINER ELEMENTS */
#entire {
	width:920px;
	margin:0 auto;
	overflow:hidden;
}
/* SEO ONLY */
#seo {
	width:860px;
	padding:5px 30px 0;
	margin-bottom:-12px;
	font:9px Arial, Helvetica, sans-serif;
	position:relative;
	z-index:3;
	}
	
#header, #content, #footer {
	width:100%;
	position:relative;
	}

#header {
	height:215px;
	background:transparent url(../images/gen/bk/hdrBk.gif) no-repeat;
	z-index:2;
}
.admin #header {
	background-image:url(../images/gen/bk/hdrBkAdmin.gif);
}
#hdrImg {
	position:absolute;
	right:20px;
	top:0;
	width:500px;
	height:160px;
	background-repeat:no-repeat;
	background-position:100% 0%;
	z-index:1;
}
#logo {
	width:177px;
	height:99px;
	display:block;
	position:absolute;
	left:30px;
	top:35px;
	background:transparent url(../images/gen/logo/QualMark.png) no-repeat;
	behavior:url(/css/iepngfix.htc); 
	z-index:2;
}
#logo img {
	display:none;
	}
#logoLink {
	width:177px;
	height:99px;
	display:block;
	position:absolute;
	left:30px;
	top:35px;
	z-index:10;
}
#logoLink span {
	display:none;
}
#topNav {
	position:absolute;
	left:12px;
	top:160px;
	width:896px;
	height:27px;
	z-index:3;
}
#content {
	background:transparent url(../images/gen/bk/contBk.gif) repeat-y;
	z-index:2;
}
#footer {
	width:auto;
	padding:1.6em 33px 1.3em;
	background:transparent url(../images/gen/bk/ftrBk.gif) no-repeat;
	}

/* CONTENT PANELS */
.main, .mainL, .mainR, .right {
	float:left;
	position:relative;
}
.main {
	width:595px;
	padding:15px 0 10px 35px;
}
.mainLargeL {
	width:540px;
	}
.mainL {
	width:380px;
	}
.mainR {
	float:right;
	width:200px;
	overflow:hidden;
	position:relative;
	margin-bottom:-20px;
}
.bLeft {
	width:185px;
	border-left:1px dotted #CCC;
	padding-left:15px;
}
.right {
	width:250px;
	margin-top:-20px;
	float:right;
	background:transparent url(../images/gen/bk/rBk.gif) repeat-y;
}

/* INNER ELEMENTS */
/* Main */
.split, .copyFtr {
	background:transparent url(../images/gen/nav/lBk.gif) 0% 0% repeat-x;
	margin:1em 0 0;
	padding:1em 0 0;
	clear:both;
}
.mainL .split {
	padding-right:1em;
	}
.right .split {
	background-image:url(../images/gen/nav/lBkGr.gif);
}
.half {
	float:left;
	width:44%;
	padding-right:4%;
}
.contacts h3 {
	padding-top:1.5em;
}
.pullout {
	padding:0 0 1.5em;
	margin-bottom:2em;
	position:relative;
	z-index:10;
	background:transparent url(../images/gen/nav/lBk.gif) 0% 100% repeat-x;	
}
.mainL .pullout {
	padding-right:1em;
	}
.admin .pullout {
	display:none;
}

/* Copy Holders */	
.copy {
	padding:0;
}
.copyHdr, .copyBody, .copyFtr {
	padding:0;
	clear:right;
}
.copyHdr, .listHdr {

}
.copyBody, .listBody {

}
.listBody {
	padding-right:100px;
}
.copyFtr, .listFtr {
	padding-top:1em;
	clear:both;
}
.listFtr {
	padding:0 0 1em;
}

.listSm {
	width:100%;
	overflow:hidden;
}
.listSm.admin {
	width:auto;
	padding-right:100px;
}

.listSm .img {
	float:left;
	width:95px;
	height:100px;
	margin:0 10px 10px 0;
	overflow:hidden;
}
.listSm .copy {
	float:left;
	width:260px;
}
/* NEWS BLOCKLIST ETC */
.panel {
	background:#FFF;
	position:relative;
	float:left;
	width:100%;
}
.main .panel {
	width:415px;
	padding-top:1em;
}
.right .panel {
	background:url(../images/gen/bk/rPanBk.gif) 0% 100% no-repeat;
}


/***Mootools tooltip - added 120808 ***/

.custom-tip {
	color:#787878;
	width: 250px;
	z-index: 20000 !important;
	border: 1px solid #18ac4f;
}

.custom-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	color: #ffffff;
	padding: 5px 8px 4px;
	background: #18ac4f;
	border-bottom: 1px solid #18ac4f;
	text-transform:uppercase;
}

.custom-text {
	padding: 4px 8px 8px;
	background: #ffffff;
	font-size: 11px;
	line-height: 16px;
}

/* application form */

.appform td  {
	padding: 0 0 16px 0;
	font-size: 12px !important;
}	
	
.appform td input, .appform td textarea {
	width:260px !important;
	
}	
	

/* LIST STYLES */
ul, ol {
	padding:4px 0 8px;
	margin-left:1.3em;
	list-style:disc outside;
	font-size:1.2em;
	line-height:1.3em;
	position:relative;
	}
li {
	padding:2px 0 1px;
}	
ol li {
	list-style:decimal outside;
	}
	
	
ul.circle {
	padding:4px 0 8px;
	margin-left:1.3em;
	list-style:circle outside;
	font-size:1em;
	line-height:1.3em;
	position:relative;
	}	
	
.col-2 {
	/*float:left;*/
	height:1%;
	overflow:hidden;
	/*font-weight:bold;*/
	color:#3D3D3D;
	margin:-5px 0 0;
	padding-bottom:4px;
}
.col-2 li {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 1px 10px;
	background:url(../images/gen/bk/bullet.gif) 0% 50% no-repeat;
	width:45%;
	display:inline;
	position:relative;
}

/* BLOCK LISTS */
.blockList {
	list-style:none;
	margin:0;
	padding:0 0 12px 1px;
	list-style:none;
	float:left;
	font-size:1.1em;
	line-height:1.2em;
}
.blockList li {
	background:transparent;
	color:#787878;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}
.blockList li a {
	display:block;
	color:#787878;
	position:relative;
	padding:3px 15px;
	float:left;
	width:207px;
}
/* MAIN EXCEPTIONS */
.mainR .blockList {
	padding-top:20px;
}
.mainR .blockList li a {
	width:185px;
	padding:15px 0;
	border-bottom:1px dotted #CCC;
	font-size:1.2em;
	line-height:1.4em;
}

.blockList span.img {
	width:60px;
	height:60px;
	float:left;
	margin:0 10px 0 0;
	background:url(../images/gen/bk/news.gif) 50% 50% no-repeat;
	overflow:visible;
	position:relative;
}
.events span.img {
	background:url(../images/gen/bk/events.gif) 50% 50% no-repeat;
}
span.img img {
	position:relative;
}
.right .blockList span.img {
	float:right;
	margin:0 -5px 0 0;
}
.right .blockList span.img.hanger {
	margin-top:-32px;
	margin-bottom:-4px;
	height:84px;
	width:110px;#
	width:80px;
	cursor:pointer;
	margin-left:-10px;
}
.blockList span.head {
	/*font-size:1.2em;
	line-height:1.2em;*/
}
.blockList span.head,.blockList  span.date {
	font-weight:bold;
	display:block;
}/*
.newsList .blockList span.head,.blockList  span.date {
	font-weight:normal;
	display:inline;
}*/
.right .blockList span.head, .mainR .blockList span.head {
	font-weight:normal;
	display:inline;
}
.blockList span.time {
	font-weight:normal;
}
.blockList span.intro {

}
.right .newsList span.intro {
	display:none;
}
.blockList span.more {
	color:#FFB316;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}

.blockList li a:hover, .blockList li a:hover span {
	color:#3D3D3D;
	text-decoration:none;
}
.blockList li a:hover {
	}
.blockList li a:hover span.head, .blockList li a:hover span.more, a:hover span.Green {
	text-decoration:underline !important;
	}
.blockList.newsList li a:hover span.head {
	text-decoration:none;
	}
.blockList li a:hover span.more {
	color:#18ac4f;	
}

/* TABLE LISTS */
.tableList, .column {
	list-style:none;
	width:99%;
	overflow:hidden;
	margin:1.5em 0 .5em;
	padding:0;
	list-style:none;
	font-size:1.1em;
	line-height:1.3em;
	border:1px dotted #CCC;
	border-width:1px 1px 0 0;
}
.tableList li {
	width:50%;
	float:left;
	margin:0 !important;
	margin:0 -2px 0 0;
	padding:0;
	list-style:none;
	}
.column {
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:1em;
	border:0 !important;
	border-width:0 0 0 1px;
}
.tableList .column li {
	width:50%;
	float:left;
	}
.tableList .column li {
	background:transparent;
	color:#787878;
	/*margin:0 !important;*/
	margin:0 0 0 -1px;
	padding:0;
	width:100%;
	display:inline;
	float:left;
	border:1px dotted #CCC;
	border-width:0 0 1px 1px;
}
.tableList span {
	padding-right:5px;
}
.tableList span.img {
	width:95px;
	height:100px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	background:url(../images/gen/bk/news.gif) 50% 50% no-repeat;
	overflow:hidden;
	border-right:1px dotted #CCC;
}

.tableList span.head {
	padding-top:10px;
	padding-bottom:2px;
	font-size:1.2em;
	line-height:1.2em;
	color:#3D3D3D;
}
.tableList span.head, .tableList span.date {
	font-weight:bold;
	display:block;
}
.tableList span.time {
	font-weight:normal;
}
.tableList span.intro {

}
.tableList span.more {
	/*color:#FFB316;*/
	display:block;
}

.tableList .column li:hover {
	background:#DFF6DE;
	}
.tableList li span.head a, .tableList li span.more a:hover {
	color:#3D3D3D;
	text-decoration:underline;
}
.tableList li a:hover, .tableList li a:hover span {
	color:#3D3D3D;
	text-decoration:none;
}
.tableList li a:hover span.more, .tableList li span.head a:hover {
	color:#18ac4f;	
}


/***** TAB LIST *****/
.tabList {
	list-style:none;
	margin:0 0 .5em;
	padding:0;
}
.tabList li {
	list-style:none;
	width:100%;
	overflow:hidden;
}
.tabList li span {
	float:left;
	display:block;
}
.tab1, .tab3  {
	width:6em;
}
.tab2 {
	width:13em;
}
.tab3 {
}

/***** IMAGES *****/
.rImg, .lImg, .mainImg {
	float:right;
	padding:4px 0 20px 15px;
	z-index:100;
	position:relative;
}
.main .rImg {
	background:#FFF;
	}
.lImg {
	float:left;
	padding:4px 20px 15px 0;
}
.mainImg {
	margin:-27px -21px 0 0;
	position:relative;
	}
.mainR img {
	margin-bottom:20px;
}
.rHanger {
	padding:0 25px 0 40px;
	margin:-10px 0;
	position:relative;
}	

/* LINK STYLES */
a { 
	color:#18ac4f;
	text-decoration:none; 
	}
#footer a {
	color:#787878;
	text-decoration:underline; 
	}
.go {
	text-transform:uppercase;
	font-weight:bold;
	color:#FFB316;
}
a:hover, #footer a:hover { 
	color:#18ac4f;
	text-decoration:underline; 
	}

.pdfLink {
	display:block;
	color:#18ac4f;
	position:relative;
	text-decoration:underline; 
	padding:1em 0 0 2.5em;
	background:transparent url(../images/gen/nav/pdf.gif) 0% 50% no-repeat;
}

#login a {
	font-size:.9em;
	color:#FFF;
	}
#login a:hover {
	color:#0B301C;
	}

/* Bread Crumb */

.bC {
	font-size:.9em;
	text-transform:uppercase;
}
.bC a {
	text-decoration:none;
}
.ancestors {
	color:#000;
}
	
/* SPECIAL LINKS */	

/* FIX FIREFOX BORDER ON FOCUS */
a:focus, input:focus {outline-style: none !important;}



/**************** STANDARD TEXT CLASSES *****************/
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	margin-top:.3em;
	font-weight:normal;
	}

h1, h3 {
	text-transform:uppercase;
	color:#18ac4f;
}
h1 { 
	font-size:2em;
	line-height:1.2em;
	margin:0;
	}
.listSm .feature h1, .listSm .split h1, h3.intro {
	font-size:1.5em;
	text-transform:none;
}
.listSm .feature h1 a, .listSm .split h1 a {
	color:#3D3D3D;
}
.home .pullout h1 {
	margin-bottom:.5em;
}
h1 a em, h3 a em{
	font-size:.9em;
	color:#3D3D3D;
}
h2 {
	font-size:1.6em;
	line-height:19px;
	color:#3D3D3D;
}
h3, h4 {
	font-size:1.4em;
	line-height:1.2em;
}
h3 {
	color:#3D3D3D;
	font-size:1.5em;
	margin:.5em 0;
}
h3 a {
	color:#3D3D3D;
	}
.right .panel h3 {
	font-size:1.4em;
	margin:0 0 5px;
	padding:15px 20px 4px 15px;
	background:#FFF url(../images/gen/bk/rH3Bk.gif) 0% 0% no-repeat;
	color:#FFF;
}
.right .whitePanel h3 {
	margin:0;
	color:#18ac4f;
	background:#FFF url(../images/gen/bk/rH3BkW.gif) 0% 100% no-repeat;
	padding:18px 20px 1px 15px;
}

h4, h5 {
	color:#3D3D3D;
}
.right h4 {
	padding:.3em 15px 15px;
}
.right h4 a {
	text-decoration:underline;
}
h5, h6 {
	font-size:1.3em;
	line-height:1.3em;
	}
h6 {
	margin-bottom:.3em;
	font-weight:normal;
	font-size:1.1em;
	/* font-variant:small-caps; */
}
p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:.6em;
	}

/* UNIQUE TEXT CLASSES */
/*.contacts .half p {
	font-size:1.1em;
}
.contacts .half p strong {
	font-size:1.1em;
	line-height:1.3em;
}*/
.right p {
	clear:both;
}
.b {
	font-weight:bold !important;
}
.sm {
	font-size:.9em;
}
.caption {
	font-size:1em;
}
h1 .reg, h2 .reg, h3 .reg, h4 .reg, h5 .reg, h6 .reg {
	font-size:.7em;
}
p .reg {
	font-size:.8em;
}	
	
/* UNIQUE LISTS */
.left ul, .left ol {
	list-style:none;
	margin:0;
}

#sitemap {
	font-size:1.6em;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	list-style:none;
	margin-left:0;
	padding:.5em 0;
	}
#sitemap a {
	color:#18ac4f;
}
#sitemap ul {
	padding:5px 0 0;
	margin:0;
	margin-left:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	font-size:.8em;
	line-height:1em;
	font-weight:normal;
	}
#sitemap ul a {
	color:#18ac4f;
}
	
#sitemap ul ul {	
	font-size:.9em;
	line-height:1em;
}
#sitemap ul ul a {
	color:#787878;
}
#sitemap li {
	padding:8px 0 5px;
}
#sitemap li {
	padding:4px 0;
}
	

/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.fc { 
display: inline-table;
height: 1%;
display: block; 
}
	

/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after, .blockList:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.fc, .blockList { 
display: inline-table;
height: 1%;
display: block; 
}

/* Quick Styles & Over-Riders (!important) */

.ofH {
	overflow:hidden;
	}
.flL {
	float:left !important;
	}
.flR {
	float:right !important;
	}
.flN {
	float:none !important;
	}
.clB {
	clear:both !important;
	}
.clL {
	clear:left !important;
	}
.clR {
	clear:right !important;
	}
.taR {
	text-align:right !important;
	}
.taL {
	text-align:left !important;
	}
.taC {
	text-align:center !important;
	}
.nb {
	border:0 !important;
}
.pt1 {
	padding-top:1em !important;
	}
.mb5 {
	margin-bottom:.5em !important;
	}
.mb0 {
	margin-bottom:0 !important;
	}
.mr0 {
	margin-right:0 !important;
	}

	
/* -----------------------------

      NAVIGATION 

----------------------------- */
/* TOP NAV */
#nav {
	width:896px;
	height:27px;
	list-style:none;
	margin:0;
	padding:0;
	background:transparent;
	overflow:hidden;
	}
#nav li, .admin #nav li.first {
	float:left;
	padding:0;
	margin:0;
}
#nav li a, .admin #nav li.first a.index, .admin #nav li a.index {
	width:126px;
	float:left;
	display:block;
	font-size:12px;
	line-height:1em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:8px 0 7px;
	border-right:2px solid #C3E3C1;
	background:transparent;	
	color:#18ac4f;
}
#nav li a:hover, #nav li.current a {
	background:#C3E3C1;
}
/* Home Exceptions */
#nav li.first {
	float:right;
	width:128px;
}
#nav li a.index {
	float:right;
	width:128px;
	border:0;
}

.admin #nav li.first {
	width:auto;
}
.admin #nav li a.index {
	width:130px;
	border-right:2px solid #C3E3C1;
}

.index #nav li.current a.index {
	display:none;
}
#nav li a.index {
	background:transparent;	
}
#nav li a.index:hover {
	background:#C3E3C1;
}

#nav ul {
	display:none;
}


/* PRINT STYLES FOR NAVS */

@media print {
#topNav, #logo a, .right, .noPrint {
	display:none !important;
	}
#logo img {
	display:block;
	}
#entire, #content, .main {
	float:none;
	border:0;
	margin:0;
	padding:0;
	}
	.main {
		width:60%;
		font-size:1.3em;
	}	
}


/*********************

	FORM ELEMENTS

*********************/
form { 

	}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
 	padding:2px;
	margin:0;
	background:#FFF;
	font-size:11px;
	line-height:1.2em;
	border:1px solid #A5A4A1;
	color:#3D3D3D;
	}
input, button {
	vertical-align:top;
}
.cb {
	border:0;
}	
select {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	font-size:11px;
	line-height:15px;
	color:#3D3D3D;
	border:1px solid #A5A4A1;
	padding:1px;
	padding-top:3px;
	text-transform:uppercase;
	}

option.label {

}
option {
	background:#FFF;
	padding:1px 5px;
	margin:0;
	}

.button { 
	width:auto !important;
	margin:0 !important;
	/*margin-top:1px;*/
	padding:0;
	font-size:11px;
	line-height:1em;
	text-transform:uppercase;
	background:#18ac4f;
	color:#FFF;
	border:0;
	}
.button span {
	display:block;
	padding:2px 5px 3px !important;
	padding:4px 3px 4px;
}
.button:hover {
	background:#0B301C;
}
	
label {
	display:block;
	margin:0;
	padding:4px 0 0;
	line-height:1.2em;
	}

.r { font-weight:bold; }

.form-strip {
	padding:3px 0 0;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	}
#login label {
	color:#FFF;
	margin:6px 0 0 0;
}
#login input {
	margin:3px 0 0 0;
	}
#login input {
	width:100px;
	margin-top:3px;
	}
	
	
/******** FORM FOR RIGHT COLUMN *******/		
ul.form, .nls {
	list-style:none;
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
	margin:0;
	}
ul.form.mainLogin {
	width:240px;
	margin:10px 0 0 -15px;
}
ul.form li {
	margin:0;
	padding:3px 0 1px 15px;
	float:left;
	clear:left;
	}
ul.form li {
	width:55px;
}
.emailForm ul.form li {
	padding-left:0;
	width:100px;
	clear:left;
	}
ul.form li.inp {
	width:130px;
	list-style:none;
	clear:none;
	}
.emailForm ul.form li.inp {
	padding-left:0;
	width:200px;
	clear:left;
	}
li.inp input {
	width:124px !important;
	width:126px;
	margin:0 !important;
	margin-left:-3px;
}
.emailForm ul.form li.inp input {
	width:350px !important;
	width:346px;
}
ul.form li.inp.pass {
	width:75px;
}li.inp.pass input {
	width:69px !important;
	width:68px;
	margin:0 !important;
}
ul.form li.submit {
	width:55px;
	list-style:none;
	float:left;
	clear:none;
	padding-left:5px;
	padding-top:3px !important;
	padding-top:4px;
	}
.emailForm ul.form li.submit {
	width:55px;
	clear:left;
	padding-left:0;
	}
li.submit button {
	width:49px;
}	
.form {
	margin:0;
	padding:0;
}

label em {
	font-weight:normal;
}
input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}
.emailForm ul.form textarea {
	width:350px;
	height:130px;
}
li.submit button {
	color:#FFF;
	background:#18ac4f;
	border:0;
	}
li.submit button:hover {
	background:#FFB316;
	}

/******* Bot-o-no ***********/
.dnForm {
	height:0px;
	width:0px;
	overflow:hidden;
}
.dnForm input {	
	display:none;
}
	
/****************************
	
	TABLE STYLES
	
.Green { color: #18ac4f !important; }	

.VLgreen{ color: #C3E3C1 !important; } 
.VVLgreen{ color: #DFF6DE !important; }

.Gold	{ color: #FFB316 !important; }

.VLgrey	{ color: #CCC !important; }
.Lgrey	{ color: #A5A4A1 !important; }
.Mgrey	{ color: #787878 !important; }
.Dgrey	{ color: #3D3D3D !important; }
	
****************************/


table {
	font-size:1.1em;
	border-collapse:collapse;
	width:100% !important;
	margin:1em 0;
}
table td table {
	width:96%;
	font-size:1em;
}
.container {
	margin-top:10px;
	background:#DFF6DE;
}
th, td {
	text-align:left;
	padding:0 1em;
	vertical-align:top;
}
table table th, table table td {
	border-bottom:1px solid #C3E3C1;
	padding:1.2em 1em .2em;
}
.details td {
	padding:1em;
	}
.updates {
	font-weight:bold;
}
td input, td textarea {
	width:100% !important;
	width:93%;
	border:1px solid #C3E3C1;
	font-size:1em;
}
tr.updates td input {
	width:auto !important;
	}
td label, td input.cb {
	float:left;
}
tr.updates th, tr.updates td {
	background:#DFF6DE;
}
tr.updates th a {
	text-decoration:underline;
}
td select {
	border:1px solid #C3E3C1;
	font-size:1em;
}
tbody th {
	width:20%;
	font-size:1.2em;
	color:#18ac4f;
}
.container td em {
	display:block;
	font-size:.8em;
}

/* DATA TABLE */
.data th {
	color:#3D3D3D;
	font-size:1em;
	background:#DFF6DE;
}
.data th, .data td {
	padding:4px 8px;
	border:1px solid #18ac4f;
	border-width:1px 0;
	width:40%;
	vertical-align:middle;
}
.data th.mid, .data td.mid {
	border-width:1px;
	width:12%;
}