/* COMMON */
body, html
{
	height:100%;
	margin: 0px auto;
}
	
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Calibri, Geneva, sans-serif;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 11pt;
	color:#474747;
	min-width:1024px;
	background: rgba(255, 255, 255, 0.4);
}

/* MAIN WRAPPER */
#main-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}

/* HEADER */
.header{
	clear: both;
	min-width: 992px;
	height: 40px;
	border-bottom: 0px solid #379023;
	z-index: 1000;
	background: #001453;
	/*background: -moz-linear-gradient(top, #16499A 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16499A), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -o-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -ms-linear-gradient(top, #16499A 0%,#000000 100%);
	background: linear-gradient(to bottom, #16499A 0%,#000000 100%);
	background-color:transparent;*/
	margin-bottom: 0px;	
	padding:0px 10px 0px 0px;
}

	.logo {
		float:left;
		width:50px;
		padding:2px;
	}

	.practice{
		float:left;
		margin:3px 20px 0 0px;
		font-family: 'HandelGothic BT';
		font-size:24px;
		text-align:center;
		color:#ffffff;
		padding:0px;
	}
	
	.practice-user{
		float:left;
		margin:3px 20px 0 0px;
		font-family: 'HandelGothic BT';
		font-size:24px;
		text-align:right;
		color:#FFCC00;
		padding:0px;
	}

	.date_user{
		float:right;
		text-align:right;
		padding:0px;
	}

	.date{
		width:100%;
		font-size:110%;
		font-weight:normal;
		color:#ffffff;
	}

	.user{
		width:100%;
		padding:2px 0px;
		text-align:right;
		font-weight:normal;
		color:#ffffff !important;
	}

	.user a:hover {
		color:#ff8400 !important;
	}

