@charset "utf-8";

.dataTable  input {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.btn-flat-blue {
	margin: 20px 0px;
	font-size: 14px !important;
	padding: 10px 20px !important;
	text-shadow: 0px 0px 3px #0B9DDD !important;
	color: #FFF !important;
	background: none repeat scroll 0% 0% #0B9DDD !important;
	border-radius: 3px !important;
	border: 1px solid #0B9DDD !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 3px #FFF inset;
	width: 70%;
	margin-left: 50px;
}

.btn-flat-pink {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 50px;
	margin-bottom: 20px;
	font-family: fgmodern !important;
	font-size: 14px !important;
	padding: 10px 20px !important;
	text-shadow: 0px 0px 3px #C06 !important;
	color: #FFF !important;
	background: none repeat scroll 0% 0% #F39 !important;
	border-radius: 5px !important;
	border: 2px solid #F39 !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 3px #FFF inset;
	width: 70%;
}
.btn-flat-yelowk {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 50px;
	margin-bottom: 20px;
	font-family: fgmodern !important;
	font-size: 14px !important;
	padding: 10px 20px !important;
	text-shadow: 0px 0px 3px #E7D320 !important;
	color: #353535 !important;
	background-repeat: repeat;
	background-position: 0% 0% #FDE71D;
	background-image: none;
	background-color: #FDD21D;
	background-attachment: scroll;
	border-radius: 5px !important;
	border: 2px solid #FDE71D !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 3px #FFF inset;
	width: 70%;
}
.dataTable input {
	width: 90%;
}

.btn-flat-default {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #CCC #B3B3B3;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.block div hr {
	margin-top: 60px;
	margin-bottom: 60px;
}

#modeChgBox {
	border: thin solid rgba(224,186,24,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-left-radius: 4px;
	margin-bottom: 40px;
}

#modeDeleteBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid rgba(207,43,125,1.00);
	border-radius: 4px;
}
