/**********************
	-	RESET	-
************************/
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%;
}
html {
	padding: 0;
	margin: 0px;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
body {
	background: #fff;
}
/* wrapper for component */
#componentWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
#componentWrapper .thumbContainer {
	position: relative;
	top: 0px;
	left: 40px;
}

#componentWrapper .thumbInnerContainer {
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
}
#componentWrapper .thumb_hidden {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#componentWrapper .thumbHolder {
	position: absolute;
	width: 240px;
	height: 200px;
	background: #fff;
	box-shadow: 2px 2px 2px #ccc;
	border-left: 1px solid #eee;
	overflow: hidden;
}
#componentWrapper .thumbHolder a img {
	display: block;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 160px;
}
#componentWrapper .innerThumbHolder {
	position: absolute;
	width: 240px;
	height: 160px;
	overflow: hidden;
}
#componentWrapper .innerThumbHolder a img {
	display: block;
	width: 240px;
	height: 160px;
}
#componentWrapper .thumbBackward {
	position: absolute;
	width: 112px;
	height: 40px;
	left: 50%;
	margin-left: -56px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
#componentWrapper .thumbBackward img {
	position: absolute;
	display: block;
	width: 31px;
	height: 21px;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -10px;
}
#componentWrapper .thumbForward {
	position: absolute;
	width: 112px;
	height: 40px;
	left: 50%;
	margin-left: -56px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
#componentWrapper .thumbForward img {
	position: absolute;
	display: block;
	width: 31px;
	height: 21px;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -10px;
}
/* title */
#componentWrapper .title {
	position: absolute;
	left: 9px;
	top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
}
#componentWrapper .title_big {
	position: absolute;
	left: 9px;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
}
#componentWrapper .info {
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
#componentWrapper #html_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 160px;
}
#componentWrapper #html_content img {
	display: block;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 160px;
}
/* google map example */
#componentWrapper #gmap_canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 160px;
}
#componentWrapper #yt_player1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 160px;
}
#componentWrapper #vm_player_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 160px;
}
/* public functions */	
#publicFunctions {
	position: absolute;
	padding: 10px 25px 20px 20px;
	background: #444;
	left: 200px;
	top: 100px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	list-style: circle;
	-moz-box-shadow: 2px 2px 5px #222;
	-webkit-box-shadow: 2px 2px 5px #222;
	box-shadow: 2px 2px 5px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	display: none;
}
#publicFunctions li a {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}
#publicFunctions li a:hover, #publicFunctions li .current {
	text-decoration: underline;
}
header h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-size: x-large;
}
header h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: medium;
}
header {
	margin: 20px 20px 20px 20px;
	background: #618095;
	background-repeat: no-repeat;
	border-radius: 8px;
	box-shadow: 2px 2px 2px 2px #CCC;
	height: auto;
}
footer {
	margin: 20px 20px 10px 20px;
	padding: 10px 0px 20px 5px;
	background: #CAD4CA;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-radius: 8px;
	box-shadow: 2px 2px 2px 2px #CCC;
}

footer h5 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: small;
}
.imptinst {
	margin: 20px 20px 20px 20px;
	background: #618095;
	background-repeat: no-repeat;
	border-radius: 8px;
	box-shadow: 2px 2px 2px 2px #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	height: auto;
}
.imptinst h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: small;
}
.imptinst h4 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: small;
}
/*.imptinst a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: small;
}*/
.smk_button, .smk_button:hover {
	margin: 0;
	border: 1px solid #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;	
}
.smk_button:hover {
	text-decoration: underline;
}
/* === Blue
-------------------------------------------------------------*/
.smk_button.blue {
	color: #356D82;
	border-color: #588EA1;
	text-shadow: 0 1px 0 rgba(198,221,229,.9);
	background: #a2cfde; /* Old browsers */
	background: -moz-linear-gradient(top, #a2cfde 0%, #88b4c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2cfde), color-stop(100%, #88b4c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a2cfde 0%, #88b4c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2cfde 0%, #88b4c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a2cfde 0%, #88b4c3 100%); /* IE10+ */
	background: linear-gradient(top, #a2cfde 0%, #88b4c3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cfde', endColorstr='#88b4c3', GradientType=0 ); /* IE6-9 */
}
.smk_button.blue:hover, .smk_button.white-blue:hover, .smk_button.black-blue:hover {
	color: #356D82;
	border-color: #588EA1;
	text-shadow: 0 1px 0 rgba(198,221,229,.9);
	background: #b0dff2; /* Old browsers */
	background: -moz-linear-gradient(top, #b0dff2 0%, #97c9d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0dff2), color-stop(100%, #97c9d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b0dff2 0%, #97c9d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b0dff2 0%, #97c9d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b0dff2 0%, #97c9d8 100%); /* IE10+ */
	background: linear-gradient(top, #b0dff2 0%, #97c9d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0dff2', endColorstr='#97c9d8', GradientType=0 ); /* IE6-9 */
}
