.header 
{
	height: 60px;
	background-color: #35495E;
}

.subheader
{
	height: 20px;
	font-size: 12px;
	font-weight: 300;
	font-family: helvetica, arial, verdana, sans-serif;	
	padding-left: 10px;
	color: white;
	background-color: gray;
}

.site_document
{
	text-align: center;
}

.content
{
	padding: 20px;
}

.title_label
{
	color: rgb(21, 127, 204);
	font-size: 15px;
	font-weight: 300;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
}

.table_title
{
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	height: 36px;
	background-color: rgb(245, 245, 245);
	border-left-style: solid;
	border-bottom-color: rgb(245, 245, 245);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(245, 245, 245);
	border-left-width: 1px;
	border-right-color: rgb(245, 245, 245);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(245, 245, 245);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
}

table
{
	border-collapse: collapse;
	margin-top: 0;
	padding: 0;
}

th
{
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	border: 1px solid rgb(245, 245, 245);
	color: rgb(102, 102, 102);
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	line-height: 15px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	text-align: left;
}

td
{
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(245, 245, 245);
	color: rgb(0, 0, 0);
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	height: 24px;
	line-height: 15px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
}

tfoot>tr>td
{
	font-weight: bold;
}

.table_cell_grey
{
	color: silver;
}

img.toolbutton
{
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	background-color: rgb(245, 245, 245);
	background-image: url('/images/gui/tool-sprites.png');	
	cursor: pointer;
	border: 0;
}

img.toolbutton_add
{
	background-position: 0px -256px;
}

img.toolbutton_delete
{
	background-position: 0px -272px;
}

img.toolbutton_refresh
{
	background-position: 0px -240px;
}

img.toolbutton_down
{
	background-position: 0px -208px;
}

img.toolbutton_expand
{
	background-position: 0px -32px;
}