body {
	text-align: center;
	/* background-color: #f1f1f1;	 */
	background-color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.container {
	width: 1200px;
	/* border: 1px solid #cecece; */
	text-align: left;
	background-color: white;
	/* Margin setting to compensate for centering of div in Firefox */
	margin: 0 auto;
}

.header {
	width: auto;
}

.logo {
	float: left;
	padding: 10px 10px 0px 0px;	
}	

.mainmenu_l {
	float: left;
}

.mainmenu {
	float: left;
}

.mainmenu_r {
	float: left;
}
	
.mainmenucontainer {
	float: left;
	padding: 0px 0px 0px 0px;	
	margin-left: 60px;
}

.loginarea {
	float: right;
	width: auto;		
	padding: 0px 0px 0px 0px;
}	

	

.sponsorsarea {
	width: auto;
}

.maincontainer {
	width: 100%;
	margin-top: 10px;
}

.sidemenucontainer {
	width: 180px;
	float: left;
}

.contentcontainer {
	width: 1010px;
	float: right;
}

.contentarea {
	width: auto;
	margin-bottom: 10px;
	/* border: 1px solid #cccccc; */
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	padding: 10px 0px 10px 0px;
	text-align: left;
	line-height: normal;
	font-size: 12px;
	color: black;
}

.contentfooter {
	clear: both;
}

.footercontainer {		
	border-top: 1px solid #b5b5b5;
	height: 200px;
	
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
	
.footer {
	clear: both;
	width: 1200px;
	padding: 6px 20px 6px 20px;
	height: 14px;
	margin: 4px auto 20px; auto 20px;		
}

.footerleft {
	float: left;
	color: #3d3d3d;
	font-size: 11px;
}
	
.footerright {
	float: right;
	font-size: 11px;
	color: #3d3d3d;
}

.adminheader {
	width: auto;		
	text-align: right;
	height: 94px;
	margin-top: 4px;
}
	
.admintitleimage {
	float: left;
}

.adminloginarea {
	width: auto;	
	float: right;
	padding: 0px 0px 0px 0px;		
	margin-left: 40px;
}

.adminquickaccessmenu {
	float: right;			
}

.admincontent {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	padding: 0px 0px 16px 0px;
	text-align: left;
	line-height: normal;
	font-size: 12px;
	color: black;
	margin-top: 10px;
}




.bluelinks a {
	color: blue;
	text-decoration: underline;
}

.bluelinks a:visited {
	color: blue;
	text-decoration: underline;
}


h1 {
		font-size: 1.6em;
		font-weight: bolder;
		color: #008cd7;
		text-align: left;
		margin: 0em 0em .67em 0em;
}

h2 {
		font-size: 1.5em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em .75em 0em;
}

h3 {
		font-size: 1.17em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em .83em 0em;
}

h4 {
		font-size: 1em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em 1.2em 0em;
}

h5 {
		font-size: 0.83em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em 1.5em 0em;
}

h6 {
		font-size: 0.75em;
		font-weight: bolder;
		color: black;
		text-align: left;
		margin: 0em 0em 1.67em 0em;
}


/* Remove margin & padding around form tag */
form {
	margin: 0px;
	padding: 0px;
}


a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

.smalltext {
	font-size: 7pt;
}

.errortext {
	color:red;
	font-size: 8pt;
}

a:hover {
	text-decoration: none;
}

.asholder
	{
		position: relative;
	}


img {
	border: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.templatetable td {
	vertical-align: top;
}

input {
	border: 1px solid #aaaaaa;
	padding: 3px 8px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

textarea {
	border: 1px solid #aaaaaa;
	padding: 3px 8px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}











.loginlogoutbar {
	text-align: left;	
	font-size: 11px;
	color: black;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
}

.loginlogoutbar .usernameinput,.passwordinput,.lostpasswordemailinput {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	border: 1px solid gray;
	vertical-align: middle;
	margin-bottom: 20px;
}

.loginlogoutbar label {
	font-size: 14px;	
	display:block; 
	line-height: 26px;
	float:left; 
	width: 110px;	
	vertical-align: middle;
}




.loginform {
	border: 1px solid gray;
	padding: 10px;
	width: 300px;
	height: 310px;
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.loginform ul { 
	margin:0; 
	padding:0; 
	list-style:none;		
}

.loginform ul ul { 
	overflow:auto
}

.loginform li {
}

.loginform .buttonrow {
	text-align: center;
	margin-top: 20px;
}

.loginform .messagerow {
	text-align: center;
	margin-top: 10px;
	color: red;
}


.loginform .usernameinput {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	border: 1px solid gray;
	vertical-align: middle;
	margin-bottom: 20px;
}

.loginform .passwordinput {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	border: 1px solid gray;
	vertical-align: middle;
	margin-bottom: 0px;
}

.loginform label {
	font-size: 14px;	
	display:block; 
	line-height: 24px;
	float:left; 
	width: 110px;	
	vertical-align: middle;
}

.loginform .lostpasswordlink {
	font-size: 11px;
	margin-left: 0px;
	color: blue;
}




.registationinfoform {
	border: 1px solid gray;
	margin-left: 340px;
	padding: 10px;
	width: 340px;
	height: 310px;
	background-color: #f0f0f0;
}




.registationinfoform .buttonrow {
	text-align: center;
	margin-top: 20px;
}


.lostpasswordform {
	border: 1px solid gray;
	padding: 10px;
	width: 450px;
	line-height: 130%;
	text-align: center;
	margin: 0 auto; 
	background-color: #f0f0f0;
}

.lostpasswordform label {
	font-size: 14px;	
	display:block; 
	line-height: 24px;
	float:left; 
	vertical-align: middle;
}

.lostpasswordform .lostpasswordemailinput {
	font-size: 14px;
	font-weight: normal;
	padding: 4px;
	border: 1px solid gray;
	vertical-align: middle;
	margin-bottom: 20px;
}




.small_submitbutton {
		height: 19;
		font-size: 11px;
}

/* top menu */

.topmenu {	
	margin-left: 0px;
	background-color: #607b8e;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
}

.topmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

.topmenu li {
	display: inline;
}

.topmenu a {
	background-color: #607b8e;
	border-right: 1px solid white;
	border-top: 1px solid white;
	color: white;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 18px;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
}

.topmenu a:hover {
   background-color: #8aaec6;
}






/* adminlisttable */

/* Class used for content of table */
table.adminlisttable {
	background-color: white;
	border: 0px solid #536777;
	border-collapse: collapse;
	color: black;
}

/* main font & grid borders for grid */
table.adminlisttable td {
	font-size: 8pt;
}

table.adminlisttable tr {
		   background-color: #f0f0f0;
			border-bottom: 1px solid white;
}

table.adminlisttable tr:hover {
	background-color: #e0e0e0;
}

		/* Table toolbar */
		table.adminlisttable tr.toolbar td {
			background-color: white;
			height: 26px;
		}
		
				/* Table title */
				table.adminlisttable td.title {
					font-size: 12pt;
					font-weight: bold;
					color: black;
				}
				
				/* Paging controls (effectively current page) */
				table.adminlisttable .paginglinks {
					color: #dc143c;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging control links */
				table.adminlisttable .paginglinks a {
					color: #446c88;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging controls links visited */
				table.adminlisttable .paginglinks a:visited {
					color: #446c88;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging info (ie. Page x of y (z rows) */
				table.adminlisttable .paginginfo {
					font-style: italic;
				}
				
				
				
				table.adminlisttable .addnewbutton,
				table.adminlisttable .deletebutton,
				table.adminlisttable .savebutton,
				table.adminlisttable .exportbutton,
				table.adminlisttable .searchbutton {
   				width: 110px;
					height: 22px;
					background-color: #484a4d;
					font-family: Arial, Helvetica, sans-serif;	
					font-weight: bold;
   				font-size: 11px !important;
					color: white;
   				text-decoration: none;
					vertical-align: middle;
					text-align: center !important;
					padding: 0px 8px 0px 8px;
					border-top: 1px solid #797b7d;
					border-left: 1px solid #797b7d;
					border-bottom: 1px solid black;
					border-right: 1px solid black;
				}

				table.adminlisttable .addnewbutton:hover,
				table.adminlisttable .deletebutton:hover,
				table.adminlisttable .savebutton:hover,
				table.adminlisttable .exportbutton:hover,
				table.adminlisttable .searchbutton:hover {
   				cursor: pointer;
   				text-decoration: underline;
				}



				
				
		
		/* Titlebar of table & column headings */
		table.adminlisttable tr.titlebar td {
			background-color: #4f4f4f;
/*			border-left: 1px solid white; 
			border-right: 1px solid white;  */
			border-bottom: 2px solid white;  
			font-weight: bold;
			color: white;			
		}
		
		table.adminlisttable tr.titlebar td a {
			color: white;
		}
		
		table.adminlisttable tr.headerbar td {
			background-color: #2c4f6a;
			border-left: 1px solid white; 
			border-right: 1px solid white; 
			border-bottom: 1px solid white;  
			font-weight: bold;
			color: #831d35;
		}
		
		table.adminlisttable tr.searchbar td {
			background-color: #92a4b1;
			border-left: 1px solid #627888; 
			border-right: 1px solid #627888; 
			border-bottom: 1px solid #536777;
			font-weight: bold;
		}

		/* Style for content rows */
		table.adminlisttable tr.contentrows td {
		   border-bottom: 2px solid white;
		   color: #494949;
		}
		
		/* Style for striped/alternate content rows */
		table.adminlisttable tr.alternaterows td {
		   border-bottom: 2px solid white;
		}
		
		table.adminlisttable tr.selectedrow {
		   border-bottom: 2px solid white;
			font-weight: bold;
		}
		
		table.adminlisttable tr.groupheadings {
			background-color: #eee4d2; 
			height: 18px;
			cursor: pointer;			
		}
		
		table.adminlisttable tr.groupheadings td {
			border-top: 2px solid white;
			border-bottom: 2px solid white;
			padding-left: 4px;
			padding-right: 4px;
			font-weight: bold;
			font-size: 10pt;
			color: black;			
		}

		table.adminlisttable tr:hover.groupheadings td {
			color: #831d35 ;
			background-color: #eee4d2; 
			cursor: pointer;
		}

table.adminlisttable a {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:visited {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:hover {
	text-decoration: underline;
}



table.adminlisttable a.gridbtn {
	text-decoration: none;
	color: white;
	border: 1px solid black;
	background-color: #2c4f6a;
	padding-left: 10px;
	padding-right: 10px;
}

table.adminlisttable a.gridbtn:visited {
	text-decoration: none;
	color: white;
}

table.adminlisttable a.gridbtn:hover {
	text-decoration: underline;
}



table.adminlisttable input {
	font-size: 8pt;
}

table.adminlisttable select {
	font-size: 8pt;
}


.adminblock {
	border: 1px solid #aaaaaa;
	background-color: #f0f0f0;
	padding: 4px;
}


.admintitle {
	font-size: 12pt;
	font-weight: bold;
	color: black;
}


.adminnotes {
	color: #838383;
}


table.admineditareaframe {
	border: 1px solid #d6dada;
	border-collapse: collapse;
	background-color: #f0f0f0;
}




table.admineditarea {
	border: 0px solid #536777;
	background-color: #f0f0f0;
}

	
	
	
table.admineditareaframe2 {
	border: 1px solid #8e8e8e;
	border-top: none;
	border-collapse: collapse;
	background-color: #f0f0f0;
}
	
	
	
	
	
	
	
#tabs4 {
	float: left;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #8e8e8e;
}

#tabs4 ul {
	margin: 0;
	margin-left: -40px;
	padding: 0px 10px 0 44px;
	list-style: none;
}

#tabs4 li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#tabs4 a {
	float: left;
	background: url("images/tab4_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 3px;
	text-decoration: none;
	margin-left: 4px;
}

#tabs4 a span {
	float: left;
	display: block;
	background: url("images/tab4_right.gif") no-repeat right top;
	padding: 5px 10px 4px 6px;	
	color: #1085d8;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {
	float:none;
}

/* End IE5-Mac hack */
#tabs4 a:hover span {	
	color: #1085d8;
	cursor: pointer;
}

#tabs4 a:hover {
	background-position:0% -42px;
	cursor: pointer;
}

#tabs4 a:hover span {
	background-position:100% -42px;
}

#tabs4 #current a {
	background-position:0% -42px;
}

#tabs4 #current a span {
	background-position:100% -42px;
	color: #1085d8;
}

#tabs4 #link a {
	background-image: url(images/redbtn_100x18.gif); 
	background-repeat: no-repeat;		
	background-position: center;
	height: 18px;
	width: 100px;
	margin-left: 10px;
	text-decoration: none;	
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 2px;
	font-size: 8pt;
	text-align: center;
}

#tabs4 #link a:hover {
	background-image: url(images/redbtn_100x18.gif); 
	background-repeat: no-repeat;
	background-position: center;
	color: #be9d67;
	height: 18px;
	width: 100px;
	font-size: 8pt;
	padding-left: 0px;
	text-align: center;
	cursor: pointer;
}




