﻿.hspacer1
{
	width:100%;
	height:10px;
	font-size:0;
	clear:both;
}
.hspacer2
{
	width:100%;
	height:0px;
	font-size:0;
	clear:both;
	border-bottom:dotted 1px rgb(204,204,204);
	margin-top:5px;
}
.hspacer3
{
	width:100%;
	height:20px;
	font-size:0;
	clear:both;
}
.hspacer4
{
	width:100%;
	height:0px;
	font-size:0;
	clear:both;
	border-bottom:solid 1px rgb(204,204,204);
	margin-top:5px;
	margin-bottom:5px;
}
.hspacer5
{
	width:100%;
	height:0px;
	font-size:0;
	clear:both;
	border-bottom:solid 1px rgb(204,204,204);
	margin-top:15px;
	margin-bottom:15px;
}
.datalist
{
	border-top: solid 2px rgb(102,102,102);
}
.datalist LI
{
	border-left:solid 1px rgb(204,204,204);
	border-right:solid 1px rgb(204,204,204);
	border-bottom:solid 1px rgb(204,204,204);
	padding-top:5px;
	padding-bottom:5px;
	font-size:0.8em;
	color:rgb(51,51,51);
}
.datalist LI IMG
{
	padding-right:10px;
	padding-left:5px;
}
.databox
{
	border-left:solid 1px rgb(204,204,204);
	border-right:solid 1px rgb(204,204,204);
	border-bottom:solid 1px rgb(204,204,204);
	border-top: solid 2px rgb(102,102,102);
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	background-color:rgb(247,247,247);
	width:656px;
}
.databox .row
{
	width:656px;
	clear:both;
}
.databox .row .label
{
	width:656px;
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:5px;
	margin-top:5px;
	color:rgb(102,102,102);
}
.databox .row .field
{
	width:656px;
}
.databox .row .field .textbox
{
	width:652px;
	background-color:rgb(250,250,250);
}
.databox .row .field .textbox-small
{
	width:354px;
	background-color:rgb(250,250,250);
}
.databox .row .field .dropdown
{
	background-color:rgb(250,250,250);
}
.databox .row .field .dropdown-large
{
	width:654px;
	background-color:rgb(250,250,250);
}
.databox .row .field .listbox
{
	width:654px;
	background-color:rgb(250,250,250);
}
.errorbox
{
	border: solid 1px rgb(255,196,196);
	padding:10px;
	background-color:rgb(255,219,219);
	width:656px;
	margin-bottom:10px;
}
.errorbox UL
{
	list-style-type:square;
	margin-left:15px;
}
.errorbox UL LI
{
	color:rgb(255,72,72);
	font-size:0.8em;
}
.buttonbox
{
	border-left:solid 1px rgb(204,204,204);
	border-right:solid 1px rgb(204,204,204);
	border-bottom:solid 1px rgb(204,204,204);
	border-top: solid 1px rgb(204,204,204);
	padding:10px;
	background-color:rgb(247,247,247);
	width:656px;
}
.datatable
{
	width:676px;
	border-left:solid 1px rgb(204,204,204);
	border-right:solid 1px rgb(204,204,204);
}
.datatable TH
{
	font-size:0.8em;
	border-bottom:solid 1px rgb(204,204,204);
	padding-bottom:5px;
	padding-top:5px;
	border-top: solid 2px rgb(102,102,102);
	text-align:left;
}
.datatable TD
{
	font-size:0.8em;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px rgb(204,204,204);
	color:rgb(51,51,51);
}
.datatable A
{
	color:rgb(102,102,102);
	text-decoration:none;
}
.datatable A:Hover
{
	color:rgb(214,0,64);
}
.datatable TR.highlight
{
	background-color:rgb(240,240,240);
}
/*FILES TABLE*/
.filestable .column-data-icon
{
	width:30px;
}
.filestable .column-data-icon IMG
{
	margin-left:5px;
}
.filestable .column-data-name
{
	width:296px;
}
.filestable .column-data-size
{
	width:50px;
}
.filestable .column-data-created
{
	width:150px;
}
.filestable .column-data-action
{
	width:150px;
}
/*ARTWORKS TABLE*/
.artworkstable .column-header-id
{
	width:25px;
	padding-left:5px;
}
.artworkstable .column-data-id
{
	width:25px;
	padding-left:5px;
}
.artworkstable .column-data-name
{
	width:126px;
}
.artworkstable .column-data-client
{
	width:140px;
}
.artworkstable .column-data-created
{
	width:150px;
}
.artworkstable .column-data-status
{
	width:80px;
}
.artworkstable .column-data-action
{
	width:150px;
}
/*CATEGORIES TABLE*/
.categoriestable .column-header-id
{
	width:25px;
	padding-left:5px;
}
.categoriestable .column-data-id
{
	width:25px;
	padding-left:5px;
}
.categoriestable .column-data-name
{
	width:266px;
}
.categoriestable .column-data-created
{
	width:150px;
}
.categoriestable .column-data-status
{
	width:80px;
}
.categoriestable .column-data-action
{
	width:150px;
}
/*FRAGMENTS TABLE*/
.fragmentstable .column-header-id
{
	width:25px;
	padding-left:5px;
}
.fragmentstable .column-data-id
{
	width:25px;
	padding-left:5px;
}
.fragmentstable .column-data-name
{
	width:366px;
}
.fragmentstable .column-data-created
{
	width:150px;
}
.fragmentstable .column-data-status
{
	width:80px;
}
.fragmentstable .column-data-action
{
	width:150px;
}
.link
{
	float:left;
	margin-right:10px;
}
