﻿
*
{
margin: 0;
padding :0;	
}

body 
{
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	text-align:left;
	position:relative;
	color:navy;
	background-color:#EEE7D6;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
h1
{
	
	font-size:26px;
	font-weight:lighter;
	  font-family: Tahoma, Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
h2
{
	font-weight:lighter;
	  font-family: Tahoma, Arial, Sans-Serif;
	
	font-size:21px;
	margin: 21px 0 11px 0;
}
h3
{
	font-weight:lighter;
	  font-family: Tahoma, Arial, Sans-Serif;
	
	font-size:18px;
	  margin: 18px 0 9px 0;
}


.Menu
{
	margin:5px;
	 list-style:none; 
}

.Menu li
{
	margin-bottom:5px;
	display:inline;
	margin-right:10px;
}


.GV 
{
	
	 margin-left:auto;
	 margin-right:auto;
	 width:auto;
	 
	
}
.GV  tr th
{
	 white-space:nowrap;
	 padding:4px;
	
}

.GV tr td
{
	padding-left:3px;
}

.editor
{
	background: #DDD6C5;
	position: fixed;
	top: 113px;
	width: 400px;
	height: 428px;
}

.inGalleryPanel
{
	width: 150px;
	border: 1px solid Black;
	float: left;
	margin: 0px 20px 30px 140px;
}

.pendingListPanel
{
	width: 150px;
	border: 1px solid Black;
	float: right;
	margin: 0px 140px 30px 20px;
}

.listItem
{
	color: Black;
	text-decoration: none;
	background: #BBB4A3;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-top: 1px solid Black;
	cursor: pointer;
	cursor: hand;
}

.listItemRed
{
	color: Red;
	text-decoration: none;
	background: #BBB4A3;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-top: 1px solid Black;
	cursor: pointer;
	cursor: hand;
}

.listItemClicked
{
	color: Black;
	text-decoration: none;
	background: #FFF8E7;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-top: 1px solid Black;
	cursor: pointer;
	cursor: hand;
}

.listItemClickedRed
{
	color: Red;
	text-decoration: none;
	background: #FFF8E7;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-top: 1px solid Black;
	cursor: pointer;
	cursor: hand;
}

.listHeader
{
	color: Black;
	text-decoration: none;
	background: #BBB4A3;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.listItem:hover
{
	color: Black;
	text-decoration: none;
	background: #DDD6C5;
	cursor: pointer;
	cursor: hand;
}
a {
	color: navy;
}
th a {
	text-decoration: none;
}