html,body,table,tbody {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #635F54;
	font-family: Arial;
}

tr {
	height: 33.3%;
}

#searchdiv {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 400px;
	height: 300px;
}

#sugs {
	display: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px;
	z-index: 2;
	position: absolute;
	width: 250px;
}

div.sug {
	color: white;
	background-color: #635F54;
}

#header {
	padding-top: 20px;
	height: 50px;
	text-align: center;
	width: 250px;
	margin: auto;
}

#deltab {
	background-image: url(/img/del.png);
	height: 16px;
	width: 16px;
	visibility: hidden;
	float: right;
	cursor: pointer;
}

#deltab:hover {
	background-image: url(/img/delh.png);
}

#header:hover>#deltab {
	visibility: visible;
}

#tabs,#table,#pending {
	position: absolute;
	top: 150px;
	bottom: 20px;
}

#tabs {
	width: 200px;
	border-right: 1px solid #cccccc;
	text-align: center;
}

#table {
	padding: 10px;
	right: 200px;
	left: 200px;
	right: 200px;
}

#pending {
	right: 0;
	width: 200px;
}

#pending > div{
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0 5px 5px 0;
	cursor: move;
}
#pending > p{
	font-size: 12px;
	text-align: center;
}

img {
	border: 0;
}

div.title {
	font-size: 12px;
	font-weight: bold;
}

div.title,div.controls {
	height: 20px;
	padding: 5px;
}

div.controls {
	display: none;
}

td {
	width: 33.3%;
	text-align: center;
	vertical-align: top;
	padding: 0;
	border: 1px solid white;
}

td:hover {
	border: 1px solid #ccccff;
	background-color: #f5f5f5;
}

td:hover>div.controls {
	display: block;
}

td:hover>div.title {
	display: none;
}

input[type='text'] {
	width: 200px;
	border: 1px solid #cccccc;
	height: 16px;
}

#tabtitle:focus,input:focus {
	border: 1px solid gold;
}

div.del {
	float: right;
	height: 16px;
	width: 16px;
	background-image: url(/img/del.png);
	cursor: pointer;
}

div.del:hover {
	background-image: url(/img/delh.png);
}

#tabtitle {
	width: 200px;
	height: 30px;
	font-size: 24px;
	color: #635F54;
	text-align: center;
	border: 1px solid white;
	border-bottom: 1px solid #cccccc;
}

div.view>h1 {
	color: #cccccc;
}

#newtab {
	padding-top: 5px;
	cursor: pointer;
}

div.tab {
	width: 100%;
	padding: 5px 0 5px 0;
	font-weight: bold;
	cursor: pointer;
}

div.active {
	padding: 4px 0 4px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid white;
}

#newtab:hover,div.tab:hover {
	background-color: #f8f8f8;
}

#glogo {
	float: left;
}

/* main page */
body {
	font-family: Ariel;
}

#main{
	padding: 5% 5% 0 5%;
}
#menu {
	background-color: #333333;
	font-family: Georgia;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
}

#menu > a{
	color: white;
	margin-left: 10px;
	text-decoration: none;
}

#menu > a:hover{
	color: #6699cc;
}


h1 {
	color: #6699cc;
}

h2 {
	color: #99cc66;
}

div.drag{
	background-color: #fafafa;
	color: #999999;
}

td.drop{
	border: 1px dashed #333333;
}

#vlist{
	line-height: 160%;
	list-style-image: url(/img/v.png);
}

#demo{
	width: 605px;
	height: 379px;
	padding: 1px 1px 10px 6px;
	background-image: url(/img/vidbg.png);
	margin-bottom: 10px; 
}
