﻿/*----------------------------------------------------------
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: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*color: #696969;*/
}
/*
a
{
	color: #00f;
}
*/

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;
}
.boldtext { font-weight: bold; }
/* 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%;
    margin-left: auto;
    margin-right: auto;
}

#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: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore - not that we support ie6 anyway */
    border-width: 2px;
    border-style: solid;
    border: 2px solid #e57db2;	/* Default border colour (pink) */
}

#navigation
{
	/*
	float: left;
	padding-left: 50px;
	height: 20px;
	border-bottom: 1px solid #faa634; 
	*/
}
#navigation a.here
{
	/*
	height: 30px;
	line-height: 30px;
	border: 1px solid #faa634;
	margin-top: -11px;
	border-bottom: 1px solid white;
	*/
}
#navigation a
{
	/*font-weight: bold;*/
	/*font-size: 1.1em;*/
	
	/*
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px 5px 0px 5px;
	height: 20px;
	line-height: 20px;
	padding: 0 4px 0 4px;
	color: blue;
	*/
}
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li
{
	display: inline-block;
}
#navigation ul li a, .navlink
{
	padding: 0px 5px; 
	display: inline-block;
	height: 22px;
	color: #fff;
	text-decoration: none;
}
/* Used for branded buttons */
.navbtn
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	height: 22px;
	border-radius: 4px;
	background-position: center;
	
	background-image: url(/resources/transgrad40px.png);	/* Default - use shine */
	color: #fff;											/* Default button text (white) */
	background-color: #44146B;								/* Default button colour (purple) */
}
li.navbtn
{
	height: 20px;
}
#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
#footer a
{
	color: #000;
}
/* 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;
}

.TimeEx
{
	color: #aaa;
}
/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px /*#e8eef4;*/ #ddd;
  border-collapse: collapse;
  /* width: 100%; */
}

table td 
{
  padding: 5px 8px;   
  border: solid 1px #e8eef4;
}
table td.NoRecords
{
	 text-align:center;
	 font-weight:bold;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #f5f5f5; 
  border: solid 1px #ddd;   
}

table th.TimeSub
{
	text-align: center;
}

.checksBlock
{
	display:inline-table;
}
/* 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;
}
.greytext
{
	color: #555;
}
.grey-highlight
{
	/*background-color: #eee;*/
    color: #777;
}
#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin: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;
}

.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-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;
}
.display-div-text
{
	display: block;
	clear: right;
	margin: 2px 0 2px;
}

.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;
}
.filter .second-line
{
	line-height: 2em;
}
.filter legend
{
	margin: 0px;
	padding: 0px;
}
.filter input[type="text"]
{
	width: 75px;
	/*border: 1px solid black;*/
}

.filter .right-align
{
	text-align: right;
}

.filter ul.hospitalList
{
	list-style: none;
	text-align: right;
	float: left;
	padding: 0;
	margin: 0;
	white-space:nowrap;
}

.filter .filterRow { display: table-row }
.filter .filterParam
{
	display: table-cell;
	text-align: right;
	padding: 5px 10px;
}

#hideFilter
{
	color: #00f;
	font-size:0.8em;
	cursor: pointer;
	font-weight: normal;
}
/* Styles for paging links */
.pager
{
	margin: 3px 0px;
}
.pager.floatLeft
{
	float: left;
}
.pager a, .pager span
{
	border: 1px solid #e8eef4;
	margin: 3px;
	padding: 0px 3px;
	text-decoration: none;
}
.pager .current
{
	font-weight: bold;
	text-decoration: none;
}

/* Company Logo */
#CompanyLogoDiv
{
	/*
	width: 728px;
	height: 152px;
	*/
	/*
	width: 300px;
	height: 300px;
	*/
	/*border: 1px solid #ccc;*/
	overflow: hidden;
	margin: 0px auto 10px auto;
	text-align: center;
	margin-bottom: 30px;
}
#CompanyLogo
{
	/*display: block;*/
	/*position: relative;*/
}

/* Terms and Conditions */
#TermsAndConditions
{
	width: 95%;
	margin: 0px auto 0px auto;
}
#TermsLink
{
}
#TermsAndConditions iframe
{
	border: 1px solid #ccc; 
	width: 100%; 
	min-height: 600px;
}