
/****************** Global ******************/

*
{
	font-family: 'Arial';
	font-size: 13px;
}
	
body, form, table
{
	padding: 0px;
	margin: 0px;
}

table
{
	width: 100%;
	border-collapse: collapse;
}

a:link, a:visited, a:active
{
	color: #003333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #EEE;		/*	Internet Explorer	*/
}

a > img
{
	border-color: transparent;
}

a img:hover
{
	border-color: #999;
}

ul
{
	padding: 8px;
	padding-left: 18px;
	margin: 0px;
}

label
{
	font-weight: bold;
	vertical-align: middle;
}

p
{
	margin: 10px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 2px;
}

h2
{
	font-size: 22px;
}

/****************** Interactive ******************/

input, button, select, textarea
{
	margin: 1px;
	color: #004A33;
	border-style: solid;
	border-width: 1px;
}

input[type='button'], input[type='submit'], input[type='reset'], button
{
	background-color: #C0CCB3;
	border-color: #004A33;
}

input[type='text'], input[type='password'], input[type='checkbox'], select, textarea
{
	background-color: #FFF;
	border-color: #C0CCB3;
}

input[type='text'], input[type='password']
{
	width: 80px;
	padding: 1px;
}

textarea
{
	height: 30px;
	width: 200px;
}

/****************** Frame ******************/

legend
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

fieldset
{
	padding: 8px;
}

/****************** Calendar ******************/

.calendar tr
{
	height: 20px;
}

.calendar tbody td
{
	text-align: right;
	padding-right: 6px;
}

.button:hover, .calendar tbody td:hover
{
	cursor: pointer;
}

/****************** Table ******************/

.treeview tr
{
	height: 25px;
}

/****************** List ******************/

.menu
{
	list-style-type: none;
	text-align: left;
	padding: 0px;
}

.menu li
{
	padding-left: 10px;
}

/****************** Headers & Bodies ******************/

.treeview thead tr, .treeview tfoot tr, *.box h4, legend,
.calendar thead tr, .calendar tfoot tr
{
	background-color: #C0CCB3;
	border-style: solid;
	border-color: #BBB;
	border-width: 1px;
	font-weight: bold;
}

.box, fieldset
{
	margin: 2px;
	background-color: #EEE;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;

/*	Border corners	*/

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.treeview tbody tr:hover, .menu li:hover, .calendar tbody td:hover
{
	background-color: #DDD;
}

.treeview tr.row, .menu li.selected, .highlight
{
	background-color: #CCC;
}

.treeview, .calendar
{
	text-align: center;
}

