a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}
a {
	color: #005e8d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #002b41;
	text-decoration: underline;
}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
}
fieldset {
	border: 1;
}
legend {
	font-size: 14px;
	font-weight:bold;
	color: #666;
	border: 1;
}
legend small {
	font-size: 13.5px;
	color: #999;
}
label,
input,
button,
textarea {
	font-size: 13px;
	font-weight: normal;
}
select{
	font-size: 13px;
}
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.valign{
	vertical-align: bottom;
}
a.disabled,
a.disabled:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
h1 {
	font-size: 26px;
	line-height: 28px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}
body.modal-open {
	overflow: hidden;
	-ms-overflow-style: none;
}

.datatoggle {
   border-bottom: 1px dotted #000;
   text-decoration: none;
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #D5CECE;
    -webkit-appearance: none;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-top: 1px 0;
}

.centeralign{
    text-align-last: center;
}

input[type="number"]{
    text-align: right;
}

table td,
table th{
    border: 1px solid;
    border-color: #D5CECE;
    padding: 4px;
    vertical-align: bottom;
    
}
table{
    width: 100%;
}

#ajaxloader{
display: none;
position:fixed;
bottom: 0px;
right:0px;
width:100%;
height:100%;
background-color:#666;
background-image:url('../img/ajaxloader.gif');
background-repeat:no-repeat;
background-position:center;
z-index:10000000;
opacity: 0.6;
filter: alpha(opacity=0); /* For IE8 and earlier */
}

.invalid_color{
color: DarkRed;
font-weight: bold;
}

input[type="checkbox"]{
	zoom: 0.8;
}