﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    /*background-color: #9A89B3;*/
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*color: #696969;*/
}
a:link
{
    /*color: #034af3;*/
    color: #00f;
    text-decoration: underline;
}
a:visited
{
    /*color: #505abc;*/
    color: #00c;
}
a:hover
{
    /*color: #1d60ff;*/
    color: #00c;
    text-decoration: none;
}
a:active
{
    /*color: #12eb87;*/
    color: #00f;
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0; 
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    /*width: 90%;*/
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 2px solid #e57db2; /* Default border colour (pink) */
/*
    border-radius: 10px;
    overflow: hidden;
*/
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#navigation
{
	text-align:center; 
	line-height: 1.9em;
	/*font-size: 1.1em;*/
	margin: 0; padding: 0;
}
#navigation li
{
	list-style: none; text-align: center;
	margin: 10px auto;
}
.navbtn
{
	width: 80%;
	height: 40px;
	font-size: 20px;
	margin: 2px 0px;
	background-color: #44146B;		/* Default button colour (purple) */
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	border-radius: 5px;
	background-image: url(/resources/transgrad40px.png); /* Default - use shine */
	background-repeat:repeat-x;
	color: #fff;					/* Default button text (white) */
}
.navbtn.inlineSmall
{
	width:auto;
	height:auto;
	font-size:1.25em;
	display: inline;
	margin-left: 8px;
}

.navbtn + .navbtn
{
	margin-top: 10px;
}
.navbtn + #localeform
{
	margin-top: 10px;
}

.navbtnform + .navbtn
{
	margin-top: 10px;
}

a.navlink
{
	text-decoration: none;
	display: table; width: 100%; height: 35px;
	padding-top: 7px;
	color: #fff;
	font-size: 20px;
}
.navlink:hover
{
	color:#fff;
}
.menuhead
{
	width: 300px; /*height: 30px;*/ text-align: center; margin-bottom: 0px;
}
#connect
{
	width: 300px; height: 25px; text-align: center; margin-bottom: 0px;
}
a.navlink.connect_a
{
	padding-top: 5px;
	font-size: 12px;
}
.motd
{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#areaLink
{
	font-size: .9em;
}

#footer
{
    /*color: #999;*/
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
#footer a
{
	color: #000;
}
#phone
{
	font-size: 30px;
	padding: 10px 0;
	text-align: center;
    line-height: normal;
}
#phone a
{
	text-decoration: none;
	color:inherit;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    /*padding: 1em;*/
    padding: 12px;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

.time input[type="text"] 
{
	width: 75px;
	margin: 5px 0px;
}

input[type="submit"], input[type="button"], button
{
	/*
	width: 100%;
	height: 40px;
	font-size: 1.2em;
	margin: 2px 0px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
*/
	-webkit-appearance: none;		/* because apple think they are better than everyone else */
	
	display: block;
	margin: 0px auto;
}

input[type="submit"] .small, input[type="button"].small
{
	height: 30px;
}

textarea
{
	width: 90%;
	/*
	width: 290px;
	overflow: auto;
	*/
}
textarea.addfeedback
{
	height: 100px;
}
input[type="file"].addfeedback
{
	height: 30px;
}

.TimeEx
{
	color: #aaa;
}
/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px /*#e8eef4;*/ #ddd;
  border-collapse: collapse;
  width: 100%;
  word-wrap: break-word; /* Note: This is a CSS 3 property */
  /*overflow-wrap: break-word;*/ /* Apparently the property has recently been renamed but the new name is not supported yet */
}
table.fixed
{
	table-layout: fixed;
	/*overflow: hidden;*/
}
table td 
{
  padding: 5px 5px;   
  border: solid 1px /*#e8eef4;*/ #ddd;
}
table td.NoRecords
{
	 text-align: center;
	 font-weight: bold;
}
table td.center
{
	text-align: center;
}
table th
{
  padding: 6px 5px;
  text-align: left;
  /*color: #fff;*/
  background-color: /*#e8eef4;*/ #f5f5f5;
  border: solid 1px /*#e8eef4;*/ #ddd;
}

table th.TimeSub
{
	text-align: center;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.red-highlight
{
	background-color: #faa;
    color: #500;
}
.yellow-highlight
{
	background-color: #ffa;
    color: #550;
}
.green-highlight
{
	background-color: #afa;
    color: #050;
}
.white-highlight
{
	background-color: #fff;
    color: #000;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.2em;
    display:block;
    text-align:center;
    /*margin: 5px 10px 5px 10px;*/
    color:#000;
}

#logindisplay a:link
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #000;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    display:block;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    /*font-weight: bold;*/
    color: #ff0000;
}
.validation-summary-errors ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field,
.display-div
{
    margin: 0.5em 0;
}
.no-margin {margin: 0em;}

.display-div-label
{
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
}

.display-div-label-wide
{
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
}

.display-div-field
{
	display: block;
	clear: right;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.database-dropdown
{
	width: 200px;
}

/* date/hospital filters */
.filter {}

.filter fieldset
{
	/*padding-top: 4px;*/
	padding: 4px 12px 6px 12px;
}

.filter legend
{
	margin: 0px;
	padding: 0px;
}
.filter input[type="text"]
{
	width: 75px;
}

.filter .navbtn
{
	height: 25px;
	font-size: 16px;
}

#hideFilter 
{
    padding-top: 5px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    color: #00F;
}
.filterParamTr
{
    margin-top: 5px;
}

/* Styles for paging links */
.pager
{
	margin: 3px 0px;
	line-height: 30px;
}

.pager a, .pager span
{
	border: 1px solid #e8eef4;
	margin: 2px;
	padding: 5px 5px;
	text-decoration: none;
}
.pager .current
{
	font-weight: bold;
	text-decoration: none;
}

/* Company Logo */
#CompanyLogoDiv
{
	/*
	height: 75px;
	width: 75px;
	*/
	padding: 5px;
	
	/*border: 1px solid #ccc;*/
	overflow: hidden;
	margin: 0px auto;
	/*float: left;*/
	text-align: center;
}
#CompanyLogo
{
	/*
	height: 64px;
	width: 64px;
	*/
	/*display: block;*/
	/*position: relative;*/
}

/* Terms and Conditions */
#TermsAndConditions
{
	width: 100%;
	margin: 0px auto 0px auto;
}
#TermsLink
{
}
#TermsAndConditions iframe
{
	border: 1px solid #ccc; 
	width: 100%; 
	min-height: 300px;
}
