body{
  background-color:#111;/*#DEEBFF;/*#c0c0c0;*/
  /* background-image:url("pics/bg top.png"), url("pics/bg bottom.png"); */
  background-position:left top, left bottom;
  background-repeat:repeat-x;
  color:black;
  padding:15px 20px 20px 20px;
  margin:0px;
  border:0px;
  font-family:sans-serif;
  font-size:0.9em;
}
a{
color:#00a;
}

a:visited{
color:#000029;
}

div.document_area{
 
  border:0px solid red;
  border-top-left-radius:20px;
  -moz-border-radius:20px 0px 20px 0px;
  /* background-color:#fff; */
  /*width:780px;*/
  min-width:780px;
  max-width:1200px;
  margin: 0px auto;
  padding:0px;
  
  margin-bottom:50px;
  /* background-image:url("pics/page bg.png");
  background-repeat:no-repeat;
  background-position:bottom right; */
    
}

div.inner_document_area{
	background-color:#fff;
	border-radius:20px 0px 20px 0px;
	margin-bottom:0px;
	border:1px solid lightblue;
	 
}

div.subject_section{
  /*border:1px solid black;*/
	margin:0px;
	margin-top:40px;
	}
	

div.header{
  position:relative;
  top:0px;
  background-color:#fff;
  /*background-image:url(pics/header_background2.jpg);
  background-image:url(pics/bg_header.png);*/
  width:auto;
  clear:both;
  border:0px solid red;
  height:90px;
  border-radius:20px 0px 0px 0px;
  -moz-border-radius:20px 0px 0px 0px;
  margin:0px;
  padding:7px 20px 7px 10px;
  color:#000029;
}

div.header h1{
	position:absolute;
	top:0px;
	left:0px;
	display:inline;
	z-index:1;
	color:white;
	
	}
#logo_text{
	position:absolute;
	top:69px;
	left:146px;
	color:black;
	font-size:14px;
	font-weight:900;
	z-index:15;
}


div.header img{
position:absolute;
top:5px;
left:10px;
border:0px solid red;
display:inline;
z-index:10;
}

div.header img.print_logo{
	/* display:none; */
	border:1px solid red;
}

#print_logo{
	display:none; 
}


div.header img.right{
position:relative;
top:10px;
	float:right;
	margin-right:20px;
}

#message{
	float:right;
	width:430px;
	margin-right:30px;
	padding:5px;
	background-color:yellow;
	border:4px double black;
	padding-left:30px;
	background-image:url(pics/warning.png);
	background-repeat:no-repeat;
	background-position:4px 7px;
	z-index:1;
}

#message p{
	display:inline;
	}
	
#address{
	position:relative;
	float:right;
	text-align:right;
	font-size:0.8em;
	color:darkblue;
	margin-right:10px;
	}

div.content{
  background-color:#fff;
  /* background-image:url('pics/bg_left.png');
  background-position:-149px 100px;
  background-repeat:repeat-y; */
  border:0px;
  border-left:160px solid white;
  width:auto;
  margin-left:0px;
  margin:0px;
  padding:10px 30px 30px 30px;
  border-top:0px solid red;
  /* background-image:url('pics/man.png'); */
  background-repeat:no-repeat;
  background-position:-30px bottom;
  border-bottom:1px solid white; /* for ie6 footers sake */
}

div.page_top_space{
	background-color:white;
	border-top:2px solid #222;
	border-radius:5px / 5px / 5px / 5px;
  -moz-border-radius:0px 10px 0px 0px;
	}
	
div.item_thumbs{
}



hr.divider{
  margin:25px 0px;
  border-width:0px;
}

img{
  border-width:0px;
  border:1px solid white;
}

table{
	border-collapse:collapse;
	}
table td{
	vertical-align:top;	
	}

a.thumbs{
  border-color:white;
  border-style:solid;
  border:1px;
}


a.thumbs:hover{
  border-color:#0000cc;
}

div.item_thumbs img.current_thumb{
   border:1px solid red;
}

div.header h2{
  display:inline;
  position:relative;
  top:-40px;
  left:20px;
}

p.crumbtrail{
  background-color:#999999;
  border-radius:5px / 5px / 5px / 5px;
  -moz-border-radius:10px 0px 0px 10px;
}

p.crumbtrail:hover{
  background-color:lightblue;
  }

a.item_title{
  text-decoration:none;
  color:black;
}

a.docs{
  padding-right:25px;
	text-decoration:none;
	font-size:0.8em;
}

a.docs:hover{
  text-decoration:underline;
	}

a.docs img{
  position:relative;
	top:2px;
	}
	
a.links{
  padding-right:25px;
	text-decoration:none;
	font-size:0.8em;
}

a.links:hover{
  text-decoration:underline;
	}

a.links img{
  position:relative;
	top:2px;
	}	
	
a.crumbtrail{
  padding:0px 3px;
  color:#0000cc;
  font-size:0.9em;
  text-decoration:none;
}