.justbutton {
   background-color: #626568;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
   font-size: 12px !important;
   line-height: 12px;
	color: white;
   text-decoration: none;
	text-align: center !important;
	padding: 4px 14px 4px 14px;
	
	border: 1px solid #626568;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
}

.justbutton:hover {
	background-color: #484a4d;
   cursor: pointer;
   text-decoration: underline;
}



.justbuttonmedium {
   background-color: #626568;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
   font-size: 10px !important;
   line-height: 10px;
	color: white;
   text-decoration: none;
	text-align: center !important;
	padding: 4px 14px 4px 14px;
	
	border: 1px solid #626568;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
}

.justbuttonmedium:hover {
	background-color: #484a4d;
   cursor: pointer;
   text-decoration: underline;
}




.justbutton_old {
   width: 107px;
	height: 24px;
	background-color: #484a4d;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
   font-size: 13px !important;
	color: white;
   text-decoration: none;
	vertical-align: middle;
	text-align: center !important;
	padding: 0px 8px 0px 8px;
	border-top: 1px solid #797b7d;
	border-left: 1px solid #797b7d;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.justbutton_old:hover {
   cursor: pointer;
   text-decoration: underline;
}


.justbuttonmedium_old {
   width: 70px;
	height: 22px;
	background-color: #484a4d;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
   font-size: 11px !important;
	color: white;
   text-decoration: none;
	vertical-align: middle;
	text-align: center !important;
	padding: 0px 8px 0px 8px;
	border-top: 1px solid #797b7d;
	border-left: 1px solid #797b7d;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.justbuttonmedium_old:hover {
   cursor: pointer;
   text-decoration: underline;
}






