@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,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,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-weight:inherit; font-size: 14px; font-style:inherit; font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Geneva, sans-serif; vertical-align:baseline; }
/*
a{
	text-decoration:none;
	color:#000;
}
*/
h1{
	margin:15px 0;
}

p{
	margin:10px 0;
}

h3{
	margin-bottom:10px;
	text-decoration:underline;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

table tr.output{
	background-color: #FE2E2E;
}

table tr.input{
	background-color: #9FF781;
}

table tr td.label{
	width:30%;
	vertical-align:middle;
}

table{
	border:0;
	text-align:left;
	width:100%;
	padding-bottom:15px;
}
table th{
	font-weight:bold;
	padding-bottom:5px;
}

span.limit{
	font-size:10px;
}

div#page{
	margin:0 auto;
	width:800px;
}

div#menu{
	float:left;
	width:159px;
	border-right:1px solid #000;
	margin-right: 10px;
}

div#menu ul li{
	list-style:none;
	margin:5px 0;
}

div#head{
	float:left;
	margin-bottom: 20px;
	width: 100%;
}

div#center{
	float:right;
	width:630px;
}

div#center div#cTop{
	float:left;
	width:100%;
}

div#center div#cBottom{
	float:left;
	width:100%;
}

#suggested{
	float:left;
	width:100%;
	margin-top:10px;
	padding:10px 5px;
	background-color:#FFC;
	border:1px solid #FC0;
	border-radius:5px;
}

#suggested a{
	color:#000;
}

#suggested ul li{
	list-style:none;
	float:left;
	margin:0px 5px;
}

/***** Errors *******/

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
	float:left;
	width:100%;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

div#error{
	background-color:#C00;
	/*width:500px;*/
	color:#FFF;
	padding-left:4px;
	margin-top:5px;
	float:left;
	width:100%;
}

div#error h2{
	font-size:18px;
}

div#errors{
	border:solid 2px #C00;
	/*width:500px;*/
	padding:5px 0;
	margin-bottom:20px;
	float:left;
	width:100%;
}

div#errors ul li{
	margin-left:20px;
}