a.crumbtrail:hover{
  background-color:lightblue;
  border-radius:5px / 5px / 5px / 5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius:10px 0px 0px 10px;
}

a.main:hover{
  cursor:url("pics/magnifier_icon.gif"), pointer;
  /*cursor:url("pics/magnifier-left.png"), pointer;
  cursor:url("pics/zoom_in.png"), pointer;*/
}

div.menu_left{
  background-color:#fff;
  width:161px;
  float:left;
  border:0px;
  margin:0px;
  padding:0px 0px 0px 0px;
  border-left:0px solid white;
  border-top:10px solid white;
  margin-bottom:50px;
  
}

div.menu_left ul{
  list-style-type:none;
  line-height:1.2em;
  font-size:0.9em;
  border:0px;
  margin:0px;
  padding:0px;
  border:0px solid green;
}

div.menu_left li.heading{
  padding:2px 0px 2px 11px;
  color:white;
  border-bottom:0px dotted #c0c0c0;
  background-color:#fff;
  font-family:sans-serif;
  font-size:0.9em;
  border:0px solid #333;
  border-radius:0px 0px 10px 0px;
  
  -moz-border-radius:0px 15px 0px 0px;
  border-bottom:0px dotted lightblue;
  background-color:#666;
  border-left:5px solid lightblue;
}
div.menu_left ul a{
  /*background-color:#999999;*/
  color:#0000cc;
  display:block;
  text-decoration:none;
  border-bottom:1px dotted lightblue;/*#c0c0c0;*/
  border-top:1px dotted #fff;
  padding:2px 0px 2px 10px;
  margin:0px;  
  
}

div.menu_left ul a.no_border{
	border-top:1px solid white;
	border-bottom:1px solid white;
}

div.menu_left li{
  /*border-top:1px solid red;
  border-bottom:1px solid #999999;*/
  background-color:#fff;
  border:1px solid white;
}

div.menu_left li.current{
  border-left:5px solid orange;
}

div.menu_left li.current a{
	padding-left:6px;
}

div.menu_left li a:visited{
	color:#00c;
}

div.menu_left ul a:hover{
	background-color:lightblue;
	border-bottom:1px solid #00a;
	border-top:1px solid #00a;
	border-radius:0px 0px 10px 0px;
	background-color:#00a0ff;
	filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff',endColorstr='lightblue')"; /* IE6 & IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff', endColorstr='lightblue')"; /* IE8 */
	background-image:-moz-linear-gradient(
						300deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 50%,
						rgba(173,219,231,1) 75%,
						rgba(00,109,255,1) 100%						
						); 
	background-image:-webkit-linear-gradient(
						300deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 50%,
						rgba(173,219,231,1) 75%,
						rgba(00,109,255,1) 100%						
						); 
	background-image:-o-linear-gradient(
						300deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 50%,
						rgba(173,219,231,1) 75%,
						rgba(00,109,255,1) 100%						
						); 
	background-image:linear-gradient(
						300deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 50%,
						rgba(173,219,231,1) 75%,
						rgba(00,109,255,1) 100%						
						); 
	filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff',endColorstr='lightblue')"; /* IE6 & IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff', endColorstr='lightblue')"; /* IE8 */
	color:white;
	text-shadow:2px 2px 2px lightblue;
}


h4.category{
	background-color:#2fc5f4;
	background-color:#444;
	color:white;
	padding:4px;
	border-radius:10px;
    -moz-border-radius:4px 10px 4px 10px;
	}

h4.category a{
	border:0px;
	}

h4.category img{	
	border:0px;
	}
	
h4.category img.category{
	float:left;
	}
	
h3.page_title{
	border-bottom:0px solid #222;
	padding-bottom:2px;
	margin:19px 0px 0px 0px;
	border-radius:0px / 0px / 5px / 0px;
  -moz-border-radius:0px 0px 0px 10px;
	}
	
h3.page_title a{	
font-size:1.2em;
	color:white;
	background-color:#000;
	margin:0px;
	margin-left:0px;
	border:2px solid black;
	border-radius:10px / 10px / 0px / 0px;
  -moz-border-radius:10px 10px 0px 0px;
  padding:2px 30px 2px 15px;
  color:#2fc5f4;
	
	}
	
	
div.footer{
	position:relative;
	bottom:0px;
	left:0px;
	/* background-color:lightgreen;
	background-color:lightblue; */
	background-position:bottom right;
	/* background-repeat:repeat-y;
	background-position:left; */
	height:50px;
	/* width:auto; */

	border:0px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid black;
	border:0px solid red;
	margin:0px;
	clear:both;
	padding:10px 10px 0px 10px;
	color:white;/*#333333;*/
	text-align:center;
	font-size:0.8em;
	-moz-border-radius:00px 0px 20px 0px;
	border-radius:0px 0px 20px 0px;
	background-color:#00a0ff;
	filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff',endColorstr='lightblue')"; /* IE6 & IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff', endColorstr='lightblue')"; /* IE8 */
	background-image:url("pics/page2 bg.png"),
					-moz-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	background-image:url("pics/page2 bg.png"),
					-webkit-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	background-image:url("pics/page2 bg.png"),
					-o-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	background-image:url("pics/page2 bg.png"),
					linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	background-repeat:no-repeat;
	
}

