/*********************** C S S   R E S E T *************************/

body, div,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
p, blockquote, pre, table,
form, fieldset, input, textarea, button
{
	margin: 0;
	padding: 0;
}
html
{
	/*
	height: 100%;
	*/
	font-size: 100.01%;
}

body
{
	/*
	height: auto !important;
	height: 100%;
	min-height: 100%;
	*/
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 1em;
	font-weight: bold;
	clear: left;
}

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

p
{
	margin-top: 1em;
}

hr
{
	margin: 1em 0 0;
	height: 0;
	color: transparent;
	border-top: 1px solid #A5A99B;
	border-bottom: 1px solid #FFF;
	background-color: transparent;
}

img { border-width: 0; }

dl, ol, ul { margin: 1em 0 1em 2em; }
dl dl, ol ol, ul ul { margin-top: 0; margin-bottom: 0; }

address, code { font-size: 100%; }
pre, kbd, samp, tt { font-size: 125%; }

sub, sup { font-size: 80%; }

table { /* border-collapse: collapse; */ }
td { vertical-align: top; }
thead { font-weight: bold; }

form, input, button, select, textarea { font-size: 100%; }
fieldset { border-width: 0; }


/********************* M A I N   S T Y L E S **********************/

body, .SC_Item, .SC_ItemSelected
{
	color: #616161;
	background-color: #E4E7DE;
}
body
{
	font-size: 80%;
}
body, button, input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #63C200;
	text-decoration: underline;
}
a:link, a:visited
{
	/*color: #000000 !important;*/
	background-color: transparent;
}
a:hover, a:focus, a:active
{
	color: #5BA50B;
	background-color: transparent;
}

/*********************** C L A S S E S *******************/

h1
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 190%;
	font-weight: normal;
}
h1, h1 a, h1 a:link,  h1 a:visited,  h1 a:hover,  h1 a:focus,  h1 a:active
{
	color: #63C200;
}

h2
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: normal;
}
h2, h2 a, h2 a:link,  h2 a:visited,  h2 a:hover,  h2 a:focus,  h2 a:active
{
	color: #616161;
}
h2 a
{
	text-decoration: none;
}

h3
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
}
h3, h3 a, h3 a:link,  h3 a:visited,  h3 a:hover,  h3 a:focus,  h3 a:active
{
	color: #6d6d6d;
}

.Marker1
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}
.Marker1,
.Marker1 a
{
	color: #616161;
}

.Marker2,
.Marker2 a
{
	color: #179848;
}

.Marker3,
.Marker3 a
{
	color: #FFFFFF;
}

cite
{
	display: block;
	border: #ABADAC 1px solid;
	margin-top: 0.5em;
	padding: 0.3em;
	color: #555555;
	background-color: #E1E6E9;
}
code
{
	display: block;
	border: #ABADAC 1px solid;
	margin-top: 0.5em;
	padding: 0.3em;
	font-family: 'Courier New' , monospace;
	color: #555555;
	background-color: #E1E6E9;
}

.Details
{
	clear: left;
	text-align: right;
}
.Signature
{
	text-align: right;
	color: #555555;
	background-color: transparent;
}

.Date
{
	text-align: right;
	color: #555555;
	background-color: transparent;
}

