/****************************************************************************************************/
/* Main HTML CSS */
/* These entries color various elements of the generated html. Change to suit your theme. */
/****************************************************************************************************/

.container
{
	padding: 10px 10px;
	/*color:#000000;*/
}

a:link
{
	color: #803300;
	text-decoration: none;
}

a:visited
{
	color: #803300;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

img
{
	border: 1px solid #000;
}

.register_label
{
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	padding-top:0.6em;
}

.login_label
{
	width: 6em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	padding-top:0.6em;
}

.link-button
{
	margin:0 4px 0 0; 
	padding: .4em 1em; 
	text-decoration:none !important;
}

/****************************************************************************************************/
/* Datatable CSS */
/* These entries color the odd and even rows of all tables, change to suit your theme. */
/****************************************************************************************************/

tr.odd td{
	background-color: #fff0e5;
}

tr.even td{
	background-color: #ffd1b2;
}

tr.odd td.sorting_1 {
	background-color: #ffe0cc;
}

tr.even td.sorting_1 {
	background-color: #ffc299;
}



/****************************************************************************************************/
/* Edit/Delete Buttons CSS */
/****************************************************************************************************/

div#icons
{
	margin: 0;
	padding: 0;
}

div#icons a
{
	margin: 2px;
	position: relative;
	padding: 4px 0;
	float: left;
}

div#icons span
{
	margin: 0 3px;
	float: left;*/
}