div.footer p{
  margin:0px;
  padding:0px;
  border:0px;
  margin-right:150px;
  
}
#copy{
	font-size:0.8em;
	}
.footer img{
	border:0px;
	}
.footer img.right{
	float:right;
	}
.footer img.left{
	float:left;
}
div.bottom{
	height:40px;
	text-align:center;
	border:0px solid red;
	padding-top:7px;
	font-size:0.9em;
	}
div.bottom p{
	color:white;
	}
div.bottom ul{
	margin: auto;
}
	
div.bottom ul li{
	display:inline;
	margin-right:7px;
}

div.bottom ul li a{
	color:#555;
}



div.bottom ul li a:visited{
	color:#555;
}
div.bottom ul li a:hover{
	color:#ddd;
}
ol.steps li{
  border-bottom:1px solid black;
  /*border-bottom:20px solid white;*/
  margin-bottom:20px;
  padding-top:20px;
}

ol.steps ul.normal1 li{
  list-style-type: disc;
  border-bottom:0px solid black;
  margin-bottom:0px;
  padding-top:2px;
  margin-left:0px;
}

img.email{
	position:relative;
  top:5px;
  left:-7px;
	
}

div.session_control{
  float:right;
  border:0px solid white;
  padding:5px;
  color:#c0c0c0;
}

div.session_control a{
  color:#c0c0c0;
  float:right;
  font-weight:900;
  
}

li.directory{
  position:relative;
  left:-15px;
  margin-top:10px;
  list-style-type:none;
  font-weight:900;
  font-size:12px;
}

ul{
  margin-bottom:10px;
  padding-left:30px;
}

div.help h4{
padding-left:20px;
}

p.help_explanation{
  padding:0px 0px 0px 20px;

}

p.help_solution{
  padding:0px 0px 0px 20px;
  color:darkblue;
}

p.help_solution em{
  color:red;
}

span.filesize{
  font-size:0.9em;
  color:silver;
}

table.subheadicons{
width:98%;
border:0px solid red;
}

table.subheadicons h3{
border: 0px solid green;
margin:0px;
}
table.subheadicons a{
border: 0px solid green;
}
table.subheadicons td{
border: 0px solid blue;
}

td.right{
text-align:right;
}


div.testcorners{
border:0px solid red;
width:200px;
height:50px;
background-color:green;
border-top-left-radius:50px 50px;
-moz-border-radius-topleft:50px;
}
div.page_title{
	position:relative;
	border:0px solid green;
	display:block;
	margin-bottom:25px;
}

h1.page_title{
	margin:0px;
	border:0px solid red;
	color:darkgreen;
	text-shadow:-1px 1px 1px #000;
	text-outline:1px 0px #000;
	font-size:30px;
	
}

div.heading_gradient{
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:400px;
	border:0px solid blue;
	padding:4px;
	background-color:transparent;
	background-image:-moz-linear-gradient(
						90deg,
						rgba(255,255,255,0) 0%,
						rgba(255,255,255,0) 20%,
						rgba(255,255,255,0.4) 49%,
						rgba(255,255,255,0.4) 51%,
						rgba(255,255,255,0) 80%,
						rgba(255,255,255,0) 100%
						);
	z-index:10;
}
div.page_section{
	position:relative;
	border-top:1px solid orange;
	border-bottom:1px solid orange;
	border-radius: 20px 0px 20px 0px;
	padding:20px 20px 60px 20px;
	
}


#section_banner{
	/* position:absolute;
	top:0px;
	right:0px;  */
	float:right; /* floated this for ie6 sake. Page heading interferes with absolute positioning otherwise */
	position:relative;
	top:-20px;
	right:-20px;
	display:inline;
	background-color:#000029;
	background-color:#00a0ff;
	color:lightblue;
	padding:1px 5px 0px 15px;
	margin:0px;
	border-radius:0px 0px 0px 15px;
	border-bottom:0px solid green;
	filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff',endColorstr='lightblue')"; /* IE6 & IE7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#006dff', endColorstr='lightblue')"; /* IE8 */
	background-image:-moz-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	background-image:-webkit-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	background-image:-o-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	background-image:linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						); 
	
	border-top:0px solid #eee;
	border:0px solid red;
}
#section_banner h2{
	margin:0px;
	padding:1px 0px 4px 0px;
	border:0px solid white;
	color:#21df21;
	color:#000029;
	color:#fff;
	font-weight:900;
	font-size:1.0em;
	text-shadow:2px 2px 2px #bdcfef;
	text-shadow:2px 2px 2px #666;
	font-family:sans-serif;
}
span.spacers{
	color:lightblue;
	margin:0px 5px 0px 5px;
	}

