﻿html
{
}
a
{
	cursor: pointer;
}

body
{
	/*font-family: Calibri;*/
	font-size: 16px;
	background: #eee;
	width: 990px;
	height: auto;
	margin: 0px auto;
}

.outerBody
{
	background: white;
	padding-top: 0px;
	border: solid 2px #aaa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input[type=text],input[type=password],textarea {
	border: solid 1px #999;
}
textarea
{
	clear: both;
	display: block;
	width: 99%;
	resize: none;
	min-height: 100px;
	margin-top: 1em;

	overflow: hidden;
	outline: none;
	text-align: justify;
}

.pagebody, .header
{
}

.header
{
	border-bottom: solid 1px #aaa;
	height: 80px;
	padding: 10px;
}
.logo
{
	float: left;
	background: url('/Content/images/smalllogo.jpg');
	width: 186px;
	height: 80px;
	background-repeat: no-repeat;
	display: block;
}

.nav ul li a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 4px 10px;
	display: block;
}
.nav ul
{
	margin: 0px;
	padding: 0px; /*background: #DECAEB; border: solid 1px #999999; 	*/
	height: 35px;
	display: block;
}

.nav ul li
{
	border: solid 1px #C8B2D6;
	background: #DECAEB;
	float: left;
	list-style: none;
	margin: 1px;
	min-width: 80px;
	text-align: center;
	display: block;
}
.nav ul li:hover
{
	background: #a379bc;
	color: white;
}

.pagebody
{
	padding: 10px;
	background: #ffffff;
	min-height: 400px;
	border-top: none;
}
.footer
{
	border-top: solid 1px #aaa;
	height: 60px;
	width: auto;
}

.errorLabel, .field-validation-error
{
	color: red;
	font-size: 12px;
}
.clearBoth
{
	clear: both;
}

#Loader
{
	background: url('/Content/images/loader.gif');
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	display: none;
}

/* */
.services
{
	width: 200px;
}

.services ul
{
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.services ul li
{
	border: solid 1px #aaa;
	background: #999;
	color: white;
	height: 30px;
}

input[type="button"], input[type="submit"], .button, .bluebutton
{
	border: solid 1px #aaa;
	background: #555;
	color: white;
	height: 30px;
	min-width: 100px;
	cursor: pointer;
	padding: 5px;
	text-decoration: none;
}
.bluebutton
{
	background: #333399;
}
select
{
	padding: 2px;
}

	

input
{
	height: 20px;
}
input[type="radio"],input[type="checkbox"]
{
	height: 13px;
}

.ui-datepicker
{
	font-size: 12px;
}

/*------------ login -----------*/

.loginBox
{
	margin: auto;
	width: 260px;
	height: 200px;
}

.HomeTabs
{
}

.HomeTabs a
{
	width: 100px;
	height: 30px;
	text-decoration: none;
}


.CenterData
{
	width: 100%;
}
.CenterData td
{
	text-align: center;
}

.UserTable
{
	border: solid 1px #fff;
	border-collapse: collapse;
	padding: 2px 5px 5px 5px;
}

.UserTable .editor-label, .DataHeader
{
	background: #DECAEB;
	border: solid 1px #fff;
	padding: 5px;
}

/* headers */



h4
{
	border-bottom: solid 1px black;
	color: black;
	margin: 0px;
	margin-bottom: 6px;
	padding: 6px;
}
h3
{
	margin: 6px;
	width: 100%;
	text-align: center;
	padding: 6px;
}

.OHealth h3
{
	width: 98.5%;
	font-family: inherit;
	color: #fff;
	margin: 10px 0px 10px 0px;
	background: #a379bc;
}

.right-align
{
	text-align: right;
}

/* ----------------- timepicker css-----*/
.ui-timepicker-div .ui-widget-header
{
	margin-bottom: 8px;
}
.ui-timepicker-div dl
{
	text-align: left;
}
.ui-timepicker-div dl dt
{
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd
{
	margin: 0 10px 10px 45%;
}
.ui-timepicker-div td
{
	font-size: 90%;
}
.ui-tpicker-grid-label
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl
{
	direction: rtl;
}
.ui-timepicker-rtl dl
{
	text-align: right;
	padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt
{
	float: right;
	clear: right;
}
.ui-timepicker-rtl dl dd
{
	margin: 0 45% 10px 10px;
}
