@CHARSET "ISO-8859-1";

/**************************************************
 *
 * Filename:	lcms.css
 * Details:		Style settings for lcms
 * Author:		Mike Thomas
 * Created:		12/10/2016
 *
 * $Rev: 20 $
 * $Date: 2017-12-31 18:34:02 +0000 (Sun, 31 Dec 2017) $
 *
 **************************************************/
 
#head {
}

/**************************************************
 *
 * MENU-RELATED STYLES
 *
 **************************************************/
.menuhead {
	font-size: 150%;
	text-align: center;
}

.menuhead a {
	text-decoration: none;
}

.hmenu {
	width: 100%;
	background: #FFFFFF;
	}
	
.hmenu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.hmenu ul li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	right: 50%;
}

.hmenu ul ul {
	display: none;
	position: absolute;
}

.hmenu ul ul li {
	width: 120px;
	background: #FFFFFF;
}

.hmenu ul li:hover > ul {
	display: block;
}

.hmenu ul li a {
	display: block;
	margin: 0;
	padding: 3px 10px;
	background: #DDDDDD;
	color: #000000;
	text-decoration: none;
	line-height: 1.3em;
}

.hmenu ul li a:hover {
	background: #369;
	color: #FFFFFF;
}

.hmenu ul li a.active,
.hmenu ul li a.active:hover {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
}

.hmenu ul span {
	display: block;
	padding: 3px 10px;
	background: #DDDDDD;
	color: #000000;
	line-height: 1.3em;
}

.hmenu ul span:hover {
	/* background: #369; */
	color: #FFFFFF;
}

.hmenu ul ul ul {
	display: none;
	position: absolute;
	/* left: 149%; */
	top: 0;
}

.hmenu img {
	height: auto;
}

.vmenu {
	width: 100%;
	background: #FFFFFF;
	position: relative;
	}

.vmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.vmenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.vmenu ul ul {
	display: none;
	position: relative;
	left: 95%;
	top: -95%;
}

.vmenu ul li:hover > ul {
	display: block;
}

.vmenu ul li a {
	display: block;
	margin: 0;
	padding: 3px 10px;
/*	background: #DDDDDD; */
	color: #000000;
	text-decoration: none;
	line-height: normal;
}

.vmenu ul li a:hover {
	background: #369;
	color: #FFFFFF;
}

.vmenu ul li a.active,
.vmenu ul li a.active:hover {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
}

.vmenu ul span {
	display: block;
	padding: 3px 10px;
	background: #DDDDDD;
	color: #000000;
	line-height: 1.3em;
}

.vmenu ul span:hover {
	background: #369;
	color: #FFFFFF;
}


.lcmsuser {
	float: right;
	background: #FFFFFF;
	position: relative;
	right: 0;
	font-size: 12px;
	z-index: 1;
	}

.lcmsuser ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

.lcmsuser ul li {
	list-style: none;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	position: relative;
	left: 0;
}

.lcmsuser ul li span {
	display: block;
	padding: 3px 10px;
	background: #DDDDDD;
	color: #000000;
	line-height: 1.3em;
}

.lcmsuser ul li ul {
	float: left;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	text-align: center;
}

.lcmsuser ul li ul li {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.lcmsuser ul li:hover > ul {
	display: block;
}

.lcmsuser ul li ul li a {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 3px 10px;
	background: #DDDDDD;
	color: #000000;
	text-decoration: none;
	line-height: 1.3em;
}

.lcmsuser ul li ul li a:hover {
	background: #369;
	color: #FFFFFF;
}

.lcmsuser ul li ul li a.active,
.lcmsuser ul li ul li a.active:hover {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
}

.lcmsuser ul li ul li span {
	display: block;
	padding: 3px 10px;
	background: #DDDDDD;
	color: #000000;
	line-height: 1.3em;
}

.lcmsuser ul li span:hover {
	background: #369;
	color: #FFFFFF;
}

/**************************************************
 *
 * FORM-RELATED STYLES
 *
 **************************************************/
.lcmsform {
	text-align: center;
}

td.formlabel {
	//vertical-align: top;
	text-align: right;
	//width: 40%;
}

td.formdata {
	//vertical-align: top;
	text-align: left;
	//width: 60%;
}

.mandatory {
	color: #FF0000;
}

.formerror {
	background-color: red;
	//width: 40%;
}

/**************************************************
 *
 * TABLE-RELATED STYLES
 *
 **************************************************/
table.report td {
	text-align: right;
}

div.table {
	width: 100px;
	margin: auto;
}

table {
	overflow-x: auto;
}

table th {
	background-color: #AFAFAF;
}

table.list tr:nth-child(even) {
	background-color: #EFEFEF;
}

table.list tr:nth-child(odd) {
	background-color: #FFFFFF;
}

.form_table td.leftcol {
	text-align: right;
}

.form_table td.rightcol {
	text-align: left;
}

td.leftcol {
	text-align: right;
}

td.rightcol {
	text-align: left;
}

td.midcol {
	text-align: center;
}

.cal_table {
	text-align: center;
}

/**************************************************
 *
 * IMAGE-RELATED STYLES
 *
 **************************************************/
 .image {
 	margin: 5px;
 }
 
 .limage img {
 	margin: 5px;
 	float: left;
 }
 
 .rimage  img{
  	margin: 5px;
  	float: right;
 }

.clearfloat {
	clear: both;
}

img.fbimg {
	float: right;
	margin: 10px;
	vertical-align: middle;
}

img.twimg {
	float: right;
	vertical-align: middle;
	height: 50px;
}

article {
	margin: 5px;
	text-align: left;
}

.logo {
	float: left;
}

.logo img {
	width: 75px;
	height: 30px;
}

.phone {
	float: left;
	font-size: 100%;
}

.sitename {
	float: left;
}

.slogan {
	text-align: center;
}

.contact_form {
	width: 300px;
	margin: auto;
	text-align: center;
}

.user_error {
	color: red;
}

.login_form {
	width: 300px;
	margin: auto;
	text-align: center;
}


@media screen and (min-width: 600px) {
	.phone {
		float: right;
		font-size: 150%;
	}

	.hmenu ul {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		left: 50%;
		text-align: center;
	}

	.hmenu ul li span {
		display: none;
	}
		
	.hmenu ul ul {
		display: block;
		position: relative;
	}
	
	.hmenu ul ul li {
		width: auto;
	}
	
	.hmenu ul li {
		float: left;
		list-style: none;
		margin: 0;
		position: relative;
		right: 50%;
	}

	.hmenu li li {
		float: left;}
	}
}

@media screen and (max-width: 799px) and (min-width: 600px) {
	.logo img {
		width: 150px;
		height: 60px;
	}
}

@media screen and (min-width: 800px) {
	.logo img {
		width: 225px;
		height: 90px;
	}

	.phone {
		float: right;
		font-size: 200%;
	}

}
