#map-canvas.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}


body
{
	margin:0;
	padding:0;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
}

body.register, body.account {
	background-image:url('/img/background-sea.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

body.account {
	background-image:url('/img/background-sea.jpg');
}

@media only screen and (min-width: 1500px)
{
	body.register, body.account {
		background-image:url('/img/background-sea-2000.jpg');
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center; 
	}

	body.account {
		background-image:url('/img/background-sea-2000.jpg');
	}
}

h1 {
	color:#d2e6fc;
}
h2 {
	color:#d2e6fc;
}
span.feedback {
	color:#91d5be;
	font-size:16pt;
	font-weight:bold;
}


#wrapper
{
	width:100%;
	height:100%;
	position:absolute;
}

#headerLinks
{
	z-index:4;
	position:absolute;
	top:0px;
	right:10%;
	padding:2px 20px 3px 20px;
	background-color:#eef4ff;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottom-right:10px;
	-moz-border-radius-bottom-left:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

#headerLinks a
{
	color:#363135;
	font-weight:strong;
	text-decoration:none;
}
#headerLinks a:hover
{
	text-decoration:underline;
}

#map-canvas
{
	width:100%;
	height:100%;
	position:relative;
	border:0px solid black;
	z-index:1;
	
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#navigation-bar 
{
	height:60px;
	position:absolute;
	z-index:3;
	top:0px;
	left:90px; right:110px;
	min-width:950px;
	padding:0 0px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottom-right:10px;
	-moz-border-radius-bottom-left:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

#overlay-bar 
{
		font-family: Arial, sans-serif;
	position:absolute;
	z-index:3;
	top:0px;
	left:90px; right:110px;
	min-width:950px;
	padding:0px 20px 20px 20px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottom-right:10px;
	-moz-border-radius-bottom-left:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	color:White;
}
#overlay-bar a
{
	color:#c6e650;
	font-weight:strong;
}
#overlay-bar a:hover
{
}

#full-html
{
	margin-top:0px;
	position:absolute;
	top:92px;
	left:90px; 
	width:500px;
	z-index:2;
}

div.place
{
	position:relative;
	margin:15px;
	padding:20px; 20px; 20px; 20px;
	background-color:#eaeaea;
	border:2px solid black;
}

@media only screen and (min-width: 1250px)
{
	div.place
	{
		max-width:1200px;
		margin:15px auto;
	}
}
	
div.place h1 
{
	color:#27638b;
}
div.place ul
{
	list-style:none;
	padding:0;
	margin:0
}

div.actions .btn
{
	background-color: #b7b7b7;
}
div.actions ul
{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
div.actions li:last-child
{
	text-align: right;
	clear:right;
}

a span 
{
  color:#363135;
}

.lucidlight
{
	background:url(/img/bg-trans-stride-light.png);
}

.lucidgray
{
	background:url(/img/bg-trans-stride.png);
}

td.label {
	font-size:16pt;
	text-align:right;
}

input.input-text, input.input-email, input.input-password, input.input-search, .textarea, .textBlock {
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C4C7CC;
	border-radius: 2px 2px 2px 2px;
	color: #3F4752;
	display: inline-block;
	font: 1em/1.33333 Arial,sans-serif;
	height: 34px;
	margin: 5px 0;
	padding: 0px 10px;
	vertical-align: middle;
	width: 100%;
}
.textBlock span
{
	padding-top:7px;
	display:block;
}
input.input-text:hover, input.input-email:hover, input.input-password:hover, .textarea:hover {
	border-color: #B1B5BD;
}
input.input-text:focus, input.input-email:focus, input.input-password:focus, input.input-search:focus, .textarea:focus {
	border-color: #426CF2;
	outline: 0 none;
}
input.input-text[disabled], input.input-email[disabled], input.input-password[disabled], input.input-search[disabled], .textarea[disabled] {
	background: none repeat scroll 0 0 #F5F6F8;
	border-color: #C4C7CC;
	color: #B8BFCF;
}
.error input.input-text, .error input.input-email, .error input.input-search, .error input.input-password, .error .textarea {
	border-color: #FF7462;
}
.form {
	font: 1em Arial,sans-serif;
}
#id_input_search
{	margin-top:0px;
}

#div_search_results
{
	position:relative;
	max-height:230px;
	width:330px;
	background-color:white;
	border:3px solid #3F4142;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottom-right: 5px;
	-moz-border-radius-bottom-left: 5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#div_search_results .jsContent
{
	overflow-y:auto;
	max-height:230px;
}

.search-result-item
{
	height:30px;
	border-top: 1px solid black;
	vertical-align:middle;
	padding:7px 0 0 20px;
	color:#1155cc;
	cursor:pointer;
}

.search-result-item:hover
{
	background-color:#dfedff;
}

#legend-bar 
{
	display:none;
	width:450px;
	height:130px;
	position:absolute;
	z-index:3;
	bottom:0px;
	left:50px;
	/*background-color:white;	
	border:2px solid gray;*/
	padding:0 0px;
	overflow:hidden;
}

table.list
{
  border-collapse:collapse;
}
table.list td
{
  vertical-align:middle;
  text-align:left;
}
table.list td:first-child
{  width:30px;	
}

table.side-fade
{
  border-collapse:collapse;
}

table.side-fade td.left
{
  width:100px;
  padding:0;
}
table.side-fade td.left div.fade
{
  width:100px;
  background-image: url(/img/trans-fade.png);
  background-position: 0 0;
  margin-top:10px;
  margin-bottom:10px;
}
table.side-fade td.right
{
  width:100px;
  padding:0;
}

table.side-fade td.right div.fade
{
  width:100px;
  background-image: url(/img/trans-fade.png);
  background-position: -100px 0;
  margin-top:10px; 
  margin-bottom:10px;
}

table.side-fade td.middle
{
  width:250px;
  background-color:#3f4142;
  color:white;
  vertical-align:top;
  text-align:center;
}

table.w100
{	width:100%;
}
table.white td
{
background-color:white;	
color:black;
}


/* FONTS */
.h2, span.h2
{
	font-size:150%;
	font-weight:bold;
}

.fontSize10pt
{	font-size:10pt;
}
.fontSize12pt
{	font-size:12pt;
}

/* <Tiny Form Widgets> */
.hybridInput
{
   position:relative;
   min-height:1em;
}
.hybridInput .textbox
{
   position:absolute;
   top:0px;
   left:0px;
}
.hybridInput .dropdown
{
   position:absolute;
   top:1px;
   left:0px;
}
.hybridInput .editButtonGroup
{
   position:absolute;
   top:1px;
   left:0px;
}
.hybridInput .saveCancelGroup
{
   position:absolute;
   top:1px;
   left:0px;
}
.hybridInput .saveCancelGroup div
{
	display:inline-block;
}
.hybridInput .gotoEdit,
.hybridInput .gotoText,
.hybridInput .gotoSelect
{
   cursor:pointer;
}
.btn,.btn:visited {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .2em 1em .2em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
background-color:#ffb762;
}
.btn.cancel {
 background-color:#c0c0c0;
}
.btn.delete {
 background-color:#ff7c7c;
 float:right;
}
.btn.blue, .btn.goto {
 background-color:#90b7ff;
}
/* </Tiny Form Widgets> */
.baseButton
{
text-decoration: none; 
background:#80a9da;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
border:1px solid #5d81ab;
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
}
.baseButton .btn-text{
	padding-top:5px;
	display:block;
	font-size:18px;
	white-space:nowrap;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	color:#446388;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.a-btn{
	font-family: 'Oswald', Arial, sans-serif;
	padding-left:17px;
	padding-right:67px;
	height:36px;
	display:inline-block;
	position:relative;
	float:left;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.baseButton.squareLeft
{	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
		-webkit-border-bottom-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-bottom-right:20px;
	-moz-border-radius-top-right:20px;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
}
.btn-text{
	padding-top:5px;
	display:block;
	font-size:18px;
	white-space:nowrap;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	color:#446388;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.a-btn-slide-text{
	position:absolute;
	height:100%;
	top:0px;
	right:52px;
	width:0px;
	background:#63707e;
	text-shadow:0px -1px 1px #363f49;
	color:#fff;
	font-size:18px;
	white-space:nowrap;
	text-transform:uppercase;
	text-align:left;
	text-indent:10px;
	overflow:hidden;
	line-height:36px;
	-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-webkit-transition:width 0.3s linear;
	-moz-transition:width 0.3s linear;
	-o-transition:width 0.3s linear;
	transition:width 0.3s linear;
}
.a-btn-icon-right{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:52px;
	border-left:1px solid #5d81ab;
	-webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
	-moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
	box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
	width:38px;
	height:36px;
	opacity:0.7;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0px 0px -20px;
	background:transparent url(/img/arrow_right.png) no-repeat 50% 55%;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.baseButton:hover, .baseButton.loading, .baseButton.active{
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.baseButton:hover .btn-text, .baseButton.loading .btn-text, .baseButton.active .btn-text{
	text-shadow:0px 1px 1px #5d81ab;
	color:#fff;
}

.a-btn:hover, .a-btn.loading{
	padding-right:107px;
}
.a-btn:hover .a-btn-slide-text, .a-btn.loading .a-btn-slide-text{
	width:40px;
}
.baseButton:hover .a-btn-icon-right span, .baseButton.loading .a-btn-icon-right span, .baseButton.active .a-btn-icon-right span{
	opacity:1;
}
.a-btn:active, .a-btn.loading{
	position:relative;
	top:1px;
	background:#5d81ab;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	border-color:#80a9da;
}

.btnAddTag
{
	padding-left:17px;
	padding-right:40px;
	height:26px;
}

.tag-btn {
	font-family:Arial, sans-serif;
	padding-left:16px;
	padding-right:16px;
	margin-right:7px;
	margin-bottom:5px;
	height:20px;
	display:inline-block;
	position:relative;
	float:left;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 2px rgba(0,0,0,0.2), 0px 0px 0px 3px rgba(188,188,188,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 2px rgba(0,0,0,0.2), 0px 0px 0px 3px rgba(188,188,188,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 2px rgba(0,0,0,0.2), 0px 0px 0px 3px rgba(188,188,188,0.5);
}
.tag-btn.btnWithAction {
	padding-right:37px;
}
.tag-btn-text{
	padding-top:2px;
	display:block;
	font-size:14px;
	white-space:nowrap;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	color:#142b47;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.tag-btn-icon-right{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:30px;
}
.tag-btn-icon-right span{
	width:38px;
	height:22px;
	opacity:0.7;
	position:absolute;
	left:50%;
	top:50%;
	cursor:pointer;
	margin:-10px 0px 0px -20px;
	background:transparent url(/img/icon-close-tag.png) no-repeat 50% 55%;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}



.yellowBtn {
	color:#ffe04f;
	/*border:1px solid #8f8707;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(#ffe04f,0),color-stop(#efc030,1));
	background:-webkit-linear-gradient(top, #ffe04f 0%, #efc030 100%);
	background:-moz-linear-gradient(top, #ffe04f 0%, #efc030 100%);
	background:-o-linear-gradient(top, #ffe04f 0%, #efc030 100%);
	background:linear-gradient(top, #ffe04f 0%, #efc030 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe04f', endColorstr='#efc030',GradientType=0 );
	*/font-family: 'Oswald', Arial, sans-serif;
	padding-left:17px;
	padding-right:17px;
	height:29px;
	display:inline-block;
	position:relative;
	float:left;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}

.yellowBtn.active {
	color:#ffe04f;
	border:1px solid #8f8707;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(#ffe04f,0),color-stop(#efc030,1));
	background:-webkit-linear-gradient(top, #ffe04f 0%, #efc030 100%);
	background:-moz-linear-gradient(top, #ffe04f 0%, #efc030 100%);
	background:-o-linear-gradient(top, #ffe04f 0%, #efc030 100%);
	background:linear-gradient(top, #ffe04f 0%, #efc030 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe04f', endColorstr='#efc030',GradientType=0 );
}

.yellowBtn .btn-text{
	padding-top:0px;
}
.yellowBtn:hover, .yellowBtn.loading, .yellowBtn.active {
-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);

}
.yellowBtn:hover .btn-text, .yellowBtn.loading .btn-text, .yellowBtn.active .btn-text{
	text-shadow:0px 1px 1px #5d81ab;
	color:#fff;
}
.yellowBtn:hover .a-btn-slide-text, .yellowBtn.loading .a-btn-slide-text{
	width:40px;
}
.yellowBtn:hover .a-btn-icon-right span, .a-btn.loading .a-btn-icon-right span{
	opacity:1;
}
.yellowBtn:active, .yellowBtn.loading{
	position:relative;
	top:1px;
	background:#5d81ab;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	border-color:#80a9da;
}


input.glow {
  background: url(/img/icon-search.png) 12px 11px no-repeat, -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(/img/icon-search.png) 12px 11px no-repeat, -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(/img/icon-search.png) 12px 11px no-repeat, -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(/img/icon-search.png) 12px 11px no-repeat, -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(/img/icon-search.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 36px;
  min-width:60px;
  padding-left: 30px;
}
input.glow.password {
background: url(/img/keyIcon.png) 12px 11px no-repeat, -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: url(/img/keyIcon.png) 12px 11px no-repeat, -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: url(/img/keyIcon.png) 12px 11px no-repeat, -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: url(/img/keyIcon.png) 12px 11px no-repeat, -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: url(/img/keyIcon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
}
input.glow::-webkit-input-placeholder {
  color: #999999;
}
input.glow:-moz-placeholder {
  color: #999999;
}
input.glow:focus {
  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
  outline: none;
  background: url(/img/icon-search.png) 12px 11px no-repeat, #ffffff;
}
input.glow.password:focus {
  background: url(/img/keyIcon.png) 12px 11px no-repeat, #ffffff;
}

.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


.margin5 { margin:5px; }
.margin10 { margin:10px; }
.marginLeft15 { margin-left:15px; }
.padding3 { padding:3px; }
.padding15 { padding:15px; }
.paddingTop3 { padding-top:3px; }
.noUnderline { text-decoration:none; }
.visibilityHidden { visibility:hidden; }
.displayNone { display:none; }
.clearBoth { clear:both; }
.floatLeft { float:left; }
.floatRight { float:right; }
.bold { font-weight:bold; }
.vAlignTop { vertical-align:top; }

.spacer.p5
{	line-height:5px;
	height:5px;
	clear:both;
}

.thumbnail
{
	margin:5px 5px 0 0;
}

/*
.imgSmall { width:1px; height:100px; }
.imgMedium { width:1px; height:200px; }
.imgLarge { width:1px; height:300px; }
*/

.rounded
 {   border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-khtml-border-radius:14px;
	-o-border-radius:14px;
 }
 
.bigBlack
{
	font-size:2em;
	color:black;
}
.alignRight { text-align:right; }
.alignCenter { text-align:center; }
.displayNone { display:none; }
