@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

body {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.clear {
	clear: both;
}

a {
	color: #3399cc;
	text-decoration: none;	
}
a:hover {
	color: #336699;	
}

.topBar {
	background: #4bb7ee;
	color: #fff;
	height: 11px;
	padding: 7px 0;
	overflow: hidden;
	font-size: 11px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}
.topBar ul {
	list-style: none;
	width: 900px;
	margin: 0 auto;
}
.topBar ul li {
	display: inline;
}
.topBar ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
	border-right: 1px solid #a5dbf6;
	height: 11px;
	line-height: 11px;
}
.topBar ul li a:hover {
	color: #eee;
}
.topBar ul li.first a {
	padding-left: 0;
}
.topBar ul li.last a {
	border-right: 0;
}
.topBar ul li.right a {
	float: right;
	padding-right: 0;
}

.alignCenter {
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 900px;
}
.container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

h1, h2, h3 {
	letter-spacing: -0.05em;
}
h1 {
	font-size: 22px;
	text-shadow: #eee 1px 1px 0;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4.dates {
	font-weight: normal;
	font-style: italic;
	float: right;
	line-height: 18px;
	font-size: 11px;
}
h4.dates em {
	background: #fff242;
	padding: 0 3px;
}
p,
pre {
	line-height: 15px;
	margin: 0 0 10px 0;
}
p.help {
	font-size: 11px;
}
h2 .title {
	font-weight: normal;
}
.hr hr {
	display: none;
}
.hr {
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 5px 0 10px 0;
}
code {
	background: #e2e2e2;
	padding: 5px;
	font-size: 12px;
	display: block;
}
pre code {
	border: 1px solid #e2e2e2;
	background: #000;
	color: #33ff00;
	margin-bottom: 20px;
}

.headerSearch {
	float: right;
	height: 21px;
	overflow: hidden;	
}
.headerSearch fieldset {
	border: 0;	
}
.headerSearch input {
	display: block;
	float: left;
	border: 1px solid #ccc;
	height: 18px;
	width: 200px;
	padding: 0 5px;
	font-size: 11px;
}
.headerSearch button {
	display: block;
	float: left;
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px;
	background: #eee;
	padding: 0 5px;
	margin: 0 0 0 5px;
	font-size: 11px;
}

