﻿
.border { border: solid 1px red; }
.hand { cursor: pointer; }
.cur-default { cursor: default; }

.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }

.align-center { text-align: center; }
.align-right{ text-align: right; }
.align-left{ text-align: left; }

.d-none { display: none; }
.d-inline { display: inline; }
.d-block { display: block; }

.u { text-decoration: underline; }
.b { font-weight: bold; }
.n { font-weight: normal; }

.label-text { height: 18px; padding: 3px 0px 4px 0px; }
.input-text { margin: 0px 0px 1px 0px; }
.center { margin: auto 25%; }


div.admin-title
{
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
div.admin-title a
{
	color: #2a393f;
	text-decoration: none;
}
table tr td
{
	vertical-align: top;
}
table.admin-table tr td
{
	border-bottom: solid 1px #ccc;
	padding: 5px;
}
table.admin-table tr:hover
{
	background-color: #eee;
}
table.admin-table thead
{
	background-color: #eee;
	height: 20px;	
	font-weight: bold;
	
}


body 
{
	text-align: center; text-align: -moz-center; margin:0px; padding:0px; color: #2a393f;
	background: url(../images/back.png);
}


