@charset "UTF-8";

/* Stylesheet for the Admin Backend of the FBN Vote System */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color:#E7EBDF;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #900;
}


.banner {
	background-color:#036;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:2px;
	font-weight:500;
	background-image:url(images/banner1.gif);
	background-repeat:repeat-x;
}
.breadcrumbs {
	background-color:#4474A9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	padding:6px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	background-color:#C8CFC9;
}.footerContent {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:11px;
	background-color:#D3DAD5;
}
.formContent {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	background-color:#FFF;
}
.formTextBox {
	background-color:#CACEE4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	border-top-style:none;
	border-left-style:none;
	border-bottom-style:dotted;
	border-right-style:none;
	letter-spacing:1px;
}
