/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #3568aa url('../images/bg.jpg') 0 0 repeat-x;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #666;
	table-layout: fixed;
}

th, td {
    border: 1px solid #666;
	text-align: left;
	padding: 8px;
}

th {
	background-color: #E6EDF5;
}

td.wcolor {
	background-color: #EEE;
}
h1 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0.9em;
	color: #0A50A1;
}
p {
	margin: 0.9em 0;
	line-height: 1.4em;
}

a:link, a:visited {
	color: #4B91CF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF9900;
	text-decoration: underline;
}

/* Custom table */
table.reg-form {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	table-layout: fixed;
}
table.reg-form  td {
	border: 0;
}
table.reg-form  td.reg-label, td.reg-label-q {
	color: #666;
	text-align: right;
}
table.reg-form  td.reg-label-q {
	vertical-align: top;
}
p.log-desc {
	margin: 40px 0;
	line-height: 1.8em;
	
}
span.log-label {
	font-size: 1.6em;
}

input[type=text].logbox, input[type=password].logbox  {
	width: 98%;
	font-size: 1.6em;
	border: 1px solid #666;
	margin: 8px 0 10px 0;
}

input[type=text].tbox-large {
	width:98%;
}

input[type=text].tbox-medium {
	width:35%;
}

input[type=text].tbox-medium-x {
	width:35%;
	margin: 0 12px;
}

input[type=text].tbox-medium-x2 {
	width:55%;
	margin: 0 12px;
	
	
}

input[type=text].tbox-small {
	width:8%;
}

hr {
	height: 1px;
	border: 1px dashed #CCC;
	border-width: 1px 0 0;
	margin: 14px 0;
}
div.links {
	line-height: 1.7em;
	font-size: 1.1em;
	padding: 8px 0;
} 

div.links a:link, div.links a:visited {
	color: #FFF;
	text-decoration: none;
}
 
div.links a:hover, div.links a:active {
	color: #ffcc66;
	text-decoration: underline;
}
