﻿body
{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
}
h1,h2
{
	margin-left:5px;
}
h1
{
	font-size:16px;
}
h2
{
	font-size:14px;
	float:left;
	width:150px;
	list-style:none;	
	background-color:#3079ED;		
	height:30px;
	margin:10px 10px 5px 10px;
}
h2 a
{
	text-decoration:none;
	font-size:18px;	
	float:left;
	margin-top:5px;
	margin-left:15px;	
	position:relative;
	color:Black;
}
.headerBackground
{
	background:#2D2D2D;
	background-repeat:repeat-x;
	height:80px;
	width:100%;	
	float:left;	
}
.headerText
{
	font-size:24px;
	margin: 20px 0px 10px 20px;
	float:left;
	color:#ffffff;	
}

.menuDiv ul
{
	width:100%;
	float:left;	
	padding:0px;
}

.menuDiv ul li, .headerBackground, h2,.overviewItem
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.menuDiv ul li
{
	float:left;
	width:150px;
	list-style:none;	
	background-color:#3079ED;	
	height:30px;
	margin:10px 10px 5px 10px;
}

.menuDiv ul li:hover, h2:hover
{
	background-color:#2F5BB7;
	cursor:pointer;
}

.menuDiv ul li a
{
	text-decoration:none;
	font-size:18px;	
	float:left;
	margin-top:5px;
	margin-left:15px;	
	position:relative;
	color:Black;
}


/* GALLERY */

.headerline
{
	background-color:#C9C9C9;
}

.galleryTable
{
	width:100%;
	float:left;	
}
.galleryTable th
{
	text-align:left;
	background:#C9C9C9;
}
.galleryTable tr
{
	width:100%;
}
.galleryTable .separator
{
	border-bottom:1px solid gray;
	line-height:1px;
}
.selectedRow
{
	background-color:#565656;
	color:#ffffff;
	
}
.editSetting
{
	float:left;
	width:100%;
	height:20px;
	margin-top:5px;
}

.editSetting span
{
	width:250px;
	display:block;
	float:left;
}

.errorLabel
{
	background-color:#A50026;
	color:#FFFFFF;
	float:left;
	height:auto;
}

.bigtextbox
{
	height:120px;
}

/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */

.overviewItem
{
	width:600px;
	height:350px;
	float:left;
	border:5px solid #2D2D2D;
	margin:5px;	
	overflow-y:scroll;
}