@import url(_form_style.css);
@import url(_cam_style.css);

BODY {
	color: #000;
	background: #660066 url(../img/kids_bg.gif) top left repeat-x fixed;
 }
 
TABLE {
	color: #000;
 }

span.bghead {
	background: url(../img/bgfade.gif) repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #400040;
	display: block;
	position: relative;
	padding: 5px;
	width: 100%;
 }

table img {
	margin: 7px;
	border: 0px;
 }

table {
	font-family: "Trebuchet MS", sans-serif;
	color: #400040;
	font-size: .9em;
 }	

div#container {
	padding: 0px;
	width: 800px;
	background: #FFFFFF;
	border: 1px solid #f90;
 }

table#header,table#footer {
	width: 800px;
	text-align: center;
 }

table#header {
	height: 135px;
	background: #FF9900
 }

table#tbl_main {
	margin: 0px 0px;
	width: 800px;
	background: #FFFFCC;
 }

td#col_main {
	padding: 7px;
	width: 450px;
	background: #FFf;
 }

td#col_main a {
	color: #000066;
	text-decoration: underline;
 }

td#col_main a:hover {
	color: #0000ff;
	text-decoration: none;
 }

td#col_right {
	width: 135px;
	padding: 5px;
	background: #FFFFFF;
 }

td#col_left {
	padding: 2px;
	width: 176px;
	background: #fc6;
 }

td#col_left h5 {
	font-size: 1.5em;
	padding: 3px;
	text-align: left;
	border-top: 3px solid #FF9900;
	color: #000;
	width: 100%;
	margin: 15px 0px 3px 0px;
 }

td#col_left h4 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #400040;
 }

td#col_left a {
	position: relative;
	display: block;
	margin-top: 3px;
	width: 180px;
	padding: 3px;
	border-right: 1px solid #400040;
	border-top: 1px solid #400040;
	border-bottom: 1px solid #400040;
	border-left: 13px solid #400040;
	color: #400040;
	text-decoration: none;
	background: #fff;
 }



td#col_left a:hover {
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-left: 13px solid #FF9900;
	color: #400040;
	text-decoration: none;
 }


table#footer {
	border-top: 1px solid #FF6600;
	color: #000066;
	font-size: .8em;
	font-family: verdana, sans-serif;
	text-align: center;
	padding: 7px;
	background: #FF9900;
 }

table#footer a {
	color: #FFFFFF;
	text-decoration: underline;
 }

table#footer a:hover {
	color: #400040;
	text-decoration: none;
 }

table#footer_keys h1 {
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	color: #999;
	background: #fff;
 }

span.error {
	display: block;
	width: 400px;
	color: red;
	padding: 3px;
	background: #fff;
	font-weight: bold;
	border: 1px solid red;
 }