@charset "utf-8";
/* ************************************************ */
/* Main CSS document for jonescam.tv.               */
/* ************************************************ */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a img {
	border: none;
	text-decoration: none;
}

.imageborder {
	border: 1px solid #000000;
}

.tableborder {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.tableborder td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/* ************************************************ */
/* LAYOUT							                */
/* ************************************************ */

.container {
	width: 1080px;
}

.left-dirt {
	width: 118px;
}

.right-dirt {
	width: 114px;
}

.central {
	width: 848px;
}

.nav {
	width: 211px;
}

/* ************************************************ */
/* CONTENT							                */
/* ************************************************ */

.content-background {
	background-image: url("/images/layout-content-background.gif");
	float: right;
}

.content {
	width: 616px;
	height: 419px;
	padding: 3px 10px 5px 10px;
	scrollbar-base-color: #666859;
	overflow: auto;
}

.content p{
	text-align: justify;
}

.FeatureBox {
	border: 1px solid #f77901;
}

/* ************************************************ */
/* Footer Navigation     			                */
/* ************************************************ */
.footer-navigation {
	height:55px; 
	margin-top: 5px; 
}

/* ************************************************ */
/* Features Tree         			                */
/* ************************************************ */
.features-left-top {
	border-bottom: 2px solid #000000; 
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	width: 150px;
	padding: 5px;
	float: left;
}

.features-left {
	border-bottom: 2px solid #000000; 
	border-right: 2px solid #000000; 
	width: 150px;
	padding: 5px;
	float: left;
}

.features-right-top {
	border-bottom: 2px solid #000000; 
	border-top: 2px solid #000000;
	border-left: 2px solid #000000; 
	width: 150px;
	padding: 5px;
	float: right;
}

.features-right {
	border-bottom: 2px solid #000000; 
	border-left: 2px solid #000000; 
	width: 150px;
	padding: 5px;
	float: right;
}

.videoDescription {
	float: right;
	height: 300px;
	width: 222px;
}

/* ************************************************ */
/* Form Fields          			                */
/* ************************************************ */
.formborder:focus {
	border: 2px solid #f77901;
}

.formborder:active {
	border: 2px solid #f77901;
}

.failure {
	width: 370px;
	border: 3px dashed #dc3802;
	padding: 7px; 
	text-align: center; 
	background-color: #da8264; 
	margin: 5px
}

.success {
	width: 370px;
	border: 3px dashed #0dc115;
	padding: 7px; 
	text-align: center; 
	background-color: #c1efc3; 
	margin: 5px
}

.required {
	font-style:italic;
	color: #CC0000;
	font-size: 10px;
}

/* ======================================================= */
/* Newsletter */
/* ======================================================= */
.newsletter {
	width: 211px;
	background-image: url("/images/new-menu/newsletter.gif");
	background-repeat: no-repeat;
	height: 90px;
	padding: 9px;
}

.newsletter td {
	font-size: 14px;
	font-weight: bold;
}

.newsletter input[type="text"] {
	height: 17px;
}

#newsletter-success {
	background-color: #b2ebaa;
	border: 1px solid #00CC00;
	padding: 3px;
	text-align: center;
}

#newsletter-failure {
	background-color: #ed7b7b;
	border: 1px solid #FF0000;
	padding: 3px;
	text-align: center;
}

/* ======================================================= */
/* Admin */
/* ======================================================= */
.new-newsletter {
	padding: 4px;
	text-align: right;
	background-color: #CCCCCC;
	cursor: pointer;
}

#new-newsletter-hidden {
	display: none;
}

.unhide {
	display: block;
}

