body
{
	font-family: "Lucida Grande",Arial,Sans-serif;
	background-color: #E1E1E1;                    /* MAIN BACKGROUND */
	color: #000000;                               /* TEXT COLOUR FOR STATS, ETC... */
	font-size: small;
	margin: 0px;
	padding: 0px;
}

/* General HTML tag formats */
select, input, textarea, td
{
	font-size: small;
}

a:link, a:visited, a:active
{
	text-decoration: none;                         /* NEWLY ADDED ITEMS - LIST #06497E; */
	color: #06497E;
	font-size : small;
}

a:hover
{
	text-decoration: underline;                    /* NEWLY ADDED ITEMS - HOVER */
	color: #009ADA;
	font-size: small;
}

h1
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	white-space: nowrap;
}

h2
{
	color: #06497E;                              /* #C8C8C8; #009ADA; #025EF5; - Page lable */
	font-weight: bold;
	font-size: 1.6em;
	white-space: nowrap;
	padding-top: 10px;
}

h3
{
	color:  #009ADA;
	font-weight: bold;
	font-size: 1.3em;
	white-space: nowrap;
}

/* Various messages */
.success
{
	/*color: #626C99;*/
	font-weight: bold;
	font-size: 1.2em;
}

/* Details of success ful completion */
.smsuccess
{
	color: #123456;
	font-size: x-small;
}

/* All error messages are displayed using this class */
.error
{
	color: #FF0000;
	font-weight: bold;
	font-size: 1em;
}

p.error
{
	clear: both;
}

/* Details of errors are displayed with this class */
.smerror
{
	color: #FF0000;
	font-weight: bold;
	font-size: x-small;
}

.warn
{
	color: #FF3333;
	font-weight: bold;
	font-size: x-small;
}

/* Details of errors are displayed with this class */
.smwarn
{
	color: #FF3333;
	font-weight: bold;
	font-size: x-small;
}

/* Input field, prompt cell definition */
.prompt
{
	background-color: transparent;
	color: black;
	font-weight: bold;
	font-size: small;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

/* Input field data cell definition */
.data
{
	background-color: transparent;
	font-size: small;
	font-weight: normal;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/* For headers in pages, which might include order_by links, etc */
.navbar th
{
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: #009ADA;         /*#8888FF;           ITEM LIST TOP BAR */
	padding-left: 5px;
	padding-right: 5px;
}

.navbar th a
{
	font-size: small;
	padding-left: 0px;
	padding-right: 0px;
	display:block;
}

/* All help text */
.help
{
	color: #009ADA;
	font-size: small;
	clear: both;
}

ul.footer-links
{
	float: left;
	list-style-type: none;
	border: none;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}

ul.footer-links img
{
	height: 12px;
	border: 0;
}

ul.footer-links li
{
	float: left;
	border-left: none;
	border-right: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

ul.footer-links li.first
{
	border-left: 1px solid gray;
}

ul.action-links
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	white-space: nowrap;
}

ul.action-links li
{
	float: left;
	padding-right: 2px;
	border: none;
}

ul.action-links img
{
	border: 0;
	vertical-align: middle;
}

/* layout - ideas from http://bluerobot.com/web/layouts/ */

#header
{
	border-style:solid;
	border-color:#001B26;
	border-width:1px 0px;
	line-height:12px;
	background-color:#C8C8C8;                      /* MAIN TOP BAR */
}

#header a
{
	color: #009ADA;                              /* ADVANCED AND LOGIN LINKS */
}

#header a:hover
{
	color: #06497E;                              /* SITE NAME HOVER LINK */
}

#menu
{
	position:absolute;
	top:68px;
	left:8px;
	width:180px;
	padding:10px;
	padding-top:5px;
	background-color:#EEEEEE;
	/* border:1px dashed #999999;*/
	line-height:12px;
}

ul.menu
{
	list-style-type: BOLD;
	margin: 0px;
	padding-left:12px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 4px;
}

ul.menu li a
{
	padding:10px;
	padding-left: 10px;
	display: block;
	background: #fff;
	color: #009ADA;
	text-decoration: none;
}

ul.menu li a:hover, ul.menu li.active a
{
	background: #009ADA;
	color:#fff;
	text-decoration: none;
}

#content
{
	margin:0px 5px 5px 10px;
	padding-left:210px;
}

#footer
{
	padding-top: 20px;
	clear: both;
	text-align: center;
}

#header h1
{
	margin: 10px;
	padding: 5px;
}

#header h1 A
{
	color:  #009ADA;                                  /* site name #0000FF; */
	font-weight: bold;
	font-size: large;
}

#header ul.headerLinks
{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	position: absolute;
	right: -1px;
	top: 0px;
	white-space: nowrap;
}

#header ul.headerLinks li
{
	display: inline;
	padding-right: 5px;
}

#header img
{
	border: 0;
}

#header ul.headerLinks li.help a
{
	background: url(../../images/help_icon.gif) no-repeat;
	color: #009ADA;                     /* #DCE6FB; */
}

#header ul.headerLinks li.login
{
	padding-left: 10px;
}

#header form.titleSearch
{
	display: inline;
}

#footer a
{
	font-size: 100%;
	font-weight: bold; 
	color: #06497E;                            /* #C8C8AA; */
}



#loginBox
{
	text-align: right;
	margin-top: 5px;
	padding: 10px;
	padding-right: 20px;
	font-weight: bold;
}

#tab-content
{
	float: left;
	clear: both;
	border-top: 1px solid #ccc; 
	margin-top: -1px;
	padding: 5px;
	margin-bottom: 10px;
	width: 99%;
}

ul.tabMenu
{
	clear: right;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	padding-left: 30px;
	padding-top: 5px;
}

ul.tabMenu li
{
	float: left;
	padding: 8px;
	overflow: hidden;
	margin: 0px;
	margin-right: 10px;
	border: 1px solid #ccc; 
	background: #eee;
	cursor: pointer;
	font-size: 1.3em;
}

ul.tabMenu li.activeTab
{
	color: black; 
	background: white; 
	font-weight: bold; 
	cursor: default;
	border-bottom: 1px solid white;
}

div.tabContent
{
	float: left;
	width: 100%;
	padding: 5px;
}

div.tabContentHidden
{
	display: none;
}

ul.single
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.single li
{
	padding-left: 0px;
	margin-left: 0px;
}

.toggleContainer
{
	cursor: pointer;
}

div.elementHidden
{
	display: none;
}

.toggleVisible, .toggleHidden
{
	background-image: url(../../images/expanded.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: center left;
	font-size: 100%;
	/*color: #BDC7F7;*/
}

.toggleHidden
{
	background-image: url(../../images/collapsed.gif);
}
