﻿*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	background-color: #2D2D2D;
	padding: 0px 6%;
	padding-top: 10px;
	background: url(/Content/Images/filmbits.jpg);
    background-repeat: repeat;
}

#wrap {  
    min-width: 960px;  
	max-width: 1200px;
	width: auto !important;
	height: auto !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin: 0 auto;
	background-color: #7EC0BC;
    }  
    
.logo 
{
    width: 100%;
}

.logo img
{
    display: block;
    width: 100%;
}
    
#logindisplay
{
    border-top: 1px, solid, #7D98B8;   
}

#container
{
	float: left;
}

#header
{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #5D5A53;
	margin-bottom: 10px;
}

#header h1
{
	font-size: 24px;
	float: left;
	background: url(/Content/Images/banner.jpg) no-repeat;
	padding: 45px 0px 5px 0px;
}

ul li a
{
	font-size: 16px;
}

#main
{
	overflow: hidden;
	padding: 0 0 15px 10px;
	float: none;
	margin-left: 25px;
	margin-right: 25px;
}

ul
{
	list-style-type: square;
	margin-left: 25px;
	font-size: 14px;
}

.button, input[type=submit]
{
	clear: both;
	display: inline-block;
	padding: 5px;
	margin-top: 10px; 
	border: 1px;
	background: #648E8B;
	color: #fff;
	font-weight: bold;
}

.button a
{
	color: #fff !important;
}

#footer
{
	clear: both;
	padding: 10px;
	text-align: right;
	border-top: 1px dotted #8A8575;
	border-bottom: 1px dotted #8A8575;
	font-family: Constantia, Georgia, serif;
}

/******************** Top Navigation ************************/
ul#navlist
{
	float: right;
}

ul#navlist li
{
	display: inline;
}

ul#navlist li a
{
	border-left: 1px dotted #648E8B;
	padding: 7px;
	margin-top: 0px;
	margin-right: 10px;
	color: #648E8B;
	text-decoration: none;
	float: left;
}

ul#navlist li:first-child a
{
	border: none;
}

ul#navlist li a:hover
{
	color: #F6855E;
}

/********************* End top navigation ***************************/

p
{
	margin-bottom: 15px;
	margin-top: 0px;
}

h2
{
	color: #5e5b54;
}

h2, h3
{
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

h3
{
	color: #9B9993;
}

#header h1 a, h3 em
{
	color: #5E5B54;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #54AE49;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}

p em
{
	color: #9b9993;
}

/* Form styles */
legend
{
	padding: 10px;
	font-weight: bold;
	color: #648E8B;
}

fieldset
{
	border: #648E8B 1px solid;
	padding: 0 10px;
	margin-bottom: 10px;
	clear: left;
	width: 320px;
}

div.editor-field
{
	margin-bottom: 10px;
}

input[type=text], input[type=password], select
{
	border: 1px solid #648E8B;
	width: 300px;
}

/* Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Tables */
table
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #666666;
	min-width: 500px;
	max-width: 600px;
	width: 100%;
}

tr
{
	border: 1px solid #000;
	line-height: 25px;
}

th
{
	background-color: #648E8B;
	color: #FFF;
	font-size: 13px;
	text-align: left;
}

th, td
{
	padding-left: 5px;
}

tr:hover
{
	background-color: #fff;
}

.helptext
{
    display: block;
    text-align: justify;   
}

