﻿.toolset img
{
    margin-left:5px; margin-right:5px;
}
.sampleDiv
{
    padding:10px;
}
.sampleDiv > div
{
   padding-right:5px; display:inline-block
}
.samplelist
{
   border:solid 1px Gray; line-height:20px
}
.samplelist table
{
    width:100%
}
.samplelist td
{
    border-bottom:solid 1px #c0c0c0; padding:3px
}
option
        {
        	border-bottom:solid 1px #DDDFE4; margin:5px;
        }
.cap
{
	text-transform: uppercase;
}
.autocomplete_completionListElement
{
	background-color: White;
	border: 1px solid buttonshadow;
	color: windowtext;
	height: 200px;
	list-style-type: none;
	margin: 0 !important;
	overflow: auto;
	text-align: left;
	width: 200px;
}
.autocomplete_highlightedListItem
{
	background-color: #FFFF99;
	color: black;
	padding: 1px;
}
.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}


.accordionHeader
{
	background-color: #2E4D7B;
	border: 1px solid #2F4F4F;
	color: white;
	cursor: pointer;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px;
}
.accordionHeaderSelected
{
	background-color: #5078B3;
	border: 1px solid #2F4F4F;
	color: white;
	cursor: pointer;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px;
}
.accordionContent
{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #2F4F4F #2F4F4F;
	border-right: 1px dashed #2F4F4F;
	border-style: none dashed dashed;
	border-width: medium 1px 1px;
	padding: 10px 5px 5px;
}
.leftTab
{
	color: #fff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 20;
}
.leftTabActive
{
	color: #333;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 20px;
}

.leftmenu
{
	line-height: 20px;
	white-space: nowrap;
}
.leftmenu li
{
	border-bottom: 1px solid #DDDFE4;
	padding: 2px;
}


textarea.comment
{
	width: 98%;
	border: 0px;
}

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial;
	color: #393b3d;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

#framecontent
{
	top: 0;
	left: 0;
	width: 100%;
}


