/* Minification failed. Returning unminified contents.
(253,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/******************************************************
 * 
 * File:        reset.css
 * 
******************************************************/

html {
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {border: 0;}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {border: 0;}
a {
    outline: none;
    text-decoration: none;
}
.clear {clear: both;}
input, select, textarea {outline:none;}
textarea {resize:none;}
/******************************************************
 * 
 * File:        style.css
 * 
******************************************************/

html {
    background-color: #fff;
}

body {
    color: #000;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
}

/***-------------------------------------------------------------------------------------- type ----------***/

h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
h3 {
    font-size: 24px;
    text-align: center;
}
h4 {
    text-align: center;
    font-size:16px;
    font-weight:bold;
    background: #ffcf5a;
    padding: 10px 0 5px 0;
}
h5 {
    font-size:16px;
    font-weight:bold;
    padding-bottom: 5px;
}
em {font-style: italic; font-size:12px;}
p {font-size:12px;}
a {color: #000 !important;}

/***-------------------------------------------------------------------------------------- basic ----------***/

.logo {
    position: absolute;
    top: 50px;
    right: 10px;
}

.logo3 {
    top: 0px;
}

.logo img {
    float: right;
    clear: right;
}
.wrapper {
    border-top: 5px solid #004a8d;
    float: left;
    width: 100%;
}
.top-wrapper {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
.bottom-wrapper {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.content {
    border: 5px solid #ffc420;
    border-top: none;
    background: #fff2d3;
}
.left-col {
    width: 59.5%;
    float: left;    
    border-right: 5px solid #ffc420;
    background: #fff2d3;
}
.right-col {
    width: 39.8%;
    float: left;
    background: #fff2d3;
}
.section.dark, .section.light {padding: 5px 10px;}
.left-col.dark, .section.dark, table.dark {background: #ffcf5a;}
.left-col.light, .section.light {background: #fff2d3;}
.right-col.dark {background: #ffc420;}
.right-col.light {background: #fff2d3;}
.section.border {border-bottom: 5px solid #ffc420; background: #fff}
em.left {float: left;}
p.right {float: right;}

/***-------------------------------------------------------------------------------------- table width definition ----------***/

table tr.first td {padding-top: 10px;}
table.full-width {width: 100%;}
table.full-width em {font-size:16px; font-weight:bold; font-style: italic;}
table.full-width.image td,
table.s-medium tr.first td {padding: 0;}
table.medium {width: 70%;}
table.s-medium {width: 64%;}
table.central {margin: 0 auto;}
table.right.central tbody {padding-top:10px;}
table td.light {background: #fff2d3;}
table td.dark {background: #ffcf5a;}
table td.blank {padding-right: 5px;}
table td.light,
table td.dark {padding: 0 5px 5px 5px;}
table.right tr td,
table tr td.right,
table tr th.right {text-align: right;}
table tr td.left {text-align: left; padding-left: 10px;}
table tr td.center,
table tr th.center {text-align: center;}
table tr th {font-weight: bold;padding-bottom: 5px;}
table tr td {padding-bottom: 7px;}
table.full-width-bottom {width: 100%;background: #ffcf5a;border-top: 5px solid #ffc420;}
table.full-width-bottom tr td {padding:10px;}
table.transport {width:160px; margin: 5px 0 0 51px;}
table.transport tr td {padding-top: 5px;}
table.transport tr td.sec,
table.transport tr td.third {width:82px;}


/* Layout
   -------------------------------- */
.title label {
	width: 140px;
	 color: #6e6e6e;
    font: bold 13px Helvetica, Arial, sans-serif;
	margin-right:5px;


}
.title input {
	width: 180px;
	 color: #333;
    font: 14px Helvetica, Arial, sans-serif;
	font: bold Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	border: solid 1px #dcdcdc;
	margin-right:15px;
	height:18px;
    padding: 2px 8px;

}

.layout-grid {
	width: 960px;
}

.title {
    margin-top:15px;
	text-align: center;
	vertical-align: top;
	display:block;

}
#NT_copy {
	position: absolute;
	padding: 10px;
	left: -100px;
	font-size: 0.8em;
	background-color: #fff2d3;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	height: auto;
	width: 260px;
	top: 20px;
	 -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.buttons {
    float: left;
    clear: both;
}
a.button {
	color: #6e6e6e;
	text-decoration: none;
	padding-top:4px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
	background: #f3f3f3;
	border: solid 1px #dcdcdc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 5px;
	padding-right: 6px;
	padding-left: 6px;
}
a.button:hover {
    color: #333;
    border-color: #999;
	background-color: #ffcf5a;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
    color: #000;
    border-color: #444;
	background-color: #ffcf5a;
}
a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.middle:hover,
a.right:hover { border-left: solid 1px #999 }
a.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}

.container {
    width: 739px;
    margin: 7px auto;
    overflow: hidden;
	background-image:url(../images/headerBgr.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.gmap a {

border:solid 0px;	
float:right;
padding:2px;
margin-top:2px;
background-color:#fff2d3;
}
.previous{
	margin-top:2px;
	width:28px;
	height:19px;
	position: absolute;
	top:2px;
	}
.next{

width:28px;
height:19px;
position: absolute;
top:2px;
}	

body.login .container {
    background: none;
}

body.login li.username label,
body.login li.username span,
body.login li.password label,
body.login li.password span {
    display: block;
    float: none;
}

body.login .off-screen { display: none;}

body.login .large { width: 100% }

body.login label, body.login input[type='submit'] {
    cursor: pointer;
}

body.login input.submit {
	border: 0;
	padding: .5em;
	font-weight: bold;
	color: #fff;
	background: #000;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 15em;
}

body.login div.form, body.login div.notification.success {
    background-color: #ffcf5a;
}

body.login, body.login input, body.login div.notification.success p {
    font-size: 18px;
    line-height: 1.6;
}

body.login form, body.login div.notification.success p, div.grid-wrapper {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 1em;
    padding-top: 1em;
}

body.login fieldset ol li {
    padding-bottom: .5em;
    margin-bottom: .5em;
}

body.login li.links {  
    margin: 0;
    list-style: none;
}

body.login li.links a { text-decoration: underline;padding-right: 10px; }

.content a, body.login a {text-decoration: underline;}

body.login span.field-validation-error, body.login div.validation-summary-errors li { color: #c00;}

body.login div.buttons { width: 100%;float: none;clear: none; }

/*
@media screen and (max-width: 640px) {
    body.login input.submit {width: 100%;}
}
*/

body.login table {width: 100%;}
ol.toolbar {list-style: none;background-color: #ffcf5a;}
ol.toolbar li a {display: inline-block; text-decoration: underline; margin-left: 5%; padding-top: 1em;font-weight: bold;}
ol.toolbar li a:hover, ol.toolbar li a:focus {color: #000;}

/* Main navigation */
div#nav ol  {margin: 0; padding: 0; list-style: none; }
div#nav li { display: inline; margin-left: 5px; }
div#nav li a, div#nav li span { display: inline-block; padding: 0 5px; text-decoration: none; }
div#nav li a:hover, div#nav li a:focus { text-decoration: underline; }

body.users .container { width: 95%; }
