html, body{margin:0; padding:0;height:100%;} 

/* fredericka-the-great-regular - latin */
@font-face {
  font-family: 'Fredericka the Great';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/fredericka-the-great-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fredericka the Great'), local('FrederickatheGreat'),
       url('./fonts/fredericka-the-great-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/fredericka-the-great-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/fredericka-the-great-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/fredericka-the-great-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/fredericka-the-great-v6-latin-regular.svg#FrederickatheGreat') format('svg'); /* Legacy iOS */
}

body {
	margin: 0;
	background-color: #273440;
	font-family: 'Fredericka the Great', cursive;
}

h1 {
	margin: 0;
	font-size: 50px;
}

a:link{color:#55738c;}
a:visited{color:#55738c;}
a:hover{color:#f00;}
a:active{color:#f00;}

a.work:link{color:#273440;}
a.work:visited{color:#273440;}
a.work:hover{color:#273440;}
a.work:active{color:#273440;}
a.work{ 
  font-size: 8px; 
  font-weight: bold; 
  font-family: Verdana; 
  position: relative;
  top: -14px;
}

canvas.rect {
	position: absolute;
	width: 10px;
	height: 10px;
	border-width: 1px;
	border-color: rgb(0,0,0);
	border-style: solid;
	/* cursor: pointer;
*/
}

canvas.titlecanvas {
	position: absolute;
	width: 10px;
	height: 10px;
	left:0px; 
	top:0px; 
	z-index:11;
}

div {
	position: relative;
}

div.content {
	position: absolute;
	background-color: #333333;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: rgb(0,0,0);
	border-style: solid;
	overflow: auto;
	z-index: 16;
}
div.contentBackground {
	position: absolute;
	background-color: #333333;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: rgb(0,0,0);
	border-style: solid;
	overflow: auto;
	z-index: 15;
}
	
div.container {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 545px;
	height: 275px;
	border-width: 0px;
	border-color: rgb(255,134,0);
	border-style: solid;
	z-index: 0;
}

div.line {
	position: absolute;
	background-color: #000000;
	z-index: 14;
	visibility: hidden;
}

.subMenu{
	font-family: Georgia, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	position: absolute;
	min-height: 30px;
	height: 30px;
	float: left;
	margin: 2px;
	border: 2px;
	border-color: rgb(0,0,0);
	border-style: solid;
	color: #ffffff;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background: #a4b7c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a4b7c8 0%, #6384a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b7c8), color-stop(100%,#6384a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a4b7c8 0%,#6384a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b7c8', endColorstr='#6384a1',GradientType=0 ); /* IE6-9 */

	/* deselect editing */
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#pgr_table {
   width: 100%;
   height: 100%;
   text-align: center;
   vertical-align: middle;
}

div.pgr_label{
	font-family: Georgia, Verdana, Geneva, Tahoma, sans-serif;
    color: #ffffff;
}
  
div.pgr_border {
	position: relative;
	width: 300px;
	height: 30px;
	border-width: 1px;
	border-color: rgb(0,0,0);
	border-style: solid;
	/*border-radius: 5px;*/
	display: block;
    margin: 0 auto;
}

div.pgr_label {
	position: relative;
	z-index: 10;
	color: #ffffff;
	text-align: center;
	height: 30px;	
	line-height: 30px;
}

div.pgr_progress {
	position: absolute;
	/*border-radius: 5px;*/
	top: 0px;
	z-index: 9;
	width: 310px;
	height: 30px;
	background: #a4b7c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a4b7c8 0%, #6384a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b7c8), color-stop(100%,#6384a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a4b7c8 0%,#6384a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b7c8', endColorstr='#6384a1',GradientType=0 ); /* IE6-9 */
}

img.thumb{
position: relative;
left: 10px;	
	/*
	top: 10px;
	
	bottom: 20%;
	width: 140px;
	height: 107px;*/
	border: 1px solid #000000;
	cursor: pointer; 	 	
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

p.title{
	/*position: relative;
	top: 10px;
	*/
	font-family: Georgia, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 0px;
}

p.label{
	position: relative;
	left: 0px;
  	width: 540px;
	font-family: Georgia, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}

td.workContainer{
	height: 150px;
}

div.vline{
	position: relative;
	top: 0px;
	left: 10px;
	background-color: #000000;
	width: 2px;
	height: 150px;
}

div.vlineRight{
	position: relative;
	top: -282px;
	left: 732px;
	background-color: #000000;
	width: 2px;
	height: 150px;
}

div.hlineTop{
	position: relative;
	top: -140px;
	left: 0px;
	background-color: #000000;
	width: 742px;
	height: 2px;
}

div.hlineBottom{
	position: relative;
	top: -140px;
	left: 0px;
	background-color: #000000;
	width: 742px;
	height: 2px;
}

div.pagecontent{
	position: relative;
	background: #a4b7c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a4b7c8 0%, #6384a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b7c8), color-stop(100%,#6384a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a4b7c8 0%,#6384a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b7c8', endColorstr='#6384a1',GradientType=0 ); /* IE6-9 */

	top: -140px;
	left: 12px;
	width: 722px;
	height: 128px; 
	overflow-x: hidden;
	overflow-y: hidden;
}

.vita td, .page{
	font-family: Georgia, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
	vertical-align: top;
/*	table-layout: fixed;*/
}

.page{
	margin-left: 20px;
}

.page > h2{
	font-size: 18px;
	font-weight: normal;
	/*font-style: italic;*/
}

td.firstCol{
	padding-top: 5px;
	padding-left: 10px;
}

td.secCol{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*##########################################*/
textarea, input[type=text]{
	width:300px;
	height: 20px;
	border: 1px solid #000000;
}

textarea{
	height: 200px;
}

#codeImage{
	border: 1px solid #000000;
	height: 36px;
}

h2.meTitle{
	font-size: 20px;
	font-weight: 300;
	vertical-align: middle;
	padding-left: 50px;
	margin-top: 80px;
}

p.meTitle{
	font-size: 12px;
	font-weight: 300;
	vertical-align: middle;
	padding-left: 50px;
}

.meHeader{
	position: relative;
	background: #a4b7c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a4b7c8 0%, #6384a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b7c8), color-stop(100%,#6384a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a4b7c8 0%,#6384a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a4b7c8 0%,#6384a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b7c8', endColorstr='#6384a1',GradientType=0 ); /* IE6-9 */

	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 8px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;

	font-size: 20px;
	font-weight: 300;
	z-index: 1;

}

.meHeaderArrow{
	position: relative;
	float:left;
	z-index: 2;
	margin-top: -2px;
	padding-left: 10px; 
}

li {
	list-style-type: disc;
	list-style-position: inside;
}