/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
    height: 100%;
    margin-bottom: 0.01em;
}
body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	line-height: 1.3em;
	margin: 0px;
	font-size: 12px;
	color: #444;
	background-color: #FFFFFF;
	height: auto;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
img {
	border: 0 none;
}
a img {
	border: 0 none;
}

/* headers */
div.componentheading {
	padding-left: 0px;
	width:100%;
}
h1 {
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333333;
	text-align: left;
	width: 100%;
	line-height: 120%;
}
h2, .contentheading {
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
	line-height:150%;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}
h4 {
	color: #333;
}
h3, table.moduletable th, legend {
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height:150%;
}
/* small text */
.small {
	font-size: .90em;
	font-weight: normal;
	text-align: left;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
/* div.deco {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 6px;
	border-top-style: double;
	border-top-color: #000000;
	margin-bottom: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/
h3.contentheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}
/****** VIDEO ******/
.videoWrapper1{
	background-image: url(../../../images/stories/videos/bar002_video_4.jpg);
	background-repeat: no-repeat;
	height:720px;
	width:760px;
}
.video1{
	padding-top: 114px;
	padding-left: 141px;
	height:360px; 
	width:480px;
}
.videoText1{
	padding-top: 55px;
	padding-left: 90px;
	font-size: 10px;
	color: #666;
	text-align: center;
	padding-right: 90px;
}