﻿
/* Buttons
------------------------------------------------------------- */

.butt1 {
	color: #000000;
	font: 12px/17px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 6px 0 7px 0;
	overflow: hidden;
	border: 1px solid #9F9F9F;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	background: #D3D3D3 url('/content/images/fdt/spriteHor001.png') 0px -345px repeat-x;
}

.smallbutt1 {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
    margin-left: 10px;
    float: left;
	display: block;
	padding: 3px 3px 4px 3px;
	overflow: hidden;
	border: 1px solid #9F9F9F;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	background: #D3D3D3 url('/content/images/fdt/spriteHor001.png') 0px -345px repeat-x;
}

input.butt1,
button.butt1 {
	padding: 7px 0 8px 0;
}

@-moz-document url-prefix() { /* FF */
	.butt1 {
		padding: 6px 0 7px 0;
	}
	input.butt1 {
		padding: 7px 0 8px 0;
	}
	button.butt1 {
		padding: 6px 0 7px 0;
	}
}

.smallbutt1:hover,
.butt1:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	background-color: #A9DAF5;
	background-position: 0px -385px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: #3C7FB1;
}


input.butt2,
button.butt2, a.butt2 {
	padding: 8px 12px;
	background-color: #070d36;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	float: left;
	margin: 5px 0 0 7px;
	border: none;
	text-decoration: none;
    border-radius: 20px;
}

.butt2:hover {
	background-color:#003d51;
}

.ngdialog-close {
    display: none;
}

.dialogheader {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;

    background-color: #005b81;
}

.ngdialog-content {
    border-radius: 20px !important;
}

input.butt2right,
button.butt2right, a.butt2right {
	padding: 8px 12px;
	background-color: #070d36;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	float: right;
	margin: -3px 0 0 7px;
	border: none;
	text-decoration: none;
	border-radius: 20px;
}

.butt2right:hover {
    background-color: #003d51;
}



input.butt3,
button.butt3, a.butt3 {
	padding: 4px 23px;
	background-color: #070d36;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	float: left;
	margin: -1px 0 0 7px;
	border: none;
	text-decoration: none;
    border-radius: 20px;
}

.butt3:hover {
	background-color:#003d51;
}

@-moz-document url-prefix() { /* FF */
	.butt2 {
		padding: 6px 0 7px 0;
	}
	input.butt2 {
		padding: 7px 0 8px 0;
	}
	button.butt2 {
		padding: 6px 0 7px 0;
	}
}

input.btn-disabled {
    background-color: #BBB;
}
input.btn-disabled:hover {
    cursor: default;
    background-color: #BBB;
}