/* Basic styles */

/* CSS Reset */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	/* border-collapse: collapse;
	border-spacing: 0; */
}
table caption{
	font-weight:bold;
	padding-bottom:5px;
}

ol, ul {
	/* list-style: none; */
	margin: 0 0 14px 25px;
	padding: 0;
}

ol.numbered {
	list-style: decimal;
	}
ol.lettered {
	list-style: lower-alpha;
	}
	ol li, ul li {
		padding: 0 0 .3em 0;
		}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



/* Basic CSS */

body { 
	font-size: .7em; 
	line-height: 1.3;	
	font-family: arial, verdana, sans-serif; 
	color: #000;
	background: #fff;
	padding: 30px;
	}						
table, textarea, input { font-size: 100%; }
table, th, td, caption { 
	text-align: left; 
	vertical-align: top; 
	}
hr { display: none; }
img { 
	border: 0; 
	vertical-align: bottom; 
	}	

/* Headings */	
h1 { 
	font-size: 143%; 
	font-weight: normal;
	color: #ff7300;
	border: 1px dotted #adadad;
	background:#eee;
	padding: 5px 10px 5px 10px;
	margin: 0 0 12px 0;
	font-weight:bold;
	}
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }

/* Paragraphs */
p { padding: 0 0 10px 0; }

/* Links */
a { 
	text-decoration: underline; 
	color: #ff7300; 
	}
a:hover, 
a:focus, 
a:active { text-decoration: none; }

strong {font-weight: bold;}
			
/* Forms */
select { 
	margin-right: 7px; 
	vertical-align: middle	
	}
option { 
	/*margin-right: 7px; */
	}

/* Common Classes */		
.clr { clear: both; height: 0.1px; font-size: 0; line-height: 0; }

.delete { display: none; }	
.strip { padding: 0 !important; margin: 0 !important; }
.stripWidth { width: auto !important; }	
.noFloat { float: none !important; }

.gwRow
{
	height:30px;
	}
	
.gwRow td, .gwRow th
{
	text-align: center; 
	vertical-align:middle; 
	padding:0px 5px;
	}
.lblLeft
{

min-width:110px;
float:left;
	}

