body.mceContentBody { 
	background: #FFFFFF; 
	font-family: raleway, Arial, sans-serif;
	color: #000000; 
}

body {
	font-family: raleway;
	margin: 0px;
	background-image: url("/_edit/logos/Genstock_Symbol.png");
	background-repeat:no-repeat;
	background-position: right bottom;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p  { margin-top: 1%; margin-bottom:0% }
ul, li { margin-top: 0%; margin-bottom:0px; line-height: 120%;}

* {
box-sizing: border-box;
}

/* NORMAL CLASS STYLES */

/* A */

a, a:link, a:visited {
	text-decoration: none;
	color: #D00612;
	font-weight: bold;
}

a:hover {
	color: #11689b;
	}

/* B */

/* C */

#credit {
	float:right;
	color: #000000;
	}
#credit a, #credit a:link, #credit a:visited {
	text-decoration: none;
	color: #094466 !important;
}

#content {
	width: 98%;
	max-width: 1200px;
	margin: 150px auto 0px auto;
	padding-bottom: 30px;
	position: relative;
}

#contentnarrow {
	width: 98%;
	max-width: 1200px;
	margin: 10px auto 0px auto;
}

.CalendarTable {
	width: 160px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 10px;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}



/* D */

.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.diarySat, .diarySun {
       background-color: #CCCCCC !important;
}

/* E */

/* F */

#footercontainer {
	position: fixed;
	bottom: 0px;
	background-color: #11689b;
	padding: 5px;
	width: 100%;
}

#footer {
	width: 98%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
}

#footer img {
   margin-right: 10px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #CCCCCC;
	}
#footer a:hover {
	color: #FFFFFF;
}

/* G */

.galleryThumbnail {
	height:30px;
	cursor: pointer;
}

#Gallery_Image {
	cursor: pointer;
	max-height:600px;
}
#goBackCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_back_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_next_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

/* H */

#headercontainer {
	width: 100%;
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #11689b;
	display: table;
	background-color: #FFFFFF;
	padding: 0px;
	z-index: 1000;
	
}

#header {
	position: relative;
	width: 98%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 5px;
	display: table;
}

#headerlogo {
	float: left;
	width: 35%;
}

#headeraddresscontainer {
	margin: 0px;
	width: 100%;
	background-color: #11689b;
}

#headeraddress {
	width: 98%;
	max-width: 1200px;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	margin: 0px auto 10px auto; 
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
}

/* I */

img {
    object-fit: contain;
}

input[type="button"]  {
    background-color: #999999;
	color: #FFFFFF;
	height: 40px;
	width: auto;
	padding: 5px;
	border-radius: 2px;
	border: 0px;
    font-size: 20px;
	appearance: none;
	margin-top: -10px;
	}

/* K */

/* L */

/* M */

#menusurround {
	text-transform:uppercase;
	padding-top: 35px;
	z-index: 1000;
}

#menumobile {
	display: none;
}

#menunavbar {
}

/* N */

/* O */

/* P */

/* Q */

/* R */

/* S */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#scroll_surround {
	margin-top: -12px;
	z-index: 0;
	}
/* T */

/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

/* A MOBILE */

/* B MOBILE */

/* C MOBILE */

#content {
	margin: 10px auto 0px auto;
}

#credit {
	font-size: 12px;
	margin-top: -10px;
	}

/* D MOBILE */

/* E MOBILE */

/* F MOBILE */

#footercontainer {
	position:relative;
	}

/* G MOBILE */

.grid_3_across, .grid_4_across, .grid_5_across, .grid_6_across {
    grid-template-columns: 1fr;
}

/* H MOBILE */

#headercontainer {
	position: relative;
	top: 0px;
	border-bottom: 0px #ffffff;
}

#headerlogo {
	float: none;
	width: 100%;
}

/* I MOBILE */

/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

/* M MOBILE */

#menusurround {
	padding-top: 0px;
}
	
#menumobile {
	display: block;
	font-size:24px;
	text-align: center;
	font-family: verdana;
}

#menunavbar {
    display: none;
}



/* N MOBILE */

/* O MOBILE */

/* P MOBILE */

/* Q MOBILE */

/* R MOBILE */

/* S MOBILE */

/* T MOBILE */

/* U MOBILE */

/* V MOBILE */

/* W MOBILE */

/* X MOBILE */

/* Y MOBILE */

/* Z MOBILE */

}


/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}

}
