/* ##############################################################
#################################################################
######### Standard StyleSheet for Coover Group ##################
#################################################################
#################################################################
Version $Id: universal.css,v 1.38 2019/02/17 00:56:19 gjanes Exp $ */

/* #########################################################################*/
/* #########################################################################*/
/* STANDARD PROPERTIES */

/* the style that creates the nice looking tables -
    only use it in the body, it can mess some templates up */
#body TABLE {
    border-collapse: collapse;
}

/* format ordered & numbered lists the way we want */
#body OL, #body UL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}

/* remove any margins from the form tag */
FORM {
	margin: 0px;
}

/* set the border=0 to all images by default */
IMG {
	border: none;
	background: none
}

/* the default link attributes */
a { text-decoration: none }

/* #########################################################################*/
/* #########################################################################*/
/* LAYOUT CLASSES */

/* class to right-align objects */
.right {
	text-align: right;
}
/* center align everything in it */
.center {
	text-align: center;
}

/* left align everything in it */
.left {
	text-align: left;
}

/* the paragraph markup element */
#body p { margin: 0px 0px 10px 0px; }
#body p#reset, #body p.reset, #body #reset_p {
	margin: 0px;
	padding: 0px;
}

/* reset the link font weight */
#body a#reset, #body a.reset, #body #reset_link {
	font-weight: normal;
}

/* This class will provide a pagebreak for printing */
br.pagebreak, br#pagebreak { page-break-before: always }

/* define the default styles for cg generated tables */
table.cg_table {
	border-collapse: collapse;
	border-spacing: 1px;
	border-color: grey;
}
.cg_table td, .cg_table th {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

/* hide stuff that only shows up at print time */
.print_visible {
	display: none;
}

/* #########################################################################*/
/* #########################################################################*/
/* COLORATION & FORMATTING CLASSES */

/* the style for inactive rows */
#inactive_row, .inactive_row { color: #d11; }

/* the style for other active value rows */
.other_active_row { color: blue; }

/* some styles for messaging */
#error_message, .error_message {
	font-weight: bold;
	background-color: #d11;
	color: white;
	padding: 2px 5px 2px 5px;
	margin: 10px 0px 10px 0px;
	width: inherit;
}
#error_message a:link, #error_message a:active, #error_message a:visited, .error_message a:link, .error_message a:active, .error_message a:visited { color: white; }
#error_message a:hover, .error_message a:hover { color: yellow; }
#success_message, .success_message {
	font-weight: bold;
	background-color: green;
	color: white;
	padding: 2px 5px 2px 5px;
	margin: 10px 0px 10px 0px;
	width: inherit;
}
#success_message a:link, #success_message a:active, #success_message a:visited, .success_message a:link, .success_message a:active, .success_message a:visited { color: white; }
#success_message a:hover, .success_message a:hover { color: yellow; }

/* color for highlighting messages */
#highlight, .highlight {
	color: yellow;
}
/* link class for an a tag with id of highlight */
a:link#highlight, a:active#highlight, a:visited#highlight, a:link.highlight, a:active.highlight, a:visited.highlight {
	color: yellow;
}
a:hover#highlight, a:hover.highlight {
	color: white;
}
/* link class for text id of highlight that contains a link inside it */
#highlight a:link, #highlight a:active, #highlight a:visited, .highlight a:link, .highlight a:active, .highlight a:visited {
	color: white;
}
#highlight a:hover, .highlight a:hover {
	color: #d11;
}

/* #########################################################################*/
/* classes for the change password form */
#change_password_body {
	background-color: #F9F9F9;
}
#change_password_error, #change_password_expired {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: -25px;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#change_password_error {
	background-color: #ffebe8;
	border-color: #cc0000;
}
#change_password_expired {
	background-color: #ffffe0;
	border-color: #e6db55;
}
#change_password_container {
	padding: 15px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	margin-top: 50px;

	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
#change_password_container th, #change_password_container h3 {
	font: 21px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	
}
#change_password_container td {
	margin: 0px;
}
#change_password_container label {
	font-weight: normal;
	color: #777777;
}
#change_password_container td table td {
	vertical-align: middle;
	padding-bottom: 10px;
}
#change_password_container input {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-right: 6px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
#change_password_container form input#submit_button {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;

	border-color: #298cba;
	font-weight: bold;
	color: #ffffff;
	background-color: #21759b;
}
#change_password_container #back {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
}
#change_password_container a {
	color: #888;
}
#change_password_container a:hover {
	color: #c00;
}

/* #########################################################################*/
/* this is to eliminate forms from having an extra break in internet explorer */
form { margin: 0px; padding: 0px; }

/* This class standardizes how our form fields are spaced out */
/* Use this like so:  <table border=0 id="form"> */
#body form td, #body #form td, #form td, .form td {
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
#body form #reset td, #body form .reset td, #body form #reset_form td, #reset_form td {
	padding: 0px;
}

/* this class sets the font parameters for an asterisk as a required field */
.required, form sup, sup.form {
	color: #d11;
	font-weight: bold;
	vertical-align: text-top;
	padding-left: 2px;
}