table.iform {
	margin:0px auto;
	width: 100%;
	border: 1px solid #c8c8c8;
	background: #ededed;
}

table.iform tr.frm_titlebar td {
	background-color: #d7d7d7;
	border-bottom: 2px solid #264973;
	padding: 0px;
	margin-bottom: 20px;
}

table.iform .backicon {
	float: left;
	padding-top: 6px;
	padding-left: 4px;
}

table.iform .titletext {
	float: left;
	margin-left: 10px;
}

table.iform .title {
	color: black;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: left;
	padding-top: 12px;
}

table.iform .instructions {
	color: #5c5c5c;
	font-size: 10px;
	text-align: left;
}

table.iform .titleicon {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 14px;
}

table.iform tr.frm_firstfieldrow td {
	padding-top: 14px;
	padding-bottom: 2px;
}

table.iform tr.frm_fieldrow td {
	padding-top: 4px;
	padding-bottom: 2px;
}

table.iform tr.frm_captionrow td {
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 2px;
}

table.iform tr.frm_notesrow td {
	font-size:8pt;
	color: #757575;
	padding-bottom: 2px;
}

table.iform tr.frm_blankrow td {
	padding-top: 4px;
	padding-bottom: 2px;
}

table.iform tr.frm_separatorrow td {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 2px solid #264973;
}

