@charset "UTF-8";
/* Main CSS Document - SNRProductions.com */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ffffff url(/images/pagebg.jpg) top left repeat-x;
}
img{
	border: none;
}
h1{
	margin: 0px;
	font-size: 16px;
}
a {
	font-size: 12px;
	color: 2e83a2;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E83A2;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #2E83A2;
}
.clear{
	clear: both;
	margin: 0;
}	
.floatLeft{
	float: left;
}
.floatLeft{
	float: left;
}
.floatCenter{
	float: center;
}
.floatRight{
	float: right;
}

/* Header */
#header{
	width: 100%;
	background-color: #e0eff8;
	border-bottom: 1px solid #557a91;
	margin-bottom: 0px;
}
#innerHeader{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}
#halfHeader{
	width: 500px;
	margin: 0;
	padding: 0;
}
.headerRight{
	float: right;
	text-align: right;
	position: relative;
}

#headerLeft{
	margin: 0;
	float: left;
}

#headerRight{
	color: #9dc4db;
	margin: 0;
	float: right;
}

#headerRight a{
	margin: 0;
	float: left;
}

.cfix{
	clear: both;
}

/*
#headerRight{
	width: 252px;
}
#headerCenter{
	width: 150px;
}
#headerLeft{
	width: 598px;
}
*/

#earnMoney{
	position: absolute;
	top: 0;
	right: 130px;
}
#or{
	position: absolute;
	top: 27px;
	right: 100px;
	color: #9dc4db;
}
#login{
	position: absolute;
	top: 5px;
	right: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #b8d1e1;
	padding: 15px;
	font-size: 18px;
	color: #ffffff;
}
#login a{
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
.headerTable{
	height: 62px;
	color: #9dc4db;
}
#subLogin{
	position:absolute; 
	visibility: hidden; 
	border: 8px solid #b8d1e1; 
	background-color: #e0eff8; 
	width: 250px; 
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	z-index: 200;
}
.loginSub{
	float: left;
	width: 100px;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 16px;
	color: #576f7e;
}
.loginSub a{
	font-size: 16px;
	color: #576f7e;
	text-decoration: none;
}
.loginSub a:hover{
	color: #ffffff;
}

/* Navigation */
#navigation{
	background-color: #fffefa;
	width: 100%;
	margin-top: 0px;
	border-bottom: 1px solid #999999;
}
#navContents{
	width: 980px;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
}
#navContents2{
	width: 980px;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
}
#navContents ul{
	margin-top: 10px;
	padding: 0;
	list-style-type: none; 
	list-style-image: none;
}	
#navContents li{
	display: inline; 
	padding: 5px 15px 5px 0px
}
#navContents ul li a{
	font-size: 13px;
	color: #9c9c9c;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 100;
}
#navContents ul li a:hover{
	font-size: 13px;
	color: #ffffff;
	background-color: #a4b8c3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
}
.current{
	font-size: 13px;
	color: #ffffff!important;
	background-color: #a4b8c3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
}
#searchBox{
	float: right;
	background: #fffefa url(/images/searchbg.jpg) top center no-repeat;
	width: 205px;
	height: 32px;
}
.searchText{
	border: none; 
	background: none; 
	height: 20px; 
	width: 117px; 
	margin-left: 30px; 
	margin-top: 5px; 
	font-size: 14px; 
	color: #CCCCCC;
}
.searchSubmit{
	border: none; 
	background: none; 
	height: 20px; 
	width: 55px; 
	margin-top: 5px; 
	font-size: 12px; 
	color: #999999; 
	overflow: hidden;
}

/* First Page Content */
#content{
	width: 100%;
	background: #9cadb5 url(/images/mainbg.jpg) top center no-repeat;
	height: 400px;
	border-bottom: 1px solid #999999;
}
#contentSub{
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.bb1{
	position: absolute;
	bottom: -20px;
	right: 310px;
	z-index: 100;
	cursor: hand;
}
.bb2{
	position: absolute;
	bottom: -20px;
	right: 0px;
	z-index: 100;
	cursor: hand;
}
#lowerContent{
	width: 980px;
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	margin-top: 35px;
	background: #ffffff url(/images/lowerbg.jpg) top left repeat-y;
}
#lowerContentBlank{
	width: 980px;
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	margin-top: 35px;
	background: #ffffff;
}
#lcleft{
	width: 370px;
	float: left;
}
#lcright{
	width: 600px;
	float: left;
}
#lcleft h1{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #2e83a2;
}
#lcright h1{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #2e83a2;
}
#lcright h2{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #2e83a2;
}
#lcright a{
	color: #2E83A2;
}
#lcleft a{
	color: #2E83A2;
}
.left10{
	margin-left: 10px;
}
.break{
	border-bottom: 1px solod #999999;
	clear: both;
}

/* Footer */
#footer{
	margin: 25px 0 25px 0;
	color: #999999;
}
#footer a{
	color: #a4b8c3;
}
#footer2{
	margin: 25px 0 25px 0;
	color: #999999;
}
#footer2 a{
	color: #a4b8c3;
}
#footer ul{
	margin-top: 10px;
	padding: 0;
	list-style-type: none; 
	list-style-image: none;
}	
#footer li{
	display: inline; 
	padding: 5px 10px 5px 0px
}
#footer ul li a{
	font-size: 11px;
	color: #9c9c9c;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 100;
}
#footer ul li a:hover{
	font-size: 11px;
	color: #ffffff;
	background-color: #DDDDDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 5px;
	text-transform: uppercase;
}

