@CHARSET "ISO-8859-1";

/*****************************************************************************************************
 * Basic HTML elements
 *****************************************************************************************************/

html { overflow-y: scroll; }
body {
	position: relative;
	/*background:url(../images/IMG_1777.JPG);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
background-attachment:fixed;*/
	color: #777777;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	font-size:14px;
	margin: 0;
	background-color: #fff;
}

a, a:active, a:hover { color: #000080; cursor: pointer; outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
textarea { overflow: auto; }

fieldset, img, iframe { border: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled], input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

small { font-size: 11px; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

h1, h1 * { font-size: 13pt; padding: 0px; margin: 5px 0px; }
h2, h2 * { font-size: 12pt; padding: 0px; margin: 4px 0px; }
h3, h3 * { font-size: 11pt; padding: 0px; margin: 3px 0px; }
h4, h4 * { font-size: 10pt; padding: 0px; margin: 2px 0px; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

dfn[title] { font-style: normal; }

/* Horizontal Rule */
hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid;
}

q, blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
	
blockquote {
	padding: 0 20px;
	font-size: 16px;
	line-height: 22px;
}

blockquote:before { content: '\201C'; }
blockquote:after { content: '\201D'; }
code, pre { font-family: "Courier New", Courier, monospace; }
code { word-spacing: -2px; }

pre {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
select, input, textarea, button { font: 12px Arial, sans-serif; }
form, textarea { margin: 0; }
legend, fieldset, input { padding: 0; }
textarea, select { padding: 2px; }
select { line-height: 19px; } /* Needed for Safari */

/*
 * Helper classes
 */

.module {
	margin: 0px;
}

.menu, .menu ul {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}

#header, #content, #breadcrumbs, .module {
	margin: 5px;
}

.SAMAContentBlockBody {
	padding: 0px 10px 0px 10px
}