table.iform tr.frm_submitrow td {
	padding-top: 8px;
	padding-bottom: 8px;
}

table.iform td.frm_label {
}





.iform .ierrormessage {
	color: #dc143c;
	margin-left:10px;
	top:-2px;
	font-size: 8pt;
	position: relative;
}

.iform .itext,.iform .itextarea,.iform .iselect,.iform .ibutton { 	
	border:1px solid #999; 
	margin:0;
	padding:3px;
	background: #fff;
}

.iform .itext:hover,.iform .itextarea:hover,.iform .iselect:hover,.iform .ibutton:hover,
.iform .itext:focus,.iform .itextarea:focus,.iform .iselect:focus,.iform .ibutton:focus {
	border-color: #2f4f4f;
	background:#fff;
}

.iform .itext_error,.iform .itextarea_error,.iform .iselect_error,.iform .ibutton_error { 	
	border:1px solid #dc143c; 
	margin:0;
	padding:3px;
	background: #fff;
}

.iform .itext_error:hover,.iform .itextarea_error:hover,.iform .iselect_error:hover,
.iform .itext_error:focus,.iform .itextarea_error:focus,.iform .iselect_error:focus {
	border-color: #dc143c;
	background:#fff;
}















table.iformsmall {
	margin:0px auto;
	width: 100%;
	border: 1px solid #c8c8c8;
	border: 0px solid #c8c8c8;
}