#maincontent
{
	top: 200px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

.innertube
{
	/*Margins for inner DIV inside each DIV (to provide padding)*/ margin-bottom:40px;
}

* html body
{
	/*IE6 hack*/
	padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent
{
	/*IE6 hack*/
	height: 100%;
	width: 100%;
}
.headerNAV
{
	background-color: White;
	height: 66px;
}
ul.Horizontal
{
	margin-left: 0px;
	padding-left: 0px;
}
ul.Horizontal li
{
	display: inline;
}


/*menubar*/

#nav_bar
{
	float: left;
	margin: 0px auto;
	padding: 0;
	position: relative;
	text-align: center;
	height: 73px;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 20px;
}
#registration, #billing, #reports, #messages, #reminders, #appointment
{
	float: left;
	color: #ffffff;
	font-weight: bold;
	border: 0px solid white;
	position: relative;
}



#registration
{
	padding-left: 10px;
	padding-right: 10px;
}
#billing
{
	padding-left: 10px;
	padding-right: 10px;
}
#reports
{
	padding-left: 10px;
	padding-right: 10px;
}
#messages
{
	padding-left: 10px;
	padding-right: 10px;
}
#reminders
{
	padding-left: 10px;
	padding-right: 10px;
}
#appointment
{
	padding-left: 10px;
	padding-right: 10px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tipsy
{
	padding: 5px;
	font-size: 10px;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner
{
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-arrow
{
	position: absolute;
	background: url('../images/tipsy.gif') no-repeat top left;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow
{
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.tipsy-nw .tipsy-arrow
{
	top: 0;
	left: 10px;
}
.tipsy-ne .tipsy-arrow
{
	top: 0;
	right: 10px;
}
.tipsy-s .tipsy-arrow
{
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}
.tipsy-sw .tipsy-arrow
{
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}
.tipsy-se .tipsy-arrow
{
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}
.tipsy-e .tipsy-arrow
{
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow
{
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}



/* rounded box*/
.roundedcornr_box_314784
{
	background: #15b1e4;
}
.roundedcornr_top_314784 div
{
	background: url(../Images/roundedcorner/roundedcornr_314784_tl.png) no-repeat top left;
}
.roundedcornr_top_314784
{
	background: url(../Images/roundedcorner/roundedcornr_314784_tr.png) no-repeat top right;
}
.roundedcornr_bottom_314784 div
{
	background: url(../Images/roundedcorner/roundedcornr_314784_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_314784
{
	background: url(../Images/roundedcorner/roundedcornr_314784_br.png) no-repeat bottom right;
}

.roundedcornr_top_314784 div, .roundedcornr_top_314784, .roundedcornr_bottom_314784 div, .roundedcornr_bottom_314784
{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_314784
{
	margin: 0 15px;
}





/* corner radious*/
.myDiv
{
	background-color: #f2f2f2;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; /* for some reason you have to declare all corners in ie*/
	padding: 10px;
	padding-top: 5px;
	color: #333;
	font-size: 12px;
	padding-bottom: 0px;
}
.sectionDiv
{
	background-color: #fff;
	border: solid 3px #e5e7e6;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px; /* for some reason you have to declare all corners in ie*/
	padding: 5px;
	font-size: 12px;
}

Div.form span, ul.form span
{
	display: inline-block;
	margin-left: 5px;
}


.ColumnLI
{
	display: inline-block;
	vertical-align: top;
}
.ColumnLI2
{
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
.PageHeading
{
	font-weight: bold;
	color: White;
	font-size: 110%;
}





ul
{
	list-style: none;
}

.left
{
	width: 200px;
	float: left;
	position: relative;
	padding: 5px;
}

.right
{
	width: 250px;
	float: left;
	position: relative;
	padding: 5px;
}

.clear
{
	float: none;
	clear: both;
	height: 0px;
}

/*button*/
button
{
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
}

button.rounded
{
	background: transparent url( ../Images/roundedcorner/btn_right.png ) no-repeat scroll right top;
	clear: left;
	font-size: 0.8em;
}

button span
{
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}

button.rounded span
{
	background: transparent url( ../Images/roundedcorner/btn_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

button.rounded:hover
{
	background-position: 100% -30px;
}

button.rounded:hover span
{
	background-position: 0% -30px;
}

button::-moz-focus-inner
{
	border: none;
}


a.roundedbutton
{
	background: transparent url( ../Images/Default/btn_right.png ) no-repeat scroll right top;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 30px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.roundedbutton:hover
{
	color: #ff6600;
	text-decoration: none; /*background-position: 100% -30px;*/
}
a.roundedbutton span
{
	background: transparent url( ../Images/Default/btn_left.png ) no-repeat scroll left top;
	display: block;
	line-height: 20px;
	padding: 5px 0 5px 18px;
	font-weight: bold;
	color: #333333;
}
a.roundedbutton span:hover
{
	/*background-position: 0% -30px;*/
	color: #ff6600;
}
a.roundedbutton:active
{
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.roundedbutton:active span
{
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}




a.roundedbuttonB
{
	background: transparent url( ../Images/Default/B_btn_right.png ) no-repeat scroll right top;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 30px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.roundedbuttonB:hover
{
	color: #ff6600;
	text-decoration: none;
	background-position: 100% -30px;
}
a.roundedbuttonB span
{
	background: transparent url( ../Images/Default/B_btn_left.png ) no-repeat scroll left top;
	display: block;
	line-height: 20px;
	padding: 5px 0 5px 18px;
	color: White;
	font-weight: bold;
	font-size: 13px;
}
a.roundedbuttonB:hover span
{
	background-position: 0% -30px;
	color: #fff;
}
a.roundedbuttonB:active
{
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.roundedbuttonB:active span
{
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}


.sectionHeader
{
	color: #314e6c;
	font-weight: bold;
	font-size: 14px;
	border-bottom: dotted 1px #c0c0c0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/*form style*/



input[type=text], textarea, input[type=password]
{
	color: #000;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	border: solid 1px #bdc7d8;
	outline: 0;
	font: normal 12px/100% Arial, Tahoma, sans-serif;
	width: 140px;
}
select
{
	width: 149px;
	color: #000;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	border: solid 1px #bdc7d8;
	outline: 0;
	font: normal 12px/100% Arial, Tahoma, sans-serif;
}
select.M
{
	color: #375b77;
	font-weight: bold;
	margin: 3px;
	padding-right: 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #bdc7d8;
	outline: 0;
	font: normal 12px/100% Arial, Tahoma, sans-serif;
	background: #fcfcdf url('../Images/M_field.png') no-repeat left;
}



input:hover, textarea:hover, input:focus, textarea:focus, select.M:hover, select.M:focus, input.M:hover, input.M:focus, input.Date_M:hover, input.Date_M:focus, date:hover, date:focus, select:hover, select:focus
{
	border-color: #fcbf52;
	background-color: White;
	background: #FFFFFF url('../Images/input_BG_W.png') left top repeat-x;
}
input.
{
	background: #FFFFFF url('../Images/Default/_search_field_bg.png');
	background-position: right;
	background-repeat: no-repeat;
}

input.M
{
	color: #000;
	font-weight: bold;
	margin: 3px;
	width: 128px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #bdc7d8;
	outline: 0;
	font: normal 12px/100% Arial, Tahoma, sans-serif;
	background: #fcfcdf url('../Images/M_field.png') no-repeat left;
}
input.Date_M
{
	color: #375b77;
	font-weight: bold;
	margin: 3px;
	width: 128px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #bdc7d8;
	outline: 0;
	font: normal 12px/100% Arial, Tahoma, sans-serif;
	background: #fcfcdf url('../Images/M_field.png') no-repeat left;
	-moz-box-shadow: 0 0 10px #eee inset;
	-webkit-box-shadow: 0 0 10px #eee inset;
}


/* the input field */

input.date
{
	color: #000;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	border: solid 1px #bdc7d8;
	outline: 0;
	font: normal 12px/100% Arial, Tahoma, sans-serif;
	width: 140px;
	background: #FFFFFF url('../Images/Default/date_field_bg.png');
	background-position: right;
	background-repeat: no-repeat;
}

/* calendar root element */
#calroot
{
	/* place on top of other elements. set a higher value if nessessary */
	z-index: 1000000;
	margin-top: -1px;
	width: 198px;
	padding: 2px;
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead
{
	padding: 2px 0;
	height: 22px;
}

#caltitle
{
	font-size: 14px;
	color: #0150D1;
	float: left;
	text-align: center;
	width: 155px;
	line-height: 20px;
	text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev
{
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(prev.gif) no-repeat scroll center center;
	float: left;
	cursor: pointer;
}

#calnext
{
	background-image: url(next.gif);
	float: right;
}

#calprev.caldisabled, #calnext.caldisabled
{
	visibility: hidden;
}

/* year/month selector */
#caltitle select
{
	font-size: 10px;
}

/* names of the days */
#caldays
{
	height: 14px;
	border-bottom: 1px solid #ddd;
}

#caldays span
{
	display: block;
	float: left;
	width: 28px;
	text-align: center;
}

/* container for weeks */
#calweeks
{
	background-color: #fff;
	margin-top: 4px;
}

/* single week */
.calweek
{
	clear: left;
	height: 22px;
}

/* single day */
.calweek a
{
	display: block;
	float: left;
	width: 27px;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	margin-left: 1px;
	text-align: center;
	line-height: 20px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* different states */
.calweek a:hover, .calfocus
{
	background-color: #ddd;
}

/* sunday */
a.calsun
{
	color: red;
}

/* offmonth day */
a.caloff
{
	color: #ccc;
}

a.caloff:hover
{
	background-color: rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled
{
	background-color: #efefef !important;
	color: #ccc !important;
	cursor: default;
}

/* current day */
#calcurrent
{
	background-color: #498CE2;
	color: #fff;
}

/* today */
#caltoday
{
	background-color: #333;
	color: #fff;
}
/*Anesthesia grid style*/
tr.gridHeaderAnes td
{
	background-color: #ebeadb;
	padding: 5px;
	color: #000;
	font-weight: normal;
	border-top: solid 1px #d4d3c6;
	border-right: solid 1px #c7c5b2;
	text-align: left;
	font-size: 11px;
}
tr.gridRowAnes td
{
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	padding: 3px;
	font-size: 11px;
}


tr.gridRowAnes td table td
{
	border: 0px;
}

table
{
	border-collapse:collapse;
	empty-cells:show;
	
}
/*grid style*/

tr.gridHeader td
{
	background-color: #eceff5;
	padding: 6px;
	color: #3b5998;
	font-weight: bold;
	border-top: solid 1px #e2e2e2;
	text-align: left;
}
tr.gridHeader_gray td
{
	background-color: #e7e6e6;
	padding: 6px;
	color: #333;
	font-weight: bold;
	border-top: solid 1px #e2e2e2;
	text-align: left;
}
tr.gridRow td
{
	border-bottom: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	padding: 4px;
	
}
tr.gridRowBlue td
{
	border-bottom: solid 1px #3b5998;
	border-right: solid 1px #3b5998;
	border-top: solid 1px #3b5998;
	padding: 4px;
	
}
.gridRow2 td
{
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 4px;
}
tr.gridRow:hover
{
	background-color: #ffedcf;
}
tr.gridRow td table td
{
	border: 0px;
}

div.ToggleTR
{
	display: none;
	background-color: #f9f9f9;
	padding: 5px;
	margin-left: 70px;
	border: solid 1px #d5d6d5;
	border-bottom: 0px;
}
.bigButton
{
	background-image: url(../Images/landing_module_bg.png);
	width: 274px;
	height: 157px;
}
.bigButton:hover
{
	background-image: url(../Images/landing_module_bg_hover.png);
	width: 274px;
	height: 157px;
}
.ColumnLI img
{
	border: 0px;
}




ul.columnL2 li, ul.columnL2 li div
{
	display: inline;
}
.columnL2 span
{
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 5px;
	margin-top: 6px;
}
.columnL2 img
{
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}




.myBox
{
	margin: 0 auto;
	border: 1px solid #818181;
	border-top: 0px;
	padding: 10px;
	text-align: left;
	background-image: url(backrepeat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: White;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px; /* for some reason you have to declare all corners in ie*/ /* Do rounding (native in Firefox and Safari, CC in IE)      -webkit-border-radius: 20px;     -moz-border-radius: 20px;     CCborderRadius: 20px;*/
}
.myBox2
{
	margin: 0 auto;
	border: 3px solid #fff;
	color: #ffffff;
	text-align: left;
	text-align: left;
	min-width: 200px;
	background-color: #585555;
	background-image: url(../Images/menu_drop_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px; /* for some reason you have to declare all corners in ie*/ /* Do rounding (native in Firefox and Safari, CC in IE)      -webkit-border-radius: 20px;     -moz-border-radius: 20px;     CCborderRadius: 20px;*/
}


input.populate
{
	color: #345774;
}

.columnHorizontal span, .columnHorizontal input, .columnHorizontal img, .columnHorizontal select
{
	display: block;
	float: left;
	margin-bottom: 3px;
	margin-right: 5px;
}
.columnHorizontal input[type=image]
{
	margin-top: 3px;
}
.columnHorizontal span
{
	width: 100px;
	text-align: right;
	margin-top: 5px;
}
.columnHorizontal2 span, .columnHorizontal2 input, .columnHorizontal2 img
{
	display: block;
	float: left;
	margin-bottom: 3px;
	margin-right: 5px;
}
.columnHorizontal2 input[type=text]
{
	width: 112px;
}
.columnHorizontal2 select
{
	width: 120px;
}
.columnHorizontal2 span
{
	width: 70px;
	text-align: right;
	margin-top: 5px;
}
.columnHorizontal2 input.date
{
	width: 112px;
}

/* 25th august 2011 new inputs box */
.columnHorizontal3 span, .columnHorizontal3 input, .columnHorizontal3 img
{
	display: block;
	float: left;
	margin-bottom: 3px;
	margin-right: 5px;
}
.columnHorizontal3 input[type=text]
{
	width: 112px;
}
.columnHorizontal3 select
{
	width: 120px;
}
.columnHorizontal3 span
{
	width: 138px;
	text-align: right;
	margin-top: 5px;
}
.columnHorizontal3 input.date
{
	width: 112px;
}

.columnHorizontal3 br
{
	clear: left;
}
.columnHorizontal3 img
{
	border: 0px;
}

br
{
	clear: left;
}
img
{
	border: 0px;
}
.linkStyle
{
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../Images/lnkInside.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.linkStyle:hover
{
	color: #ffa907;
	font-weight: bold;
	text-decoration: underline;
	background-image:url(../Images/lnkInside_hover.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.linkOutside
{
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../Images/lnkStyle.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.linkOutside:hover
{
	color: #ffa907;
	font-weight: bold;
	text-decoration: underline;
	background-image:url(../Images/lnkStyle_hover.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.linkInside
{
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../Images/lnkInside.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.linkInside:hover
{
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../Images/lnkInside_hover.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.linkDown
{
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../Images/lnkDown.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.linkDown:hover
{
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../Images/lnkDown_hover.png); padding-left:15px; background-repeat:no-repeat; background-position:left;
}
.pageHeader
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: Tahoma;
}
.total_images
{
	margin: 0px auto;
	font-style: normal;
	letter-spacing: 1.4px;
}

.total_images .eachs
{
	position: relative;
	z-index: 100;
}
/*Blood Bank menu*/
#lnkBlood
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkBlood a.menu
{
	background-image: url(../Images/Default/bloodbank_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkBlood a.hovered
{
	background-image: url(../Images/Default/bloodbank_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkBlood a.active
{
	background-image: url(../Images/Default/bloodbank_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
/*OT menu*/
#lnkOT
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkOT a.menu
{
	background-image: url(../Images/Default/OT_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkOT a.hovered
{
	background-image: url(../Images/Default/OT_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkOT a.active
{
	background-image: url(../Images/Default/OT_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*Kitchen menu*/
#lnkKitchen
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkKitchen a.menu
{
	background-image: url(../Images/Default/kitchen_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkKitchen a.hovered
{
	background-image: url(../Images/Default/kitchen_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkKitchen a.active
{
	background-image: url(../Images/Default/kitchen_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
/*Clinician menu*/
#lnkClinician
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkClinician a.menu
{
	background-image: url(../Images/Default/clinician_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkClinician a.hovered
{
	background-image: url(../Images/Default/clinician_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkClinician a.active
{
	background-image: url(../Images/Default/clinician_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*Pharmacist menu*/
#lnkPharmacist
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkPharmacist a.menu
{
	background-image: url(../Images/Default/pharmacist_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkPharmacist a.hovered
{
	background-image: url(../Images/Default/pharmacist_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkPharmacist a.active
{
	background-image: url(../Images/Default/pharmacist_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
/*LIS menu*/
#lnkLabs
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkLabs a.menu
{
	background-image: url(../Images/Default/labs_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkLabs a.hovered
{
	background-image: url(../Images/Default/labs_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkLabs a.active
{
	background-image: url(../Images/Default/labs_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*RIS menu*/
#lnkRadiology
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkRadiology a.menu
{
	background-image: url(../Images/Default/radiology_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkRadiology a.hovered
{
	background-image: url(../Images/Default/radiology_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkRadiology a.active
{
	background-image: url(../Images/Default/radiology_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*Accident & Emergency Menu*/

#lnkAccidentEmergency
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkAccidentEmergency a.menu
{
	background-image: url(../Images/Default/accident_emergency_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkAccidentEmergency a.hovered
{
	background-image: url(../Images/Default/accident_emergency_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkAccidentEmergency a.active
{
	background-image: url(../Images/Default/accident_emergency_btn_acitve.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*Dashbaord Menu*/
#lnkHome
{
	top: 11px;
	vertical-align: bottom;
	float: left;
}
#lnkHome a.menu
{
	background-image: url(../Images/Default/dashboard_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkHome a.hovered
{
	background-image: url(../Images/Default/dashboard_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkHome a.active
{
	background-image: url(../Images/Default/dashboard_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*Diet menu*/
#lnkDiet
{
	top: 11px;
	float: left;
	z-index: 100;
	vertical-align: bottom;
}
#lnkDiet a.menu
{
	background-image: url(../Images/Default/Dietary_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkDiet a.hovered
{
	background-image: url(../Images/Default/Dietary_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkDiet a.active
{
	background-image: url(../Images/Default/Dietary_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*CallScheduler menu*/
#lnkCallScheduler
{
	top: 11px;
	float: left;
	z-index: 100;
	vertical-align: bottom;
}
#lnkCallScheduler a.menu
{
	background-image: url(../Images/Default/callscheduler_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkCallScheduler a.hovered
{
	background-image: url(../Images/Default/callscheduler_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkCallScheduler a.active
{
	background-image: url(../Images/Default/callscheduler_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/*inventory menu*/
#lnkInventory
{
	top: 11px;
	float: left;
	z-index: 100;
	vertical-align: bottom;
}
#lnkInventory a.menu
{
	background-image: url(../Images/Default/Inventory_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkInventory a.hovered
{
	background-image: url(../Images/Default/Inventory_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkInventory a.active
{
	background-image: url(../Images/Default/Inventory_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}


#lnkRegistration
{
	top: 11px;
	float: left;
}
#lnkRegistration a.menu
{
	background-image: url(../Images/Default/patient_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkRegistration a.hovered
{
	background-image: url(../Images/Default/patient_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkRegistration a.active
{
	background-image: url(../Images/Default/patient_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}


#lnkOP
{
	top: 11px;
	float: left;
}
#lnkOP a.menu
{
	background-image: url(../Images/Default/OP_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkOP a.hovered
{
	background-image: url(../Images/Default/OP_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkOP a.active
{
	background-image: url(../Images/Default/OP_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkIP
{
	top: 11px;
	float: left;
	z-index: 100;
}
#lnkIP a.menu
{
	background-image: url(../Images/Default/IP_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkIP a.hovered
{
	background-image: url(../Images/Default/IP_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkIP a.active
{
	background-image: url(../Images/Default/IP_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkApp
{
	top: 11px;
	float: left;
}
#lnkApp a.menu
{
	background-image: url(../Images/Default/scheduling_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkApp a.hovered
{
	background-image: url(../Images/Default/scheduling_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkApp a.active
{
	background-image: url(../Images/Default/scheduling_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkBilling
{
	top: 11px;
	float: left;
}
#lnkBilling a.menu
{
	background-image: url(../Images/Default/billing_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkBilling a.hovered
{
	background-image: url(../Images/Default/billing_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkBilling a.active
{
	background-image: url(../Images/Default/billing_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkMessage
{
	top: 11px;
	float: left;
}
#lnkMessage a.menu
{
	background-image: url(../Images/Default/messages_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkMessage a.hovered
{
	background-image: url(../Images/Default/messages_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkMessage a.active
{
	background-image: url(../Images/Default/messages_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkReminder
{
	top: 11px;
	float: left;
}
#lnkReminder a.menu
{
	background-image: url(../Images/Default/reminders_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkReminder a.hovered
{
	background-image: url(../Images/Default/reminders_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkReminder a.active
{
	background-image: url(../Images/Default/reminders_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkReports
{
	top: 11px;
	float: left;
}

#lnkReports a.menu
{
	background-image: url(../Images/Default/reports_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkReports a.hovered
{
	background-image: url(../Images/Default/reports_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkReports a.active
{
	background-image: url(../Images/Default/reports_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkAdmin
{
	top: 11px;
	float: left;
}
#lnkAdmin a.menu
{
	background-image: url(../Images/Default/admin_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkAdmin a.hovered
{
	background-image: url(../Images/Default/admin_btn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#lnkAdmin a.active
{
	background-image: url(../Images/Default/admin_btn_active.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	width: 58px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.eachs img.images
{
	width: 230px;
	height: 10px;
	opacity: 1;
	display: none;
	z-index: 100001;
	position: relative;
}
.menustrip
{
	background-color: #405e9d;
	height: 10px;
}

/*a.hovered
{
	background-color:#fcc15a;	
	background-image:url(../Images/menu_bg_hover.png);
	height: 45px; width:56px; display: block;

}

a.menu
{
	background-image:url(../Images/menu_bg.png);
	height: 45px; width:56px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	
}
a.menuActive
{
	background-image:url(../Images/menu_bg.png); background-repeat:no-repeat;
	height: 58px; width:58px;
	display: block;
	text-decoration: none; padding-top:5px;
	
}*/
a.menu img, a.hovered img
{
	border: 0px;
	margin-top: 6px;
}




/*.total_images .eachs a.menu:hover
{
	color: #fff;
	-moz-border-radius: 5px;
	text-shadow: 0px 2px 6px #A81C1F;
	-webkit-border-radius: 5px;
}

a.hovered{border:solid #A81C1F 1px;color:#fff; height:22px; display:block; padding:8px;-moz-border-radius: 5px;text-shadow: 0px 2px 6px #ff0000; background-color:#A81C1F; text-decoration:none;
    -webkit-border-radius: 5px; }
	
a.menu{ border:solid #A81C1F 1px;color:#fff; height:22px; display:block; padding:8px;-moz-border-radius: 5px; background-color:#DB2D39; color:#FFFFFF; text-decoration:none;
    -webkit-border-radius: 5px;}

h1 { font: bold 50px/50px Helvetica, Arial, Sans-serif; text-align: center; color: #eee; text-shadow: 0px 2px 6px #333; }

.total_images .eachs a.menu:hover{color:#fff;-moz-border-radius: 5px;text-shadow: 0px 2px 6px #ff0000; background-color:#A81C1F;
    -webkit-border-radius: 5px; }*/

.eachs
{
	/*text-align: center; 	color: #eee; 	text-shadow: 0px 2px 6px #333;*/
}
.eachs div span
{
	background-color: #f2f2f2;
	padding: 5px;
	color: #9fa1a4;
	font-size: 10px;
	width: 100%;
	white-space: nowrap;
}

.eachs div
{
	list-style: none;
	position: absolute;
	top: 65px;
	text-align: center;
	display: none;
	z-index: 10000;
}
.eachs div li.menuSubHead
{
	color: #315196;
	font-weight: bold;
	text-align: left;
	border-left: solid 5px #315196;
	padding: 0px;
	padding-left: 10px;
}

.eachs div ul
{
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	line-height: 23px;
}
.eachs div li
{
	border-bottom: solid 1px #dddfe4;
	padding: 0px;
	padding-left: 10px;
	padding-right: 5px;
}
.eachs div li a
{
	display: block;
	text-decoration: none;
	color: #444444;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}
.eachs div li a:hover
{
	background-color: #7f95c0;
	border-bottom: dotted 1px #4d6ca7;
	border-top: dotted 1px #4d6ca7;
	color: #fff;
}

.logo
{
	float: left;
	margin-top: 15px;
	background-image: url(../Images/Default/carehis_logo.png);
	width: 150px;
	height: 39px;
}
/* root element for tabs  */
ul.tabs2
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 45px;
}

/* single tab */
ul.tabs2 li
{
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs2 a
{
	background: url(../Images/Default/blue2_gray.png) no-repeat -420px 0;
	font-size: 13px;
	display: block;
	line-height: 32px;
	padding-bottom: 2px;
	width: 134px;
	text-align: center;
	text-decoration: none;
	color: #565353;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

ul.tabs2 a:active
{
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover
{
	/*background-position: -420px -33px;*/
	color: #000;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs2 a.current, ul.tabs2 a.current:hover, ul.tabs2 li.current a
{
	background-position: -420px -66px;
	cursor: default !important;
	color: #000 !important;
}
ul.tabs2 a.current
{
	font-weight: bold;
	color: #000;
}

/* Different widths for tabs2: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs2 a.s
{
	background-position: -553px 0;
	width: 81px;
}
ul.tabs2 a.s:hover
{
	background-position: -553px -31px;
}
ul.tabs2 a.s.current
{
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs2 a.l
{
	background-position: -247px -0px;
	width: 174px;
}
ul.tabs2 a.l:hover
{
	background-position: -247px -0px; 
}
ul.tabs2 a.l.current
{
	background-position: -247px -65px;
}


/* width 3 */
ul.tabs2 a.xl
{
	background-position: 0 -0px;
	width: 248px;
}
ul.tabs2 a.xl:hover
{
	background-position: 0 -31px;
}
ul.tabs2 a.xl.current
{
	background-position: 0 -62px;
}


/* initially all panes are hidden */
.panes .pane
{
	display: none; overflow:auto;
}
.panes
{
	overflow:auto;
}

/* root element for tabs  */
.tabs3
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #666;
}

/* single tab */
.tabs3 li
{
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
.tabs3 a
{
	background: url(../Images/Default/tabs.png) no-repeat -652px 0;
	font-size: 11px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 111px;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
	font-size: 13px;
	font-weight: normal;
}

.tabs3 a:active
{
	outline: none;
}

/* when mouse enters the tab move the background image */
.tabs3 a:hover
{
	background-position: -652px -31px;
	color: #333;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs3 .current, .tabs3 .current:hover, .tabs3 li.current a
{
	background-position: -652px -62px;
	cursor: default !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */



/* width 1 */
.tabs3 .w1
{
	background-position: -519px 0;
	width: 134px;
}
.tabs3 .w1:hover
{
	background-position: -519px -31px;
}
.tabs3 .w1.current
{
	background-position: -519px -62px;
}

/* width 2 */
ul.tabs3 a.w2
{
	background-position: -366px -0px;
	width: 154px;
}
ul.tabs3 a.w2:hover
{
	background-position: -366px -31px;
}
ul.tabs3 a.w2.current
{
	background-position: -366px -62px;
}


/* width 3 */
.tabs3 .w3
{
	background-position: -193px -0px;
	width: 174px;
}
.tabs3 .w3:hover
{
	background-position: -193px -31px;
}
.tabs3 .w3.current
{
	background-position: -193px -62px;
}

/* width 4 */
.tabs3 .w4
{
	background-position: -0px -0px;
	width: 194px;
}
.tabs3 .w4:hover
{
	background-position: -0px -31px;
}
.tabs3 .w4.current
{
	background-position: -0px -62px;
}

.popup
{
	padding: 0px;
	text-align: left;
	background-color: #fff;
	border: 4px solid #627aac;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	ccborderradius: 10px;
}
.popup-header
{
	height: 22px;
	padding: 5px;
	background: url("bgr_popup_header.jpg") repeat-x;
	background-color: #d3e0f0;
}
.popup-header h2
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	float: left;
}
.popup-header .close-link
{
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.popup-header .close-link:hover
{
	color: Red;
}
.popup-body
{
	padding: 10px;
}




.ClearDiv
{
	display: none;
}

.grayborderOuter
{
	border: solid 1px #d8d8d8;
	-moz-border-radius: 2px -webkit-border-radius: 2px;
	border-radius: 2px; /* for some reason you have to declare all corners in ie*/
}
.grayborderInner
{
	border: solid 1px #fff;
	margin: 0px;
	background-image: url(../Images/Default/grayborder_bg.png);
	background-repeat: repeat-x;
	-moz-border-radius: 2px -webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #e8e8e8;
}
.lnkBox
{
	background-color: White;
	border: solid 1px #405e9d;
	padding: 0px;
}
.lnkBox a
{
	color: #333;
}

#container
{
	margin: 0 auto;
	position: relative;
}

#content
{
	width: 520px;
	min-height: 500px;
}
a:link, a:visited
{
	color: #27b;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border-width: 0;
}
#topnav
{
	padding: 10px 0px 12px;
	font-size: 11px;
	line-height: 23px;
	text-align: right;
}
#topnav a.signin
{
	background: #627aad;
	padding: 4px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 12px 6px;
}
#topnav a.signin:hover
{
	background: #59B;
	padding: 4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover
{
	background-position: 0 3px !important;
}

a.signin
{
	position: relative;
	margin-left: 3px;
}
a.signin span
{
	background-image: url("../Images/Default/toggle_down_light.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 16px 6px 0;
}
#topnav a.menu-open
{
	background: #829dd2 !important;
	color: #fff;
	outline: none;
}
#small_signup
{
	display: inline;
	float: none;
	line-height: 23px;
	margin: 25px 0 0;
	width: 170px;
}
a.signin.menu-open span
{
	background-image: url("../Images/Default/toggle_up_dark.png");
	color: #fff;
}
#signin_menu div
{
	padding: 5px;
}

#signin_menu
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	background-color: #fff;
	position: absolute;
	width: 210px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 5px;
	top: 54.5px;
	right: 0px;
	margin-top: 5px;
	margin-right: 0px;
	color: #789;
	font-size: 11px;
	border: solid 2px #829dd2;
}

#signin_menu input[type=text], #signin_menu input[type=password]
{
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ACE;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px;
	width: 203px;
}
#signin_menu p
{
	margin: 0;
}
#signin_menu a
{
	color: #6AC;
}
#signin_menu label
{
	font-weight: normal;
}
#signin_menu p.remember
{
	padding: 10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete
{
	clear: both;
	margin: 5px 0;
}
#signin_menu p a
{
	color: #27B !important;
}
#signin_submit
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #39d url('../Images/Default/bg-btn-blue.png') repeat-x scroll 0 0;
	border: 1px solid #39D;
	color: #fff;
	text-shadow: 0 -1px 0 #39d;
	padding: 4px 10px 5px;
	font-size: 11px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
#signin_submit::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
#signin_submit:hover, #signin_submit:focus
{
	background-position: 0 -5px;
	cursor: pointer;
}

.tipsy-inner
{
	padding: 10px 15px;
	line-height: 1.5em;
	font-weight: bold;
}
.tipsy
{
	opacity: .8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	padding: 5px;
}
.tipsy-inner
{
	padding: 8px 8px;
	max-width: 200px;
	font: 11px 'Lucida Grande' , sans-serif;
	font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #000;
	color: white;
	text-align: left;
}
.tipsy-north
{
	background-image: url(../Images/Default/tipsy-north.gif);
	background-position: top center;
}
.tipsy-south
{
	background-image: url(../Images/Default/tipsy-south.gif);
	background-position: bottom center;
}
.tipsy-east
{
	background-image: url(../Images/Default/tipsy-east.gif);
	background-position: right center;
}
.tipsy-west
{
	background-image: url(../Images/Default/tipsy-west.gif);
	background-position: left center;
}
.overlayStyle
{
	position: absolute;
	visibility: hidden;
	z-index: 20000;
}
.overlayStyle div.overlayHeader
{
	padding: 3px;
	color: black;
	font-weight: bold;
}
.overlayStyle div.overlayOuter
{
	border: 4px solid #617aac;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: White;
	padding: 5px;
	min-height: 30px;
}
.divfacility
{
	color: #405e9d;
}

ul.columnL1 li, ul.columnL1 li div
{
	display: inline;
}
.columnL1 span
{
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 5px;
	margin-top: 6px;
}



/*flashmessage*/
.message, .message2
{
	position: absolute;
	width:auto;
	left: 10px;
	bottom: 0px; display:none;
}
.inner
{
	border: solid 3px #617aac;
	background-color: #fff;
	padding: 10px;
	background-image: url(../Images/info_bg.png);
	background-repeat: no-repeat;
}
#MessageText, #MessageText2
{
	font-weight: bold;
	font-size: 12px;
	color: Green;
	white-space: nowrap;
	padding: 5px;
	line-height: 18px;
	padding-top: 10px;
}
#MessageText span, #MessageText2 span
{
	color: Red;
}




.aspNetDisabled, .aspNetDisabled a
{
	color: #c0c0c0;
}


.wizardActive
{
	padding: 5px;
	background-color: #ffcc66;
	border-right: solid 1px #c0c0c0;
	font-weight: bold;
	color: White;
}
.wizard
{
	padding: 5px;
	border-right: solid 1px #c0c0c0;
	font-weight: bold;
}
.AspRadioCheckInputLabel Label
{
	padding-left:5px;
}