@charset "UTF-8";



/* Document Styles */
body, html{
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size:14px;
	line-height:140%;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	overflow:hidden
}
a{
	text-decoration:none;
	color:rgb(11, 103, 46);
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
}
.aLarge{
	font-size:16px;
	display:block;
	margin:0px 0px 40px 0px;
}
.keyTerm{
	font-weight:bold;
	color:#00C425;
}
.keyTermLarge{
	font-weight:bold;
	color:#00C425;
	font-size:16px;
	display:block;
	margin:0px 0px 40px 0px;
}
.caption{
	font-size:12px;
	color:#999;
	text-align:center;
}
p{
	padding:0px;
	margin:15px 0px;	
	color:#444;
	font-size:14px;
}


/* Header Styles */
#header{
	height:80px;
	width:100%;
	text-align:center;
	background-image:url(headerBackground.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	background-size: 100% auto;
	overflow:hidden;
}
#headerLeft{
	background-image:url(headerLogo.png);
	background-repeat:no-repeat;
	height:80px;
	width:200px;
	float:left;
}
#headerRight{
	text-align:right;
	height:60px;
	width:180px;
	padding:10px;
	float:right;
}
#headerRight a{
	color:#666;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	display:block;
}
#headerRight a:hover{
	color:#000000;
	text-decoration:none;
}
#headerTitle{
	font-size:28px;
	color:#0B672E;
	font-style: italic;
	padding-top:20px;
}
#headerSubtitle{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
}
#headerGradient{
	background-image:url(bodyGradient.png);
	background-position:top;
	background-repeat:repeat-x;
	position:fixed;
	top:78px;
	height:16px;
	width:100%;
	z-index:10000;
}



/* Body Styles */
#leftHalf{
	height:calc(100% - 120px);
	width:calc(40% - 40px);
	padding:20px;
	overflow-y:scroll;
	float:left;
}
#rightHalf{
	height:calc(100% - 80px);
	width:60%;
	overflow:hidden;
	float:right;
	background-color:#F4F4F4;
}
#rightHalfGradient{
	background-image:url(bodyGradientRight.png);
	background-position:left;
	background-repeat:repeat-y;
	position:fixed;
	left:40%;
	top:82px;
	height:100%;
	width:23px;
	z-index:10001;
}
#tutorialContent{
	overflow-y:scroll;
	height:100%;
}
#tutorialContentInner{
	padding:50px 20px 20px 20px;
}
.bodySpacer{
	width:100%;
	margin: 20px 0px 40px 0px;
	height:5px;
	background-color:#F1E2E2;
}
.tabContainer{
	width:781px;
	margin:0px 0px 50px 0px;
	border:2px solid #E20803;
	min-height:50px;
	padding:20px;
}
.tabContent{
	display:none;
}
.tab{
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#999999;
	height:15px;
	margin:0px 10px -2px 0px;
	display:inline-block;
	border:2px solid #999999;
	border-bottom:2px solid #E20803;
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px;
}
.tab:hover{
	cursor:pointer;
	color:#000000!important;
}
#jmolConsoleContainer{
	position:absolute;
	bottom:0px;
	right:0px;
	width:calc(60% - 2px);
	z-index:15;
}
#jmolConsoleTab{
	border:2px solid #aa4dc9;
	border-bottom:2px solid #aa4dc9;
	margin:0px 0px -2px 10px;
	padding:5px 35px 5px 15px;
	background-color:#dddddd;
	color:#dddddd;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:14px;
	font-weight:bold;
	background-image:url(jmolArrow.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:20px;
	display:inline-block;
}
#jmolConsoleTab:hover{
	color:#fff;
	cursor:pointer;
	background-color:#fff;
}
#jmolConsole{
	border:2px solid #aa4dc9; 
	background-color:#c992db;
	color:#8C8C8C;
	width:calc (100% - 10px);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#jmolConsoleContent{
	padding:10px;
}
#jmolApplet0_canvas2d, #jmolApplet0_appletinfotablediv{
	z-index:0!important;
}
textarea{
	width:calc(100% - 20px);
	background-color:#f5f5f5;
	color:#000;
	padding:5px;
	border:1px solid #999;
}
#jmolCmd0{
	margin:0px 20px 10px 0px;
	background-color:#f5f5f5;
	border:1px solid #999;
	padding:5px;
}
.submitContainer{
	position:absolute;
	z-index:11000;
	top:100px;
	left:100px;
	bottom:100px;
	right:100px;
	background-color:#ffffff;
	display:none;
	border-radius:10px;
}
.submitInner{
	overflow-y:scroll;
	padding:20px;
	height:calc(100% - 90px);
	width:calc(100% - 40px);
}
.submitTitle{
	font-weight:bold;
	font-size:20px;
	margin:0px;
	text-align:center;
	padding:15px;
	height:20px;
	border-radius:10px 10px 0px 0px;
	display:block;
	color:#000;
	background-color:#8ef190;
}
.submitBackground{
	opacity:0.5;
	background-color:#000000;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10999;
	display:none;
}
.submitClose{
	display:block;
	float:right;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding:0px 5px;
	background-color:rgb(0,0,0,0.2);
	overflow:hidden;
}
.submitClose:hover{
	text-decoration:none;
	color:#fff;
}
.collapseContainer{
	width:100%;
}
.collapseTitle{
	font-weight:bold;
	font-size:14px;
	margin:10px 0px 0px 0px;
	padding:10px;
	border-radius:10px 10px 0px 0px;
	display:block;
	color:#000;
}
.collapseTitle:hover{
	opacity:0.8;
	cursor:pointer;
	color:#000;
}
.collapseContent{
	font-weight:normal;
	font-size:14px;
	margin:0px;
	border-radius:0px 0px 10px 10px;
	display:block;
	color:#000;
	overflow:hidden;
	background-color:#F4F4F4;
}
.collapseContentInner{
	padding:10px;
}
.collapseClose{
	display:block;
	float:right;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding:0px 5px;
	background-color:rgb(0,0,0,0.2);
	display:none;
	overflow:hidden;
}
.collapseClose:hover{
	text-decoration:none;
	color:#fff;
}
.spacer{
	width:100%;
	height:1px;
	border-bottom:2px solid #cccccc;
	margin:20px 0px;
}
#saveDesignContent p{
	display:inline-block;
	width:40%;
	vertical-align: top;
	margin-right:4%;
}
#submitDesignContent p{
	display:inline-block;
	width:100%;
	vertical-align: middle;
}
button:hover{
	cursor:pointer;
	color:#E20803;
}
#navigationCopyright{
	text-align:center;
	margin:20px 0px;
	color:#666;
}
#jmolContainer{
	height:100%;
	width:100%;
}