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

body
{
	background-color: #dfdfdf;
	height: 100%;
	font-family: Calibri, Tahoma, Arial;
}

#wrapper
{
	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	left:0;
	right: 0;
	position: absolute;
}

#header
{
	z-index:30;
	width: 100%;
	min-width: 1000px;
	background-color: #4674e9;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	height: 100px;
	-webkit-backface-visibility: hidden;
}

td.head_img
{
	width: 50%;
}

td.head_img img
{
	position: relative;
	width: 100%;
}

td.head_menu
{
	width: 50%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	font-size: 30pt;
	font-weight: bold;
}

#header a.admin_button
{
	display: block;
	background: url(../../images/but_logout.png);
	height: 75px;
	width: 150px;
}

#header a.main_button:hover
{
	display: block;
	background: url(../../images/home_act.png);
	width: 150px;
	height: 75px;
}

#header a.main_button
{
	display: block;
	background: url(../../images/home.png);
	height: 75px;
	width: 150px;
}

#header a.admin_button:hover
{
	display: block;
	background: url(../../images/but_logout_act.png);
	width: 150px;
	height: 75px;
}

#footer
{
	background-color: #123dab;
	height: 50px;
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	margin: 0;
}

#copyright
{
	color: #fff;
	font-size: 14pt;
	float: left;
	width: 48%;
	margin-top: 8px;
	margin-left: 2%;
}

#bottomLinks
{
	color: #fff;
	font-size: 18pt;
	text-align: right;
	margin-top: 5px;
	float: left;
	width: 48%;
	
}

a.bottomLink
{
	color: #fff;
	font-size: 18pt;
	text-decoration: none;
}

a.bottomLink:hover
{
	text-decoration: underline;
}

#middle
{
	margin-top: 100px;
	width: 100%;
	margin-bottom: 50px;
}

