/********************************************************************************/
/*									General										*/
/********************************************************************************/

body
{
	margin: auto;
	text-align: center;
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('../parts/background.jpg');
	background-repeat: repeat-x;
	background-position: top right;
	color: #464646;
}
a
{
	color: #464646;
	text-decoration: underline;
	cursor: pointer;
}

select
{
	font-style: normal;
	font-weight: normal;
}
optgroup
{
	font-style: normal;
	font-weight: normal;
}
option
{
	font-style: normal;
	font-weight: normal;
}

.error
{
	display:none;
	color: red;
	font-size:10px;
}

.red
{
	color: red;
	font-size:15px;
}

th.sort
{
	cursor: pointer;
	border: 1px solid black;
}
th.sort:hover
{
	background-color:#c9e7a6;
}
tr.selectable:hover
{
	background-color:#c9e7a6;
	cursor: pointer;
}

tr.hover:hover
{
	background-color:#c9e7a6;
}

table.border
{
	border: 1px solid black;
}
th.border
{
	border: 1px solid black;
}
td.border
{
	border: 1px solid #999;
}

table.paging td
{
	width: 17px;
	text-align: center;
}
table.paging a.current
{
	font-weight: bold;
}

td.button
{
	cursor: pointer;
	width: 50px;
	text-align: center;
	padding-top: 5px;
}
td.button:hover
{
	font-weight: bold;
}

#main_content
{
	margin-top: 60px;
}



/********************************************************************************/
/*									Layout										*/
/********************************************************************************/

#loading_content
{
	position: absolute;
	display: none;
	text-align: center;
	z-index: 11;
}

#content
{
	height: 500px;
	overflow: hidden;
	margin-top: 60px;
}

#description
{
	width: 500px;
	margin: auto;
	margin-top: 60px;
	text-align: center;
	overflow: auto;
}