/* Sub Pages */
#lowerContentSub{
	width: 980px;
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	background: #ffffff url(/images/lowerbg.jpg) top left repeat-y;
}
#lowerContentSub2{
	width: 980px;
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	background: #ffffff;
	min-height: 400px;
}

#lowerContentSub2 a{
	color: #2E83A2;
}
#lowerContentSub2 h1{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #2e83a2;
}
.margin15{
	margin: 10px 15px 0px 15px;
}
#bookingForm{
	width: 580px;
	margin: 0 auto;
}
.bookingInput{
	width: 182px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bookingTextarea{
	width: 560px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 11px;
}
.bookingDropdown{
	width: 182px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bookingFile{
	width: 182px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.filestyle{ 
	boder: 1px solid #CCCCCC;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}	
.bookingTextArea{
	width: 570px;
	height: 60px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bookingSpamCheck{
	width: 50px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bookingSubmit{
	padding: 3px;
	border: 1px solid #4e97b3;
	color: #486b82;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactInput{
	width: 570px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.contactTextArea{
	width: 570px;
	height: 60px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactSpamCheck{
	width: 50px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactSubmit{
	padding: 3px;
	border: 1px solid #4e97b3;
	color: #486b82;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hide{
	display: none;
}

/* Admin Page */
#notes{
	width: 400px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	
}
#changeStatus{
	width: 170px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	
}
.status{
	width: 400px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.statusSubmit{
	width: 100px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.login{
	width: 270px; 
	border: 1px solid #CCCCCC; 
	padding: 10px; 
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.selectStatus{
	width: 300px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #990000;
}
#changeStatus{
	color: #666666;
}
.selectedStatus{
	color: #000000;
	font-weight: bold;
}
.mailInput{
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.alert{
	width: 400px;
	margin: 0 auto; 
	background-color: #c5192d; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 3px; 
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}	
.changeContacted{
	width: 150px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #587382;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}
.managetd{
	border: none;
	padding: none;
	margin: 0px;
}

/*Navigation Layout*/
#mainNav {padding:0; margin:0; list-style:none;}
#mainNav li {float:left; margin:0em 0.5em 0.3em;}
#mainNav li a {display:block; padding:.7em; color:#777; text-decoration:none; position:relative; text-transform: uppercase;}
#mainNav li a:hover {background: #a4b8c3; color:#fff; border-radius: 10px;}

.current2{
	background-color: #a4b8c3;
	color: #ffffff!important;
}

/*All Corners*/
.lt, .rt, .lb, .rb {background:url(/images/corners.png); position:absolute; height:10px; width:10px; display:block;}
.lt, .lb {left:0px;}
.lt, .rt {top:0px;}
.rt, .rb {right:0px;}
.rb, .lb {bottom:0px;}

/*Specific Corners*/
#mainNav a .lt {background-position:0px 0px;}
#mainNav a .rt {background-position:-10px 0px;}
#mainNav a .lb {background-position:0px -10px;}
#mainNav a .rb {background-position:-10px -10px;}
#mainNav a:hover .lt {background-position:-20px 0px;}
#mainNav a:hover .rt {background-position:-30px 0px;}
#mainNav a:hover .lb {background-position:-20px -10px;}
#mainNav a:hover .rb {background-position:-30px -10px;}

/*Footer Navigation Layout*/
#footerNav {padding:0px; margin:0; list-style:none;}
#footerNav li {float:left; margin:0em 0.5em 0.3em; padding: 0px;}
#footerNav li a {display:block; padding:7px; color:#AAAAAA; text-decoration:none; position:relative; text-transform: uppercase; z-index: 500; font-size: 10px;}
#footerNav li a:hover { color:#6c8a9b; font-size: 10px;}

.current2{
	background-color: #a4b8c3;
	color: #ffffff!important;
}

/*All Corners*/
.lt, .rt, .lb, .rb {background:url(/images/corners.png); position:absolute; height:10px; width:10px; display:block;}
.lt, .lb {left:0px;}
.lt, .rt {top:0px;}
.rt, .rb {right:0px;}
.rb, .lb {bottom:0px;}

/*Specific Corners*/
#footerNav a .lt {background-position:0px 0px;}
#footerNav a .rt {background-position:-10px 0px;}
#footerNav a .lb {background-position:0px -10px;}
#footerNav a .rb {background-position:-10px -10px;}
#footerNav a:hover .lt {background-position:-20px 0px;}
#footerNav a:hover .rt {background-position:-30px 0px;}
#footerNav a:hover .lb {background-position:-20px -10px;}
#footerNav a:hover .rb {background-position:-30px -10px;}

.clearNav{
	clear: both;
	padding-top: 10px;
}

/* Resize Image */
.maxImage{
	max-height: 600px;
	max-width: 600px;
}

.tinyDrop{
	width: 100px;
	border: 1px solid #DDDDDD;
	background-color: #F3F3F3;
	color: #666666;
}
.req{
	font-weight: bold;
	color: #ff0000;
}
.app-left{
	width: 90px;
	font-weight: bold;
	padding: 5px;
}
.app-right{
	width: 190px;
}
#app-table{
	width: 580px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}
.app-input, .app-select, .app-textarea, .app-file{
	width: 170px;
	padding: 5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.app-input:focus, .app-select:focus, .app-textarea:focus, .app-file:focus{
	background-color: #e0eff8;
	font-weight: bold;
	border: 1px solid #cccccc;
}
.app-textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 560px!important;
}
#app-warning{
	padding:10px;
	background-color:#FFFF99;
	border:1px solid #d7cb7c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#app-submit{
	cursor: pointer;
}
#app-error{
	background-color: #dc3333!important;
	border: 1px solid #990000!important;
	color: #ffffff!important;
	font-weight: bold!important;
}