/*
ADL 2015 Styles
by David Campbell
*/

/* ---------------------------------------------------------------------------- Buttons */

*	{outline: 0;}

button.close {
	background: linear-gradient(to bottom,  #dd2222 0%,#ad1919 100%);
	opacity: .8;
	padding: .7rem !important;
	color: #fff;
}

button.close:hover {
	background: linear-gradient(to bottom,  #be1f1f 0%,#971414 100%);
	color: #fff !important;
}

input[type=submit].csv,
input[type=button].generate,
input[type=submit].delete {
	padding: .375rem .75rem;
	min-width: 7px;
	min-height: 8px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	border: 1px solid transparent;
	background: linear-gradient(to bottom,  #1fbe81 0%,#149770 100%);
}

input[type=submit].csv:hover {
	background: linear-gradient(to bottom,  #22dd95 0%,#19ad81 100%);
}

input[type=submit].delete {
	margin-right: auto;
	background: linear-gradient(to bottom,  #be1f1f 0%,#971414 100%);
}

input[type=submit].delete:hover {
	background: linear-gradient(to bottom,  #dd2222 0%,#ad1919 100%);
}

input[type=button].generate {
	color: #fff;
	background: linear-gradient(to bottom,  #1f91be 0%,#147897 100%);
	cursor: pointer;
}

input[type=button].generate:hover {
	background: linear-gradient(to bottom,  #22b1dd 0%,#1977ad 100%);
}

button, .cssButton, input[type=submit] 
	{
	display:block;
	float:left;
	position:relative;
	min-width:7px;
	min-height:8px;

	border-width:0px;

	-webkit-border-radius: 	3px;
	-moz-border-radius: 	3px;
	border-radius: 			3px;

	background: #535353;
	background: -moz-linear-gradient(top,  #535353 0%, #393939 100%);
	background: -webkit-linear-gradient(top,  #535353 0%,#393939 100%);
	background: linear-gradient(to bottom,  #535353 0%,#393939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#393939',GradientType=0 );

							/* left top blur spread */
	/*-moz-box-shadow:		1px 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:		1px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow:				1px 1px 1px 0px rgba(0,0,0,0.2);*/

	color:#ffffff;

	/*font-family: Vedanda, Helvetica, Arial, sans-serif;*/
	/*font-family: 'Titillium Web', sans-serif;*/

	font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;

	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
			
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;

	cursor:pointer;

	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
	box-sizing:				border-box;
	
	margin-left:5px;

	outline: 0;     
	outline-style:none;     
	outline-width:0;
	}

button:first-child, .cssButton:first-child, input[type=submit]:first-child
	{
	margin-left:0px;
	}

button:hover,  .cssButton:hover, div.fileInputs:hover .cssButton, div.fileInputs:hover button, input[type=submit]:hover 
	{
	background: #7c7c7c;
	background: -moz-linear-gradient(top,  #7c7c7c 0%, #555555 100%);
	background: -webkit-linear-gradient(top,  #7c7c7c 0%,#555555 100%);
	background: linear-gradient(to bottom,  #7c7c7c 0%,#555555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#555555',GradientType=0 );

	color:#ffffff;

	cursor:pointer;
	}

/* file upload input button & date picker clear button*/
div.fileInputs button, div.datePickerPanel button
	{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	}

/* debug */
/*
button:focus, button:focus:hover
	{
	background:cyan;
	color:#000000;
	}
*/

/* ----------------------------------------------------------------------------  button variation */

button.labelButton
	{
	font-size:11px;

	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;

	-webkit-border-radius: 	0px;
	-moz-border-radius: 		0px;
	border-radius: 				0px;
	}

button.listItemButton
	{
	float:right;

	font-size:11px;

	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;

	margin-top:2px;

	-webkit-border-radius: 	0px;
	-moz-border-radius: 		0px;
	border-radius: 				0px;
	}


/* ----------------------------------------------------------------------------  specific buttons */

/* form input / submit */
input[type=submit] 
	{
	float:right;
	
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;	
	}

/* sidebar nav buttons */
.sidebar button
	{
	width:100%;
	margin-left:0px;
	margin-bottom:5px;
	}

/* modal */
.modalCloseButton
	{
	position:relative;
	float:right;
	width:14px;
	height:14px;

	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;

	padding:3px;

	background:transparent;

	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
	box-sizing:					border-box;

	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	border-radius:				0px;
	
	/*background: url("/images/icons/modalCloseIcon.svg") center center / 26px 26px no-repeat, transparent;*/
	/*background: url("/images/icons/modalCloseIcon.svg") center center / 8px 8px no-repeat, transparent;*/

	/*
	======================

	see inline svg element for close icon

	./images/icons/modalCloseIcon.svg

	======================
	*/
	
	outline:none;
	cursor:pointer;
	z-index:99;
	}

.modalCloseButton:hover
	{
	/*background: url("/images/icons/modalCloseIcon.svg") center center / 26px 26px no-repeat, #b30000;*/
	/*background: url("/images/icons/modalCloseIcon.svg") center center / 12px 12px no-repeat, transparent;*/

	/*
	======================

	see inline svg element for close icon

	./images/icons/modalCloseIcon.svg

	======================
	*/

	background:#990000;
	background:transparent;

	padding:2px;
	}

/*==================================== */


/* 
#################
buttons
#################
*/

button.headerButton
	{
	float:left;
	position:relative;
	display:block;

	height:100%;

	border-width:0px;

	-webkit-border-radius: 	3px;
	-moz-border-radius: 		3px;
	border-radius: 				3px;

	color:#ffffff;
			
	cursor:pointer;

	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
	box-sizing:					border-box;
	
	outline: 0;     
	outline-style:none;     
	outline-width:0;

	line-height:20px;
	font-weight:bold;

	margin:0px;
	}

button#headerLogOutButton
	{
	float:right;
	margin-left:10px;
	margin-top:4px;

	background:#ffffff;
	background:#505569;
	color:#333333;
	color:#ffffff;
	}

button#headerLogOutButton:hover
	{
	background:#cc0000;
	color:#ffffff;
	}

/* bovine list button */
button.backToListbutton
	{
	float:left;
	
	background:#ffffff;
	color:#333333;

	margin-left:0px;
	margin-top:4px;
	margin-right:0px;
	}

button.backToListbutton:hover
	{
	background:#0099e6;
	color:#ffffff;
	}


/* USER ADMIN list button */
button.userAdminButton
	{
	float:left;

	/* margin-left:10px; */
	margin-top:4px;

	background:#ffffff;
	color:#333333;

	outline:none;
	}

button.userAdminButton:hover
	{
	background:#0099e6;
	color:#ffffff;
	}




button.mapHeaderButton
	{
	float:left;

	margin-left:10px;
	margin-top:4px;

	background:#ffffff;
	background:#505569;
	color:#333333;
	color:#ffffff;

	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;

	outline:none;
	}

button.mapHeaderButton:hover
	{
	background:#0099e6;
	color:#ffffff;
	}


a:first-child button.mapHeaderButton
	{
	margin-left:0px;
	}



/* MAP button */
button.mapButton
	{
	float:left;

	margin-left:10px;
	margin-top:4px;

	background:#ffffff;
	color:#333333;

	outline:none;
	}

button.mapButton:hover
	{
	background:#0099e6;
	color:#ffffff;
	}

/* submit */
button.submitButton
	{
	background:#505569;
	float:right;
	}

button.submitButton:hover
	{
	background:#33cc33;
	}

/*
======================
Add New Asset Button
======================
*/

button.addNewAssetButton
	{
	float:right;

	margin-right:10px;

	background:#ffffff;
	background:#505569;
	color:#333333;
	color:#ffffff;

	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;

	outline:none;

	margin-top:0px;
	}

button.addNewAssetButton:hover
	{
	background:#0099e6;
	color:#ffffff;
	}

/*
======================
submit Form Assets Search Button
======================
*/

#submitFormAssetsSearch
	{
	float:left;

	margin-right:10px;

	background:#ffffff;
	background:#505569;
	color:#333333;
	color:#ffffff;

	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;

	outline:none;

	font-weight:normal;
	}

#submitFormAssetsSearch:hover
	{
	background:#0099e6;
	color:#ffffff;
	}

/*
======================
select tag button
======================
*/

.selectGroupButton
	{
	width:100%;

	clear:both;

	margin-bottom:10px;
	margin-left:0px;

	border-style:solid;
	border-width:1px;
	border-color:#008000;

	border-color: #a6a6a6;
	}


/*
======================
group select buttons
======================
*/


.selectGroupButton.admin
	{
	background: #8fc800;
	background: -moz-linear-gradient(top,  #8fc800 0%, #8fc800 100%);
	background: -webkit-linear-gradient(top,  #8fc800 0%,#8fc800 100%);
	background: linear-gradient(to bottom,  #8fc800 0%,#8fc800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#8fc800',GradientType=0 );

	border-color: #99ff66;
	}

.selectGroupButton.admin:hover
	{
	background: #9bd800;
	background: -moz-linear-gradient(top,  #9bd800 0%, #9bd800 100%);
	background: -webkit-linear-gradient(top,  #9bd800 0%,#9bd800 100%);
	background: linear-gradient(to bottom,  #9bd800 0%,#9bd800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd800', endColorstr='#9bd800',GradientType=0 );
	}

.selectGroupButton.service
	{
	background: #00b7ea;
	background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%);
	background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
	background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );

	border-color: #66ccff;
	}

.selectGroupButton.service:hover
	{
	background: #00c2f8;
	background: -moz-linear-gradient(top,  #00c2f8 0%, #00add4 100%);
	background: -webkit-linear-gradient(top,  #00c2f8 0%,#00add4 100%);
	background: linear-gradient(to bottom,  #00c2f8 0%,#00add4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2f8', endColorstr='#00add4',GradientType=0 );
	}

.selectGroupButton.sales
	{
	background: #8fc800;
	background: -moz-linear-gradient(top,  #8fc800 0%, #8fc800 100%);
	background: -webkit-linear-gradient(top,  #8fc800 0%,#8fc800 100%);
	background: linear-gradient(to bottom,  #8fc800 0%,#8fc800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#8fc800',GradientType=0 );

	border-color: #99ff66;
	}

.selectGroupButton.sales:hover
	{
	background: #9bd800;
	background: -moz-linear-gradient(top,  #9bd800 0%, #9bd800 100%);
	background: -webkit-linear-gradient(top,  #9bd800 0%,#9bd800 100%);
	background: linear-gradient(to bottom,  #9bd800 0%,#9bd800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd800', endColorstr='#9bd800',GradientType=0 );
	}

.selectGroupButton.management
	{
	background: #356abf;
	background: -moz-linear-gradient(top,  #356abf 0%, #2c539e 100%);
	background: -webkit-linear-gradient(top,  #356abf 0%,#2c539e 100%);
	background: linear-gradient(to bottom,  #356abf 0%,#2c539e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356abf', endColorstr='#2c539e',GradientType=0 );

	border-color: #0099ff;
	}

.selectGroupButton.management:hover
	{
	background: #3a70c8;
	background: -moz-linear-gradient(top,  #3a70c8 0%, #2f5bab 100%);
	background: -webkit-linear-gradient(top,  #3a70c8 0%,#2f5bab 100%);
	background: linear-gradient(to bottom,  #3a70c8 0%,#2f5bab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a70c8', endColorstr='#2f5bab',GradientType=0 );
	}

.selectGroupButton.corporate
	{
	background: #f9bbf9;
	background: -moz-linear-gradient(top,  #f9bbf9 0%, #ff7cd8 100%);
	background: -webkit-linear-gradient(top,  #f9bbf9 0%,#ff7cd8 100%);
	background: linear-gradient(to bottom,  #f9bbf9 0%,#ff7cd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bbf9', endColorstr='#ff7cd8',GradientType=0 );

	border-color: #ffccff;
	}

.selectGroupButton.corporate:hover
	{
	background: #fac2fa;
	background: -moz-linear-gradient(top,  #fac2fa 0%, #ff8bdc 100%);
	background: -webkit-linear-gradient(top,  #fac2fa 0%,#ff8bdc 100%);
	background: linear-gradient(to bottom,  #fac2fa 0%,#ff8bdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac2fa', endColorstr='#ff8bdc',GradientType=0 );
	}

.selectGroupButton.qhse
	{
	background: #ffaf4b;
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%);
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );

	border-color: #ffcc99;
	}

.selectGroupButton.qhse:hover
	{
	background: #ffb65d;
	background: -moz-linear-gradient(top,  #ffb65d 0%, #ff9c23 100%);
	background: -webkit-linear-gradient(top,  #ffb65d 0%,#ff9c23 100%);
	background: linear-gradient(to bottom,  #ffb65d 0%,#ff9c23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb65d', endColorstr='#ff9c23',GradientType=0 );
	}

.selectGroupButton.engineering
	{
	background: #e160e5;
	background: -moz-linear-gradient(top,  #e160e5 0%, #a849a3 100%);
	background: -webkit-linear-gradient(top,  #e160e5 0%,#a849a3 100%);
	background: linear-gradient(to bottom,  #e160e5 0%,#a849a3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e160e5', endColorstr='#a849a3',GradientType=0 );

	border-color: #cc00cc;
	}

.selectGroupButton.engineering:hover
	{
	background: #e780ea;
	background: -moz-linear-gradient(top,  #e780ea 0%, #be6aba 100%);
	background: -webkit-linear-gradient(top,  #e780ea 0%,#be6aba 100%);
	background: linear-gradient(to bottom,  #e780ea 0%,#be6aba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e780ea', endColorstr='#be6aba',GradientType=0 );
	}

.selectGroupButton.welding
	{
	background: #ff3019;
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

	border-color: #ff3333;
	}

.selectGroupButton.welding:hover
	{
	background: #ff4631;
	background: -moz-linear-gradient(top,  #ff4631 0%, #ed0505 100%);
	background: -webkit-linear-gradient(top,  #ff4631 0%,#ed0505 100%);
	background: linear-gradient(to bottom,  #ff4631 0%,#ed0505 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4631', endColorstr='#ed0505',GradientType=0 );
	}

.selectGroupButton.maintenance
	{
	background: #f9bbf9;
	background: -moz-linear-gradient(top,  #f9bbf9 0%, #ff7cd8 100%);
	background: -webkit-linear-gradient(top,  #f9bbf9 0%,#ff7cd8 100%);
	background: linear-gradient(to bottom,  #f9bbf9 0%,#ff7cd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bbf9', endColorstr='#ff7cd8',GradientType=0 );

	border-color: #ffccff;
	}

.selectGroupButton.maintenance:hover
	{
	background: #fac2fa;
	background: -moz-linear-gradient(top,  #fac2fa 0%, #ff8bdc 100%);
	background: -webkit-linear-gradient(top,  #fac2fa 0%,#ff8bdc 100%);
	background: linear-gradient(to bottom,  #fac2fa 0%,#ff8bdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac2fa', endColorstr='#ff8bdc',GradientType=0 );
	}

.selectGroupButton.visitor
	{
	background: #ffd65e;
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%);
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );

	border-color: #ffff66;
	}

.selectGroupButton.visitor:hover
	{
	background: #ffdf7f;
	background: -moz-linear-gradient(top,  #ffdf7f 0%, #fecc36 100%);
	background: -webkit-linear-gradient(top,  #ffdf7f 0%,#fecc36 100%);
	background: linear-gradient(to bottom,  #ffdf7f 0%,#fecc36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf7f', endColorstr='#fecc36',GradientType=0 );
	}

.selectGroupButton.dogs
	{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

	border-color: #cccccc;

	color:#a6a6a6;
	}

.selectGroupButton.dogs:hover
	{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #dadada 100%);
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dadada 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dadada',GradientType=0 );
	}

/*
======================
survey select buttons
======================
*/







/* surveySelectButton */
.selectGroupButton.surveySelectButton
	{
	/*background: rgb(6,188,9);
	background: -moz-linear-gradient(top,  rgb(6,188,9) 0%, rgb(15,137,13) 100%);
	background: -webkit-linear-gradient(top,  rgb(6,188,9) 0%,rgb(15,137,13) 100%);
	background: linear-gradient(to bottom,  rgb(6,188,9) 0%,rgb(15,137,13) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bc09', endColorstr='#0f890d',GradientType=0 );

	border-color: #33cc33;*/

	background: rgb(30,87,153);
	background: -moz-linear-gradient(top,  rgb(30,87,153) 0%, rgb(41,137,216) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%);
	background: -webkit-linear-gradient(top,  rgb(30,87,153) 0%,rgb(41,137,216) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%);
	background: linear-gradient(to bottom,  rgb(30,87,153) 0%,rgb(41,137,216) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );

	border-color: #37d5f8;
	}

.selectGroupButton.surveySelectButton:hover
	{
	/*background: rgb(7,219,11);
	background: -moz-linear-gradient(top,  rgb(7,219,11) 0%, rgb(18,159,15) 100%);
	background: -webkit-linear-gradient(top,  rgb(7,219,11) 0%,rgb(18,159,15) 100%);
	background: linear-gradient(to bottom,  rgb(7,219,11) 0%,rgb(18,159,15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07db0b', endColorstr='#129f0f',GradientType=0 );
	*/

	background: rgb(41,119,209);
	background: -moz-linear-gradient(top,  rgb(41,119,209) 0%, rgb(84,161,224) 50%, rgb(65,150,225) 51%, rgb(151,200,237) 100%);
	background: -webkit-linear-gradient(top,  rgb(41,119,209) 0%,rgb(84,161,224) 50%,rgb(65,150,225) 51%,rgb(151,200,237) 100%);
	background: linear-gradient(to bottom,  rgb(41,119,209) 0%,rgb(84,161,224) 50%,rgb(65,150,225) 51%,rgb(151,200,237) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2977d1', endColorstr='#97c8ed',GradientType=0 );
	}

/* surveySelectButton buttonOn  */
.selectGroupButton.surveySelectButton.buttonOn,
.selectGroupButton.surveySelectButton.buttonOn:hover
	{
	/*background: #006e2e;
	background: -moz-linear-gradient(top,  #006e2e 0%, #006e2e 100%);
	background: -webkit-linear-gradient(top,  #006e2e 0%,#006e2e 100%);
	background: linear-gradient(to bottom,  #006e2e 0%,#006e2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 );

	border-color: #33cc33;*/

	background: rgb(24,71,124);
	background: -moz-linear-gradient(top,  rgb(24,71,124) 0%, rgb(32,110,174) 50%, rgb(26,99,162) 51%, rgb(65,153,221) 100%);
	background: -webkit-linear-gradient(top,  rgb(24,71,124) 0%,rgb(32,110,174) 50%,rgb(26,99,162) 51%,rgb(65,153,221) 100%);
	background: linear-gradient(to bottom,  rgb(24,71,124) 0%,rgb(32,110,174) 50%,rgb(26,99,162) 51%,rgb(65,153,221) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18477c', endColorstr='#4199dd',GradientType=0 );

	border-color: #37d5f8;
	}