a:link{color:#4c6fb6} /*custom*/
a:active{color:#4c6fb6}
a:visited{color:#4c6fb6}
a:hover{color:#4c6fb6}

#sales-table {
	width:100%;
	max-width:875px;
	border-radius:15px;
	box-shadow: 8px 8px 8px #888888;
	background-color:#FFFFFF;
	border-width:2px;
	border-style: solid;
	border-color:#4c6fb6; /*custom*/
}

#party-table {
	width:100%;
	border-radius:15px;
	box-shadow: 3px 3px 3px #888888;
	background-color:#FFFFFF;
	border-width:2px;
	border-style: solid;
	border-color:#4c6fb6; /*custom*/
}

#party-table-sel {
	width:100%;
	border-radius:15px;
	box-shadow: 3px 3px 3px #888888;
	background-color:#FFEC8B;
	border-width:2px;
	border-style: solid;
	border-color:#4c6fb6; /*custom*/
}

.error{
	color: red;
	margin-left: 0px;
	display:none;
	font-weight:bold;
}

.headerlink{
	text-decoration: none;
}

/*responsive elements*/
  .headings {
	font-family: Arial, Verdana, sans-serif;
	font-size: 28px;
	padding-left: 0px; 
	font-weight:bold;
}

  .headings2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 28px;
	padding-left: 0px; 
	font-weight:bold;
}

.timelisting{
	width:90%;
	height:34px;
	font-size:24px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	padding-left:15px;
	background-color:#B8B8B8;
}
	
.tddisplay{
	height:20px;
	width:24px;
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
}

.actday{
	height:20px;
	width:24px;
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	background-color:#B8B8B8;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
}

.unavailable{
	height:20px;
	width:24px;
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
	color:#CCCCCC;
}

.calendartext{
	font-family: Arial, Verdana, sans-serif; 
	font-size:24px;
}

input[type="submit"]{
	font-size: 24px;
	background-color: #4c6fb6; /*custom*/
	color: #fff;
	border-radius: 10px;
	width: 200px;  
	height: 70px;
}

input[type="text"]{
    font-size:24px;
	size: 30px;
}

input[type="password"]{
    font-size:24px;
	size: 30px;
}

select{
    font-size:24px;
	margin:5px;
}

textarea {
	width: 460px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size:20px;
}

@media only screen and (max-width: 1280px) {

	.headings {
		font-size: 28px;
	}

	.headings2 {
		font-size: 28px;
	}

	.timelisting{
		height:34px;
		font-size:24px;
	}

	.tddisplay{
		font-size:24px;
	}

	.actday{
		font-size:24px;
	}

	.unavailable{
		font-size:24px;
	}

	.calendartext{
		font-size:24px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 70px;
	}

	input[type="text"]{
		font-size:24px;
		size: 30px;
	}

	input[type="password"]{
		font-size:24px;
		size: 30px;
	}

	select{
		font-size:24px;
		margin:5px;
	}

	textarea {
		width: 460px;
		height: 120px;
		font-size:20px;
	}
}

@media only screen and (max-width: 850px) {

	.headings {
		font-size: 24px;
	}

	.headings2 {
		font-size: 24px;
	}

	.timelisting{
		height:30px;
		font-size:20px;
	}

	.tddisplay{
		font-size:20px;
	}

	.actday{
		font-size:20px;
	}

	.unavailable{
		font-size:20px;
	}

	.calendartext{
		font-size:20px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 70px;
	}
	
	input[type="text"]{
		font-size:22px;
		size: 25px;
	}
		
	input[type="password"]{
		font-size:22px;
		size: 25px;
	}
	
	select{
		font-size:20px;
		margin:5px;
	}
	
	textarea {
		width: 400px;
		height: 100px;
		font-size:18px;
	}
}

@media only screen and (max-width: 800px) {

	.headings {
		font-size: 22px;
	}

	.headings2 {
		font-size: 22px;
	}

	.timelisting{
		height:26px;
		font-size:16px;
	}

	.tddisplay{
		font-size:16px;
	}

	.actday{
		font-size:16px;
	}

	.unavailable{
		font-size:16px;
	}

	.calendartext{
		font-size:16px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 70px;
	}
		
	input[type="text"]{
		font-size:20px;
		size: 22px;
	}

	input[type="password"]{
		font-size:20px;
		size: 22px;
	}
	
	select{
		font-size:18px;
		margin:5px;
	}
	
	textarea {
		width: 360px;
		height: 90px;
		font-size:16px;
	}
}

