/* Main CSS stylesheet for ChapterLab.com
   Copyright 2011, Winchelsea Systems Ltd., All Rights Reserved.
   
   Finnblue: #6AB8FF


Google Web Fonts:
font-family: 'Volkhov', serif;

*/



/* * */
a, area, b, body, button, caption, center, div, dl, dt, em, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, hr, html, i, img, input, label, legend, link, map, menu, object, option, p, pre, q, s, samp, select, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u
/* li, ol, ul */
{
    padding: 0;
    margin: 0;
}

body {
    /*
    padding: 0;
    margin: 0;
    */
    
    /*
    font-family: "georgia", "verdana", "helvetica", "arial", "sans-serif";
    font-size: 13px;
    */
    
    background: #EEEEEE;
 
/*
    background-color: #909090;
    background-image: url('../images/livery/pagebackgrounds/gradient-maker-com-6B94BC-909090-400px-height.png');
    background-repeat: repeat-x; 
*/

    text-align: center;  /* Centering trick for IE; needs "text-align: left;" in #centeringwrapper */
}

a.underlinedLink {
    text-decoration: underline;		
}

a {
    text-decoration: none;
}

img
{
	border: none;
}

p, h3, table, td, th, ul, ol, textarea, input
{
   font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "georgia", "helvetica", "verdana", "arial", "sans-serif";
   font-weight: lighter;
   font-size: 11pt;
}


#centeringwrapper { 
 margin: 0 auto;
 width: 960px;
 text-align: left;
}

#content_main_index_html { 
 float: left;
 color: black;
 background: #EEEEEE;
 /* height: 3000px; */
 width: 960px;
 /* display: inline; */
 
 text-shadow: 0px 1px 1px #FFFFFF;
}

#content { 
 float: left;
 color: black3;
 background: #EEEEEE;
 /* height: 620px; */
 width: 960px;
 /* display: inline; */
 
 text-shadow: 0px 1px 1px #FFFFFF;
}


#headerfullwidthbackground {

 background-color: #007fcf;
 
 width: 100%;
 float: left;
 height: 165px;
}

#headercenterbackground {

 height: 165px;
 
 /* background-image: url('../images/livery/pagebackgrounds/RadiantBackground_001_960x400.png'); */ /* Solid: #60ADF9 */

 /*
     background-image: url('../images/livery/pagebackgrounds/RadiantBackground_002_960x400.png');  /- Solid: #007fcf -/
     background-position: 180px -110px;
 */
 
 background-image: url('../images/livery/pagebackgrounds/RadiantBackground_003_960x165.png'); /* Solid: #007fcf */
 background-position: 160px 0px;
 /* background-size: cover; */
}

#headercentercontent {

 color: white;

 width: 960px;
 float: left;
 height: 165px;
}

#navigationfullwidthfiller {
 float: left;
 
 width: 100%;
 
 height: 33px;
 color: white;
 
 background: #333333;
 
 /* IE10 */ 
background-image: -ms-linear-gradient(top, #999999 0%, #000000 80%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #999999 0%, #000000 80%);

/* Opera */ 
background-image: -o-linear-gradient(top, #999999 0%, #000000 80%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999), color-stop(0.80, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #999999 0%, #000000 80%);

/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #999999 0%, #000000 80%);
}

#navigation {
 float: left;
 
 width: 960px;
 
 height: 33px;
 color: white;

 background: #333333;

/* IE10 */ 
background-image: -ms-linear-gradient(top, #999999 0%, #000000 80%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #999999 0%, #000000 80%);

/* Opera */ 
background-image: -o-linear-gradient(top, #999999 0%, #000000 80%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999), color-stop(0.80, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #999999 0%, #000000 80%);

/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #999999 0%, #000000 80%);
}

#navigation .nav_links {
 /* margin: 0 auto; */
 /* position: relative; */

 padding: 6px 0px 0px 0px;   /* Surrounding element should have zero right padding for proper alignment against right gutter edge */
 
 margin-left: auto;
 margin-right: 0px;
 
 text-align: right;
 
 font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "georgia", "helvetica", "verdana", "arial", "sans-serif";
 font-size: 16px;
 font-weight: bolder;
 color: white;
}

#navigation .nav_links a:link {
 padding: 6px 0px 0px 28px;
 color: white;
 text-decoration: none;
}

#navigation #currentNavElement {
 padding: 6px 0px 0px 28px;
 color: #5ccdfc;
 text-decoration: none;
}

#navigation .nav_links a:hover {
 padding: 6px 0px 0px 28px;
 color: white;
 text-decoration: none;

 /* text-shadow: 0px 0px 9px #CCAACC; */
}

