/*
Style Sheet
Coded By Nathan Skidmore
V1.0 (30/10/2008)
*/

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: times;
	text-align: justify;
	background-color: #EEEEEE;
}

table {
	font-size: 9pt;
	font-family: times;
}

form {
	font-size: 9pt;
	font-family: arial;
}

input {
	font-size: 9pt;
	font-family: arial;
	text-align: center;
}

textarea {
	font-size: 9pt;
	font-family: arial;
}

select {
	font-size: 9pt;
	font-family: arial;
	text-align: center;
}

option {
	font-size: 9pt;
	font-family: arial;
	text-align: center;
}

/*Styleing for the Title cell and all sub items*/
#titlecell {
	border: 1px solid #BBBBBB;
	height: 75px;
	width: 13%;
}
#titlecell #title #systemtitle {
	font-size: 18pt;
	font-weight: bold;
}
#titlecell #title #pagetitle {
	font-size: 14pt;
	font-weight: bold;
}

/*Styleing for the Menu cell and all sub items*/
#menucell {
	border: 1px solid #BBBBBB;
	width: 150px;
	height: 87%;
	position: relative;
}
#menucell #menu {width: 150px;}
#menucell #menu tr {background-color: #BBBBBB;}
#menucell #menu tr:hover {background-color: #DDDDDD;}
#menucell #menu .menuitem {padding-left: 5px;}
#menucell #postmenu {width: 150px;}
#menucell #homemenu {
	position: absolute;
	bottom: 2px;
	left: auto;
	width: 150px;
}
#menucell #homemenu tr {background-color: #BBBBBB;}
#menucell #homemenu tr:hover {background-color: #DDDDDD;}
#menucell #homemenu .homemenuitem {padding-left: 5px;}

/*Styleing for the Main cell and all sub items*/
#maincell {
	border: 1px solid #BBBBBB;
	width: 100%;
	height: 87%;
}
#maincell #main {
	overflow: auto;
	height:100%;
	width: 100%;
}
#maincell #main #mainiframe {
	overflow: auto;
	height:100%;
	width:100%;
	border: 0px;
}

.table1 {
	border: 1px solid #BBBBBB;
	border-spacing: 0px;
}
.table1 td {
	border: 1px solid #BBBBBB;
	padding: 2px;
}