span.pipe{
	position:relative;
	top:-1px;
	font-size:0.8em;
	
	
	}

div.tabs{
	border:0px solid blue;
	padding:1px 20px 1px 0px;
	margin-top:10px;
}

div.tabs a{
	position:relative;
	top:-2px;
	left:0px;
	float:none;
	padding:4px 10px 4px 10px;
	border-radius:10px 10px 0px 0px;
	border:1px solid blue;
	border-bottom-width:0px;
	font-size:1.2em;
	display:inline;
	margin:0px 2px 0px 0px;
	font-weight:300;
	color:#bbb;
	text-decoration:none;
	background-color:#fff;
	/* text-shadow:2px 2px 2px #ccc; */
}
div.tabs a.current{
	color:#000029;
}
div.tabbed_section div.tabs{
	padding:2px 0px 2px 0px;
}
div.tabbed_section div.tabs a{
	position:relative;
	top:-2px;
	left:-0px;
}
div.tabbed_section2 div.tabs a{
	position:relative;
	top:-2px;
	left:-0px;
	border:1px solid blue;
}
div.tabs a:first-of-type{	
	postion:relative;
	left:0px;
}


div.tabs a.current{
	background-color:#006dff;
	color:#000029;
	color:#fff;
	font-weight:900;
	z-index:10;
	text-shadow:2px 2px 2px #bdcfef;
	border:1px solid blue;
	border-bottom:0px solid blue;
}

div.tabs a:hover{
	color:#000029;
	text-shadow:2px 2px 2px #bdcfef;
}

div.tabbed_section{
	position:relative;
	border-top:1px solid #000029;
	border-bottom:0px solid green;
	border-radius: 0px 20px 0px 20px; 
	padding:10px;
	padding-top:10px;
	border:0px solid blue;
	background-color:#006dff; 
	background-image:-moz-linear-gradient(
						330deg,
						
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 30%,
						rgba(173,219,231,1) 50%,
						rgba(0,0,100,1) 100%						
						);
} /* 4d94ffff addbe7 006dff*/
div.tabbed_section div.tabs a.current{
	background-color:white;
	border-color:blue;
	color:#006dff;
	border-bottom:1px solid white;
	
}

/* div.tabbed_section div.tabbed_section{
	padding:0px 20px 60px 20px;
	background-color:lightblue;
	background-image:-moz-linear-gradient(
						330deg,
						rgba(255,255,255,1) 0%,
						rgba(255,255,255,1) 50%,
						rgba(255,255,255,0.3) 100%
						);
	border:3px solid blue;
	
	} */
div.tabbed_section div.tabbed_section2{
	padding:20px 20px 60px 20px;
	background-color:#fff;
	background-image:-moz-linear-gradient(
						330deg,
						rgba(255,255,255,1) 0%,
						rgba(255,255,255,1) 50%,
						rgba(255,255,255,0.3) 100%
						);
	border:1px solid blue;
	border-radius: 0px 20px 0px 20px; 
	z-index=30;
	}

	

h2 span.tmr{
	color:green;
	font-weight:900;
	font-family:sans-serif;
	-moz-text-outline:1px 0px #000;
	text-shadow:-1px 1px 0px #000;
}
div.asterix{
	padding:5px 20px 0px 20px;
	font-size:0.8em;
	color:#666;
	text-align:right;
}

div.position_context{
	position:relative;
}
table.rooms{
	position:relative;
	
}
table.rooms tr{
}
table.rooms tr td{
	border-bottom:1px solid lightblue;
	}

table.rooms tr td{
	padding-top:20px;
	}
table.rooms tr:last-of-type td{
	border-bottom:0px;
	}
table.rooms td{
	padding:0px 20px 20px 0px;
	}
table.rooms h3{
	margin-top:0px;
	}
table.rooms img{
	border: 1px solid lightblue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
-webkit-box-shadow: 3px 3px 5px #bdcfef;
box-shadow: 3px 3px 5px #bdcfef;
	}
table.rooms img:hover{
	border: 1px solid blue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #00a;
-webkit-box-shadow: 3px 3px 5px #00a;
box-shadow: 3px 3px 5px #00a;
	}	

	
p.buttons{
	text-align:right;
	}
	
table.rooms a.button{
	position:absolute;
	top:0px;
	right:0px;
}	
a.button{
	background-color:white;
	border:1px solid #000029;
	border-top:1px solid #bdcfef;
	border-left:1px solid #bdcfef;
	border-radius:20px;
	padding:1px 10px 1px 10px;
	color:#000029;
	text-shadow:2px 2px 2px #bdcfef;
	text-decoration:none;
	-moz-box-shadow:2px 2px 2px lightblue;
	-webkit-box-shadow:2px 2px 2px lightblue;
	box-shadow:2px 2px 2px lightblue;
	}
	