#navigation .nav_links a:active {
 padding: 6px 0px 0px 28px;
 color: white;
 text-decoration: underline;
}

#navigation .nav_links a:visited {
 padding: 6px 0px 0px 28px;
 color: white;
 text-decoration: none;
}

#footerfullwidthfiller {
 float: left;
 
 width: 100%;
 
 height: 240px;
 color: white;
 background: #333333;
}

#footer { 
 width: 960px;
 height: 240px;
 clear: both;
 /* color: #333; */
 background: #333333;  /* #6B6659; */
 /* text-shadow: 0px 0px 0px #FFFFFF; */
}

#footer .text_links { top: 0; left: 0; margin: 0; padding: 16px 0;  }
#footer .text_links ul { list-style: none; margin: 0 100px 0px 0px; padding: 0; }
#footer .text_links ul li { list-style: none; float: left; display: inline; }
#footer .text_links ul li ul li { float: none; display: block; }
#footer .text_links ul li ul li.first { font-weight: bold; font-size: 11pt; border-bottom: 1px solid #525252; color: white; padding: 0px 0px 3px 0px; }
#footer .text_links ul li a { color: #5ccdfc; font-size: 10pt; font-weight: bold; text-decoration: none; }
#footer .text_links ul li a:hover { text-decoration: underline; } 

#copyrightNotice
{
   font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "georgia", "helvetica", "verdana", "arial", "sans-serif";
   font-weight: lighter;
   font-size: 9pt;
   
   text-shadow: 0px;

   color: #888888;
}


#chapterlabtitle {
    /* font-family: "Minion Pro", "Adobe Minion Pro"; */
    /* font-family: "American Typewriter"; */
    /* font-family: "Adobe Caslon Pro", "Caslon Pro", "Caslon"; */
    /* font-family: "Goudy Old Style"; */
    
    /* font-family: "Merriweather"; */
    /* font-family: "Nixie One"; */
    /* font-family: "Mako"; */
    /* font-family: "Rokkitt"; */
    /* font-family: "Special Elite"; */

    font-family: "Volkhov";

    /* font-weight: bold; */

    font-size: 58px;

    color: white;
    /* color: #CCFFCC;  mint green */

    text-shadow: 1px 4px 8px #000000;

/*
    color: black;
    text-shadow: 0px 2px 6px #FFFFFF;
*/
}

/*
	#chapterlabslogan {
	    font-family: "Adobe Caslon Pro", "Caslon Pro", "Caslon", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana";
	
	    font-weight: lighter;
	
	    font-style: italic;
	    
	    font-size: 23px;
	
	    color: white;
	    text-shadow: 0px 2px 9px black;
	}
*/

.eyecatcherheader {

    font-family: "Volkhov";
    font-weight: bold;
    font-size: 36px;

    color: black;

    text-shadow: 0px 2px 1px #FFFFFF;
}



h1
{
    /* font-family: "helvetica", "verdana", "arial", "sans-serif"; */
    font-family: "Volkhov";
    font-size: 32px;
    color: black;
    text-shadow: 0px 2px 1px #FFFFFF;
}

h2
{
    /* font-family: "helvetica", "verdana", "arial", "sans-serif"; */
    font-family: "Volkhov";
    font-size: 24px;
    color: black;
    text-shadow: 0px 2px 1px #FFFFFF;
}

h3
{
    /* font-family: "helvetica", "verdana", "arial", "sans-serif"; */
    font-family: "Volkhov";
    font-size: 20px;
    color: black;
    text-shadow: 0px 2px 1px #FFFFFF;
}

#downloadForTitle
{
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "georgia", "helvetica", "verdana", "arial", "sans-serif";
    font-weight: lighter;
    font-size: 12pt;
    /* font-style: italic; */
    font-variant: small-caps;
       
    text-shadow: 0px 2px 1px #FFFFFF;

    color: #222222;
}

#operatingSystemTitle
{
    /* font-family: "helvetica", "verdana", "arial", "sans-serif"; */
    font-family: "Volkhov";
    font-size: 22px;
    color: black;
    text-shadow: 0px 2px 1px #FFFFFF;
}


/* #bodypanel */

td.bodypanel
{
    background-color: white;
}


table.topContainerTable
{
    width: 960px;
    background-color: white;
}

tr.topContainerTable
{
    background-color: white;	
}

td.topContainerTable
{
    background-color: white;	
}

table.navPanelTable
{
    border-collapse: collapse;
}

td.downloadButtonPanel
{
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #aaaaaa 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aaaaaa)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #ffffff 0%,#aaaaaa 100%); /* opera */
}

table.buyNowButtonPanel
{
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* opera */
}

