/* @override 	http://catalog.findituseit.com/themes/fiui_v1/style.css	http://catalog.findituseit.com.au/themes/fiui_v1/style.css*/

/* ########## START main.css ########## */

body,p,label,td,th {
	font: 10pt Arial, Helvetica, sans-serif;
}

p,dl,multicol {
	display: block;
	margin: 1em 0;
}

hr {
	height: 1px;
	border: 1px gray inset;
}

h3,form {
	margin: 0;
}

img,table {
	border: 0;
}

.center {
	text-align: center;
}

.green,.ok {
	color: green;
}

.red,.failed {
	color: red;
}

.orange,.warning {
	color: #ff4500;
}

.bold {
	font-weight: bold;
	font-size: 1.2em;
}

.big {
	font-size: 120%;
}

h3.title {
	text-align: center;
}

img.icon {
	vertical-align: top;
}

table.admin {
	border: 1px outset;
}

table.admin td,table.admin th {
	border: 1px inset;
	margin: 2px;
	padding: 5px;
}

table.admin th {
	background-color: #eee;
}

.nowrap {
	white-space: nowrap;
}

h4 {
	font-size: 1em;
}

/* ########## END main.css ########## */

/* ########## START default.css ########## */

body {
	color: black;
	background-color: white;
	margin: 0;
}

form#login {
	margin: 5% 33% 5%;
}

div#content {
	position: absolute;
	border: solid 1px silver;
	padding: 10px;
	top: 80px;
	left: 210px;
	width: 668px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 30px rgb(0, 0, 0);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.75);
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	list-style-type: none;
	padding-left: 0;
	font: normal 11px Arial,Helvetica,Verdana,sans-serif;
	background-color: #1b89bb;
	z-index: 1;
	border: 9px solid white;
	margin: 0;
	border-bottom-width: 1px;
}

* html #header {
	width: 100%;
	height: 32px;
}

#header li {
	-webkit-border-top-left-radius: 12pt;
	-webkit-border-top-right-radius: 12pt;
	float: left;
	color: white;
	text-align: center;
	line-height: 15px;
	border: 1px solid white;
	_border-bottom: 1px solid white;
	margin-left: -1px;
	_border-top-style: none;
	margin-bottom: -1px;
	margin-top: -1px;
}

#header li#menu0 {
	width: 202px;
}

#header li#menu1 {
	width: 133px;
}

#header li#menu2 {
	width: 130px;
}

#header li#menu3 {
	width: 200px;
}

#header li#menu4 {
	width: 200px;
}

#header li:hover {
	background-color: #21a7e5;
}

#header a {
	color: white;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header li#menu5 {
	width: 133px;
}

#header li#menu6 {
	width: 130px;
}

#header li#menu7 {
	width: 200px;
}

#header li#menu8 {
	width: 200px;
}

#logo {
	padding: 10px 0;
	text-align: center;
	visibility: visible;
	position: absolute;
	top: 80px;
	left: 8px;
	width: 200px;
	height: auto;
}

#logo a {
	font-size: 0.8em;
	color: gray;
	text-decoration: none;
}

del {
	color: #a9a9a9 !important;
	background-color: #f5f5f5 !important;
	text-decoration: line-through !important;
}

del * {
	color: #a9a9a9 !important;
	background-color: #f5f5f5 !important;
}

.footer {
	color: gray;
	text-align: right;
	margin: 1em 0 0 0;
	font-size: 9px;
	text-transform: uppercase;
	position: relative;
}

.footer .left {
	position: absolute;
	left: 0;
	text-align: left;
	bottom: 0;
}

/* ########## END default.css ########## */

/* ########## START default_aqua.css ########## */

div.window {
	width: 668px;
}

div#content {
	border: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.window .titlebar {
	background-image: url(images/titlebar_C.png);
	height: 23px;
	width: 100%;
	top: 0;
	position: relative;
	visibility: visible;
	margin: 0 0 -1px;
}

div.window .titlebar h1 {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 18pt;
	margin: 0;
}

div.window .titlebar div.titlebarR,div.window .titlebar div.titlebarL {
	height: 100%;
	width: auto;
	top: 0;
	position: absolute;
	visibility: visible;
	background-repeat: no-repeat;
}

div.window .titlebar div.titlebarL {
	background-image: url(images/titlebar_L.png);
	left: 0;
	padding-top: 3px;
	padding-left: 9px;
}

div.window .titlebar div.titlebarR {
	background-image: url(images/titlebar_R.png);
	background-position: right 0;
	padding-right: 9px;
	right: 0;
}

div.window div.content {
	border: solid 1px silver;
	border-top: 0;
	padding: 10px;
}

