﻿/*	Hamilton stylesheet
	Written by Nicole Hamilton, 2015
	based on her Hamilton Laboratories stylesheet
	Copyright (c) 2012 Hamilton Laboratories
*/

@import url("Layout.css");

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
	background-color: #f2f2f7;
	color: black;
}

/* The container is the entire center column of the page,
	consisting of the masthead across the top and below
	that, three columns for navigation, content and
	screenshots. */

#container {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	height:100%;
	background-color:#fff;
}

#container tt {
	font-family:Consolas,"Lucida Console",OCRB,"Courier New", Courier, monospace;
	font-size: 1.0em;
	background-color:#f4f6ff;
	/* border: 1px #e2ecff outset; */
	border: 1px #e2ecff outset;
	border-radius:3px;
	font-style:normal;
	line-height: 20px;	
	padding:0 3px 1px 3px;
}

#container tt var {
	font-style: italic;
	color: #396979;
}

#container a tt {
	border: 1px #e2ecff outset;
}

#container pre tt {
	border: 0;
	padding: 0;
	line-height: normal;	
}

#container td tt {
	border: 0;
	padding: 0;
	line-height: normal;	
}


/*	Masthead at the top of the page. */

#masthead {
	float: left;
	width: 1000px;
	border: none;
	padding-bottom: 20px;
}

#masthead img {
	top: 50px;
	width: 995px;
	padding:0px;
	border: 0;
}

#masthead h1 {
	color: #3d6c87;
	margin: 0;
	margin-left: 3px;
	margin-bottom: 15px;
	padding: 0;
}

#masthead h2 {
	color: #3d6c87;
	margin:0;
	margin-left: 3px;
	margin-top: 8px;
	margin-bottom: 15px;
	padding:0;
}

#masthead h3 {
	color: #5f8ea9;
	margin:0;
	margin-left: 4px;
	margin-top: 12px;
	padding:0;
}

#masthead h4 {
	color: #5f8ea9;
	margin:0;
	margin-left: 4px;
	margin-top: 12px;
	padding:0;
}


/* Navivation column to the left. */

#navigation {
	float: left;
	width: 160px;
	margin: 23px 5px 10px 0px;
	border-right: 1px solid #a9a9a9;
	line-height: 15px;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: block;
	border: 1px solid #fff;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#navigation p {
	color: #909090;
	font-style:italic;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	margin: 0;
}

#navigation a {
	color: #3d6c87;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
	margin: 0;
}

#navigation a:hover {
	color: #fff;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
	text-decoration: none;
}

#navigation hr {
	border:0;
	height: 0;
	border-bottom: 1px solid #e1e1e1;
	margin: 5px 14px 5px 8px;
}


/* Content in the middle. */

#content {
	position: relative;
	float:left;
	width: 235px;
	margin: 10px;
	margin-top: 7px;
	padding-right: 10px;
}

p {
	line-height: 17px;
	margin-top:14px;
	margin-bottom:17px;
}

#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}

a {
	color: #5f8ea9;
	text-decoration: none;
}

a:hover {
	color: #33627d;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

s { 
    text-decoration: line-through;
}

/* User Guide Content in the middle. */

#userguidecontent {
	position: relative;
	float:left;
	width: 450px;
	margin: 10px;
	margin-top: 7px;
	/* font-family:"Palatino Linotype", "Bookman Old Style", Garamond, "Times New Roman", Times, serif; */
	text-align: left;
}

/* #userguidecontent img {
	height: 38px;
}

#userguidecontent img {
	width: 497px;
	border: 0;
} */

kbd {
	border: 1px;
	background-color:#ececec;
	border-radius:3px;
	border:1px #b0b0b0 outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:smaller;
	line-height: 19px;	
	padding:1px 3px 1px 3px;
}

kbd.wingding {
	border: 1px;
	background-color:#ececec;
	border-radius:3px;
	border:1px #b0b0b0 outset;
	font-family: Wingdings;
	font-style:normal;	
	font-size:smaller;
	line-height: 19px;	
	padding:2px 3px 1px 3px;
}

kbd.arrows {
	border: 1px;
	background-color:#ececec;
	border-radius:3px;
	border:1px #b0b0b0 outset;
	font-family:Consolas,"Lucida Console",OCRB,"Courier New", Courier, monospace;
	font-style:normal;	
	font-size:1.0em;
	font-weight: bold;
	color: black;
	line-height: 19px;
	padding:0px 3px 0px 3px;
}

#userguidecontent table {
	width: 100%;
	margin-bottom: 20px;
}

#keystrokes {
	float: left;
	margin: 0;
	width: 100%;
}

#keystrokes.last {
	margin-bottom: 17px;
}

#keystrokes p {
	margin-left: 130px;
	margin-top: 0; /* 4px; */
}

#keystrokes p.left {
	float: left;
	/* height: 30px; */
	width: 120px;
	margin: 0 0 10px 0;
	line-height: 21px;
}

#userguidecontent h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sansserif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indent {
	margin-left: +40px;
}

#userguidecontent ul {
	list-style: square;
	color: #3d6c87;
	list-style-position:outside;
	margin: 20px 0 20px 0;
	padding: 0;
	padding-left: 15px;
 }
 
#userguidecontent ul li {
	margin-top: 5px;
}

#userguidecontent ul li p {
	color:black;
}

ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	color: #3d6c87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	display: inline-block;
}
 
ol li {
	margin: 0 0 14px 0;
	}

ol li p {
	/* font-family:"Palatino Linotype", "Bookman Old Style", Garamond, "Times New Roman", Times, serif; */
	font-size: 0.9em;
	color: black;
	display: inline;
}