@media only screen and (max-width: 750px) {

	.headings {
		font-size: 18px;
	}

	.headings2 {
		font-size: 18px;
	}
	
	.timelisting{
		height:24px;
		font-size:14px;
	}

	.tddisplay{
		font-size:14px;
	}
	
	.actday{
		font-size:14px;
	}
	
	.unavailable{
		font-size:14px;
	}
	
	.calendartext{
		font-size:14px;
	}

	input[type="submit"]{
		font-size: 22px;
		width: 180px;  
		height: 60px;
	}
			
	input[type="text"]{
		font-size:18px;
		size: 20px;
	}
	
	input[type="password"]{
		font-size:18px;
		size: 20px;
	}
	
	select{
		font-size:16px;
		margin:5px;
	}
		
	textarea {
		width: 320px;
		height: 80px;
		font-size:14px;
	}
}

@media only screen and (max-width: 600px) {

	.headings {
		font-size: 16px;
	}
	
	.headings2 {
		font-size: 16px;
	}
	
	.timelisting{
		height:24px;
		font-size:13px;
	}
	
	.tddisplay{
		font-size:12px;
	}

	.actday{
		font-size:12px;
	}

	.unavailable{
		font-size:12px;
	}

	.calendartext{
		font-size:12px;
	}

	input[type="submit"]{
		font-size: 18px;
		width: 140px;  
		height: 45px;
	}
				
	input[type="text"]{
		font-size:12px;
		size: 15px;
	}
		
	input[type="password"]{
		font-size:12px;
		size: 15px;
	}
	
	select{
		font-size:14px;
		margin:5px;
	}

	textarea {
		width: 250px;
		height: 60px;
		font-size:12px;
	}
}

@media only screen and (max-width: 510px) {

	.headings {
		font-size: 14px;
	}
}

/* ---------Table--------- */
table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
	
button.submitBtnNew { 
	margin: 10px 18px 10px 18px;
	color:#fff;
	font-family: Arial, Verdana, sans-serif;
	font-size:16px;
	text-align:center;
	height: 30px;
	width: 80px;
	background: transparent url(../images/blueRectangleButtonSmall.png);
	}
	
button.submitBtnVerySmall { 
	margin: 3px;
	color:#fff;
	font-family: Arial, Verdana, sans-serif;
	font-size:15px;
	text-align:center;
	height: 25px;
	width: 88px;
	background: transparent url(../images/blueRectangleButtonVerySmall.png);
}
	
/* ---------Forms--------- */
form {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}

form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form li {
	padding:6px;
	margin-bottom:1px;
}

form li#send {
	background:none;
	margin-top:6px;
}

form label {
	float:left;
	text-align:right;	
	margin-right:7px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}

form input,
form textarea,
form password {
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* --------------------------------------------------
    calendar
   -------------------------------------------------- */
table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 100%;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 20px;
}
table.calendar td {
	border: 0;
	font-size: 20px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 44px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 44px;
	height: 40px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}	

/***********************************************
	Start Calendar
	***********************************************/
.tablewrapper {
	background:url(../images/bg_month.png) repeat-y;
	margin-left:0px;
	width:341px;
	min-height:650px;
}
	
.tablewrappertop{
	width:341px;
	height:20px;
	background: url(../images/bg_month_top.png) no-repeat center;
}
		
.tablewrapperbottom{
	width:341px;
	height:30px;
	background: url(../images/bg_month_bottom.png) no-repeat center;
}
	
.tabledisplay {
	width:308px;
	height:341px;
	border:0px solid #888;	
	border-collapse:collapse;
	margin-left:15px;
}
	
.caldatewrapper {
	background:url(../images/bg-title-calendar.png) no-repeat;
	color:#FFFFFF;
	width:171px;
	height:30px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:38px;
	font-family: Arial, Verdana, sans-serif; 
	font-size:18px;	
}

.tddisplay  a:link{
	text-decoration: none;
}
	
.tddisplay:hover{
	background-color:#B8B8B8;
}
	
.days{
	/*background-color: #F1F3F5;*/
}

th {
	border-collpase:collpase;
	border:0px solid #888;
}

.actday  a:link{
	text-decoration: none;
}
	
.headinglisting{
	width:289px;
	height:30px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	padding-left:20px;
}
	
/* Step 1 layout*/
@media screen and (min-width: 600px ) {

	.columns-container { 
		float: left;
		width:100%
	}

	.left-column { 
		margin-right: 24em;
		float: left;
	}

	.right-column { 
		width: 22em;
		margin-left: -23em;
		text-align:right;
		float: right;
	}   
}