table.iformsmall tr.frm_titlebar td {
	background-color: #d7d7d7;
	border-bottom: 2px solid #264973;
	padding: 0px;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

table.iformsmall .backicon {
	float: left;
	padding-top: 6px;
	padding-left: 4px;
}

table.iformsmall .titletext {
	float: left;
	margin-left: 10px;
	width: 98%;
}

table.iformsmall .title {
	color: black;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: left;
	padding-top: 12px;
	float: left;
}

table.iformsmall .titlebarsavebutton {
	margin-top: 8px;
	margin-right: 8px;
	text-align: right;
	float: right;
}

table.iformsmall .instructions {
	color: #5c5c5c;
	font-size: 10px;
	text-align: left;
}

table.iformsmall .titleicon {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 14px;
}

table.iformsmall tr.frm_firstfieldrow td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
}

table.iformsmall tr.frm_fieldrow td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
}

table.iformsmall tr.frm_captionrow td {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
}

table.iformsmall tr.frm_notesrow td {
	font-size:8pt;
	color: #757575;
	padding-bottom: 2px;
}

table.iformsmall tr.frm_blankrow td {
	padding-top: 4px;
	padding-bottom: 2px;
}

table.iformsmall tr.frm_separatorrow td {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 2px solid #264973;
}

table.iformsmall tr.frm_submitrow td {
	padding-top: 0px;
	padding-bottom: 8px;
}

table.iformsmall td.frm_label {
}





.iformsmall .ierrormessage {
	color: #dc143c;
	margin-left:10px;
	top:-2px;
	font-size: 8pt;
	position: relative;
}

.iformsmall .itext,.iformsmall .itextarea,.iformsmall .iselect,.iformsmall .ibutton { 	
	border:1px solid #999; 
	margin:0;
	padding:2px;
	background: #fff;
	font-size: 8pt;
}

.iformsmall .itext:hover,.iformsmall .itextarea:hover,.iformsmall .iselect:hover,.iformsmall .ibutton:hover,
.iformsmall .itext:focus,.iformsmall .itextarea:focus,.iformsmall .iselect:focus,.iformsmall .ibutton:focus {
	border-color: #2f4f4f;
	background:#fff;
}

.iformsmall .itext_error,.iformsmall .itextarea_error,.iformsmall .iselect_error,.iformsmall .ibutton_error { 	
	border:1px solid #dc143c; 
	margin:0;
	padding:3px;
	background: #fff;
}

.iformsmall .itext_error:hover,.iformsmall .itextarea_error:hover,.iformsmall .iselect_error:hover,
.iformsmall .itext_error:focus,.iformsmall .itextarea_error:focus,.iformsmall .iselect_error:focus {
	border-color: #dc143c;
	background:#fff;
}





.quickaccessbar {
	border-collapse: collapse;
	margin-top: 4px;
}


table.quickaccessbar td {
	padding: 0px 4px 0px 4px;
	font-size: 8pt;
	color: #454545;
}

table.quickaccessbar tr.iconrow td {
	padding-bottom: 2px;
}

table.quickaccessbar tr.textrow td {
}


.contentholder {	
}



.clearfloats {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both; 
}