a.button:hover{
	border:1px solid #00a;
	border-top:1px solid #00a;
	border-left:1px solid #00a;
	border-radius:20px;
	color:blue;
	text-shadow:2px 2px 2px lightblue;
	-moz-box-shadow:2px 2px 2px #00a;
	-webkit-box-shadow:2px 2px 2px #00a;
	box-shadow:2px 2px 2px #00a;
	}
a.next{
		background-image:url(pics/next.png);
		background-repeat:no-repeat;
		background-position:95% center;
		padding-right:25px;
}

img.icon{
	margin-right:5px;
	}
table.meeting_rooms{
	width:99%; /* 99 for ie6 sake */
	border:0px solid red;
	z-index:20;
	margin:0px;
	padding:0px;
}
table.meeting_rooms td{
	padding-right:20px;
	border-top:0px solid #bdcfef;
	}
table.meeting_rooms td:last-of-type{
	padding-right:0px;
	text-align:right;
	width:160px;
	border-top:0px solid #bdcfef;
}
table.meeting_rooms tr:last-of-type td{
	border-bottom:0px solid blue;
}
table.meeting_rooms img{
	border: 1px solid lightblue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bdcfef;
	margin-bottom:10px;
	}
table.meeting_rooms img:hover{
	border: 1px solid #00a;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #00a;
	-webkit-box-shadow: 3px 3px 5px #00a;
	box-shadow: 3px 3px 5px #00a;
	}	
table.meeting_rooms h4:first-of-type{
	border:0px;
	padding-top:10px;
	margin-top:10px;
}
table.meeting_rooms h4{
	color:#333;
	color:#6f297f;
	border:0px solid red;
	margin-top:60px;
	border-top:1px solid #bdcfef;
	padding-top:10px;
	/* text-shadow:1px 1px 2px #af297f; */
}
table.meeting_rooms h3{
	color:#000029;
	border:0px solid blue;
	text-shadow:3px 3px 3px #bdcfef;
}

span.img_enlarge{
	font-size:0.9em;
	color:#666;
}

#main_home_pic{
	float:right;
	width:250px;
	border: 1px solid lightblue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bdcfef;
	margin-bottom:10px;
	margin-left:30px;
}

#book_now_button{
	float:right;
	width:180px;
	border: 1px solid orange;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bdcfef;
	margin-bottom:10px;
	margin-left:40px;
	margin-top:40px;
	clear:right;
	text-align:left;
	text-decoration:none;
	padding:10px 10px 10px 60px;
	font-size:1.2em;
	background-color:lightgreen;
	background-color:#00eb00;
	background:radial-gradient(#00eb00 20%,#00d000 60%);
	background:linear-gradient(#00d000 20%,#00eb00 60%);
	background:url("pics/calendar_36a.png") no-repeat 10px 3px,linear-gradient(#00d000 20%,#00eb00 60%);
	color:#fff;
	border-color:#00ee00;
	color:black;
}
#book_now_button:hover{
	color:#fff;
	border-color:#009900;
	box-shadow: 3px 3px 5px #bdcfef;
	-moz-box-shadow: 3px 3px 5px red;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px orange;
	box-shadow: 3px 3px 5px blue;
	color:white;
}

table.meeting_rooms table.pricing td, table.meeting_rooms table.pricing th{
	border:0px;
	border-collapse:collapse;
	padding:2px 5px 2px 20px;
	border:1px solid #ddd;
	vertical-align:top;
}
table.pricing{
	margin-bottom:20px;
	text-align:right;
	width:99%;
}
table.pricing table.pricing{
	max-width:300px;
}

table.pricing td, table.pricing th{
	text-align:left;
	vertical-align:top;
	border:0px solid #bbb;
	padding-right:10px;
	
}

table.pricing td{
	padding-bottom:10px;
}

table.pricing td.left{
	text-align:left;
}

table.hours{
	 border:1px solid black;
	 background-image:-moz-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 50%,
						rgba(173,219,231,1) 75%,
						rgba(00,109,255,1) 100%						
						); 
	font-size:0.9em;
	background-color:blue;
}



table.hours tr.stretch_width td{	
	border-top:none;
	padding:0px;
	/* font-size:0.2em; */
	line-height:2px;

}

table.hours th{
	text-align:left;
	vertical-align:top;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	border-top:1px solid lightblue;
	background-color:white;
}

table.hours tr.toprow th{
	color:white;
	border-top:none;
	background-color:transparent;
}

table.hours td{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	border-top:1px solid lightblue;
	border-bottom:0px solid lightblue;
	background-color:white;
	
}

table.meeting_rooms table.layout_options td{
	text-align:left;
	border:0px;
	width:100%;
	}
table.meeting_rooms table.layout_options img{
		
	}