/* this is so we can make form element labels bold and have them be accessible */
label {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* #########################################################################*/
/* set default for fieldsets, and a style to reset them too */
#body form fieldset {
	margin: 0px;
	border: 0px;
	padding: 0px;
	visibility: none;
}
#body fieldset#reset, #body form fieldset#reset {
	margin: 0px 0px 2px 0px;
	border:1px solid #000;
	padding: 0px 0px 10px 0px;
	visibility: visible;
}

/* style for legend tags */
#body form legend { color: #000; }

/* to align objects on the left. the html image align property is deprecated. */
#body #align_left, #body .align_left, #align_right, .align_right {
	margin: 0px 5px 0px 0px;
	float: left;
}

/* to right align objects */
#body #align_right, #body .align_right, #align_right, .align_right {
	margin: 0px 0px 0px 5px;
	float: right;
}

/* to center align objects */
#body #align_center, #body .align_center, #align_center, .align_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/* #########################################################################*/
/* #########################################################################*/
/* PADDING CLASSES */

/* pad everything by 5 pixels on the left */
#body #pad_left, #body #pad_left th, #body #pad_left td, .pad_left, .pad_left th, .pad_left td { padding-left: 5px; }

/* pad everything by 5 pixels on the right */
#body #pad_right, #body #pad_right th, #body #pad_right td, .pad_right, .pad_right th, .pad_right td { padding-right: 5px; }

/* pad everything by 5 pixels on the top */
#body #pad_top, #body #pad_top th, #body #pad_top td, .pad_top, .pad_top th, .pad_top td { padding-top: 5px; }

/* pad everything by 5 pixels on the bottom */
#body #pad_bottom, #body #pad_bottom th, #body #pad_bottom td, .pad_bottom, .pad_bottom th, .pad_bottom td { padding-bottom: 5px; }

/* this class produces a 5 pixel pad around a div or a table cell */
/* Use id tag (#<class>) like so:  <table border=1 id="padding"> */
.padding, #padding td, #padding div, div#padding {
	padding: 5px;
}

/* this class produces a 10 pixel pad around a div or a table cell */
/* Use id tag (#<class>) like so:  <table border=1 id="big_pad"> */
.big_pad, #big_pad td, #big_pad div, div#big_pad {
	padding: 10px 10px 10px 10px;
}

/* this class produces a 5 pixel pad horizontally and 2 pixel pad vertically */
/* Use id tag like so:  <table border=1 id="hpadding"> */
.hpadding, #hpadding td, #hpadding div, div#hpadding {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}


/* #########################################################################*/
/* #########################################################################*/
/* TEXT CLASSES */

/* font color classes */
.gray_text {
	color: #c0c0c0;
}
a.gray_text:link, a.gray_text:visited, a.gray_text:active {
	color: #c0c0c0;
}
a.gray_text:hover {
	color: #909090;
}

.red_text {
	color: #d11;
}
a.red_text:link, a.red_text:visited, a.red_text:active {
	color: #d11;
}
a.red_text:hover {
	color: #074568;
}

.green_text {
	color: #063;
}
a.green_text:link, a.green_text:visited, a.green_text:active {
	color: #036;
}
a.green_text:hover {
	color: #d11;
}

.white_text {
	color: #fff;
}
a.white_text:hover {
	color: #074568;
}
a.white_text:link, a.white_text:visited, a.white_text:active {
	color: #fff;
}

/* a class that will produce a small text for comments, etc */
.small {
	font-size: 9px;
}

/* a class to make text stand out.  used for headings, etc */
.title, .strong {
	font-weight: bold;
}

/* an underline class for any class to use */
.underline {
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000;
}

/* #########################################################################*/
/* #########################################################################*/
/* jquery menu default overrides for plugin default stylesheet */
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:auto; z-index:300; width:auto;  font-weight:auto;}
#dropmenu a {display:block; padding:auto; color:auto; border-right:none; text-decoration:none; background:auto}
#dropmenu a:hover {background:auto; color:auto;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute;margin:inherit; display:none; width:auto; top:auto; left:auto;}
#dropmenu ul a {border-left:none;}
#dropmenu li ul {border-top:none; width:auto;}
#dropmenu li ul a {width:auto; height:auto; float:none;  border-bottom:none;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:auto; margin:0 0 0 0px;top:auto;}

/* #########################################################################*/
/* #########################################################################*/
/* jquery menu default styles */
.cg_format_horizontal_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 300;
}
.cg_format_horizontal_menu li {
	position: relative;
	float: left;
}
.cg_format_horizontal_menu a {
	display: block;
}
.cg_format_horizontal_menu li ul {
	position: absolute;
	z-index: 500;
	top: auto;
	min-width: 200px;
}
.cg_format_horizontal_menu li ul li {
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	white-space: nowrap;
}
.cg_format_horizontal_menu li ul a {
	text-align: left;
	height: auto;
	padding: 10px 15px;
}

/* -------- WORDPRESS styles -------- */
/* fixing widget contact form styles */
.widget .wpcf7-form input, .widget .wpcf7-form textarea {
	width: 100%;
}
.widget .wpcf7-form input[type="submit"] {
	width: 80px;
}