ol li p.continue {
	display:block;
	}
	
#userguidecontent p.sanserif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#userguidecontent var {
	/* font-family:Consolas,"Lucida Console",OCRB,"Courier New", Courier, monospace; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
	
#userguidecontent small {
	font-size: 10px;
}

a {
	color: #5f8ea9;
	text-decoration: none;
}

a:hover {
	color: #33627d;
}

.codesample {
	font-family:Consolas,"Lucida Console",OCRB,"Courier New", Courier, monospace;
	font-size: 1.0em;
	color: #202020;
	background-color:#f4f6ff;/* was f1f6ff */
	white-space: pre;
	padding: 4px;
	width: 500px;
	margin: 25px 0;
	border: 1px #e2ecff solid;
	-moz-box-shadow: 3px 4px 5px #e2ecff; /* was #C4D7FF */
	-webkit-box-shadow: 3px 4px 5px #e2ecff;
	box-shadow: 3px 4px 5px #e2ecff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2ecff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2ecff');
	}
	
.langref {
	font-size: 1.1em;
	line-height: 16px;
}

.langref kbd {
	font-size: 0.8em;
	line-height: normal;
}
	
.codesample var {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396979;
}
	
#userguidecontent table {
	color: #202020;
	background-color:#f4f6ff;/* was f1f6ff */
	padding: 4px;
	width: 440px;
	margin: 25px 0;
	border: 1px #e2ecff solid;
	-moz-box-shadow: 3px 4px 5px #e2ecff; /* was #C4D7FF */
	-webkit-box-shadow: 3px 4px 5px #e2ecff;
	box-shadow: 3px 4px 5px #e2ecff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2ecff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2ecff');
}

#userguidecontent table h5 {
	 margin-bottom: 3px;
}

#userguidecontent table.plain {
	color: #202020;
	background-color:#f4f6ff;/* was f1f6ff */
	width: 100%;
	margin: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	/* For IE 8 */
	-ms-filter: none;/* For IE 5.5 - 7 */
	filter: none;
}

#userguidecontent table.plain td {
	padding-bottom: 0;
}

#userguidecontent table.white {
	color: black;
	background-color:#fff;
	width: 100%;
	margin: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	/* For IE 8 */
	-ms-filter: none;/* For IE 5.5 - 7 */
	filter: none;
}

#userguidecontent table.white tt {
	 background-color:#fff;
}

#userguidecontent table var {
		color: #396979;
}

#userguidecontent table th {
	color: #3d6c87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#userguidecontent table td {
	padding-bottom: 8px;
}

#userguidecontent table.narrowrule td {
	padding-bottom: 2px;
}

#userguidecontent table tr {
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#userguidecontent table tr td.span {
	padding-top: 10px;
	padding-bottom: 6px;
	font-style: italic;
	font-weight: bolder;
	color: #3d6c87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#userguidecontent table p {
	margin:0;
}

#userguidecontent table p.multi {
	margin-bottom: 8px;
}

#userguidecontent table pre {
	margin:0;
	padding:0;
}

#userguidecontent table pre.margined {
	margin: 8px 0 8px 0;
}

#userguidecontent table pre.last {
	margin-bottom: 0;
}

#userguidecontent table p tt {
	font-size: 1.0em;
	border: 1px #e2ecff outset;
	border-radius:3px;
	font-style:normal;
	line-height: 20px;	
	padding:0 3px 1px 3px;
}

#userguidecontent p b {
	color: #3d6c87;
}

#userguidecontent table tt.process {
	font-weight: bolder;
}

#userguidecontent table tt.inherited {
	font-style: italic;
}

#userguidecontent table tt.initialized {
	font-style: italic;
	font-weight: bolder;
}

#userguidecontent img {
	padding: 0px;
	width: 509px;
	margin: 25px 0;
	border: 1px #e2ecff solid;
	-moz-box-shadow: 3px 4px 5px #e2ecff; /* was #C4D7FF */
	-webkit-box-shadow: 3px 4px 5px #e2ecff;
	box-shadow: 3px 4px 5px #e2ecff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2ecff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2ecff');
}

.process {
	font-weight: bolder;
}

.inherited {
	font-style: italic;
}

.initialized {
	font-style: italic;
	font-weight: bolder;
}

.yellow {
	color: #9B8800;
}
.green {
	color: #009900;
}
.red {
	color: #FF0000;
}
.bright {
	font-weight: bold;
}
.grey {
	font-weight: lighter;
	color: #A9A9A9;
}

.testimonials {
}

.testimonials p {
	margin: 50px 0 50px 0;
}

.testimonials em {
	color: #3d6c87;
	padding-left: 60px;
}

/* Sidebar to the right. */

#sidebar {
	position: relative;
	float: right;
	width: 490px;
	margin-top: 0px;
	margin-right: 40px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #222;
	-webkit-box-shadow: 3px 3px 4px #222;
	box-shadow: 3px 3px 4px #222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#202020')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#202020');
}

.noshadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* For IE 8 */
	-ms-filter: none;
	/* For IE 5.5 - 7 */
	filter: none;
}

#screenshots img {
	width:400px;
	border: 0;
}

#screenshots p {
	margin-top:9px;
	margin-bottom:22px;
}

/* User Guide Screenshots to the right. */

#userguidescreenshots {
	position: relative;
	float: right;
	width: 325px;
	margin-top: 25px;
	font-style: italic;
}

#userguidescreenshots img {
	width:320px;
	border: 0;
}

/* Footer to ensure the white container background goes all the
	way to the bottom of the screen. */
	
#footer {
	width: 100%;
	background-color: #fff;
}
