﻿html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background: #333 url('Templates/images/overlay.png');*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
}
h5 {
	padding: 0px 0px 25px 0px;
	font-size: 1.8em;
	margin: 0;
	padding: 0px 0px 25px 0px;
	font-weight: 500;
	color: #2D2D2D;
}


h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #2D2D2D;
}

h2 {
	padding: 0px 0px 25px 0px;
	font-size: 2.0em;
	text-align: left;	
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

/** References */

a {
	color: rgba(0,0,0,.8);
	text-decoration: underline;

}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


a2 {
	text-decoration: none;
}

a2:hover {

}

a2 img {
	border: none;
}


img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #FFF;
	margin: 0px 0px;
}

.container {
	width: 1260px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 200px;
}

/** LOGO */

#logo {
	height: 150px;
	padding: 50px 0px 0px 0px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	letter-spacing: -1px;
	font-size: 3.5em;

}

#logo p {
	padding: 0px;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	font-size: 0.9em;
	color: rgba(0,0,0,.4);
}

#logo p a {
	color: rgba(0,0,0,.4);
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: rgba(0,0,0,.8);
}

/** MENU */

/** Very right menu*/
#menu {
	overflow: hidden;
	background: #ffffff; 
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 40px 0px 40px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	border: none;
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);

}

#menu a:hover, #menu .current_page_item a {
		background: #4f5964;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		color: #fff;
}

#menu a: nav ul li:hover a {
			color: #fff;
		}


#menu nav ul li a {
	display: block;
	padding: 6px 40px;
	color: #000000;
	text-decoration: none;
}
	
#menu nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
#menu nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
#menu nav ul ul li a {
			padding: 6px 25px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
	
		
#menu nav ul ul ul {
	position: absolute; left: 100%; top:0;
}


#menu .last {
	border-right: none;
}



/** SUBMENU*/

/** Second top menu*/
#menu2 {
	overflow: hidden;
	background: #ffffff; 
}

#menu2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: inline-block;
}

#menu2 a {
	display: block;
	padding: 0px 17px 0px 17px;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	font-weight: 200;
	border: none;
	background: #f8f8f8; 
	background: linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);  
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%); 
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#e5e5e5 100%); 
	
	/**box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
}

#menu2 a:hover, #menu .current_page_item a {
		background: #4f5964;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		color: #fff;
}

#menu2 a: nav ul li:hover a {
			color: #fff;
		}


#menu2 nav ul li a {
	display: block;
	padding: 6px 40px;
	color: #000000;
	text-decoration: none;
}
	
#menu2 nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
#menu2 nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
#menu2 nav ul ul li a {
			padding: 6px 25px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
	
		
#menu2 nav ul ul ul {
	position: absolute; left: 100%; top:0;
}


#menu2 .last {
	border-right: none;
}



/** PAGE */

#page {
	overflow: hidden;
	padding: 5em 0em;
}

/** CONTENT */

#content {
	float: left;
	width: 945px;
}

/** SIDEBAR 1 */

#sidebar1 {
	float: left;
	width: 250px;
	margin-right: 50px;
}

#sidebar1 #box1 {
	margin-bottom: 4em;
}

#sidebar1 h2{
	font-size: 1.5em;
	font-weight: 400;
	text-align:left;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px 30px 0px;
}

#footer p {
	text-align: center;
	color: rgba(255,255,255,0.2);
}

#footer a {
	color: rgba(255,255,255,0.3);
}


/* Footer #2 */

#footer2 p {
	padding: 30px 0px 0px 0px;
	text-align: left;
	font-size: small;
	line-height:150%
}



/* List style 1 */


ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.10em;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 4 */

