/**
  * This is the Blue-Theme for project hydra
  * 
  * 
  *	@Author: Lin He (lhe@bytecraft.com.au)
  *	@Created: 29/08/2007
  */

  * {
	padding: 0;
	margin: 0;
}
body {
	/*font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;*/
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:8pt;	
 	background: #541c65;
 	margin-top:10px;
}


#loginWrapper {
	width: 50%;
	min-width: 900px;
	background-color: #FFF;
	margin: 0 auto;
	height: 100vh;
	min-height: 900px;
}

#loginHeaderWrapper {
	margin-bottom: 100px;
	width: 100%;
	text-align: center;
}

#loginHeader {
	height:180px;
}

.loginPanel {
}

#loginbox {
	background-color: #541c65;
	min-height: 330px;
	box-sizing: border-box;
	min-width: 400px;
	width: 25%;
	margin: 0 auto;
	padding: 20px 50px 20px 50px;
	border:0;
	border-radius: 45px;
	margin-bottom: 10px;
}

#welcome {
	color:#FFFFFF;
	font-size:20px;
	padding-bottom:15px;
	width:100%;
	text-align: center;
	margin:0 auto;
}

.credWrapper {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.credLeft {
	flex-shrink: 0;
	margin-right:15px;
	width:30px;
	height:30px;
}

.credRight {
	flex-grow: 1;
	width:100%;
	height:40px;
	border-radius:5px;
	font-size: 18px;
}

.credRight::placeholder {
	font-size: 18px;
	text-align: center;
}

.credRight:focus::placeholder {
	color:transparent;
}

.loginWarningWrap {
	text-align:center;
	width:100%;
	margin-bottom: 10px;
	font-size: 15px;
}

.loginMessageWrap {
	text-align:center;
	width:100%;
	margin-bottom: 10px;
	font-size: 15px;
	margin-bottom: 120px;
}

.mainLoginButton {
	flex-grow: 1;
	font-size:20px;
	font-weight: bold;
	width:100%;
	height:40px;
	border-radius:5px;
	background-color:#9e88b9;
	color:#541c65;
	appearance:none;
	cursor:pointer;
	border:none;
}

.secLoginButton {
	appearance:none;
	cursor:pointer;
	font-weight: bold;
	border:none;
	background:transparent;
	flex-grow: 1;
	font-size:16px;
	width:100%;
	height:40px;
	color:#9e88b9;
}

#forgotPw {
	color:#9e88b9;
	font-size:16px;
	padding-bottom:25px;
	width:100%;
	text-align: center;
	margin:0 auto;
}

#resetPwLink {
	color:red;
	font-size:16px;
	padding-bottom:15px;
	width:100%;
	text-align: center;
	margin:0 auto;
}

#tc_logo_wrapper {
	width: 50%;
	min-width: 900px;
	margin:0 auto;
	text-align: center;
	bottom: 0;
}

#tc_logo {
	height:100px;
}

/* added by Octa, so that button, textbox, and drop down list has the same font size */
select, input {
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:8pt;	
}

/* added by Octa so that it shows numbering on ordered list */
ol.bulletins li {
	list-style-type: decimal;
	margin-left:30px;
}

a,
a:visited 
{
	text-decoration: none;
	outline:none;
	color:#821b18;
}

#wrapper {
	width:100%;
	min-width: 769px;
	min-height: 450px;
	
	max-width: 994px;
	max-height: 600px;
	margin: 0 auto;
	background: transparent;
}

#header {
	padding-top:10px;
	height: 57px;
	background:  #003366 url(./logo.PNG) left top no-repeat;
	color: #ffffff;
	text-align: right;
}
#header a:link, 
#header a:visited 
{
	color:#ffffff;
}
#header a:hover, 
#header a:active 
{
	color:#81a594;
}