/* MAIN MENU */
.main-menu-bar
{
	color: #d7d7d7;
	padding: 0;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),0 1px 0 rgba(255, 255, 255, 0.4) inset;
	background: -webkit-gradient(linear, left top, left bottom, from(#009900), to(#000));
	background: -moz-linear-gradient(top, #009900, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#000000');
	border-top: 3px solid #ff8400;
	border-bottom: 3px solid #ff8400;
}

/* CONTAINER */
.container {
	float: left;
	width: 100%;    
	height: 99% !important; /*min-height hack*/
	margin-bottom: 30px;     /*Negates #push on longer pages*/
}

	.content{
		padding: 0px;
		border:solid 0px #6394CE;
		vertical-align:top;
		padding-bottom:30px;
	}
	
	.content_inner{
		padding:10px;
		overflow:auto;
	}

#footer {
	clear: both;
	width: 100%;
	min-width: 1024px;
	height:20px;    
	background: #16499A;
	background: -moz-linear-gradient(top, #16499A 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16499A), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -o-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -ms-linear-gradient(top, #16499A 0%,#000000 100%);
	background: linear-gradient(to bottom, #16499A 0%,#000000 100%);
	padding: 0px;
	font-size:80%; 
	color:#ff8400;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2000001;
	display:none;
}

	#footer a{color:#5589f5;display:none;}
	.copyright {float:left; width:48%; padding:3px 0px 0 10px; margin-top:0px;}
	.datacare {float:right; width:48%; padding:3px 10px 0 0px;  margin-top:0px; text-align:right;}



.pnl {
	width: 100%;
}

.pnlLeft {
	float:left; 
}

.pnlRight {
	float:right;
	overflow:hidden;
}

.pnlCenter {
	margin:0 auto; 
	width:68%;
}

.dataouter {
	background: #fbfbfb;
	border:0px solid #474747;
}

.datapanel
{
	/*background:#F0F8FD;
	background:#fbfbfb;*/
	background-color: #F5FBFD;
	padding:0px 5px 0 5px;
	margin-top:0px;
	border:1px solid #474747;
	 -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}

.search-form {
	/*background-color: #fbfbfb;*/
	background-color:#F5FBFD;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 5px 5px 0 #333333;
	font-size: 100%;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
	float:left;
	height:auto;
}
	
.search-form inner {
	padding:5px;
}

.shadowdiv {
	background-color: #AFAFAF;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 10px 10px 0 #333333;
	font-size: 100%;
	text-align:left;
	padding:0px;
	margin-top:0px;
	margin-bottom:20px;
	float:left;
	height:auto;
}

.input-form{
	/*background-color: #fbfbfb;*/
	background-color: #F5FBFD;
	font-size: 100%;
	text-align:left;
	padding:5px;
	float:left;
	height:auto;
	width:99%;
	margin-bottom:6px;
}

.pageheader {
	height:32px;
	margin: 0;
	border: 1px solid #888;
	padding: 2px 0px 2px 0px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),0 1px 0 rgba(255, 255, 255, 0.4) inset;
	background: #16499A;
	background: -moz-linear-gradient(top, #16499A 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16499A), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -o-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -ms-linear-gradient(top, #16499A 0%,#000000 100%);
	background: linear-gradient(to bottom, #16499A 0%,#000000 100%);
	color: #fff;
	border: 1px solid #000!important;
	border-radius: 0px;
	text-decoration: none;
}

.pageheader img {
	float:left;
	margin-left:5px; 
	width:30px;
}

.subheader{
	clear:both;
	background: #16499A;
	background: -moz-linear-gradient(top, #16499A 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16499A), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -o-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -ms-linear-gradient(top, #16499A 0%,#000000 100%);
	background: linear-gradient(to bottom, #16499A 0%,#000000 100%);
	height:32px;
	border: 1px solid #888;
	margin: 0;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color: #ffffff;
	border: 1px solid #000!important;
	border-radius: 0px;
	text-decoration: none;
}

.subheader img {
	float:left; 
	margin:5px 5px 0 10px; 
	width:24px;
	height:24px;
}

.title-text {
	float:left; 
	margin:7px 0 0 10px;
	font-size:110%;
	font-weight:normal;
	color:#ffffff;
}

.rightPanel {
	float:right;
	margin-bottom:0px;
	padding-top:0px;
	margin-right:3px;
	text-align:right;
}

.colouredcell {
	padding:5px;
	margin: 0;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),0 1px 0 rgba(255, 255, 255, 0.4) inset;
	background: #1683C5;
	color: #fff;
	border: 1px solid #000!important;
}


.rightPanel img {
	margin-top: 5px;
}

.tablecell{
	font-weight:normal;
}

.clear{
		clear:both;
		float:none;
		height:2px;
	}

.navSeparator{
	clear:both;
	height:12px;
	background-image:url('../images/nav_separator1.png'); background-repeat:repeat-x; background-position:center;
}


.sidebar_menu {
	float: left;
	width: 160px; /*Width of left column*/
	margin-left: -100%;
}



.input_div
{
	background:transparent;
	text-align:left;
	float:left;
	width:100%;
	margin-bottom:0px;
	padding:10px;
}

.input_div_left
{
	background:transparent;
	text-align:left;
	float:left;
	margin:0 10px 10px 0;
	width:15%;
	vertical-align:top;
}

.input_div_right
{
	background:transparent;
	text-align:left;
	float:left;
	width:75%;
}

.prompt_left{
		background:#ADD6FF url('../images/prompt.png'); background-repeat:repeat-x;
		background:transparent;
		font-weight:bold;
		color:#10428C;
		height:20px !important;
		text-align:left;
		float:left;
		padding-left:2px;
		margin-right:2px;
	}

.prompt_right{
		background:#ADD6FF url('../images/prompt.png'); background-repeat:repeat-x;
		background:transparent;
		font-weight:bold;
		color:#10428C;
		height:20px !important;
		text-align:left;
		float:left;
		padding-left:2px;
		margin-right:2px;
		text-align:right;
	}

.prompt_top{
		background:#ADD6FF url('../images/prompt.png'); background-repeat:repeat-x;
		background:transparent;
		font-weight:bold;
		color:#10428C;
		height:22px !important;
		text-align:left;
		width:100%;
		padding-left:2px;
	}

.button {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #1D6EAF;
	background: -moz-linear-gradient(top,#1D6EAF 0,#1D6EAF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#1D6EAF));
	background: -webkit-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -o-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}

.button:hover {
	color:#4DA01A;
}

.button_active {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #1D6EAF;
	background: -moz-linear-gradient(top,#40981F 0,#88CD03 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#40981F),color-stop(100%,#88CD03));
	background: -webkit-linear-gradient(top,#40981F 0,#88CD03 100%);
	background: -o-linear-gradient(top,#40981F 0,#88CD03 100%);
	background: -ms-linear-gradient(top,#40981F 0,#88CD03 100%);
	background: linear-gradient(top,#40981F 0,#88CD03 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);
	color: #FFFF00!important;
	border-color: #88CD03;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}
.button_grid {
	width: 20px;
	display: inline-block;
	padding: 0px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #1D6EAF;
	background: -moz-linear-gradient(top,#1D6EAF 0,#1D6EAF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#1D6EAF));
	background: -webkit-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -o-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 0px;
}

.button_delete {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #1D6EAF;
	background: -moz-linear-gradient(top,#FF0000 0,#FF0000 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#FF0000));
	background: -webkit-linear-gradient(top,#FF0000 0,#FF0000 100%);
	background: -o-linear-gradient(top,#FF0000 0,#FF0000 100%);
	background: -ms-linear-gradient(top,#FF0000 0,#FF0000 100%);
	background: linear-gradient(top,#FF0000 0,#FF0000 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FF0000',endColorstr='#FF0000',GradientType=0);
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}

.image_button {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #1D6EAF;
	background: -moz-linear-gradient(top,#1D6EAF 0,#1D6EAF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#1D6EAF));
	background: -webkit-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -o-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
	text-align:right;
}

.menu-wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	outline: none;
}

.menu_button {
	width: 15%;
	height:75px;
	float: left;
	text-align:center;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #1D6EAF;
	background: -moz-linear-gradient(top,#1D6EAF 0,#1D6EAF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#1D6EAF));
	background: -webkit-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -o-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}

.menu_button a img{
	opacity: 0.95;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding:0px;
	margin:0 auto;
}

.ib-main-wrapper{
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	outline: none;
	/*height dynamic*/
}
.ib-main{
	position: relative;
	width: 100%;
	text-align:center;
}
.ib-main a{
	float: left;
	width: 130px;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: 5px;
	padding:5px 5px 50px 5px;
	cursor:pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #1D6EAF;
	background: -moz-linear-gradient(top,#1D6EAF 0,#1D6EAF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#1D6EAF));
	background: -webkit-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -o-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	background: linear-gradient(top,#1D6EAF 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	text-decoration: none;
}
.ib-main a.ib-loading,
.ib-main a.ib-loading:hover{
	background: #fff url(../images/ajax-loader.gif) no-repeat center center;
	background-size: 31px 31px;
}
.ib-main a.ib-loading img,
.ib-main a.ib-loading:hover img{
	opacity: 0.5;
}
.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span{
	display: none;
}
.ib-main a img{
	opacity: 0.95;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding:0px;
	margin:0 auto;
}
.ib-main > a > span{
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	padding:5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ib-main a:hover > span{
	color: #FFCC00;
}
.ib-main a:hover img{
	opacity: 0.8;
}
.ib-main a:hover{
	background-size: 100% 100%;
}
.tab 
{    
	float: left;
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	color:#ffffff;
	background: #1D6EAF url(../images/nav_slant.gif) no-repeat top right;
	margin-right: 0px !important;
	margin-left: 0px !important;
	border-width: 0px !important;
}

.tab-last 
{    
	float: left;
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	color:#ffffff;
	background: #1D6EAF;
	margin-right: 0px !important;
	margin-left: 0px !important;
	border-width: 0px !important;
}

.selectedtab {    
	float: left;
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	color: #ff8400;
	background: #1683C5 url(../images/nav_slant.gif) no-repeat top right;
	margin-right: 0px !important;
	margin-left: 0px !important;
	border-width: 0px !important;
}

.selectedtab-last 
{    
	float: left;
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	color:#ff8400;
	background: #333;
	margin-right: 0px !important;
	margin-left: 0px !important;
	border-width: 0px !important;
}

.selectedtabxxx {
	min-width: 80px;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border: 1px solid #888;
	margin: 0;
	padding: 5px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),0 1px 0 rgba(255, 255, 255, 0.4) inset;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #333;
	color: #ff8400;
	border: 1px solid #000!important;
	text-decoration: none;
}

.tab:hover, .tab-last:hover {
	color:#ff8400;
}

.bgmain
{
	margin:0 auto;
	background-image:url('../images/bgmain.png'); 
	background-position:center;
	background-repeat:no-repeat;
	height:580px;
}

.hlink {
	color:#474747; 
	text-decoration:underline !important;
	cursor:pointer;
	font-weight:normal;
	padding:3px;
	font-size:100%;
	font-style:italic; 
	line-height:130%;
}
.hlink_noLink {
	color:#ffffff; 
	text-decoration:none !important;
	cursor:pointer;
	font-weight:normal;
	font-size:90%;
	line-height:130%;
}
.hlink_white {
	color:#ffffff; 
	text-decoration:underline !important;
	cursor:pointer;
	font-weight:normal;
	font-size:90%;
	font-style:italic; 
	line-height:130%;
}
.hlink_pwd {
	color:#474747; 
	text-decoration:underline !important;
	cursor:pointer;
	font-weight:normal;
	padding:3px;
	font-size:100%;
	font-style:italic; 
}

.recordnav {
	/*background:#fbfbfb;*/
	background-color:#F5FBFD;
	text-align:right;
	font-size:90%;
	border:1px solid #333333;
}


.dlRecord {
	padding: 10px 10px 7px 10px;
	min-height:75px; 
	border-bottom:2px solid #474747;
}

.pnlSave_left {
	float:left;
	width:48%;
	text-align:left;
}

.pnlSave_right {
	float:right;
	width:48%;
	text-align:right;
}

.tab  {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
		color: #666;
		background: #ccc url(../images/nav_slant.gif) no-repeat top right;
		}

.dock
{
	height:15px;
	background:#000000;
	opacity:.8;
	position:absolute;
	left:0;
	width:100%;
}

.pnlBalance 
{
	padding-top:2px;
}

.balance
{
	background-color: #ff0000;
	color: #ffffff;
	font-size:170%;
	font-weight: normal;
	padding:0 15px 0 15px;
	text-align:center;
	margin:10px 2px 0 10px;
}

.balance_negative
{
	background-color: #ff0000;
	color: #ffffff;
	font-size:110%;
	font-weight: normal;
	padding:2px;
	text-align:right;
}
.balance_positive
{
	background-color: #0000ff;
	color: #ffffff;
	font-size:110%;
	font-weight: normal;
	padding:2px;
	text-align:right;
}

.discrepancy_amount
{
	background-color: #ff0000;
	color: #ffffff;
	font-size:100%;
	font-weight: normal;
	padding:2px;
	text-align:right;
	border: 1px solid #AFAFAF;
	cursor: auto;
}

.discrepancy_text
{
	background-color: #ff0000;
	color: #ffffff;
	font-size:100%;
	font-weight: normal;
	padding:2px;
	border: 1px solid #AFAFAF;
	cursor: auto;
}

.date_red {
	background-color: #ff0000;
	color: #ffffff;
	font-size:100%;
	font-weight:normal;
	border: 1px solid #AFAFAF;
	text-align:center;
	cursor: auto;
	padding:10px;
}
.date_orange {
	background-color: #ff9900;
	color: #474747;
	font-size:100%;
	font-weight:normal;
	border: 1px solid #AFAFAF;
	text-align:center;
	cursor: auto;
	padding:10px;
}
.date_green {
	background-color: #009900;
	color: #ffffff;
	font-size:100%;
	font-weight:normal;
	border: 1px solid #AFAFAF;
	text-align:center;
	cursor: auto;
	padding:10px;
}

.p-2 {
    padding:2px !important;
}
.p-3 {
    padding:3px !important;
}
.notice 
{
	background-color: #65b9d9;
	background: -moz-linear-gradient(top,#65b9d9 0,#4a9cbc 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#65b9d9),color-stop(100%,#4a9cbc));
	background: -webkit-linear-gradient(top,#65b9d9 0,#4a9cbc 100%);
	background: -o-linear-gradient(top,#65b9d9 0,#4a9cbc 100%);
	background: -ms-linear-gradient(top,#65b9d9 0,#4a9cbc 100%);
	background: linear-gradient(top,#65b9d9 0,#4a9cbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65B9D9',endColorstr='#4A9CBC',GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #3c829e;
	font-size: 13px;
	font-weight: bold;
	min-height: 30px;
	position: relative;
	color: white;
}


.header_menu{
	clear: both;
	max-width: 200px;
	height: 36px;
	border-bottom: 0px solid #379023;
	z-index: 1000;
	background: #16499A;
	background: -moz-linear-gradient(top, #16499A 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16499A), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -o-linear-gradient(top, #16499A 0%,#000000 100%);
	background: -ms-linear-gradient(top, #16499A 0%,#000000 100%);
	background: linear-gradient(to bottom, #16499A 0%,#000000 100%);
	background-color:transparent;
	margin-bottom: 0px;	
	padding:2px 10px 2px 10px;
	background-image:url('../images/header_bg.png'); background-repeat:repeat-x; background-position:center;
}

#login-container {
	clear: both; background: transparent; color: #01184E; padding: 0px;  width:100%; height:685px; margin:0 auto; 
	background-image:url('../images/bg.png'); 
	background-size:100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	overflow:hidden;
}

.login-box {
	clear:both;
	background-color: transparent;
	font-size: 15px;
	padding: 200px 20px;
	width:450px;
	height: 350px;
	color:#ffffff;
}

.login-logo {
	float:left;
	background-color: #16499A;
	background-color: #fff;
	border-radius: 0px 0px 0px 5px;
	width: 160px;
	padding:0px;
	height: 320px;
}

.login-form-container {
	float:left;
	background-color: #379023;
	text-align:left;
	width: 290px;
	padding:0px;
	border-radius: 0px 0px 5px 0px;
	height: 320px;
}

.login-form {
	float:left;
	height:auto;
	background-color: transparent;
	text-align:left;
	width: 270px;
	padding:5px 10px;
	border: 0 solid #000;
}
	#login-form a{color:#ffffff;}

.tabs
{    
	min-width:85px;
	float: left;
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	background: #1683C5 url(../images/nav_slant.gif) no-repeat top right;
	border: 1px solid #888;
	margin: 3px 0;
	padding: 0.3em 0.6em;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),0 1px 0 rgba(255, 255, 255, 0.4) inset;
	background: #1D6EAF !important;
	background-color: #333;
	color:#ffffff;
	border: 1px solid #000!important;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
	margin-right: 2px !important;
	margin-left: 2px !important;
	border-width: 1px !important;
}

.tabs:hover {
	color:#ff8400;
}
.selectedtab {    
	min-width:85px;
	float: left;
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 95%;
	color:#ffffff;
	border: 1px solid #888;
	margin: 3px 0;
	padding: 0.3em 0.6em;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3),0 1px 0 rgba(255, 255, 255, 0.4) inset;
	background: #ff8400 !important;
	color:#ffffff;
	border: 1px solid #000!important;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
	margin-right: 2px !important;
	margin-left: 2px !important;
	border-width: 1px !important;
}

.button-orange {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #ff8400;
	/*background: -moz-linear-gradient(top,#009900 0,#009900 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#009900));
	background: -webkit-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -o-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#009900 0,#5388f2 100%);
	background: linear-gradient(top,#009900 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);*/
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}

.button-green {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #009900;
	/*background: -moz-linear-gradient(top,#009900 0,#009900 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#009900));
	background: -webkit-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -o-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#009900 0,#5388f2 100%);
	background: linear-gradient(top,#009900 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);*/
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}

.button-red {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #990000;
	/*background: -moz-linear-gradient(top,#009900 0,#009900 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#009900));
	background: -webkit-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -o-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#009900 0,#5388f2 100%);
	background: linear-gradient(top,#009900 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);*/
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}
.button-grey {
	min-width: 100px;
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #474747;
	/*background: -moz-linear-gradient(top,#009900 0,#009900 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#009900));
	background: -webkit-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -o-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#009900 0,#5388f2 100%);
	background: linear-gradient(top,#009900 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);*/
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}

.hlink-red {
	display: inline-block;
	padding: 4px;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 rgba(255,255,255,0.3),1px 0 rgba(0,0,0,0.2);
	background: #ff0000;
	/*background: -moz-linear-gradient(top,#009900 0,#009900 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#598fff),color-stop(100%,#009900));
	background: -webkit-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -o-linear-gradient(top,#009900 0,#5388f2 100%);
	background: -ms-linear-gradient(top,#009900 0,#5388f2 100%);
	background: linear-gradient(top,#009900 0,#5388f2 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#598FFF',endColorstr='#5388F2',GradientType=0);*/
	color: #fff!important;
	border-color: #4c7edf;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	margin: 2px;
}

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	overflow : auto;
	height : 125px;
	text-align : left; 
	list-style-type : none;
	z-index:101;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	height:22px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	height:22px;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.b-1 {
    border:1px solid #808080!important;
}

.pharmacy-blue {
background:	#5eba24
}