#site_info {
	position: fixed;
	width: 100px;
	left: 10px;
	bottom: 10px;
	border: solid 1px silver;
	padding: 15px 0 10px;
	margin: 0;
	background-image: url("images/small_titlebar.png");
	background-color: white;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

* html #site_info {
	position: absolute;
}

#site_info p {
	font-size: 8pt;
	margin: 0;
	padding: 0 10px;
}

#site_info p.hr {
	border-bottom: solid 1px silver;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h1#titlebar {
	font-weight: normal;
}

/* ########## END default_aqua.css ########## */

/* ########## START standards.css ########## */

a.w3cbutton3 {
	margin: 1px;
	width: 80px;
	border: 1px solid #ccc;
	font-size: 8pt;
	white-space: nowrap;
}

a.w3cbutton3:link,a.w3cbutton3:visited,a.w3cbutton3:hover {
	background-color: #fc6;
	color: black;
	text-decoration: none;
}

a.w3cbutton3 span.w3c {
	padding: 0 1px;
	background-color: white;
	color: #0c479d;
	font-weight: bold;
}

a.w3cbutton3 span.spec {
	padding: 0 1px;
}

#site_info a.w3cbutton3 {
	margin-right: 0;
	margin-left: 0;
}

/* ########## END standards.css ########## */

/* ########## START aqua_widgets.css ########## */

a.button_stop {
	height: 15px;
	width: 14px;
	padding-left: 20px;
	color: black;
	background-repeat: no-repeat;
}

a.button_stop:hover {
	text-decoration: underline;
}

a.button_stop:active {
	
}

a.button_stop[class] {
	background-image: url("images/stop.png");
}

a.button_stop[class]:hover {
	background-image: url("images/stop_hover.png");
}

a.button_stop[class]:active {
	background-image: url("images/stop_down.png");
}

a.button_go {
	height: 15px;
	width: 14px;
	padding-left: 20px;
	color: black;
	background-repeat: no-repeat;
}

a.button_go:hover {
	text-decoration: underline;
}

a.button_go:active {
	
}

a.button_go[class] {
	background-image: url("images/go.png");
}

a.button_go[class]:hover {
	background-image: url("images/go_hover.png");
}

a.button_go[class]:active {
	background-image: url("images/go_down.png");
}

/* ########## END aqua_widgets.css ########## */

/* ########## START aqua_inc_tabbar.css ########## */

.tabbar {
	background-image: url(images/tabbar_bg.png);
	padding-top: 3px;
	height: 20px;
	top: 0;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	padding-right: 5px;
}

.tabbar a.tab .L {
	margin-left: 5px;
}

.tabbar a.tab .C,.tabbar a.tab .L,.tabbar a.tab .R {
	height: 20px;
	float: left;
	line-height: 20px;
}

.tabbar a.tab.floatright {
	float: right;
}

.tabbar a.tab .L,.tabbar a.tab .R {
	width: 9px;
	background-repeat: no-repeat;
}

.tabbar a.tab .C {
	background-image: url(images/tabbar_tab_inactive_C.png);
}

.tabbar a.tab .L {
	
}

div[class].tabbar a.tab .L {
	background-image: url(images/tabbar_tab_inactive_L.png);
}

.tabbar a.tab .R {
	
}

div[class].tabbar a.tab .R {
	background-image: url(images/tabbar_tab_inactive_R.png);
}

.tabbar a.tab.active .C {
	background-image: url(images/tabbar_tab_active_C.png);
}

.tabbar a.tab.active .L {
	
}

div[class].tabbar a.tab.active .L {
	background-image: url(images/tabbar_tab_active_L.png);
}

.tabbar a.tab.active .R {
	
}

div[class].tabbar a.tab.active .R {
	background-image: url(images/tabbar_tab_active_R.png);
}

.tabbar a.tab {
	color: black;
}

.tabbar a.tab:hover {
	text-decoration: none;
	color: blue;
}

.tabbar a.tab:active {
	color: red;
}

.tabbar a.tab.disabled {
	color: silver;
}

/* ########## END aqua_inc_tabbar.css ########## */

#page-login {
	text-align: center;
}

#page-login #login_msg {
	text-align: justify;
}

_input {
	_-webkit-border-radius: 8pt;
	_-moz-border-radius: 8pt;
	_font-size: 10pt;
	_line-height: 4px;
}

p#browsers {
	height: 15px;
	margin: 0;
}

p#browsers .text {
	float: left;
}

p#browsers .logos {
	float: right;
}

.show_hide .button {
	display: inline;
}

.show_hide .button input {
	font-size: 10px;
	margin: 0;
	padding: 0 0.5em;
	_float: right;
	_clear: both;
}

.show_hide .hidden_content {
	border: 1px dashed silver;
}