div.toolTipWindow
{
	position: absolute; 
	Z-INDEX:200; 
	border: thin dotted black; 
	background: #000000; 
	color: white;	
}
/****** Top Menu Div *******/
#topmenu {
	background-color:#DDDDDD;
	color:#560e00;
}
#menu li {
	line-height:25px;
	padding:5px 7px;
	display: inline;
}
#menu li a {
	color:#821B20;
}
#menu li a:hover, #menu li {
	color:#003366;
}
#menu li.selected {
	background-color:#003366;
	color:white;
}
#menu li.selected *,
#menu li.selected a:hover, #menu li.selected {
		color:white;
}
/****** Top Menu Div Ends*******/

/****** Content Div *******/
#content 
{
	padding: 10px 0 10px 0;
	min-height: 430px;
	background:white;
	border:10px solid #ebeadf; 
}

#content div.MenuLayout div
{
	background: transparent;
	margin:0px;
	padding:0px;
}
#content div.MenuLayout div table{padding:5px 0 5px 5px;}

#content div table.DataListTitle span
{
	font-weight:bold;
	text-align:center;
}

#content table.DataList
{
	padding: 0px;
	margin: 0px;
	width:100%;	
}

#content table.DataList td,
#content table.DataList th
{text-align:left;}
#content table.DataList th{font-weight: bold;}

#content table.DataList tfoot,
#content table.DataList thead,
#content div.DataListFooter
{
	background: #ddd;
	color: #821b20;
}

#content table.DataList tbody tr td.DataListItem,
#content table.DataList tbody tr.DataListItem
{
	background: #ffffff;
}

