/* http://meyerweb.com/eric/tools/css/reset/ */
/* Eric Meyer reset tool | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend /*,*/
/*table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
@font-face {
	font-family:MyriadPro-BoldCond;
	src: url('../fonts/MyriadPro-BoldCond.ttf');
}
@font-face {
	font-family:MyriadPro-Cond;
	src: url('../fonts/MyriadPro-Cond.ttf');
}
@font-face {
	font-family:MyriadPro-Semibold;
	src: url('../fonts/MyriadPro-Semibold.ttf');
}

/* Remove the outline from all a elements */
a:hover,
a:active,
a:focus {
	outline: 0;
}

html,
body {
  height: 100%;
  /*padding-top: 60px;*/ /* Used for the navbar-fixed-top UPDATE: already done via jQuery due to the fluid height nature of the header on different resolutions*/
}
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	/*background:url('../images/body.jpg') repeat;*/
	/*background:#F2F2F0;*/
	background:#FFFFFF;
	
}
h1, h2, h3 {
	color:#5D8A0C;
	font-family:MyriadPro-Cond;
	padding:10px 0;	
}
/*
h1:after, h2:after, h3:after {  
	background-image: url('../images/heading.png');
    background-position: left center;
    background-repeat: repeat-x;
	margin:0 0 0 10px;
    content: url('../images/heading.png');
}
*/
h1 {
	font-size:35px;
	font-weight:normal;
}
h2 {
	font-size:28px;
	font-weight:normal;
}
h3 {
	font-size:23px;
	font-weight:normal;
}
p {
	padding:0 0 10px 0;
}
a, a:focus {
	color:#5D8A0C;
	text-decoration:none;
}
a:hover, a.active {
	color:#5D8A0C;
	text-decoration:none;
}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover  {
	text-decoration:none;
}
ul {
	/*padding:0 0 10px 15px;*/
	/*padding:0 0 0 15px;*/
	list-style-position:inside;
	/*list-style-image: url('../images/li.png');*/
}
hr {
	margin-bottom: 5px;
    margin-top: 5px;
}
textarea {
	min-height:83px;
}
table p {
	padding:0;
}
table h2 {
	padding:0;
}
article {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	text-align:justify;
}
article img {
	position:relative;
	float:left;
	padding:4px;
	margin:0 10px 0 0;
}
article:nth-child(even), article:hover {
	border-bottom:#121212 1px dashed;
}
ul + h1, ol + h1, p + h1, table + h1,
ul + h2, ol + h2, p + h2, table + h2,
ul + h3, ol + h3, p + h3, table + h3,
ul + h4, ol + h4, p + h4, table + h4,
ul + h5, ol + h5, p + h5, table + h5,
ul + h6, ol + h6, p + h6, table + h6 {
	padding:10px 0 10px 0;
}
sup {
	font-size:60%;
}
/* Structure */
.wrapper {
  min-height: 100%;
  height: auto;
}
.center {
	padding:15px 0;	
}
header {
	color:#FFFFFF;
	background-color: #F2F2F2;
	background-image: -moz-linear-gradient(top, #F9F9F9, #F2F2F2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F2F2F2));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F2F2F2);
	background-image: -o-linear-gradient(top, #F9F9F9, #F2F2F2);
	background-image: linear-gradient(to bottom, #F9F9F9, #F2F2F2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	*background-color: #F2F2F2;	
}
footer {
	padding:20px 0;
	background-color: #F2F2F2;
	background-image: -moz-linear-gradient(top, #F9F9F9, #F2F2F2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F2F2F2));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F2F2F2);
	background-image: -o-linear-gradient(top, #F9F9F9, #F2F2F2);
	background-image: linear-gradient(to bottom, #F9F9F9, #F2F2F2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	*background-color: #F2F2F2;
	text-align:center;
}
footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
/* Header */
header a {
	color:#FFFFFF;
}
header a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
header .badge {
	vertical-align:top;
}

/* Sidebar */
aside h2 {
	font-size:35px;
}
aside li {
	padding:2px 0;
}		
p.continued {
	margin-top:0;
}
/* Footer */
footer ul {
	padding:0 0 10px 15px;
	list-style-image: url('../images/footer_li.png');
}
footer a:hover {
	color:#F2F2F2;
	text-decoration:none;
}
footer a, footer h1, footer h2, footer h3 {
	color:#F2F2F2;
}
footer h2 {
	font-size:20px;
}
footer a img {
	margin:0 0 5px 15px;
	vertical-align:middle;
}
.form_response {
	display:block;
	font-size:11px;
	color:#FF0000;
}
.form_response.success {
	color:#009900;
	padding-left:16px;
}
.form_response.error {
	color:#FF0000;
	padding-left:16px;
}

/* Pagination */
.pagination span a {
	text-decoration:none;
}

/* Login form */
.login_form {
	width:440px;
	margin:auto;
	margin-top:250px;
	padding:20px 0;
	border: 1px solid #CCCCCC;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-boder-radius:3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background:url('../images/login_form.png') no-repeat scroll 330px 87px #FFFFFF;
}
/*  Miscellaneous */
.inline {
	vertical-align:middle;
	display:inline;
}
.inline img {
	position:relative;
	float:left;
	margin:0 20px 0 0;
}
.filter-selector {
	margin:9px 0 0 0;
}
.small-form input[type=text] {
	height:23px;
}
.small-form select {
	height:24px;
	padding:2px;
	font-size: 12px;
}
.small-form .btn {
	height:24px;
	padding:2px 5px;
}
.font-myriad {
	font-family:MyriadPro-Cond;
}
.tiny-text {
	font-size:11px;
}
.small-text {
	font-size:12px;
}
.medium-text {
	font-size:15px;
}
.large-text {
	font-size:21px;
}
.extra-large-text {
	font-size:30px;
}
.strikethrough-text {
	text-decoration: line-through;
}
.gray-text {
	color:#999999;
}
.red-text {
	color:#CC0000;
}
.orange-text {
	color:#FF6600;
}
.green-text {
	color:#009900;
}
.gray-text {
	color:#999999;
}
.text-justify {
	text-align:justify;
}
.text-8 {
	font-size:8pt;
}
.text-9 {
	font-size:9pt;
}
.text-10 {
	font-size:10pt;
}
.text-18 {
	font-size:18px;
}

/* Other */
.inline-img {
	position:relative;
	float:left;
}
.thumbnail-borderless {
	border:0 none;
}
.horizontal-separator {
	width:100%;
	height:10px;
	position:relative;
	float:left;
}
.vertical-separator {
	width:10px;
	height:1px;
	position:relative;
	float:left;
}
.clear {
	clear:both;
}
.no-padding {
	padding:0;
}
.no-li {
	list-style:none;
}
.no-button {
    background-image: none;
    border: 0 none;
    cursor: pointer;
	border-radius:2px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding:0 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.badge-important {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	background:#CC0000;
}
 #map_canvas {
	width: auto;
	height: 300px;
}
.overflow-box-center {
	height:190px;
	overflow:scroll;
	overflow-x:hidden;
	border:0 none;
}
.btn-fixed-size {
	width:242px;
	text-align:left;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* Bootstrap fileupload */
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-file {
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.btn-file > input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}
.fileupload {
	margin-bottom: 9px;
}
.fileupload .uneditable-input {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	cursor: text;
}
.fileupload .thumbnail {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}
.fileupload .thumbnail > img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}
.fileupload .btn {
	vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
	display: none;
}
.fileupload-inline .fileupload-controls {
	display: inline;
}
.fileupload-new .input-append .btn-file {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
	border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
	color: #a47e3c;
	border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
	color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
	border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
	color: #b94a48;
	border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
	color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
	border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
	color: #468847;
	border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
	color: #468847;
}
.control-group.success .fileupload .thumbnail {
	border-color: #468847;
}
form .image-preview {
	float:right;
	border:solid 1px #AAA;
	max-width:157px;
}
.fileupload-preview {
	width:157px;
}
/* END Bootstrap fileupload */