@charset "utf-8";
/* TPM CSS Document */

/* Structure ----------------------------------------------------- */
html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	overflow:hidden;
	width:100%;
	color: rgb(102, 102, 102);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;

}
#main {
	padding:0px;
	width:100%;
	height:100%;
    min-height: 100%;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;

}
#container {
	padding:0px;
	height: 100%;
	width:900px;
	margin: 0 auto;
    position: relative;
    min-height: 100%;
}

#leftContent {
	position:fixed;
	float:left;
	bottom:0px;
	width:300px;
	height:100%;
	z-index:3;
	background-color:#FFFFFF;
}
#leftContent #content {
	margin:20px;
}
#rightContent {
	position:relative;
	top:128px;
	float:right;
	bottom:0px;
	height:100%;
	width:550px;
	z-index:2;
}
#rightContent #content {
	width:100%;
	padding-top:20px;
	display:block;
}
#rightContent #content img,
#rightContent #content #videoplayer {
	float:left;
	border:none;
	padding-bottom:10px;
	width:550px;
}

/* General ------------------------------------------------------- */
.clear{
	clear: both;
	height:0px;	
}
a{
	color: rgb(153, 153, 153);
	text-decoration: none;
}
a.selected{
	color: rgb(51, 153, 255);
	text-decoration: none;
}
a:hover{
	color: rgb(51, 153, 255);
	text-decoration: underline;
}
a:active{
	color: rgb(51, 51, 51);
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	color: rgb(51, 51, 51);
	font-weight: normal;
}
h2{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0.93em 0;
}

h3{
	font-size: 12px;
	line-height: 16px;
}

h4{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 1em 0;
}

hr{
	margin: 0 0 0.83em 0;
	border: none;
	border-top: 1px dashed rgb(204,204,204);
	height: 0px;
}