.notificationmsg_success {
	border: 1px solid #8ae57e;
	background-color: #b4efab;
	color: #34712b;
	font-weight: bold;
	background-image: url(images/notification_icon_1.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}


.notificationmsg_error {
	border: 1px solid #fe908f;
	background-color: #ffb1b1;
	color: #820105;
	font-weight: bold;
	background-image: url(images/notification_icon_2.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.notificationmsg_warning {
	border: 1px solid #d5d358;
	background-color: #f0feb1;
	color: #7f7200;
	font-weight: bold;
	background-image: url(images/notification_icon_3.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}

.notificationmsg_info {
	border: 1px solid #6ab4ff;
	background-color: #a4d0ff;
	color: #014284;
	font-weight: bold;
	background-image: url(images/notification_icon_4.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 4px 8px 4px 28px;
}




.tooltabs {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	background-color: #f0f0f0;
	border: 1px solid #aaaaaa;
}

.tooltabs li {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
}


.tooltabs .level1 a {
	text-decoration: none;
	display:block;
	text-align: left;
	margin-top: 0;
	padding: 6px 0px 6px 4px;	
	font-weight: bold;	
	border-bottom: none;
	color: #444444 ;
}

.tooltabs .level1 a:hover {
   background: #e0e0e0; 
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.tooltabs .level1_selected {
	text-decoration: none;
	display:block;
	text-align: left;
	padding: 6px 0px 6px 4px;	
	margin-top: 0;
	background-color: #e0e0e0;
	border-bottom: none;
	color: black;
}

.tooltabs .level1_selected a {
	text-decoration: none;
	display:block;
	text-align: left;
	margin-top: 0;
	background-color: #e0e0e0;
	font-weight: bold;
	border-bottom: none;
	color: black;
}

.tooltabs .level1_selected a:hover {
   background: #e0e0e0; 
	color: black;
	text-decoration: underline;
	cursor: pointer;
}


.tooltabs .level2 a {
	text-decoration: none;
	display:block;
	text-align: left;
	margin-top: 0;
	padding: 6px 0px 6px 16px;	
	font-weight: bold;
	border-bottom: none;
	color: #444444 ;
}

.tooltabs .level2 a:hover {
   background: #e0e0e0; 
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.tooltabs .level2_selected {
	text-decoration: none;
	display:block;
	text-align: left;
	margin-top: 0;
	padding: 6px 0px 6px 16px;	
	background-color: #e0e0e0;
	border-bottom: none;
	color: black;
}



.tooltabs .heading {
	color: white;
	font-weight: bold;
	padding: 2px 0px 2px 4px;		
	background: #5f5f5f;
} 

.tooltabs .heading a {
	font-weight: bold;
	background-color: #5f5f5f;
	color: white;
	display:inline;
} 



.normalframe {
	border: 1px solid #ababab;
	moz-border-radius: 6px;
 	border-radius: 6px;
	background-color: #f1f1f1;
	margin-bottom: 16px;
}

.normalframe_titlebar {
	background-color: #989898;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	background-image: url(images/titlebarbkg.png);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 12px;
	min-height: 18px;
	vertical-align: middle;
}

.normalframe_content {
	padding: 8px 8px 8px 8px;
}

.normalframe_content2 {
	padding: 4px 4px 4px 4px;
}

.normalframe_content3 {
	padding: 2px 2px 2px 2px;
}

.normalframe_content4 {
	padding: 0px 0px 0px 0px;
}

.clickable {
	cursor: default;
}

.clickable:hover {
	cursor: pointer;
}

.noclearbutton::-ms-clear {
  width : 0;
  height: 0;
}

#containersample_outside {
	display: table; 	
	width: 320px;
	height: 280px;
	border: border: 1px solid #989898;
	padding: 0px;
}

#containersample_inside {
	width: 100%; 
	height: 100%; 
	color: #666666; 
	font-weight: bold; 
	font-size: 18px; 
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
	background-image: url('images/samplecontainerbackground.gif'); background-repeat: repeat-x;
}

.fileUploadDiv {
	background-color: #ececec;
	border: 1px solid #aaaaaa;
	padding: 5px;
	border-radius: 5px;
}

.fileUploadDiv input {
	background-color: white;
}

.imageUploadPreviewImg {
	display:none;
	padding-bottom:5px;
	width:150px;
}



.material-symbols-outlined {
	font-variation-settings:
	'FILL' 1,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
  }
  
  /* Style the icondrop container */
  .icondrop {
	position: relative;
	display: inline-block;
  }
  
  /* Style the icondrop button */
  .dropbtn {
	background-color: #ffffff;
	color: black;
	padding: 4px 6px;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	text-align: left;
	min-width: 300px; /* Match min-width with icondrop-content */
  }
  
  /* Style the arrow icon */
  .arrow-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  }
  
  .icondrop-body {
	  display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Style the icondrop content */
  .icondrop-content {
	min-width: 300px;
	max-height: 25vh;
	overflow-y: auto;
  }
  
  .icon {
	  margin-right: 5px;
	  margin-left: 10px;
  }
  
  .dropbtn .icon {
	  margin-left:0px;
	  font-size:19px;
  }
	
  .dropItmTitle {
	  display: inline-block;
	  vertical-align: middle;
	  margin-top: -14px;
  }
  
  .groupTitle {
	  padding: 8px 5px;
	  font-weight: bold;
	  font-size: 1.1em;
	  display: block;
  }
  
  /* Style the links inside the icondrop */
  .icondrop-content a {
	color: black;
	padding: 4px 6px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of icondrop links on hover */
  .icondrop-content a:hover {
	background-color: #f1f1f1;
  }
  
  /* Style the search input */
  .search-input {
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: calc(100% - 20px); /* Adjusting for padding */
	box-sizing: border-box;
	margin-bottom: 8px;
	width:100%;
  }
  
  /* Show the icondrop menu */
  .show {
	display: block;
  }
  
  /* Hide group title when no items in the group */
  .empty-group {
	display: none;
  }