#content table.DataList tbody tr td.DataListEditItem,
#content div.AddPanel
{
	background: #bbbbbb;
}
#content table.DataList tbody tr td.DataListAlterItem,
#content table.DataList tbody tr.DataListAlterItem
{background: #f0f0f0;}

#content table.DataList tbody tr td.InnerDataListItem,
#content table.DataList tbody tr.InnerDataListItem
{background: #ddd;}

#content table.DataList tbody tr td.InnerDataListAlterItem,
#content table.DataList tbody tr.InnerDataListAlterItem
{
	background: #003366;
	color: #ffffff;
}
/****** Content Div Ends *******/

.hydraautocomplete
{
  background-color:white;
}

.hydraautocomplete .selected
{
  background-color: #3366FF;
  color:white;
  height: 8%;
}

.hydraautocomplete li 
{
  margin: 0;
  padding: 1px;
  list-style: none;
  height: 8%;
}

#content .hydraautocomplete {
	/* IE hack, because we have 10px border around #content */
	 * margin: -10px 0px 0px -10px;
}

#content div.BackgroundPanel
{
  width: 100%; 
  height: 110%; 
  filter: alpha(opacity=75); 
  -moz-opacity: .75; 
  background: #CCCCCC; 
  position: absolute; 
  top: 0px; 
  left: 0px;
}

#content div.ResultFrontPanel
{
  top: 30%; 
  left: 35%;
  width: 500px;
  position: absolute;
  background-color: #FFFFFF; 
  border: 2px solid black; 
  padding: 8px; 
  text-align: left;
  z-index: 2
}

#content div.EntryFrontPanel
{
  width: 50%;
  height: 52%;
  top: 25%; 
  left: 25%; 
  bottom: 23%;
  right: 25%;
  position: absolute;
  background-color: #FFFFFF; 
  border: 2px solid black; 
  padding: 8px; 
  text-align: left;
  z-index: 2
}

.notesPanel
{
  width:90%; 
  height:75px; 
  background-color: #FFFFFF; 
  border: 1px solid navy; 
  padding: 8px; 
  text-align: left;
}

.labelText
{
  color: #000000;	
}

div.toolTipWindow
{
	position: absolute; 
	Z-INDEX:200; 
	border: thin dotted black; 
	background: #000000; 
	color: white;	
}


span.formattedValidationLabel
{
	color: #FF0000;
	background-color : #FFFFFF;
}

span.formattedDisplayLabel
{
	color: #0000FF;
	background-color : #FFFFFF;
}

span.formattedHeaderLabel
{
	color: #008000;
	font-weight: bold;
	background-color: #FFA500;
}

span.formattedSubHeaderLabel
{
	font-weight: bold;
	background-color: #cccccc;
}

.progressBarPanel
{
	position: absolute;
	width: 80px; 
	height: 5px;
	border: thin solid black; 
	background: #ffffff; 
	color: black;	
}	

.progressBarBlue
{
	position: absolute;
	height: 5px;
	border: thin black; 
	background: blue; 
	color: black;	
}

.progressBarGreen
{
	position: absolute;
	height: 5px;
	border: thin black; 
	background: green; 
	color: black;	
}


.progressBarOrange
{
	position: absolute;
	height: 5px;
	border: thin black; 
	background: orange; 
	color: black;	
}

.progressBarRed
{
	position: absolute;
	height: 5px;
	border: thin black; 
	background: red; 
	color: black;	
}

#ctl0_ErrorMessage
{
	color:red;
	font-weight:bold;
}
#ctl0_InfoMessage
{
	color:green;
	font-weight:bold;
}
input[type=text]:focus{border:2px solid #67a7e3!important;margin:0!important;outline:0!important}
input[type=password]:focus{border:2px solid #67a7e3!important;margin:0!important;outline:0!important}
textarea:focus{border:2px solid #67a7e3!important;margin:0!important;outline:0!important}
legend 
{
	background-color: #666666;
	color: #FFFFFF;
	/*font-weight: bold;*/
	border: 1px solid #333333;
	padding: 2px;
	font-size: 110%;

}
#admin_frontpage li 
{
	padding: 3px 0px 3px 10px;

}	

#admin_frontpage li a:hover 
{
		color:#333333;
		text-decoration: underline;
}
table.form
{
	text-align: center;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ; */
	font-weight: normal;
	font-size: 11px;
	color: #fff;

	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.form td
{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.form td.calendar
{
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.form td.header
{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}
table.form td.footer
{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-top: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}



/**
 ** The below styles are for dynamic menu structure
 **/
ul.mymenu {
	list-style:none; 
	margin:0; 
	padding:0
}

ul.mymenu * {
	margin:0; 
	padding:0
}

/* top menu item */
ul.mymenu a {
	display:block; 
	text-decoration:none;
}

ul.mymenu li {
	position:relative; 
	float:left; 
	margin-right:0px;
}

ul.mymenu ul {
	position:absolute; 
	top:26px; 
	left:0; 
	display:none; 
	opacity:0; 
	list-style:none;
}

ul.mymenu ul li {
	position:relative; 
	border:1px solid #aaa; 
	border-top:none; 
	width:148px; 
	margin:0;
}

/* sub menu item */
ul.mymenu ul li a {
	display:block; 
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 0.4em; 
	background-color:#D6D6DD;
	color: black;
	font-weight: normal;
}

/* this is color when a submenu is onfocus */
ul.mymenu ul li a:hover {
	background-color: #4C5A85;
	color:white;
}

ul.mymenu ul ul {
	left:148px; 
	top:0px;
}

ul.mymenu .menulink {
	padding-top: 5px;
	padding-right: 0.7em;
	padding-bottom: 7px;
	padding-left: 0.7em; 
}


/* this is color when a topmenu is onfocus */
ul.mymenu .menulink:hover, ul.mymenu .mymenuhover {
	background-color: #4C5A85;
	color:#FFFFDD;
}
ul.mymenu a.menulink.menuhover{
	background-color: #4C5A85;
	color:#FFFFDD;
}

/* submenu with subitems in them */
ul.mymenu .sub {
	background:#D6D6DD url(/themes/images/right.gif) 136px 4px no-repeat;
}

ul.mymenu a.sub.menuhover{
	background-color: #4C5A85;
	color:#FFFFDD;
}


ul.mymenu .topline {
	border-top:1px solid #aaa
}
/**
 ** end of dynamic menu structure
 **/