td.map img, td.img img{
	border: 1px solid #c0c0c0;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bdcfef;
}
td.map img:hover, td.img img:hover{
border: 1px solid lightblue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bfcfed;
}

table.tech_specs{
	border:1px solid black;
	border-collapse:collapse;
	border-radius:0px 20px 0px 20px;
}
table.tech_specs img{
	border:0px solid black;
	margin:0px;
	padding-top:1px;
}

table.tech_specs tr{
	background-color:#00a;
	background-image:-moz-linear-gradient(
						330deg,
						rgba(00,109,255,1) 0%,
						rgba(00,109,255,1) 50%,
						rgba(173,219,231,1) 75%,
						rgba(00,109,255,1) 100%						
						); 
					}
table.tech_specs tr td{
	padding-right:20px;
	border-top:1px solid lightblue;
	padding-left:5px;
	background-color:white;
	}
table.tech_specs tr:hover{
	background-color:lightblue;
}
table.tech_specs tr td:last-of-type{
	padding-right:5px;
	}
table.tech_specs th{
	text-align:left;
	border-bottom:1px solid black;
	color:white;
	padding-right:25px;
}
table.tech_specs tr td.section{
	font-size:1.2em;
	padding-bottom:2px;
	padding-top:20px;
	font-weight:900;
	}
table.tech_specs tr td.section1{
	font-size:1.4em;
	padding-bottom:2px;
	padding-top:20px;
	font-weight:900;
	}
table.complementary{
	border-collapse:collapse;
	width:99%;
}
table.complementary td{
	padding:10px 20px 10px 2px;
	vertical-align:top;
	border:1px solid lightblue;
	border-width:1px 0px 1px 0px;
}
table.complementary tr td:last-of-type{
	padding-right:0px;
	text-align:right;
}
table.complementary h3{
	margin:0px 0px 0px 0px;
	color:#6f297f;
}

table.complementary ul{
	border:0px solid red;
	padding:10px 0px 0px 20px;
	margin:0px;
}
table.complementary ul li{
	border:0px solid red;
	margin-bottom:2px;
}
table.complementary ul li.no_bullet{
	list-style-type:none;
	margin-top:15px;
}

table.complementary img{
	border: 1px solid lightblue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bdcfef;
	
	}
/* table.complimentary img:hover{
	border: 1px solid blue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #00a;
-webkit-box-shadow: 3px 3px 5px #00a;
box-shadow: 3px 3px 5px #00a;
	}	 */
li.no_bullet{
	list-style-type:none;
	margin-top:15px;
}	
span.small{
	font-size:0.8em;
}
a.techspecs{
	color:black;
}
p.inform{
	background-image:url(pics/info_tick.png);
	background-repeat:no-repeat;
	background-position: 10px center;
	margin:10px 20px 10px 20px;
	border:2px solid lightgreen;
	padding:8px;
	padding-left:45px;
	border-radius: 10px 10px 10px 10px;
	background-color:orange;
}
ul.salespoints{
}

ul.salespoints li{
	list-style-type:none;
	background-image:url(pics/info_tick.png);
	background-repeat:no-repeat;
	background-position: 10px center;
	margin:10px 0px 10px 0px;
	border:2px solid lightgreen;
	padding:8px;
	padding-left:45px;
	border:0px solid red;
}
p.indent{
	margin-left:45px;
	}

	
table.bookings{
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	margin:20px 0px 20px 0px;
}

table.bookings td{
	vertical-align:top;
	padding:10px 5px;
}

table.bookings td a img{
	border:1px solid white;
}

table.bookings td a img:hover{
	border:1px solid #00a;
	box-shadow: 3px 3px 5px #00a;
}

a.email{
	position: relative;
	top: 5px;
	border: 0px solid red;
	
}

div.link_code{
	width:98%;
	border:0px solid red;
	padding-left:10px;
}
div.link_code textarea{
	width:90%;
	border:0px solid red;
	margin-left:30px;
	margin-bottom:40px;
	background-color:#ddd;
}
div.link_code h3{
	width:98%;
	border-top:1px solid #6fd0ff;
	margin-left:-10px;
	background-color:lightblue;
	padding-left:5px;
}
div.link_code a{
	margin-left:30px;
}

div.highlight{
	background-color:lightgrey;
	padding:3px 5px 3px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom:10px;
	
}
table.contact td table.tollfree td{
	font-size:1.0em;
	border:0px solid red;
	}
table.contact td table.tollfree tr:nth-child(2) td{
	font-size:0.8em;
}

#address table.tollfree{
	position:relative;
	right:0px; 
	/* float:right; */
	border:0px solid red;
	text-align:right;
	margin-top:-4px;
	margin-bottom:5px;
	font-size:1.4em;
	font-weight:900;
	}
