body
{
	color: #000;
	background: #fff url(../img/body-bg-start.jpg) no-repeat top center;
	font-family: Arial;
	font-size: 11px;
}

.clear {clear: both;}

.align-l {text-align: left;}
.align-c {text-align: center;}
.align-r {text-align: right;}

.float-l {float: left;}
.float-r {float: right;}

/*
* Links
*/
a.textlink
{
	color: #900;
	text-decoration: none;
	border-bottom: dotted 1px #900;
	display: inline-block;
}
a.textlink:hover
{
	border-bottom: solid 1px #900;
}

/*
* Form
*/

input, select, textarea
{
	font-size: 11px;
}

textarea
{
	border: solid 1px #ccc;
}

.textinput50, .textinput100, .textinput150, .textinput200
{
	padding: 5px;
	height: 15px;
}

select.textinput50, select.textinput100, select.textinput150, select.textinput200
{
	padding: 5px;
	height: 25px;
}

.textinput50
{
	width: 40px;
	background: url(../img/textinput50.png) no-repeat;
}

.textinput100
{
	width: 90px;
	background: url(../img/textinput100.png) no-repeat;
}

.textinput150
{
	width: 140px;
	background: url(../img/textinput150.png) no-repeat;
}

.textinput200
{
	width: 190px;
	background: url(../img/textinput200.png) no-repeat;
}

select.textinput50
{
	width: 50px;
	background: url(../img/textinput50.png) no-repeat;
}

select.textinput100
{
	width: 100px;
	background: url(../img/textinput100.png) no-repeat;
}

select.textinput150
{
	width: 150px;
	background: url(../img/textinput150.png) no-repeat;
}

select.textinput200
{
	width: 200px;
	background: url(../img/textinput200.png) no-repeat;
}

.submitinput50, .submitinput100, .submitinput150, .submitinput200
{
	padding: 5px;
	height: 25px;
	font-weight: bold;
}

.submitinput50
{
	width: 50px;
	background: url(../img/textinput50.png) no-repeat 0 1px;
}

.submitinput100
{
	width: 100px;
	background: url(../img/textinput100.png) no-repeat;
}

.submitinput150
{
	width: 150px;
	background: url(../img/textinput150.png) no-repeat;
}

.submitinput200
{
	width: 200px;
	background: url(../img/textinput200.png) no-repeat;
}

.fieldset
{
	background: #fff url(../img/fieldset.bg.png) repeat-x bottom;
	margin: 10px 0 15px;
}

.fieldset div,
.fieldset div div,
.fieldset div div div,
.fieldset div div div div
{
	background: url(../img/fieldset.shadow.png) no-repeat;
}

fieldset
{
	border: solid 1px #ccc;
	margin: 10px;
}

fieldset legend
{
	font-weight: bold;
	margin-left: 10px;
	padding: 0 5px;
}

.fieldset div {background-position: top left;}

.fieldset div div {background-position: top right;}

.fieldset div div div {background-position: bottom right;}

.fieldset div div div div
{
	background-position: bottom left;
	padding: 13px 10px 5px;
}

.fieldset div div div div h5
{
	position: absolute;
	margin: -21px 0 0 10px;
	padding: 4px 0 0 5px;
	font-size: 12px;
	background: #fff url(../img/fieldset.legend.bg.png) no-repeat left top;
}

.fieldset div div div div h5 span
{
	padding: 4px 7px 2px 2px;
	background: #fff url(../img/fieldset.legend.bg.png) no-repeat right top;
}

.fieldset div div div div p
{
	color: #333;
	overflow: hidden;
	padding-top: 5px;
}

.tip-wrap
{
	background: #fff;
	color: #600;
	border: solid 1px #900;
	padding: 5px;
	visibility: hidden;
	z-index: 2000;
}

.tablesort
{
	color: #900;
	cursor: pointer;
}

.tablesortdesc, .tablesortasc
{
	padding-left: 10px;
	background: url(../img/tablesort.png) no-repeat;
}

.tablesortdesc {background-position: 0 5px;}

.tablesortasc {background-position: 0px -7px;}