.ImageLeft
{
	float: left;
	margin: 1em 2em 0.5em 0;
	border: 5px solid #FFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.ImageRight
{
	float: right;
	margin: 1em 0 0.5em 2em;
	border: 5px solid #FFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.ImageCenter
{
	display: block;
	margin: 1em auto 0.5em;
	border: 5px solid #FFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.External
{
	background: url(/images/external.png) center right no-repeat;
	padding-right: 13px;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.break
{
	float: none;
	clear: both;
}
.clearfix
{
	display: block;
}
.clearfix:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*********************** TABLE ************************/

.Table
{
	border: solid 1px #C2D2C8;
	*border-collapse: collapse; /* IE7 and higher */
	border-spacing: 1px;
	margin: 1em auto;
	padding: 0;
}
.Table caption
{
	border: 1px solid #C2D2C8;
	padding: 2px 20px;
	text-align: left;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 190%;
	font-weight: normal;
	color: #FFF;
	background: #79E304;
}
.Table th,
.Table th a
{
	color: #179848;
}
.Table td,
.Table th
{
	padding: 6px 20px;
	/*border-left: 1px solid #C2D2C8;*/
	/*border-top: 1px solid #C2D2C8;*/
}
.Table td:first-child,
.Table th:first-child
{
	border-left: none;
}
.Table th
{
	border-top: none;
}
.Table thead td,
.Table thead th,
.Table tfoot td,
.Table tfoot th
{
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #949592;
}
.Table tbody tr
{
	background: #FFFFFF;
}
.Table tbody tr:nth-child(even)
{
	background: #F8F8F8;
}
.Table tbody tr.alt
{
	background: #F8F8F8;
}
.Table tbody tr:hover
{
	background: #dbe0d1;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*********************** FEEDBACK FORM ************************/

form
{
	clear: both;
	width: 100%;
	width: 780px;
	margin: 15px auto;
	font-size: 110%;
}

form fieldset
{
	width: 100%;
	border: solid 0px #FFFFFF;
}
form legend
{
	padding-top: 1em;
	font-size: 150%;
	font-weight: bold;
}
form p
{
	clear: both;
	margin-top: 1em;
}
form label
{
	float: left;
	width: 25%;
	margin-right: 2%;
	padding-top: 0.2em;
	text-align: left;
}
form label > span
{
	display: inline;
	position: absolute;
	margin-left: 0.3em;
	margin-top: -0.3em;
	color: red;
	font-size: 180%;
	font-weight: bold;
	vertical-align: middle;
}
form input,
form select,
form textarea
{
	width: 70%;
	margin: 0;
	padding: 0.3em 0.2em;
	border: 1px solid #CCC;
	outline-width: 0;
	background-color: #EEE;
}
form textarea
{
	min-width: 70%;
	max-width: 70%;
	height: 10em;
	white-space: normal;
}
form span.group
{
	float: left;
	display: block;
	width: 70%;
}
form span.group input
{
}
form span.group label
{
	width: auto;
	padding-top: 0;
}
form input.radio
{
	clear: left;
	display: inline;
	border-style: none;
	width: auto;
	margin: 0.2em;
	padding: 0;
	background-color: transparent;
}
form input.warning,
form textarea.warning
{
	border: 1px solid #999;
	background-color: #FFFDCF;
}
form img
{
	float: left;
	margin-right: 0.5em;
	vertical-align: top;
	cursor: pointer;
}
form #captcha
{
	float: left;
	padding: 5px 0;
	width: 129px;
	text-align: center;
}
form .reset,
form .submit
{
	width: 151px;
	height: 29px;
	margin-top: 8px;
	padding: 0;
	border: 1px solid #D7D7D7;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	background-color: #79E304;
	color: #FFF;
}
form .submit
{
	margin-left: 27%;
}
form .reset:active,
form .submit:active
{
	position: relative;
	top: 1px;
	left: 1px;
}
form p.warning
{
	padding-bottom: 1em;
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
}

/*********************** GMAP ************************/

.gmap
{
	clear: both;
	height: 450px;
}
.gmap h2
{
	margin-top: 0.5em;
}
.gmap p img
{
	border: 1px solid #AAA;
}

/*********************** GALLERY ************************/

dl.gallery
{
	clear: both;
	display: inline-block;
	margin-top: 1em;
	padding-left: 0;
}
dl.gallery dt
{
	float: left;
	overflow: hidden;
}
dl.gallery dt.section
{
	width: 100px;
	height: 100px;
	margin: 5px;
	padding: 0px;
	text-align: center;
}
dl.gallery dt.thumb
{
	width: 100px;
	height: 100px;
	margin: 5px;
	padding: 0px;
}
dl.gallery a
{
	text-decoration: none;
}

/*********************** PAGES ************************/

p.pages
{
	font-size: 90%;
	text-align: center;
}
p.pages .prev
{
	float: left;
}
p.pages .next
{
	float: right;
}
p.pages a
{
	text-decoration: none;
}
p.pages .act
{
	font-weight: bold;
}
p.pages .disabled
{
	color: #888;
}

/*********************** SKYPE ************************/

span.skype_pnh_container { display: none !important; }
span.skype_pnh_print_container { display: inline !important; }

