/*The body tag of a web page*/
body {
	font: 12px/normal arial;
}
/*The primary color for the site*/
.color1 {
	background-color: #6a0f5e;
	border: solid 1px #6a0f5e;
	color: #fff;
}
/*The style for buttons throughout the site.*/
.button {
	background-color: #6a0f5e;
	border: solid 1px #6a0f5e!important;
	color: #FFF;
	font-size: none;
	font-weight: none;
}
/*The secondary color for the site*/
.color2 {
	background-color: #fff;
	border: solid 1px #fff;
}
/*The tertiary color for the site.*/
.color3 {
	background-color: #6a0f5e;
	font-weight: Bold;
	color: #fff;
}
/*The 4th color for the site.*/
.color4 {
	border: solid 1px #001144;
	background-color: #fff;
}
/*The style for error text throughout the site.*/
.error {
	color: #FF0000 !important;
}
/*The style for common links throughout the site.*/
.link {
	color: #0000FF;
}
/*The style of input controls throughout the site.*/
.input {
	font-size: 12px;
}
/*The style of select controls throughout the site.*/
.select {
	font-size: 12px;
}
/*The primary header of the site.*/
H1 {
	color: #7799AA;
}
/*The secondary header of a site.*/
H2 {
	color: #fff;
	background-color: #6a0f5e;
	border: solid 1px #6a0f5e;
}
/*The tertiary header of a site.*/
H3 {
	color: #fff;
	background-color: #7799AA;
	border: solid 1px #7799AA;
}
/*The 4th header of a site.*/
H4 {
	color: #fff;
}
/*The style of text that is required*/
.required {
	color: #7799AA;
	font-weight: bold;
}
/*The styles of the main menu links*/
.mainmenu a {
	color: #fff !important;
	font-weight: bold;
}
/*The style of the child elements of the main menu*/
.mainmenuchildren a {
	width: 200px;
	border: solid 1px #7799AA;
	background-color: #7799AA;
	color: #fff !important;
}
/*The style of the sub menu links*/
.submenu a {
	color: #7799AA;
	text-decoration: underline;
}
/*The style of hovered items in the main menu*/
.mainmenu a:hover {
	background-color: #6a0f5e;
	color: #fff !important;
}
/*The style of the selected main menu item*/
.mainmenuselected a {
	background-color: #7799AA;
	font-size: 12px !important;
	color: #fff !important;
}
/*The style of hovered menu children*/
.mainmenuchildren a:hover {
	background-color: #7799AA;
}
/*The style of the text for the login control*/
.login {
	color: #fff;
	font-weight: bold;
}
/*The 5th header of a site.*/
H5 {
}
/*The style of tabs in the patient profile*/
.tab {
	font-weight: bold;
	width: 300px;
}
/*The sixth heading of a web site*/
H6 {
}
/*footerbar*/
#footerbar {
	display: none;
}
/*Left Content Place Holder*/
.LeftContentPlaceHolder {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	background-color: #fff;
	margin: 5px;
	width: 75%;
}
/*Top Header Place Holder*/
.TopHeaderPlaceHolder {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 5px;
	padding: 5px;
	background-color: #fff;
}
/*Left Column Place Holder*/
.LeftColumnPlaceHolder {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	background-color: #fff;
	margin: 5px;
}
/*Top Footer Place Holder*/
.TopFooterPlaceHolder {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 5px;
	padding: 5px;
	background-color: #6a0f5e;
}
/*Bottom Footer Place Holder*/
.BottomFooterPlaceHolder {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 5px;
	padding: 5px;
	background-color: #fff;
}
/*Review Page Label Unit*/
.ReviewPageLabelUnit {
}
/*test*/
test {
}
/*ui-dialog*/
.ui-dialog {
	border: solid 1px;
	border-bottom: 0px;
	text-align: center;
	float: none;
	border-top: 0px;
	height: 250px ;
	width: 500px;
}
/*ui-dialog-buttonpane*/
.ui-dialog-buttonpane {
	border: solid 1px;
	border-top: 0px ;
	padding: 10px;
	text-align: center;
	float: none;
}
/*Dialog-content*/
.ui-dialog-content {
	border: solid 1px;
	border-bottom: 0px;
	padding: 5px;
	font-size: 10px;
}
/*Dialog-titlebar*/
.ui-dialog-titlebar {
	border: solid 1px #41648E;
	padding: 5px ;
	cursor: move ;
}
/*test*/
.atest {
}
/*Jquery background*/
.ui-widget-overlay {
	position: absolute ;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background-color: #aaaaaa;
	filter: Alpha(Opacity=30);
	opacity : 0.5;
}
/*.calendarchooser*/
.calendarchooser {
}
/*Links inside a color one container*/
.color1 a {
}
/*Session Timeout Outer Div*/
#sesstimeout {
	background-color: #CC5100;
	border: 3px solid #FF6500;
	color: #000000;
	text-align: center;
	padding: 10px;
}
/*Session Timeout Message Box*/
#sesstimeoutbox {
	background-color: #FFFFFF;
	border: 3px solid #FF0000;
	padding: 10px ;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
}
/*sesstimeout button*/
#sesstimeoutbutton {
	background-color: #222277;
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin: 0px auto;
	width: 20%;
}
/*Session Timeout Button Link*/
#sesstimeoutlink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
