img {
	border:0px;
}

/* Layout - 990px wide */
body {
	font: 90% "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
}



/* No spacing at all in slices tables */
.slices {
	border:0;
	padding:0;
	margin:0;
}

/* Stop gaps under pictures in tables */
.slices td img {display: block;}


#page {
	width:990px;
	margin:auto;
}

#banner {
	height: 226px;
}

#side {
	width: 260px;
	margin-left:35px;
	margin-top:10px;
	color:#eeeeee;
	float:left;
}

#main_container {
	background-image:url('http://www.rapidportfoliobuilder.com/public/images/main.gif');
}

#side a {
	color:#eeeeee;
	text-decoration:none;
}

#side a:hover{
	font-weight:bold;
}


#side div {
	border: 1px #eeeeee solid;
	padding-left: 10px;
}

#main {
	float:left;
	margin-left: 25px;
	width: 630px;
	min-height:500px;
}

#foot-curve {
	clear:both;
	background-image:url('http://www.rapidportfoliobuilder.com/public/images/foot-curve.gif');
	height:22px;
}

#foot {
	background-image:url('http://www.rapidportfoliobuilder.com/public/images/foot.gif');
	/* total height 200 */
	height:170px;
	padding: 20px 30px 10px 30px;
	color:#eeeeee;
}




/*Typography*/

h2 {
	color:#028ed2;
}

.blue {
	color:#028ed2;
}

.red {
	color:#df2425;
}

.bold {
	font-weight:bold;
}

.small {
	font-size: 0.8em;
}







.infobox {
	display:block;
	cursor:pointer;
	background-color:#028ed2;
	border:1px solid #3e3c3d;
	margin:10px;
	color:black;
	text-decoration:none;
}


a.button {
	display:inline-block;
	padding: 3px;
	background-color:#D5DDE5;
	color:black;
	border: 1px outset #0061AE;
	cursor:pointer;
	text-decoration:none;
}

a.button:hover {
	background-color:#E5EDE9;
	border: 1px inset #0061AE;
}

.ruledtable {
	border-left: 1px solid #7e7c7d;
	border-bottom: 1px solid #7e7c7d;
}
.ruledtable td {
	border-right: 1px solid #7e7c7d;
	border-top: 1px solid #7e7c7d;
	padding: 3px;
}
.ruledtable th {
	border-right: 1px solid #7e7c7d;
	border-top: 1px solid #7e7c7d;
	padding: 3px;
	background-color: #028ed2;
}


.link_button {
	display:inline-block;
	padding: 3px;
	background-color:#D5DDE5;
	color:black;
	border: 1px outset #11307c;
	cursor:pointer;
	text-decoration:none;
	margin: 3px;
}

.link_button:hover {
	background-color:#7e7c7d;
	border: 1px inset #11307c;
	text-decoration:none;
}




/* CSS Popup Boxes */

.blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 1;
	top:0px;
	left:0px;
	width:100%;
	display:none;
}

.popup {
	position:absolute;
	background-color:#eeeeee;
	padding:10px;
	width:700px;
	z-index: 2;
	display:none;
}






/* Tupos Forms */


.inputLabel {
	display:block;
	float:left;
	width:242px;
	text-align:left;
	color:#11307c;
	padding-left:8px;
	margin-top:4px;
}

.inputLabelSubfield {
	font-size:0.9em;
	color:#156c3e;
	padding-left:0px;
	width:250px;
	text-align:right;
}

.inputElement {
	display:block;
	float:left;
	margin-left:10px;
	margin-top:4px;
	width:214px;
}

.inputElement_wide {
	margin-left:8px;
	width:468px;
}

.submitElement {
	float:right;
	margin:3px;
}

.errorElement {
	margin-left:250px;
	clear:both;
	color:#ff0000;
	font-size: 0.7em;
}

.explainElement {
	font-size: 0.7em;
	margin-left:8px;
	margin-right:8px;
	text-align:right;
	color:#3e3c3d;
}

.formRow {
	padding:4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #7e7c7d;
	border-left: 1px solid #7e7c7d;
	width: 490px;
}

.formElement {
	width:498px;
	border-top: 1px solid #7e7c7d;
	border-right: 1px solid #7e7c7d;
}

#formcontainer {
}