table.bugSubmissionPanel
{
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #aaaaaa 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aaaaaa)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #ffffff 0%,#aaaaaa 100%); /* opera */
}

td.headerPanel
{
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* opera */
}

td.headerPanel_TESTING_2
{
    background: #ffffff; /* old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* opera */
}

td.headerPanel_TESTING
{
    background: #f6f8f9; /* old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* opera */		
}

td.contentPanel
{
    background: #ffffff; /* old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* opera */
}

td.navPanelButtonLevel1
{
    width: 220px;
    height: 32px;
	
	font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	
	color: black;
	
	padding-left: 20px;
	
	vertical-align: middle;

    background: #f6f8f9; /* old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* opera */
}

a.navPanelButtonLevel1
{
	font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	
	color: black;
}


td.navPanelButtonLevel1_Selected
{
    width: 207px;
    height: 32px;
	
	font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	
	color: black;
	
	/* color: #6AB8FF; */
	
	padding-left: 7px;
	
	vertical-align: middle;
	
    background: #f6f8f9; /* old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* opera */
}


td.navPanelButtonLevel1_Selected_ColorSwatch
{
    width: 13px;
    height: 32px;
	
	font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 10px;
	font-weight: bold;
	
	padding-left: 0px;
	
    background-color: #6AB8FF;
}

td.creaseForLevel1
{
    width: 220px;
    height: 2px;
    
    background-color: white;
    background-image: url('../images/livery/misc/Crease_3.png');
    background-repeat: no-repeat;
}

td.navPanelButtonLevel2
{
    width: 207px;
    height: 32px;
	
	font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	
	color: black;
	
	padding-left: 20px;
	
	vertical-align: middle;
	
    background: #f6f8f9; /* old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* opera */
}

td.navPanelButtonLevel2_Selected
{
    width: 194px;
    height: 32px;
	
	font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	
	color: black;
	
	padding-left: 7px;
	
	vertical-align: middle;
	
    background: #f6f8f9; /* old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* opera */
}

a.navPanelButtonLevel2
{
    font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
	color: black;
}

td.creaseForLevel2
{
    width: 210px;
    height: 2px;
    
    background-color: white;
    background-image: url('../images/livery/misc/Crease_3.png');
    background-repeat: no-repeat;
}

.helveticaBodyText
{
    font-family: "helvetica", "verdana", "arial", "sans-serif";
	font-size: 14px;
	color: black;
	text-decoration: none;
}

.falconLogo
{
    background-image: url('../images/livery/logos/WinchelseaSystems_FalconMascot_119x50.html');
    background-repeat: no-repeat;
    
    width: 119px;
    height: 50px;
    
    position: absolute;
    top: -20px;
    left: 150px;
}

.winchelseaTextmarkLogo
{
    background-image: url('../images/livery/logos/WinchelseaSystems_TestLogo4.png');
    background-repeat: no-repeat;
    
    width: 283px;
    height: 43px;
    
    position: absolute;
    top: 52px;
    left: 20px;   
}

.emailTextInputBox
{
    width: 400px;
    height: 50px;
    font-family: "helvetica", "arial", "verdana", "sans-serif";
    font-size: 20px;
    font-weight: bold;
}

.placeholder
{
  color: #CCCCCC;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.submitButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fad67d), color-stop(1, #ff7700) );
	background:-moz-linear-gradient( center top, #fad67d 5%, #ff7700 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad67d', endColorstr='#ff7700');
	background-color:#fad67d;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:1px solid #ccc8cc;
	display:inline-block;
	color:#ffffff;
	font-family: Helvetica, Arial;
	font-size:18px;
	font-weight:bold;
	padding:7px 45px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
/*
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff8c00), color-stop(1, #ffe9ad) );
	background:-moz-linear-gradient( center top, #ff8c00 5%, #ffe9ad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#ffe9ad');
	background-color:#ff8c00;
}
.classname:active {
	position:relative;
	top:1px;
}
*/


table.bugsAndFeaturesTables {
	
}

table.bugsAndFeaturesTables tr:nth-child(odd) {
	background-color: #C5E3BF;
}

table.bugsAndFeaturesTables tr:nth-child(even) {
	background-color: #F9F9F9;
}

table.bugsAndFeaturesTables th {
	vertical-align: top;
	padding: 5px 12px 5px 12px;
	font-weight: bold;
	background-color: #6AB8FF;
	text-align: left;
}

table.bugsAndFeaturesTables td {
	vertical-align: top;
	padding: 2px 12px 2px 12px;
    text-align: left;
    /* Alternating row background colors handled in "tr" selectors above */
}
