* {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #EEEEEE;
	background-image: url(/assets/images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 11px;
}

ul {
	list-style: none;
}

#cmsbarContainer {
	background-color: #000000;
	background-image: url(/admin/assets/images/cmsbar.gif);
	border-bottom: solid 1px #FFFFFF;
	height: 20px;
	padding: 5px;
	padding-right: 10px;
}

#cmsbarArea p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#cmsbarArea a {
	color: #FFFFFF;
	font-size: 12px;
	float: right;
	margin-left: 10px;
	margin-top: -14px;
	text-decoration: none;
}

#cmsbarArea a:hover {
	text-decoration: underline;
}

#innerContainer {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 860px;
}

#masthead {
	height: 60px;
}

#logoArea {
	float: left;
	padding-left: 5px;
	width: 649px;
}

#skipLinks {
	display: block;
	float: left;
	border: 0px;
	padding: 0px;
	font-size: 1px;
	list-style: none;
	width: 100%;
}
#skipLinks li {
	float: left;
}

#skipLinks a {
	color: #111111;
}

#logoArea img {
	clear: both;
	display: block;
}

#searchArea {
	float: left;
	width: 206px;
}

#searchArea fieldset {
	border: 0px;
}

#searchArea legend {
	display: none;
}

#searchArea label {
	color: #FFFFFF;
	display: none;
}

#searchArea br {
	display: none;
}

#searchArea input.text {
	background-color: #111111;
	border: solid 1px #EEEEEE;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	height: 18px;
	*height: 15px;
	margin-right: 5px;
	*padding-left: 1px;
	*padding-top: 3px;
	right: 0px;
	width: 148px;
	*width: 147px;
}

#searchArea input.button {
	float: left;
	right: 0px;
}
#searchArea img {
	margin-top: 5px;
}

.headerArea {
	border: solid 1px #EEEEEE;
	background-position: right;
	background-repeat: no-repeat;
}

#navigationContainer {
	clear: both;
	background-color: #EEEEEE;
	height: 2em;
}

#navigationArea {
	margin-bottom: -10px;
}

#navigationArea ul li {
	float: left;
	font-size: 1.2em;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative;
	white-space: nowrap;
}

#navigationArea a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#navigationArea a:hover {
	text-decoration: underline;
}

#navigationArea a.active {
	text-decoration: underline;
}

#navigationArea br {
	clear: both;
}
#navigationContainer br {
	clear: both;
}

.subnavigationArea {
	background-color: #444444;
	border-right: solid 1px #EEEEEE;
	filter: alpha(opacity=90);
	opacity: 0.9;
	float: left;
	height: 250px;
	width: 250px;
}

.hidden {
	width: 0px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	border-right: none;
}

.subnavigationArea ul {
	filter: alpha(opacity=110);
	list-style: outside;
	list-style-image: url(/assets/images/bullet.gif);
	margin-left: 30px;
	margin-top: 10px;
	opacity: 1.1;
}

.subnavigationArea ul li {
	color: #FFFFFF;
	font-style: italic;
	margin-top: 8px;
}

.subnavigationArea a {
	color: #FFFFFF;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subnavigationArea a:hover {
	text-decoration: underline;
}

.subnavigationArea a.active {
	text-decoration: underline;
}

#bannerArea {
	float: left;
	height: 250px;
	width: 100%;
}

#headerFooter {
	background-color: #EEEEEE;
	clear: both;
	font-size: 1px;
	height: 8px;
}

#contentArea {
	margin-top: 10px;
}


#footerArea {
	background-color: #222222;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#footerArea p {
	color: #CCCCCC;
	text-align: right;
}

#footerArea em {
	color: #DDDDDD;
	font-style: normal;
	font-weight: normal;
}

#footerArea a {
	color: #CCCCCC;
	text-decoration: none;
}
#footerArea a:hover {
	text-decoration: underline;
}
#footerArea p.binarypulse {
    color: #111111;
	float:left;
}
#footerArea p.binarypulse a {
	color: #111111;
}

.editbutton {
	float: right;
}

.floatright {
	float: right;
	margin-right: -5px;
	margin-top: -5px;
	*margin-right: 5px;
}

.clear {
	clear: both;
}

#flashcontent 
{
    height: 500px;
}

.editBox 
{
    border: dashed 1px #FF4235;
    min-height: 48px;
}


fieldset {
    border: none;
}
legend {
    font-weight: bold;
    clear: both;
    width: 100%;
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 3px;
}
.formrow {
    clear: both;
    margin-top: 5px;
    background-color: #333333;
    height: 24px;
}
.label {
    padding-top: 2px;
    width: 100px;
    float: left;
    text-align: right;
    padding-right: 5px;
    margin-top: 2px;
}
.field input {
    margin-top: 2px;
    width: 250px;
    color: #000000 !important;
}
.field input.file {
    margin-top: 1px;
    color: #EEEEEE !important;
}
.field .check input, .field .checkboxlist input {
    margin-top: 5px;
    margin-right: 3px;
    width: auto;
}
.field .check label, .field .checkboxlist label 
{
    display: block;
    margin-left: 20px;
    margin-top: -13px;
}
.field .radiobuttons * {
    margin-top: 5px;
    margin-right: 5px;
    width: auto;
}
.field select {
    margin-top: 2px;
    width: 250px;
}
.field textarea {
    margin-top: 2px;
    clear: both;
    width: 400px;
    height: 100px;
}
.buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}
span.reqd {
    font-weight: bold;
    margin-left: 5px;
    color: #FF0000 !important;
}
.error {
    color: #FF0000 !important;
    margin-bottom: 10px;
}
.gallerylogin {
	border: solid 1px #EEEEEE;
	margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
.gallerylogin .legend {
	background-color: #EEEEEE;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	width: 290px;
}
.gallerylogin fieldset {
	width: 300px;
	border: none;
}
.gallerylogin div.row {
	clear: both;
	height: 25px;
	width: 300px;
}
.gallerylogin div.col1 {
	float: left;
	margin-left: 20px;
	margin-right: 5px;
	text-align: right;
	width: 75px;
}
.gallerylogin div.col2 {
	float: left;
	width: 180px;
}
.gallerylogin label {
	color: #FFFFFF;
	font-size: 0.9em;
}
.gallerylogin input.text {
	background-color: #111111;
	border: solid 1px #EEEEEE;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	height: 18px;
	*height: 15px;
	margin-right: 5px;
	*padding-left: 1px;
	*padding-top: 3px;
	right: 0px;
	width: 148px;
	*width: 147px;
}
.gallerylogin div.buttons {
	margin: 5px;
}
.gallerylogin a { 
	color: #EEEEEE;
	float: left;
	margin-top: 7px;
	text-decoration: none;	
	font-size: 0.8em;
}
.gallerylogin a:hover {
	text-decoration: underline;
}
.gallerylogin input {
	float: right;
}
.gallerylogin span.error {
	color: #CC0000;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