.homepageBanner {
	background: url('../images/labeled-support-banner.png') no-repeat;
	width: 860px;
	height: 220px;
	padding: 20px;
	color: #fff;
	position: relative;
}
.homepageBanner .copy {
	width: 370px;
	height: 145px;
}
.homepageBanner h1,
.homepageBanner p {
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
}
.homepageBanner h1 {
	text-shadow: 0;
	font-weight: normal;
	font-size: 40px;
	height: 50px;
	letter-spacing: 0;
}
.homepageBanner p {
	font-size: 16px;
	line-height: 24px;
	text-shadow: #000 1px 1px 0;
}
.homepageBanner .searchContainer {
	height: 24px;
	margin: 0 0 15px 0;
}
.homepageBanner .searchContainer form fieldset {
	border: 0;
}
.homepageBanner .searchContainer form fieldset input[type="text"] {
	background: url('../images/searchInputBg.png') no-repeat;
	border: 0;
	margin: 0;
	width: 207px;
	height: 12px;
	font-size: 10px;
	padding: 6px 5px 6px 25px;
	color: #04405e;
	display: block;
	float: left;
}
.homepageBanner .searchContainer form fieldset button {
	background: url('../images/searchSubmitBg.png') no-repeat;
	border: 0;
	margin: 0;
	width: 28px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9000px;
	cursor: pointer;
}
a.sectionBox {
	display: block;
	float: left;
	color: #fff;
	background-color: transparent;
	background-image: url('../images/sectionBoxBg.png');
	padding: 5px 6px;
	margin-right: 15px;
	font-family: Candara, "Trebuchet MS", "Myriad Pro", arial, helvetica, sans-serif;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a.sectionBox span {
	font-size: 11px;
	font-weight: normal;
}
a.sectionBox:hover {
	color: #ccc;
}

.articleSearch {
	float: right;
	width: 380px;
	margin-left: 8px;
	padding: 5px 0 0 0;
}
.articleSearch .copy {
	height: 105px;
	overflow: hidden;
}
.articleSearch form {
	height: 60px;
	padding: 10px;
	background: #edf8fd;
	border: 1px solid #a5dbf6;
}
.articleSearch fieldset {
	border: 0;
}
.articleSearch .fields {
	height: 24px;
	overflow: hidden;
	margin: 10px 0 15px 0;
}
.articleSearch input {
	display: block;
	float: left;
	width: 283px;
	height: 22px;
	margin: 0 5px 0 0;
	border: 1px solid #a5dbf6;
	padding: 0 5px;
	font-size: 14px;
	letter-spacing: -0.05em;
	color: #555;
}
.articleSearch button {
	display: block;
	float: left;
	background: #4bb7ee;
	border: 1px solid #a5dbf6;
	color: #fff;
	height: 24px;
	line-height: 24px;
	width: 55px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.contentContainer {
	margin: 0 0 20px 0;
}
.contentContainer ul {
	float: left;
	width: 430px;
	list-style: none;
	margin: 0 20px 0 0;
}
.contentContainer ul.col1 {
	clear: both;
}
.contentContainer ul.col2 {
	width: 450px;
	margin: 0;
}
.contentContainer ul li {
	margin: 5px 0;
}
.contentContainer ul li.title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.contentContainer ul li.more {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 11px;
	text-align: right;
}
.contentContainer ul a {
	display: block;
	padding: 0 0 0 20px;
	background: url('../images/icons/page_spearmint.png') no-repeat 3px 2px;
}
.contentContainer ul li.more a {
	background: none;
}

.contentContainer .collectionIntro p {
	margin-top: 10px;
}

.contentContainer ul.imageListing {
	width: auto;
}
.contentContainer ul.imageListing li {
	float: left;
	width: 200px;
	overflow: none;
	padding: 0;
	margin: 5px 26px 15px 0;
	text-align: center;
}
.contentContainer ul.imageListing li.clear {
	width: 0;
	height: 0;
	margin: 0;
}
.contentContainer ul.imageListing li.last {
	margin-right: 0;
}
.contentContainer ul.imageListing li a {
	background: none;
	padding: 0;
}

.contentContainer div.col1 {
	width: 610px;
	float: left;
	margin-right: 10px;
}
.contentContainer div.col1.fullWidth {
	width: 900px;
	margin-right: 0;
}
.contentContainer div.col2 {
	float: right;
	width: 280px;
}
.contentContainer div.col2 .images h1 em {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.contentContainer div.col2 .images .help {
	text-align: center;
}
.gallery, .images, .downloads {
	margin: 0 0 20px 0;
}
.downloads .item {
	text-align: center;
	width: 70px;
}

.breadcrumb {
	margin-bottom: 10px;
	height: 14px;
}
.breadcrumb ul {
	list-style: none;
	font-size: 11px;
	margin: 0;
}
.breadcrumb ul li {
	display: inline;
}
.breadcrumb ul li a {
	display: block;
	float: left;
	padding: 0 4px 0 6px;
	background: url('../images/icons/breadcrumb_arrow.png') no-repeat 0 4px;
}
.breadcrumb ul li.first a {
	background: none;
	padding-left: 0;
}

.article {
	margin-bottom: 40px;
}
.article .content h1,
.article .content h2,
.article .content h3 {
	margin-bottom: 10px;
}
.article .content h1 {
	font-size: 16px;
	padding: 0 0 5px 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	text-shadow: none;
}
.article .content h2 {
	font-size: 14px;
}
.article .content h3 {
	font-size: 13px;
}
.article .content p {
	margin-bottom: 15px;
	line-height: 16px;
}
.article .content ul li a {
	display: inline;
}
.article .content ul,
.article .content ol {
	margin: 5px 0 20px 20px;
	float: none;
	list-style: disc;
	width: auto;
}
.article .content hr {
	height: 1px;
	border: 0;
	color: #ccc;
	background: #ccc;
	margin: 0 0 10px 0;
	padding: 0;
}

.gallery {
	
}
.gallery .title {
	background: #4bb7ee;
	color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 2px 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.gallery .title h3 {
	float: left;
	width: 400px;
}
.gallery .title a {
	display: block;
	float: right;
	color: #fff;
}
.gallery .title a:hover {
	color: #ccc;
}
.gallery .content {
	padding: 10px;
}
.galleryPagination {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}
.galleryPagination ul {
	list-style: none;
	margin: 0;
	position: relative;
	float: left;
	left: 50%;
}
.galleryPagination ul li {
	position: relative;
	float: left;
	right: 50%;
	font-size: 12px;
	line-height: 12px;
}
.galleryPagination a.paginate {
	display: block;
	float: left;
	margin: 0 1px;
}
.galleryPagination a.paginateOn, .galleryPagination a.paginateOn:hover {
	
}
.galleryImages {
	text-align: center;
}

#lightbox {
	width: 720px;
	height: auto;
	margin: -340px 0 0 -360px;
}

.searchTopBar {
	margin: 10px 0;
	font-size: 11px;
	background: #eee;
	padding: 5px 10px;
}
.searchItem h3 {
	margin: 0 0 5px 0;
}
.searchItem p {
	line-height: 17px;
}

.developer .intro {
	float: left;
	width: 500px;
	background: #f6f6f6;
	padding: 10px;
	margin: 0 50px 20px 0;
}
.developer .intro p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}
.developer .introLinks {
	float: left;
	width: 320px;
	padding: 5px;
	margin-bottom: 20px;
}
.developer .introLinks ul,
.developer .introLinks ol {
	margin: 5px 0 0 20px;
	line-height: 16px;
}

.developer .article {
	float: right;
	width: 680px;
}
.developer .otherArticles {
	float: left;
	width: 190px;
	background: #f6f6f6;
	padding: 10px;
}
.developer .otherArticles .hr {
	display: none;
}
.developer .otherArticles ul {
	width: 200px;
}
.developer .otherArticles ul li a {
	background: none;
	padding: 0;
	display: inline;
}
.developer .otherArticles h2 {
	margin-bottom: 5px;
}
.developer div.col1 {
	width: 680px !important;
}
.developer div.col2 {
	display: none;
}

span.error {
	color: red;
}
.formBuilder fieldset {
	border: 0;
}
.formBuilder ul {
	list-style: none;
	width: 500px;
}
.formBuilder ul li label {
	display: block;
	float: left;
	width: 120px;
	height: 16px;
	line-height: 18px;
	text-align: right;
	margin: 0 10px 0 0;
}
.formBuilder ul li label.required {
	font-weight: bold;
}
.formBuilder ul li.error label {
	color: red;
}
.formBuilder ul li.required {
	font-weight: bold;
}
.formBuilder ul li input,
.formBuilder ul li textarea,
.formBuilder ul li select {
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px 4px;
	font-size: 14px;
	height: 16px;
	background-color: #f6f6f6;
}
.formBuilder ul li textarea {
	height: 80px;
}
.formBuilder ul li select {
	width: 310px;
	height: 20px;
	padding: 0 4px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.formBuilder ul li input:hover,
.formBuilder ul li input:focus,
.formBuilder ul li textarea:hover,
.formBuilder ul li textarea:focus,
.formBuilder ul li select:hover,
.formBuilder ul li select:focus {
	background-color: #fff;
}

.bugReport .formBuilder fieldset {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 5px 10px 10px 10px;
}
.bugReport .formBuilder fieldset.last {
	border: 0;
	padding-left: 220px;
}
.bugReport .formBuilder fieldset.last button {
	border: 1px solid #ccc;
	background: #f6f6f6;
	padding: 0 30px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	cursor: pointer;
}
.bugReport .formBuilder fieldset.last button:hover {
	background: #eee;
}
.bugReport .formBuilder fieldset legend {
	padding: 0 5px;
	margin: 0 10px;
	text-shadow: #ddd 1px 1px 1px;
}
.bugReport .formBuilder fieldset ul {
	width: auto;
}
.bugReport .formBuilder fieldset ul li label {
	width: 200px;
	text-shadow: #ddd 1px 1px 1px;
}
.bugReport .formBuilder ul li input,
.bugReport .formBuilder ul li textarea,
.bugReport .formBuilder ul li select {
	width: 400px;
}
.bugReport .formBuilder ul li select {
	width: 410px;
}
.bugReport .formBuilder .help {
	font-size: 11px;
}

.footer {
	font-size: 11px;
	text-align: right;
}
.footer a {
	text-decoration: none;
	color: #666;
}
.footer a:hover {
	color: #333;
}