#address table.tollfree td{
	padding:0px 3px;
	border:0px solid red;
}
#address table.tollfree tr:nth-child(2) td{
	font-size:0.8em;
}
table.termsoftrade{
	border-collapse:collaspe;
}
table.termsoftrade th{
	text-align:left;
	background-color:black;
	color:white;
	padding:2px 5px 2px 5px;
}
table.termsoftrade td{
	border-bottom:1px solid #c0c0c0;
	border:1px solid #c0c0c0;
	padding:2px 5px 2px 5px;
	}
table.termsoftrade span.small{
	font-size:0.8em;
	}
div.catering h2{	
	border-radius:5px;
	border-top:1px solid lightblue;
	padding:2px 5px 2px 5px;
	margin-top:40px;
}
div.catering h3{
	background-color:#55c0e6;
	background-color:lightblue;
	border-radius:5px;
	color:#fff;
	padding:2px 5px 2px 5px;
	margin-left:3px;
	}
div.catering p{
	margin-left:30px;
	}
div.catering table{
	margin-left:30px;
	}
div.catering table td{
	padding-right:30px;
	}
div.catering table th{
	background-color:blue;
	color:white;
	text-align:left;
	padding-right:30px;
	}
div.termsoftrade  ol ol{
	list-style-type:lower-alpha;
}
.print{
	display:none;
}




/* --------------------------------------- ONLINE BOOKING FORM ---------------------------------------- */
div.online_booking_form{
}
div.booking_form{
	background-color:#dfc;
	border:2px solid #e715d8;
	border-radius:10px;
	padding:10px;
	border-radius:10px;
	margin:20px 0px 30px 0px;
	padding:15px 55px 30px 85px;
	background-image: url("pics/icons/help 24.png");
	background-image: url("pics/icons/help.png");
	background-repeat:no-repeat;
	background-position: 10px 13px;
}
div.booking_form input[type="text"]{
	border:1px solid #ccc;
	border-radius:3px;
	height:20px;
	
}
div.booking_form input[type="text"].day{
	width:18px;
}
div.booking_form input[type="text"].year{
	width: 3em;
}
div.online_booking_form table{
	border:0px solid black;
}
div.online_booking_form td{
	padding: 3px 5px;
}
div.online_booking_form table.listitems tr{
	background-color: lightblue;
}
div.online_booking_form  table.listitems tr:nth-child(odd){
    background-color: #8ef;
}
div.online_booking_form table.listitems tr:nth-child(1){
	background-color:black;
	color:white;
}
div.online_booking_form table.listitems input[type="text"]{
	width:10em;
}
div.online_booking_form table.listitems input[type="text"]:focus{
	border-color:#e715d8;
}
div.online_booking_form input[type="submit"].single_action{
	min-width:450px;
	min-height:40px;
	border:1px solid #e715d8;
	border-radius:10px;
	font-size:1.1em;
	background-color:#5af;
	border-color:#57f;
	color:white;
	text-align:left;
	padding:10px;
	padding-right:50px;
	background-image:url("pics/icons/next.png");
	background-repeat:no-repeat;
	background-position: right 10px center;
	margin-bottom:30px;
}
div.online_booking_form input[type="submit"]:hover{
	background-color:#6bf;
}
div.online_booking_form input[type="submit"]{
	min-width:80px;
	min-height:40px;
	border:1px solid #e715d8;
	border-radius:10px;
	font-size:1.1em;
	background-color:#5af;
	border-color:#57f;
	color:white;
	text-align:left;
	padding:10px;
	margin-bottom:30px;
}
div.online_booking_form input[type="submit"]:hover{
	background-color:#6bf;
}
div.online_booking_form input[type="submit"].next{
	background-image:url("pics/icons/next.png");
	background-repeat:no-repeat;
	background-position: right 10px center;
	padding-right:50px;
}
div.online_booking_form input[type="submit"].back{
	background-image:url("pics/icons/back.png");
	background-repeat:no-repeat;
	background-position: left 10px center;
	padding-left:50px;
}
div.online_booking_form table.listitems input[type="radio"]{
	margin: 1px auto;
	text-align:center;
}	

table.room_layout_types th{
	background-color:black;
	color: white;
	text-align:left;
	padding:10px;
}
table.room_layout_types td{
	padding:10px;
	border-color: #bbb;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
td.radio{
	vertical-align: middle;
	text-align:center;
}
table.room_layout_types td.room_type_heading{
	padding:0px;
	border-width: 0px 0px 0px 0px;
	border-bottom-width:0px;
}
table.room_layout_types td.room_type_heading h4{
	padding:5px 10px;
	margin:0px;
	background-color:lightblue;
	border-radius:0px 0px 8px 0px;
}
table.room_layout_types tr:hover{
	/* background-color:orange; */
}
img.room_layout_type{
	border: 1px solid lightblue;
	border-radius: 10px 5px 10px 5px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bdcfef;
	margin-bottom:20px;
}

/* -- radio buttons styling -- */
div.online_booking_form label {
	display: inline;
}

div.online_booking_form  .regular-checkbox {
	display: none;
}

div.online_booking_form  .regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

div.online_booking_form .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

div.online_booking_form .regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

div.online_booking_form .regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}

