/**
* Reset Style sheet 
* @see http://meyerweb.com/eric/tools/css/reset/
* @author Eric Homanchuk
*/
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;
}
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;
}


/**
 * BOARDLINK DEFAULTS
 */
html 
body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif;
	background:#FFF;
	text-align:left;
	color:#000;
	width:99%;
}
p {
	padding:0 0 1em 0;
	color:000;
}
h1 {
	font-size:180%;
	font-weight:normal;
	color:#00b8e5;
	text-align:left;
	padding:1em 0;
}
h2 {
	font-size:160%;
	line-height:120%;
	font-weight:normal;
	color:#00b8e5;
	text-align:left;
	padding:1em 0;
}
h3 {
	font-size:140%;
	font-weight:bold;
	color:#000;
	padding:1em 0;
}
h4 {

}
h5 {

}
h6 {

}
li {
	list-style-type:none;
	color:#CDCDCD;
}
a {
	text-decoration:none;
	color:#CDCDCD;
}
a:hover {
	text-decoration:underline;
	color:#CDCDCD;
}
a img {
	border:none;
}
li.active a,
.active {
	color:#000;
}
li.blue {
	color:#00B8E5;
}
/**
 * BOARDLINK SPECIFICS
 */
p.signup-option {
	text-align:center;
}
p.signup-option a{
	display:block;
	width:220px;
	padding:10px 0;
	background:#00B8E5;
	color:#FFF;
	margin-top:0;
	margin-left:25%;
}
p.signup-option a:hover {
		color:#CDCDCD;
}
.landing-page .signup-block-left p.signup-option a {
	margin-top:0px;
}
#footer-menu  .content a:hover {
	background:none;
}
span.required {
	color:#00B8E5;
	font-weight:bold;
}
div.confirmation {
	padding:0;
	margin:0;
}
div.agreement {
	color:#000;
	border: 2px solid #00B8E5;
	padding:15px 15px 15px 30px;
	margin:0;
	background:#e5e7e7 url(icons/asterisk_blue.png) no-repeat 10px 10px;
}
.signupswizardreview div.agreement {
	margin-top:15px;
}
#review-singup a {
	background:#00B8E5;
	padding:5px;
	color:#FFF;
}
#review-singup a:hover {
	color:#CDCDCD;
}
#content div.positions-view a {
	display:block;
	padding:5px;
	background:#00B8E5;
	color:#FFF;
	width:200px;
	text-align:center;
	margin-top:10px;
}
/* Tables */
table {
	background: #FFF;
	border:1px solid #FFF;
	border-right:0;
	clear:both;
	color:#333;
	margin-bottom:10px;
	width:100%;
}
th {
	background:none;
	border-bottom:1px solid #000;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	padding:5px;
	font-size:90%;
}
th a {
	display:block;
	padding:0;
	text-decoration:none;
	color:#000;
	background:none;
}
th.actions {
	padding:5px;
}
th a:hover {
	color:#00B8E5;
	text-decoration:none;
	background:none;
}
table tr td {
	background: #FFF;
	border-right: 1px solid #FFF;
	padding:10px 5px;
	vertical-align: top;
	font-size:90%;
}
table tr.altrow td {
	background:#f4f4f4;
}
table tr:hover td,
tr.highlight td {
	background:#CCF1FA;
}
#cke_editor1 table tr:hover td,
#cke_editor2 table tr:hover td,
#cke_editor1 tr.highlight td,
#cke_editor2 tr.highlight td {
	background:none;
}
table tr:hover td label,
tr.highlight td label {
	color:#000;
}
td a {
	color:#626263;
	font-weight:normal;
	background:none;
	text-decoration:none;
}
td.actions {
	text-align:center;
	white-space:nowrap;
}
td.actions a {
	margin: 0px 6px;
}
td.empty {
	font-weight:bold;
}
/** BLOCKS **/
.half-block {
	width:50%;
}
/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width:180px;
}
dd {
	margin-left: 180px;
	margin-top: -2em;
	vertical-align: top;
}
div.error-message {
	clear:both;
	color:#C03737;
	font-weight:bold;
	margin-left:220px;
	font-size:100%;
}
div.error-application {
	background:#FAEFD5 url(icons/error.png) no-repeat scroll 25px 50%;
	border:1px dotted #DFA42B;
	color:#4B443C;
	padding:7px 25px 5px 55px;
	font-size:180%;
	line-height:140%;
	font-family:arial;
	font-weight:normal;
	margin:15px 0;
}
div.message{
	background:#D4ECE6 url(icons/accept.png) no-repeat scroll 25px 50%;
	border:1px dotted #8CD2C1;
	color:#06755A;
	padding:7px 25px 5px 55px;
	font-size:180%;
	line-height:140%;
	font-family:arial;
	font-weight:normal;
	margin:15px 0;
}
p.info{
	background:#EFF7FF url(icons/information.png) no-repeat scroll 5px 50%;
	border-top:1px dotted #86AED4;
	padding:7px 25px 5px 25px;
	margin:10px 0;
}
#content div.error {
	background:#FAEFD5;
	border:1px dotted #DFA42B
}
.dashboard-message {
	border:1px solid #CDCDCD;
	padding:5px;
}
.bold {
	font-weight:bold;
}
form div.input.active {
	background:#CCF1FA;
}
ul#signup_steps {
	text-align:center;
}
ul#signup_steps li {
	display:inline;
	font-size:110%;
}
.log-action {
	float:right;
	padding:6px 45px 0 0;
	clear:none;
}	
.log-action a {
	color:#000;
	font-weight:bold;
}
p.thank-you a {
	color:#00B8E5;
}
.dashboard-message a {
	color:#00B8E5;
}
.people-message-block a {
	color:#00B8E5;
}
#terms ul.terms-of-use  li{
	list-style-type:disc;
	color:#000;
	margin-left:35px;
}
#terms a {
	color:#00B8E5;
}