@charset "utf-8";

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

form
{
	margin: 0;
	padding: 0;
}

h1
{
	border-bottom: 1px dotted black;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

a
{
	color: #06C;
	text-decoration: none;
}

a img
{
	border: none;
}

div#header
{
	border-bottom: 1px solid black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	padding: 10px 15px;
}

div#userbar
{
	border-bottom: 1px dotted black;
	font-size: 10px;
	padding: 4px 15px;
}

div#interface
{
	padding: 10px 15px;
}

table.cg-datagrid td
{
	padding: 2px 15px 2px 0px;
}

table.cg-datagrid tr.heading td
{
	border-bottom: 1px dotted #666;
	font-weight: bold;
	text-align: left;
}

table.grid-table
{
	border-collapse: collapse;
}

table.grid-table tr.heading td
{
	border: none;
	cursor: pointer;
	font-weight: bold;
}

table.grid-table tr.rowA td
{
	background-color: #EFEFEF;
}

table.grid-table tr.rowB td
{
	background-color: white;
}

table.grid-table td
{
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
	vertical-align:top;
}

table.grid-table td.sort-asc,
table.grid-table td.sort-desc
{
	border: 1px solid #CCCCCC !important;
	padding-left: 21px;
}

table.grid-table td.sort-asc
{
	background: url('images/icons/arrow_up.png') no-repeat left center;
}

table.grid-table td.sort-desc
{
	background: url('images/icons/arrow_down.png') no-repeat left center;
}

table.grid-table td.name
{
	min-width: 200px;
}

#project-tabs
{
	width: 800px;
}

ul#project-images
{
	list-style:none;
	margin: 0;
	padding: 0;
}

div#project-gallery
{
	overflow: auto;
	width: 800px;
}

div#project-gallery div.image-thumb
{
	display: block;
	float: left;
	height: 140px;
	margin: 0 5px 15px 0;	
}

div#project-gallery a.thumb img
{
	border: none;
	display: block;
	width: auto;
	height: 120px;
	margin-bottom: 5px;
}

div#project-gallery div.image-thumb div.title
{
	text-align: center;
}

table.feedback-table 
{
	table-layout: fixed;
}

table.feedback-table img.thumb
{
	height: auto;
	max-width: 50px;
}

table.feedback-table td.comment-text
{
	cursor: pointer;
}

table.feedback-table td.comment-text span.full
{
	display:none;
}

div#image-list
{
	border-right: 1px solid #2F2F2F;
	display: block;
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

div#file-list
{
	display: block;
	float: left;
	padding-bottom: 20px;
}