.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}
.regular_radio {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular_radio:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular_radio:checked {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular_radio:active, .regular_radio:checked:active {
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}

.big_radio {
	padding: 10px;
}

.big_radio:checked:after {
	width: 14px;
	height: 14px;
	left: 3px;
	top: 3px;
}
div.help{
	border:1px solid lightblue;
	border-radius:10px;
	margin:20px 0px 30px 0px;
	padding:15px 55px 30px 85px;
	background-image: url("pics/icons/help 24.png");
	background-image: url("pics/icons/help.png");
	background-repeat:no-repeat;
	background-position: 10px 13px;
	background-color:lightblue;
	border: 2px solid #e715d8;
}
div.help h3{
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
div.attention{
	border:1px solid lightblue;
	border-radius:10px;
	margin:20px 0px 30px 0px;
	padding:15px 55px 30px 85px;
	background-image: url("pics/icons/attention.png");
	background-repeat:no-repeat;
	background-position: 10px 13px;
	background-color:lightblue;
	border: 2px solid #e715d8;
}
div.attention h3{
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
div.info{
	border:1px solid lightblue;
	border-radius:10px;
	margin:20px 0px 30px 0px;
	padding:15px 55px 30px 85px;
	background-image: url("pics/icons/help 24.png");
	background-image: url("pics/icons/info.png");
	background-repeat:no-repeat;
	background-position: 10px 13px;
	background-color:lightblue;
	border: 2px solid #e715d8;
}
div.info h3{
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
table.summary td{
	padding:3px;
	padding-right:20px;
}
td.subtotal{
	border-top:1px solid black;
}
td.total{
	font-weight:900;
	border-top:1px solid black;
	border-bottom:3px double black;
	background-color:lightblue;
	color:white;
}
table.summary td:nth-child(2){
	text-align:right;
	padding-right:5px;
}
tr.recommended_small td{
	color:#666;
}
table.room_layout_types table{
	border: 0px;
}
table.room_layout_types table tr:hover{
	background-color:none;
}
table.room_layout_types td table td{
	border: 0px;
	padding:1px 10px 1px 0px;
}

div.download_right a{
	float:right;
	width:140px;
	border: 1px solid orange;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 5px #bdcfef;
	-webkit-box-shadow: 3px 3px 5px #bdcfef;
	box-shadow: 3px 3px 5px #bdcfef;
	text-align:left;
	text-decoration:none;
	padding:10px 10px 10px 65px;
	font-size:1.0em;
	background-color:#00eb00;
	background:radial-gradient(#00eb00 20%,#00d000 60%);
	background:linear-gradient(#00d000 20%,#00eb00 60%);
	background:url("pics/download-icon-floppy-disk-16px.png") no-repeat 10px 3px,linear-gradient(#00d000 20%,#00eb00 60%);
	background-position:8px center;
	color:#fff;
	border-color:#00ee00;
	color:black;
}
p.notice{
	border:2px solid lightgreen;
	background-color:blue;
	color:white;
	padding:10px;
	border-radius:8px;
}
div.holidays{
	position:relative;
	top:-8px;
	float:right;
/* 	margin-left:599px; */
	margin-right:270px;
	margin-right:30px;
	border:0px solid red;
	padding-left:23px;
	color:red;
	min-width:290px;
	z-index:90;
	border-radius:20px;
}
div.christmas{
	background-image: url("pics/holidays/holly-berries-24px.png");
	background-repeat: no-repeat;
	background-position: 0px 15px;
	background-color:rgba(255,255,255,0.8);
}

div.holidays img{
	position:relative;
	left:-5px;
	float:none;
	display:inline;
	border: 0px solid red;
}
span.christmas{color:darkgreen;}

p.small{
	font-size:0.7em;
}

div.covid19{
	position:absolute;
	left:530px;
	width:33%;
	min-width:300px;
	max-width:370px;
	z-index:50;
	color:black;
	border-radius:2px;
	border-color:black;
	background-color:rgba(255,204,0,0.95); 
	background: repeating-linear-gradient(
  135deg,
  rgba(255,204,0,1),
  rgba(255,204,0,1) 15px,
  #fff 15px,
#fff 30px);
	border:1px solid #fff;
	padding:10px;
}
div.covid19_inner{
	background-color:rgba(255,255,255,0.85);
	padding:2px 5px;
	border:0px solid rgba(255,204,0,0.95);
}
div.header div.covid19 h3{
	position:relative;
	top:0px;
	left:0px;
	color:black;
	margin:0px;
}
div.covid19 p{
	margin:0px;
}

span.green{color:green;font-weight:600;}
span.orange{color:rgba(255,180,0,0.95);font-weight:600;}
span.red{color:rgba(255,0,0,0.65);font-weight:600;}

