html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	min-width: 800px;
	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font: 85%/1.4 verdana, arial, helvetica, sans-serif;
	color: #000;
}

h1, h2 {
	color: #162D7C;
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0 0 0 0;
	font: normal 135%/1 arial,sans-serif;
	color: #505050;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1024px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	
	min-height:100%; /* real browsers */
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

div#header {
	background-image:  url("http://www.jaypeakvideo.com/images/header_bg.jpg");
}

div#logo {
	float: right;
	margin-top: 32px;
}

div#nav {
	float: left;
	padding-left: 5px;
	margin-top: 40px;
}

div#left_column {
	padding: 5px;
	background: #dddddd;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	/*border-top: 1px solid gray;
	margin-top: 2px;*/
	margin-bottom: 35px;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#EFEFEF;
	border-top:1px solid gray;
}
	div#footer p {
		padding:2px;
		margin:0;
		text-align: right;
	}
	
div#video_footer {
	background: gray;
	color: #FFF;
	padding: 3px;
}
			
a {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: None;
	text-decoration: None;
}
			
a:hover {
	color: #00CC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: None;
				
}

a.blog {
	color: #006600;
	text-decoration: underline;
}

a.blog:hover {
	color: #00CC33;
	text-decoration: none;
}

.alphaColumnHead { background-color:white; color:black; font-weight:700; text-align:left; }
.stats { background-color:white; text-align:right; }
.varcharstats { background-color:white; text-align:left; }
.table_spacer_row { background-color:yellow; }
.boldred { font-family: Arial, helvetica; font-size: 12pt; color: #FF0000; font-weight: bold; }
.whitebg { background: #FFF; }
span.footera { font-family: Arial, helvetica; font-size: 10pt; color: #000080; }
span.footerb { font-family: Arial, helvetica; color: #000080; font-size: 8pt; }

/* menu styles */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #D40000;
line-height: 18px;
z-index: 100;
background-color: #FFFFFF;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: red;
color: white;
}

.info{
	color: red;
	font-size: 13pt;
	font-style: italic;
	font-family: times new roman, sans-serif,Helvetica;
	text-align : center;
	vertical-align : top;
	font-weight : bold;
}
.infoMessage{
	color: 999999;
	font-size: 8pt;
	font-family: times new roman, sans-serif,Helvetica;
	text-align : center;
	vertical-align : baseline;
	font-weight : normal;
}

.pCaption{
	color: 999999;
	font-size: 8pt;
	font-family: helvetica, sans-serif, arial;
	text-align : center;
	vertical-align : baseline;
	font-weight : normal;
}
.message{
	color: blue;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
	font-weight : bold;
}
.warning{
	color: red;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	vertical-align : top;
	font-weight : bold;
}

/* menu styles */


#video_title {
	font-size: 16px;
	font-weight: bold;
}

input.small {
	font-size: 10px;
	color: #727272;
	width: 90px;
	border-top: #6F7575 1px solid;
	border-bottom: #6F7575 1px solid;
	border-right: #6F7575 1px solid;
	border-left:#6F7575 1px solid;
	font-family: Arial;
	background: #EEEEEE;
}

input.field {
	font-size: 100%;
	background: #FFFADB;
	border: 1px solid #CBB945;
	color: #776B1B;
}

input.button {
	font-size: 100%;
	background: #FFFFFF;
	border: 1px solid #162D7C;
	color: gray;
	cursor: pointer;
}

form {
	clear: left;
	margin: 0;
}

img.internal {
	margin: 5px;
	border: 1px solid #000;
}

/***** fieldsets *****/

fieldset {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 15px;
	clear: left;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #FF8400;
	padding: 0 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}

fieldset fieldset input {
	font-size: 100% !important;
}

.registration-form fieldset {
	width: 50%;
}

.registration-form, .login-form {
	margin-right: 4px;
	color: gray;
	font-weight: bold;
}