/* @override http://tangibleinfluence.com/style.css */

/* reset.css */
body {line-height:1.4; background: #FFF; padding: 0; margin: 0; margin-top: 15px; background:  url(images/tangible-back.jpg);}
table, td, th {vertical-align:top; padding: 0; margin: 0;}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color: #5f5f44;margin-top: .4em;}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.3em;}
h3 {font-size:1em;line-height:1;margin-bottom:1em;font-weight:normal;font-style: italic;margin-top: 0;}
h4 {font-size:1.1em;font-weight: normal;color: #4d4d4d;line-height:1.25;margin-bottom:.4em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em 0;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;padding-left: 10px;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}


/* forms.css */
label {font-weight:bold;}

fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

p.headingblue {
	color: #0c7ca3;
	font-weight: bold;
}

div.maincontent {
	padding: 18px;
}
div.columnOne {
	padding: 0 20px 0 10px;
	margin: 0;
}


div.formHeader {
	padding-left: 10px;
}


div.form {
	padding: 0;
}

table.section {
	margin: 0;
	width: 100%;
}

div.ins {
	text-align: left;
	padding-left: 20px;
}

td.input input {
		width: 150px;
	border: 1px solid #CCC;
	padding: 6px;
	font-size: 1.1em;
	font-weight: bold;
}

td.lbl {
	color: #0c7ca3;
}


div.main {
	width:902px;
	margin: 0 auto;
}

div.menu {
	background: url(images/tangible-menu.jpg);
	height: 29px;
	margin: 0;
	text-align: left;
}

div.footer{
	padding: 5px;
	text-align: center;
}

div.footer ul li{
	margin: 0;
	display: inline;
	margin-right: 20px;
	font-size: 1.1em;
	text-align: center;
}

div.footer ul li a{
	color: #FFF;
	text-decoration: none;
}

div.menu ul {
	margin: 0;
	padding-top: 8px;
}


div.menu li {
	margin: 0;
	display: inline;
	margin-right: 20px;
	font-size: 1.1em;
}

div.menu li a {
	color: #0c7ca3;
	text-decoration: none;
}

p.errorPoint {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 5px 20px;
	background: #DDD;
	padding: 5px;
}

p.errorHead {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
	color: #be1316;
}

div#Create.form {
	padding: 10px;
	padding-left: 20px;
}

td.fIcon {
	padding-right: 15px;
	padding-bottom: 15px;
}


div.loginbox {
	background: url(images/tangible-login.jpg);
	height: 145px;
	padding-top: 50px;
	padding-left: 23px;
}

table.loginform {
	width: 280px;
}

input#Login {
	float: right;
	margin-right: 12px;
	margin-top: 8px;
}


input#emailLogin, input#passwordLogin {
	width: 150px;
	border: 1px solid #CCC;
	padding: 6px;
	font-size: 1.1em;
	font-weight: bold;
}

td.formL {
	vertical-align: middle;
	color: #0c7ca3;
}

table.topsec {
	background-color: #FFF;
}