ul.style4 {
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li {
    text-transform: uppercase;
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style4 p {
	margin: 0px;
	padding: 0px;
}

ul.style4 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style4 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style4 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 5 */

ul.style5 {
	margin-top: 2px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
}

ul.style5 li {
	padding: 10px 10px 0px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style5 p {
	margin: 0px;
	padding: 0px;
}

ul.style5 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}


ul.style5 .first {
	padding-top: 15px;
	border-top: none;
}


.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #0C73D4;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}


/*********************************************************************************/
/* Large Footer                                                                    */
/*********************************************************************************/

	#largefooter-wrapper
	{
	overflow: hidden;
	padding: 4em 0em;
	background: rgba(0,0,0,.15);
	background-repeat: repeat;
	border-top: 1px solid rgba(0,0,0,.05);
    position: relative;

}
	
	#largefooter.box
	{
		text-align: left;
		color: rgba(0,0,0,0.5);
	}

	#largefooter
	{
	}
	
	#largefooter h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 400;
		color: rgba(0,0,0,0.7);
	}

	#largefooter.title
	{
		text-align: center;
	}

	#largefooter.title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#largefooter.title.byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}

/****************************************************************/
/* Heading Titles                                               */
/***************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		margin: 0;
		padding: 0;
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	
	.title.byline
	{
		padding-top: 0.50em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 2em;
		color: #6F6F6F;
	}


/* Button Style */
	.button
	{
		display: inline-block;
		margin-top: 1.8em;
		padding: 0em 1em;
		letter-spacing: 0.10em;
		line-height: 2.5em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		background: #efefef; 
		background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
		background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
		background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
		box-shadow: 0px 0px 9px rgba(0,0,0,0.15);

	}
	
	.button:hover {
		background: #4f5964;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		color: #fff;
}

/* Soft Button Style */
	.softbutton
	{
		display: inline-block;
		margin-top: 0.1em;
		padding: 0.1em 1em;
		letter-spacing: 0.10em;
		line-height: 2.5em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		background: #efefef;
		background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
		background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
		background: #efefef;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
		margin-right: 0px;
}

	.softbutton:hover {
		background: #4f5964;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		color: #fff;
}

/* Block Style */
.block {
  display: inline-block;
  float: left;
  color: black;
  padding: 0px 0px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  width: 8em;
  height:8em;
  margin-top: 10px;
  margin-right: 7.5pt;
  margin-bottom: 10pt;
  border: none;
  white-space: normal;
  
  		text-decoration: none;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 1.0em;

  		background: #efefef; 
		background: linear-gradient(top, #c8c8c8 0%, #f3f3f3 100%);  
		background: -moz-linear-gradient(top, #c8c8c8 0%, #f3f3f3 100%); 
		background: #efefef;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
		color: #4D4D4E;

}

.block:hover {
		background: #4f5964;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		color: #EFEFEF;
}

.block2 {
  display: inline-block;
  float: left;
  color: black;
  padding: 0px 0px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  width: 8.0em;
  height:8.0em;
  margin-top: 10px;
  margin-right: 7.5pt;
  margin-bottom: 10pt;
  border: none;
  white-space: normal;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);

 background-image: url('../img2/Your Logo.png'); background-repeat: no-repeat; background-size: 100% 100%;
}

.block2:hover {
 background-image: url('../img2/Your Logo2.png'); background-repeat: no-repeat; background-size: 100% 100%;

}


#tablestyle
	.ms-simple1-main {
	font-size: 15px;
	border-left-style: none;
	border-right-style: none;
	border-top: 1.5pt solid green;
	border-bottom: 1.5pt solid green;
}
.ms-simple1-tl {
	font-size: 15px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid green;
}
.ms-simple1-left {
	border-style: none;
}button

.ms-simple1-top {
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid green;
}
.ms-simple1-even {
	border-style: none;
}

	
.datagrid table { border-collapse: collapse; text-align: center;} 
.datagrid {font: normal 16px/150% Arial, sans-serif, Helvetica; background: #fff; overflow: hidden; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table tbody td {color: #00557F; font-size: 16px; font-weight: 100;}
.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }
.datagrid table tbody tr:first-child td{ border-left: none;font-weight: bold; background: #01A9DB; color: #FFFFFF; }
.datagrid table tbody tr:last-child td { border-bottom: none;}
		

nav ul ul {
z-index: 1;
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {

	background:#FFFFFF; 
	padding: 0 1px;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
    z-index: 1;
	float: left;
}
	nav ul li:hover {
	    z-index: 2;
		background: #4b545f;

	}
		nav ul li:hover a {
	    color:#fff;		}
	
	nav ul li a {
	z-index: 1;
	display: block;
	padding: 3px 10px;
	color:#000000;
	text-decoration: none;
}
	
	nav ul ul {
		background:#C4C4C4;
		background: linear-gradient(top, #C4C4C4 0%, #A2A2A2 40%);
		background: -moz-linear-gradient(top, #C4C4C4 0%, #A2A2A2 40%);
		background: -webkit-linear-gradient(top, #C4C4C4 0%, #A2A2A2 40%);

	position: absolute; top: 100%;
}
	nav ul ul li{
	    z-index: 3;
		float: none; 
		padding: 3px 10px;
		border-top: 0px solid #A2A2A2;
		border-bottom: 0px solid #A2A2A2;
		position: relative;
	}
		nav ul ul li a {
			padding: 3px 10px;
			color: #A2A2A2;
		}	
			nav ul ul li a:hover {
				 z-index: 3;
				background: #4b545f;
			}



/**background: color for items*/ 

#pink {
	border: none;
	background: #F6DFDF;
}
#pink2 {
	border: none;
	background: #FAD5FA;
}

#yellow {
	border: none;
	background: #FDFCB5;
}

#blue {
	border: none;
	background: #DAEBFE;
}

#green {
	border: none;
	background: #D7F8C5;
}

#purple {
	border: none;
	background: #E6DAFE;
}

#brown {
	border: none;
	background: #E4DACC;
}

#orange {
	border: none;
	background: #FEE7C6;
}

#magenta {
	border: none;
	background: #FAD5FA;
}

#cyan {
	border: none;
	background: #E4FEFD;
}
  
#gray {
	border: none;
	background: #E4E6E9;
}
 #khaki {
	border: none;
	background: #F8F8DA;
}

 #aqua {
	border: none;
	background: #C3F8E2;
}
  
 #lightcyan {
	border: none;
	background: #DAFEE9;
}

 #lavender {
	border: none;
	background: #E4E9FA;
}

 #grassgreen {
	border: none;
	background: #E0F4BE;
}

 #yellowgreen {
	border: none;
	background: #F3F4C6;
}

/**COPYRIGHT UPDATE*/ 
.year1:after {
    content: '© 2015-2022 polymerdatabase.com';
}

.year1{
	display: inline; 
	padding: 0px;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	font-size: 1vw;
	color: rgba(0,0,0,.4);
}

.year2:after {
    content: 'CROW © 2015-2022 polymerdatabase.com';
}

.year2{
	text-align: left;
	display: block;
	padding: 10px;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	font-size: 0.9em;
	color: rgba(0,0,0,0.5);
}


/**POPUP*/
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* Universal Text */
.UText:after {
    content: '';
    /*To help us improve our website, please participate in a short survey. Thank you!*/
}

.UText{
	text-align: left;
	display: block;
	padding: 0px 0px 30px 0px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.9em;
	color: rgba(0,0,0,0.5);
}



