/* Degug */

div	{ border: 0px solid blue; }
a	{ border: 0px solid red; }

/* Default tags */

body{
	margin: 0px;
	padding: 0px;
	
	font: 12px/18px "Lucida Sans Unicode", Arial;
	line-height: 18px;
}

form{
	margin: 0px;
	padding: 0px;
}

/* Layout & style */

.Container{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;

	border:2px solid red;
}

#Header{
	
	margin: 0px;
	padding: 0px;

	position: relative;
	height: 80px;

	background-color: #FAF9F3;
	background: url(/img/v2/layout/ManualTopBack.png) repeat-x; 
}

#Header #BingTranslator {
	position: absolute;
	top: 20px;
	right: 0px;
}

#Header #Title {
	font-family: Arial;
	font-size: 18pt;
	position: absolute;
	left: 15px;
	top: 10px;

	color: #464646;
}

#Header ul#Navigator {
	margin: 0;
	padding: 0;
	
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;

	border:0 solid blue;
	
	list-style-position: outside;
	list-style-type: none;
	
	float: left;
	
	/*background-color: #DDDDDD;*/
}

#Header #AddThis {
	margin:0;
	padding:0;
	position: absolute;
	right: 3px;
	top: 10px;
	float: right;
	z-index: 999;
}

#Header #Navigator li {
	position: relative;
	bottom: 0px;
	margin: 0;
	padding: 0;

	display: inline;
}

#Header #Navigator li a{
	text-decoration: none;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 6px;
	float: left;
	overflow: hidden;

	
	color: #3D3D3D;
	text-align: center;
	margin-right: 3px;

	font-size: 10pt;

	/*border: 1px solid gray;*/
	border-bottom: 0px;
	

	/*border-left: 1px solid white;
	border-top: 1px solid white;*/
}

#Header #Navigator li a:hover{
	/*background-color: #E6FF02;*/
	font-weight: bold;
}

#Contents {
	position: fixed;
	top: 80px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #ccc;
	/*border-bottom: 2px solid #969696;*/
}

#Footer{
	position: fixed;
	bottom: 0px;
	height: 20px;
	right: 0px;
	left: 0px;
	background-color: #ECE9D8;
	color: white;
	display: none;
}

#copyrights{
	text-align: center;
	font-size: 12px;
	color: #2F2F2F;
}

.Resizable {
	position: absolute;
	bottom: 0px;
	top: 0px;
	display: block;

	width: 100%;
	height: 100%;
}

#LeftSection{
	position: relative;
	float: left;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: white;
	z-index: 1;

}

.Splitter {
	position: absolute;
	width: 4px;
	height: 100%;
	cursor: e-resize;
	z-index: 11;
	left: 200px;
}

#Splitter01 {
	border-left:1px solid #eee;
	border-right: 1px solid #ccc;
}

#Splitter01:hover {
	background-color: #F2FF84;
	border-right: 1px solid #ccc;
}

#RightSection{
	position: relative;
	height: 100%;
	overflow: auto;
	background-color: white;
	z-index: 10;

	padding-left: 20px;
	padding-right: 20px;
	/*margin-right:130px;*/
}

#BannerSection{
	position: fixed;
	top:85px;
	right:0;
	width:120px;
	height: 100%;
	overflow: hidden;
	background-color: white;
	z-index: 10;

	padding-left: 5px;
	padding-right: 5px;

	display: none;
}

#DownloadAlert		{ position: absolute; right: 0px; top:0px; width: 231px; height: 90px; background: url(/img/v2/StylePix/download.png) no-repeat right top; text-align: right; padding-top: 50px; padding-right: 20px;font-size: 16px; cursor: pointer; z-index: 999; }