#menuContainer
{
	width: 100%;
	min-height: 500px;
	background-color: #fefefe;
	padding: 10px;
	top: 0;
	margin-left: 10px;
	margin-bottom: 100px;
	overflow: hidden;
	white-space: nowrap;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

#menu
{
	padding-top: 10px;
	text-align: left;
	width: 15%;
	margin-left: 5px;
	margin-right:auto;
	float: left;
}

#menu h3
{
	padding-left: 10px;
}

#menu ul
{
	list-style-type: none;
	padding-left: 15px;
}

#menu a
{
	color: #000;
	font-size: 14pt;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#content
{
	height: 100%;
	width: 80%;
	margin-left: 20%;
	margin-right: 5px;
	padding-bottom: 50px;
}


#loginContainer
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	height: 300px;
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.loginfield
{
	position: relative;
	text-align: left;
	width: 200px;
	height: 400px;
	padding: 10px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.loginfield input
{
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

span.logTitle
{
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#pageTitle
{
	position: relative;
	width: 90%;
	height: 40px;
	background-color: #4674e9; /* #123dab;*/
	color: #fff;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: 10px;
	margin-bottom: 20px;
	text-align: left;
	vertical-align: top;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

#loginTitle
{
	margin-top: 110px;
	margin-bottom: 20px;
	position: relative;
	width: 800px;
	height: 40px;
	background-color: #4674e9; /* #123dab;*/
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: 10px;
	bottom: 10px;
	text-align: left;
	vertical-align: top;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

#loginContainer p
{
	font-size: 14pt;
	margin-left: 10px;
}

div.errorContainer
{
	width: 800px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #a00;
	border-bottom: 1px solid #a00;
	background-color: #E9A8A9;
	color: #c00;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

fieldset.stats
{
	border: 1px solid #000;
	margin-top: 20px;
	width: 50%;	
	font-size: 14pt;
}

fieldset.stats span.sysTime
{
	display: block;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Infos */
#createNew
{
	width: 90%;
	height: 50px;
	padding-left: 20px;
	background-color: #99DDFF;
	border-top: 1px solid #00d;
	border-bottom: 1px solid #00d;
}

#createNew a.plusButton
{
	display: block;
	background: url(../../images/add198.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 9px;
}

#createNew span
{
	display: block;
	margin-left: 45px;
	padding-top: 12px;
	font-size: 14pt;
}

#errorMsg
{
	width: 90%;
	height: 50px;
	padding-left: 20px;
	background-color: #E9A8A9;
	border-top: 1px solid  #a00;
	border-bottom: 1px solid  #a00;
	margin-bottom: 5px;
}

#errorMsg img {
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 9px;
}

#errorMsg span
{
	color: #800;
	display: block;
	margin-left: 45px;
	padding-top: 12px;
	font-size: 14pt;
}

#successMsg
{
	width: 90%;
	height: 50px;
	padding-left: 20px;
	background-color: #B0E3AA;
	border-top: 1px solid  #0a0;
	border-bottom: 1px solid  #0a0;
	margin-bottom: 5px;
}

#successMsg img {
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 9px;
}

#successMsg span
{
	color: #050;
	display: block;
	margin-left: 45px;
	padding-top: 12px;
	font-size: 14pt;
}

/* PROJECTS */
div.prjRow
{
	position: relative;
	overflow: auto;
	width: 90%;
	top: 10px;
	padding-bottom: 10px;
}

div.prjRow .project
{
	float: left;
	background-color: #fff;
	width: 300px;
	height: 400px;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div.prjRow .project:hover
{
	background-color: #efefff;
}

div.prjRow .projectImg
{
	height: 30%;
}

div.prjRow a
{
	font-size: 16pt;
	color: #123dab;
	text-decoration: none;
}

div.prjRow a:hover
{
	text-decoration: underline;
}

div.prjRow .text
{
	position: relative;
	font-size: 12pt;
	width: 290px;
	height: 35%;
	text-align:left;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.prjRow .progressBar
{
	border: 1px solid #000;
	width: 95%;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

div.prjRow .progress
{
	position: relative;
	height: 100%;
}

div.prjRow .dates
{
	text-align: left;
	font-size: 10pt;
	color: #666;
	padding: 5px;
}

a.delete {
	display: block;
	background: url(../../images/delete.png) no-repeat;
	width: 32px;
	height: 32px;
}

/* Editing Area */
div.Edit
{
	position: relative;
	background-color: #fff;
	width: 90%;
	min-height: 500px;
	padding: 10px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	overflow: visible;
}

div.projectInfo {
	position: relative;
	height: 670px;
	width: 730px;
	float:left;
	margin: 0 auto;
}

#Files {
	position: relative;
	width: 600px;
	height: 560px;
	float: left;
}

#Files fieldset {
	border: 1px solid #000;
	height: 540px;
}

#Files fieldset legend {
	font-size: 16pt;
	font-weight: bold;
}

div.Edit fieldset.labelField {
	border: none;
	font-size: 16pt;
	float: left;
}

div.Edit fieldset.textField {
	border: none;
	width: 470px;
}

div.Edit fieldset.textField input {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 95%;
}

div.Edit fieldset.textField textarea {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 95%;
	height: 150px;
}

div.Edit fieldset.textField select {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

div.Edit fieldset.textField .button {
	margin-left: 0;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.Edit fieldset.textField .button:hover {
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.Edit fieldset.textField input.regler {
	width: 75%;
	float: left;
}

div.Edit fieldset.textField input.number {
	width: 10%;
}

div.proj_title {
	height: 50px;
}

div.proj_description {
	height: 200px;
}

div.proj_description2 {
	height: 160px;
}

div.proj_completeness {
	height: 50px;
}

div.proj_publish {
	height: 50px;
}

div.proj_videos {
	height: 80px;
}

div.proj_downloads {
	height: 50px;
}

div.proj_downloads a {
	font-size: 14pt;
	color: #000;
}

div.proj_downloads a:hover {
	color: #ccc;
}

div.proj_save {
	height: 100px;
}

div.proj_button {
	margin-top: 10px;
	height: 50px;
}

div.editPages {
	width: 100%;
	min-height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*margin-left: 20px;*/
	margin-left: auto;
	margin-right: auto;
}

div.editPages fieldset {
	border: 1px solid #000;
}

div.editPages legend {
	font-size: 16pt;
	font-weight: bold;
}

div.editPages input {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 50%;
	margin-left: 10px;
}

div.editPages span {
	font-size: 16pt;
	margin-left: 10px;
}

div.editPages textarea {
	position: relative;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: auto;
	padding: 5px;
	width: 95%;
	height: 400px;
}

div.editPages input.button {
	margin-left: 10px;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.editPages input.button:hover {
	margin-left: 10px;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.editPages input.new_button {
	margin-left: 10px;
	background-color: #99DDFF;
	border: 1px solid #99DDFF;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.editPages input.new_button:hover {
	margin-left: 10px;
	background-color: #99DDFF;
	border: 1px solid #00d;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.editPages input.del_button {
	margin-left: 10px;
	background-color: #E9A8A9;
	border: 1px solid #E9A8A9;
	color: #c00;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 130px;
}

div.editPages input.del_button:hover {
	margin-left: 10px;
	background-color: #E9A8A9;
	border: 1px solid #a00;
	color: #c00;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 130px;
}

div.editPages input.checkbox {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	width: 50px;
	margin-left: 20px;
}

div.editPages select {
	margin-left: 10px;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 50%;
}

#fileUpload {
	border: none;
	width: 100%;
	height: 520px;
}

#images fieldset {
	border: 1px solid #000;
}

#showImages img {
	margin: 5px;
	height: 100px;
}

div.loader {
	background: url(../../images/ajax-loader.gif);
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#succSave1 {
}

#succSave1 span {
	float: left;
	font-size: 16pt;
	color: #0a0;
	margin-left: 20px;
}

#succSave2 span {
	float: left;
	font-size: 16pt;
	color: #0a0;
	margin-left: 20px;
}

#succDelete2 span {
	float: left;
	font-size: 16pt;
	color: #a00;
	margin-left: 20px;
}

img.succImg {
	height: 32px;
	width: 32px;
	margin-left: 10px;
}

#project_image {
	height: 120px;
}

#project_image img {
	height: 100px;
}

a.hovertext {
    position: relative;
    text-decoration: none !important;
    
  }
a.hovertext:after {
	content: attr(title);
	position: absolute;
	left: 0;
	bottom: 38px;
	padding: 0.5em 20px;
	background: rgba(0,0,0,0.8);
	text-decoration: none !important;
	color: #fff;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a.hovertext:hover:after, a.hovertext:focus:after {
	opacity: 1.0;
}

a.proj_img_upload_link {
	font-size: 18pt;
	font-style: italic;
	color: #000;
}

a.proj_img_upload_link:hover {
	font-size: 18pt;
	font-style: italic;
	color: #aaa;
}

div.editPages div.BBMenu {
	width: 95%;
	height: 50px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #000;
}

/* bbMenu */
button.but {
	width: 40px;
	height: 30px;
	background-color: #dfdfdf;
	border: 1px solid #dfdfdf;
	font-size: 14pt;
	margin-left: 10px;
	margin-top: 10px;
}

button.but:hover {
	width: 40px;
	height: 30px;
	background-color: #dfdfdf;
	border: 1px solid #000;
	font-size: 14pt;
	margin-left: 10px;
	margin-top: 10px;
}

#color_sel {
	width: 100px;
	height: 30px;
	background-color: #dfdfdf;
	font-size: 10pt;
	margin-left: 10px;
}

button.but2 {
	height: 30px;
	background-color: #dfdfdf;
	border: 1px solid #dfdfdf;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14pt;
	margin-left: 10px;
	margin-top: 10px;
}

button.but2:hover {
	height: 30px;
	background-color: #dfdfdf;
	border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14pt;
	margin-left: 10px;
	margin-top: 10px;
}

table.newsList {
	width: 90%;
	border-spacing: 0px;
    border-collapse: collapse;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.newsList td {
	border-bottom: none;
	padding: 10px;
}

table.newsList a.delete {
	display: block;
	background: url(../../images/delete.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
}

table.newsList a.edit {
	display: block;
	background: url(../../images/edit.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 15px;
}

a.newsLink {
	color: #000;
	text-decoration: none;
}

a.newsLink:hover {
	color: #aaa;
	text-decoration: underline;
}

div.Edit fieldset.newsEdit {
	border: 1px solid #000;
	margin-top: 10px;
	padding: 10px;
}

div.Edit fieldset.newsEdit input {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 50%;
}

div.Edit fieldset.newsEdit textarea {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 95%;
	height: 400px;
}

div.Edit fieldset.newsEdit select {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

div.Edit fieldset.newsEdit input.checkbox {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	width: 50px;
	margin-left: 20px;
}

div.Edit fieldset.newsEdit span {
	font-size: 16pt;
}

div.Edit fieldset.newsEdit .button {
	margin-left: 0;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.Edit fieldset.newsEdit .button:hover {
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.Edit fieldset.newsEdit legend {
	font-size: 16pt;
	font-weight: bold;
}

div.Edit div.imgUpload {
	margin-top: 20px;
	padding: 10px;
}

div.Edit div.imgUpload label {
	font-size: 16pt;
	float: left;
	margin-right: 20px;
	margin-top: 42px;
}

div.Edit div.BBMenu {
	width: 95%;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #000;
}

div.galRow
{
	position: relative;
	overflow: auto;
	left: auto;
	right: auto;
	top: 10px;
	padding-bottom: 10px;
}

div.galRow .galery
{
	float: left;
	background-color: #fff;
	width: 300px;
	height: 350px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.galRow .galery:hover
{
	background-color: #efefff;
}

div.galRow .galeryImg
{
	height: 55%;
	width: 120%;
	margin-left: -10%;
	overflow: hidden;
}

div.galRow .galerySub
{
	height: 100%;
	text-align: left;
}

div.galRow ul
{
	list-style-image: url(../../images/List-Symbol.png);
	list-style-position: outside;
	margin-top: 0px;
}

div.galRow li
{
	padding: 5px;
	line-height: 180%;
}

div.galRow a.title
{
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	color: #4674e9;
}

div.galRow a.title:hover
{
	text-decoration: none;
	color: #7F9FEF;
}

div.galRow .date
{
	color: #858585;
	font-weight: bold;
}

div.galRow .pictures
{
	position: relative;
	background-color: #858585;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 10px;
	font-style: italic;
	font-size: 10pt;
	width: 30px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#images fieldset legend {
	font-size: 18pt;
}

div.galRow div.deleteButton {
	border: 1px solid #f00;
}

div.rubrik {
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
	width: 90%;
	height: 40px;
	vertical-align: middle;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

div.rubrik label {
	font-size: 16pt;
	margin-right: 20px;
}

div.rubrik select {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 400px;
}

.contentContainer
{
	position: relative;
	width: 90%;
	background-color: #fefefe;
	padding: 10px;
	padding-bottom: 50px;
	margin-top: 20px;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}

.contentContainer p
{
	padding-left: 20px;
}

.contentContainer .playlistTitle
{
	font-size: 20pt;
	font-weight: bold;
}

.contentContainer .playlistSubTitle
{
	font-size: 14pt;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

.videoContainer
{
	width: 80%;
	margin: auto;
}

div.bigVideo
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

div.bigVideo iframe
{
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.thumbnail_wrapper
{
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	height: 200px;
	overflow: auto;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	margin-top: 20px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	height: 150px;
	width: 100%;
	overflow: hidden;
}

.jcarousel div
{
	display: block;
	width: 70%;
	margin: auto;
}

.jcarousel img {
    width: 100%;
}

.jcarousel img:hover
{
	cursor: pointer;
}

.jcarousel span
{
	display: block;
	position: relative;
	color: #fff;
	background-color: #4674e9;
	opacity: .7;
	font-size: 10pt;
	bottom: 22px;
	z-index: 10;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
	font-family: Calibri, Tahoma, Arial;
	font-size: 36pt;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}

a.playlistTitle {
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.playlistTitle:hover {
	font-size: 20pt;
	font-weight: bold;
	color: #aaa;
	text-decoration: underline;
}

div.videolist {
	width: 100%;
}

div.videolist table {
	margin-left: auto;
	margin-right: auto;
}

div.videolist th {
	font-size: 16pt;
}

div.videolist td {
	border-bottom: 1px dashed #555;
}

div.videolist img {
	max-width: 150px;
	max-height: 150px;
}

div.videolist input {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 90%;
}

div.videolist span.video_id {
	font-size: 16pt;
}

div.sectionInfo {
	position: relative;
	height: 400px;
	width: 730px;
	margin: 10px;
}

table.newsList a.delete {
	display: block;
	background: url(../../images/delete.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
}

table.newsList a.edit {
	display: block;
	background: url(../../images/edit.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 15px;
}

div.videolist table a.delete {
	display: block;
	background: url(../../images/delete.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
}

div.videolist table a.edit {
	display: block;
	background: url(../../images/edit.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 15px;
}

ul.revSections {
	font-size: 16pt;
	font-weight: bold;
	list-style-type: decimal;
}

ul.revSections a {
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

ul.revSections a:hover {
	font-size: 16pt;
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}

ul.revSections li {
	margin-bottom: 20px;
}

ul.revItems {
	list-style-type: square;
	width: 85%;
}

ul.revItems li {
	position: relative;
}

ul.revItems a {
	font-size: 16pt;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

ul.revItems a:hover {
	font-size: 16pt;
	font-weight: 500;
	color: #aaa;
	text-decoration: none;
}

ul.revItems a.delete {
	display: block;
	background: url(../../images/delete.png) no-repeat;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0;
	position: absolute;
}

#editWindow {
	width: 800px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -100px;
	background-color: #fff;
	border: 1px solid #000;
	-moz-box-shadow:    2px 2px #ccc;
  	-webkit-box-shadow: 2px 2px #ccc;
 	box-shadow:         2px 2px #ccc;
}

#editWindow span.title {
	font-size: 20pt;
	margin: 10px;
}

#editWindow a.closeWindow {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f00;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
}

#editWindow a.closeWindow:hover {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #faa;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
}

#editWindow fieldset {
	width: 100%;
	margin-top: 50px;
	border: none;
}

#editWindow input {
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 80%;
}

#editWindow input.button {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 100px;
	float: left;
}

#editWindow input.button:hover {
	border: 1px solid #000;
}

div.Edit span.title {
	font-size: 20pt;
	margin: 10px;
	font-weight: bold;
}

div.Edit fieldset.revEdit {
	position: relative;
	border: none;
	width: 680px;
	float: left;
}

div.Edit fieldset.revEdit textarea.subtext {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	width: 95%;
	height: 100px;
}

div.Edit textarea.introtext {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-bottom: 40px;
	margin-right: 10px;
	padding: 5px;
	width: 95%;
	height: 500px;
}

div.Edit textarea.maintext {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-bottom: 40px;
	margin-right: 10px;
	padding: 5px;
	width: 95%;
	height: 250px;
}

div.Edit textarea.proCon {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 5px;
	width: 50%;
	height: 250px;
}

div.Edit .button {
	margin-left: 0;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.Edit .button:hover {
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

div.Edit fieldset.revEdit input {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	width: 70%;
}

div.Edit fieldset.revEdit input.checkbox {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	width: 50px;
	margin-left: 20px;
}

div.Edit fieldset.revEdit span {
	font-size: 16pt;
}

div.Edit fieldset.revEdit select {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	width: 40%;
}

div.Edit textarea.meText {
	margin-top: 0;
	margin-left: 20px;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 11pt;
	margin-bottom: 10px;
	padding: 5px;
	width: 95%;
	height: 400px;
}

div.Edit input.saveMe {
	margin-left: 20px;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
	float: left;
}

div.Edit input.saveMe:hover {
	margin-left: 20px;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
}

fieldset.profileImage {
	margin-top: 20px;
	width: 500px;
	margin-left: 20px;
}

fieldset.profileImage legend {
	font-size: 18pt;
}

fieldset.editMusic {
	margin-top: 20px;
	width: 680px;
	margin-left: 20px;
}

fieldset.editMusic legend {
	font-size: 18pt;
}

fieldset.editMusic table {
	margin-bottom: 10px;
}

fieldset.editMusic th {
	font-size: 14pt;
}

fieldset.editMusic select {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 12pt;
	padding: 1px;
}

fieldset.editMusic input {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 12pt;
	padding: 1px;
	width: 180px;
}

fieldset.editMusic .button {
	position: relative;
	margin-left: 0;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 100px;
}

fieldset.editMusic .button:hover {
	position: relative;
	margin-left: 0;
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 100px;
}


#DwnLdMgr {
	position: absolute;
	width: 800px;
	min-height: 200px;
	left: 50%;
	margin-left: -400px;
	top: 200px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 100;
}

#DwnLdMgr span.title {
	font-size: 20pt;
	margin: 10px;
}

#DwnLdMgr a.closeWindow {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f00;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
}

#DwnLdMgr a.closeWindow:hover {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #faa;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
}

#DwnLdMgr fieldset {
	width: 100%;
	margin-top: 50px;
	border: none;
}

#DwnLdMgr input {
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 80%;
}

#DwnLdMgr input.version {
	border: 1px solid #000;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 100px;
}

#DwnLdMgr input.button {
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 100px;
}

#DwnLdMgr input.button:hover {
	border: 1px solid #000;
}

#DwnLdMgr table {
	margin-left: 10px;
}

#blackScreen {
	position: absolute;
	z-index: 50;
	width: 100%;
	min-height: 1000px;
	background-color: #000;
	opacity: 0.4;
	left: 0px;
	top: 0px;
}

fieldset.editMusic div.top10Title {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

#top10 ul {
	
}

#top10 li {
	display: block;
	background-color: #fff;
	list-style-type: none;
	padding: 5px;
	width: 660px;
	border: 1px solid;
	margin-left: -40px;
	margin-bottom: 5px;
}

fieldset.editMusic div.number {
	font-size: 14pt;
	font-weight: bold;
	width: 25px;
	float: left;
}

fieldset.editMusic div.type {
	float: left;
	width: 100px;
}

fieldset.editMusic div.title {
	float: left;
	width: 190px;
}

fieldset.editMusic div.interpret {
	float: left;
	width: 190px;
}

fieldset.editMusic div.inserted {
	float: left;
	width: 100px;
}