﻿
/****** General Styles ******/
body {

	font-size: 100%;
	/*font-family: "Segoe UI Light",Tahoma , Arial, Helvetica, Sans-Serif;*/
	font-family:"Segoe UI",Tahoma, Arial, Helvetica;

	color: #000;
	line-height: 150%;
	background: #FFF;
	
	margin: 0px;
	padding: 0px;
	min-width: 1056px;
}

/* text */

p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	line-height: 150%;
	font-size: 10pt;
}

ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: square;
}

li {
	font-size: 10pt;
	margin: 0px 0px 5px 1.2em;
	padding: 0px;
	line-height: 125%;
	list-style: outside url('../img/dot.png');
}

ol {
	margin: 0px;
	padding: 0px;
	list-style: decimal;
}

ol li {
	font-size: 10pt;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-left: 2em;
	list-style-type: decimal;
}


/* links */

a,
a:link,
a:visited,
a:active {
	color: #1570A6;
	text-decoration: none;
	clear: none;
}
a:hover {
	color:#24459A;
	text-decoration: underline;
}

/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}

.formLocale{
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
}


input,
select{
	vertical-align: middle;
}

input.text,
textarea {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white /*url('../img/bg_input_text.png') repeat-x left top*/;
}
input.text:hover,
textarea:hover {
	border: 1px solid #000000;
	background: white /*url('../img/bg_input_text_hover.png') repeat-x left top*/;
}

.flatButton{
	font-family: 'Segoe UI SemiBold','Segoe UI', Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 5px 15px 5px 15px;
	/*font-size: 0.875em;*/
	font-size:13.64px;
	background: #00AEEE;
	color: #FFF;
	border: 0px none;
	outline: 0px none;
	cursor: pointer;
}

.flatButton:visited,
.flatButton:link{
	text-decoration: none;	
	color: white;
}
.flatButton:hover {
	background: #0090C6;
	text-decoration: none;	
	color: white;
}
.flatButton:active {
	background: #007ACC;
	text-decoration: none;	
	color: white;
}


.uiButton{
	font-family: 'Segoe UI', Arial, sans-serif;
	color: black;
	text-decoration: none;
	text-align: center;
	padding: 2px 10px 2px 10px;
	font-size:13.64px;
	background: #EEEEEE;
	border: 1px solid #a0a0a0;
	outline: 0px none;
}

.uiButton:visited,
.uiButton:link{
	text-decoration: none;
}
.uiButton:hover {
	background: #dddddd;
	text-decoration: none;	
}
.uiButton:active {
	background: #dddddd;
	text-decoration: none;	
}



.downloadButton {
	font-family: 'Segoe UI', Arial, sans-serif;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px 10px 15px;
	font-size: 1.0em;
	background: #BAD80A;
	color: #333;
	border: 0px none;
	outline: 0px none;
	cursor: pointer;
	width:220px;
}

.downloadButton:hover {
text-decoration: none;
background: #7FBA00;
color: #FFF;
text-decoration: none;
}
.downloadButton:active {
text-decoration: none;
background: #7FBA00;
color: #FFF;
}

.downloadContaner{
	margin: 5px 30px 0px 0px;
	float: right;
}
.downloadContaner a
{
	text-decoration: none;
}

.downloadInfo, .downloadTitle{
	font-family: 'Segoe UI','Segoe UI', Arial, sans-serif;
	font-size: 0.9em;
	float: right;	
}

.downloadTitle{
	margin-left: 20px;
	text-align: left;
}
.downloadInfo{
	margin-left: 5px;
	width:140px;
}

.downloadCellRight{
	float:left;margin-bottom:10px;
}
.downloadCellLeft{
	float:left;width:45%;
}

.downloadCellLeft2{
	float:left;width:40%;
}

.ProductName{
	font-size: 20px;
	line-height: 1.25;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0.4em 0px 0.1em 0px;
	font-family: "Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: normal;
}
.ProductPrice{
	color:#e03400;font-size:27px;margin:0;font-family:"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Tahoma","Verdana","Arial","sans-serif"
}

.orderCount{
	FONT-SIZE: 8pt;
	FONT-FAMILY: verdana, arial; width: 27px;
}

.orderButton {
	font-family: 'Segoe UI', Arial, sans-serif;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px 25px 5px 25px;
	font-size: 1.0em;
	background: #1570A6;
	color: #fff;
	border: 0px none;
	outline: 0px none;
	cursor: pointer;
}

.orderCount{
	margin-top:0pt;
	margin-bottom: 4pt; margin-left: 4pt;	
}

.orderButton:hover {
text-decoration: none;
background: #002050;

}
.orderButton:active {
text-decoration: none;
background: #002050;
}


label {
	cursor: pointer;
}


/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	margin: 2px 20px 2px 20px;
	height: 1px;
	border: 0;
	border-top: 1px #DDDDDD dashed;
}

.doublehr {
	height: 3px;
	border: 0;
	border-top: 3px #CCCCCC double;
}

h1 {
    font-size: 42px;
	line-height: 1.25;
	
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: "Segoe UI Light","Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: lighter;
}

h2 {
	font-size: 32px;
	line-height: 1.25;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0.4em 0px 0.1em 0px;
	font-family: "Segoe UI Light","Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: lighter;
}

h3 {
	font-size: 18px;
	line-height: 1.25;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0.4em 0px 0.1em 0px;
	font-family: "Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: normal;
}


h5 {
	font-size: 14px;
	line-height: 1.25;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0.4em 0px 0.1em 0px;
	font-family: "Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: bold;
}


/****** Nav Panel ******/
.navPanel{
	line-height: 200%;
	margin: 0px auto 6px auto; /* align - center */
	min-height: 74px;
}

.navPanel .brace{
	float: left;
	display: block;
	margin: 1px 0px 0px 0px;
}

.contentBorder{
margin: 0px auto 0px auto; /* align - center */
}

.contentBorderGray{
	margin: 0px auto 0px auto;
	background-color: #f0f0f0;
}

.contentBorderLightGray{
	margin: 0px auto 0px auto;
	background-color: #f7f7f7;
}

.contentBorderDarkGray{
	margin: 0px auto 0px auto;
	background-color: #d0d0d0;
}

.contentBorderBlue{
	margin: 0px auto 0px auto;
	background-color: #1570A6;
}

.contentBorderFuxy{
	margin: 0px auto 0px auto;
	background-color: #668BC4;
}
.contentBorderRed{
	margin: 0px auto 0px auto;
	background-color: #BB1D49;
	color:#fff;
}
.contentBorderYellow{
	margin: 0px auto 0px auto;
	background-color: #FFB900;
	color:#000;
}

.contentBorderYellow .white{
	color: #fff;
}
.contentBorderFuxy h1, .contentBorderFuxy h2, .contentBorderFuxy p, .contentBorderFuxy pre{
	color: #fff;
}

.contentBorderRed h1, .contentBorderRed h2, .contentBorderRed p{ 	
	color: #fff;
}

.contentBorderBlue h1, .contentBorderBlue h2, .contentBorderBlue p , .contentBorderBlue ul{ 	
	color: #fff;
}


.logo{
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 1024px;
	padding-left: 24px;
}


.content{
	display: block;
	line-height: 100%;
	overflow: hidden;
	font-family: "Segoe UI",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12.73px;
	font-weight: normal;
	width: 1024px;
    margin-left:auto;
    margin-right:auto; 
	
}
.contentDivider{
	background-color: #f0f0f0;
	display: block;	
	height:2px;
	width: 1024px;
    margin-left:auto;
    margin-right:auto;
}

/* buttons */

.buttons{
/*	display: block;*/
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Segoe UI Light","Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: lighter;
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	padding: 6px 6px 4px 6px;
	float: left;
	display: block;
	margin: 0px 6px 2px 6px;
/*border-bottom: 4px solid #fff;*/
	color: #000;
}

.buttons a:hover
{
	text-decoration: none;
	border-bottom: 4px solid #0090C6;
}
.buttons-active {}
a.buttons-active {
	text-decoration: none;
	border-bottom: 4px solid #00AEEE;
}

a.buttons-active:link,a.buttons-active:active,a.buttons-active:visited {
color:#00AEEE;
}


/****** Footer Block ******/
.footer{
	font-size: 75%;
	clear: both;
	text-align: center;
	color: #666666;
	margin: 1px auto 0px auto;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-color: #e0e0e0;
	border-top-style: solid;
}

.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
	color: #444;
}

.footer a:hover {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #FF0800;
}
.vline{
	padding-left: 10px;
	padding-right: 10px;
}


.copyright{
	margin: 5px auto 20px auto;
	font-family: "Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 100%;
}

.note
{
	border-bottom: 1px #C0C0C0 solid;
	border-top: 1px #C0C0C0 solid;
	text-indent: inherit;
	margin-top: 6px;
	margin-bottom: 0px;
	background-color: #F5FBFE;
	padding: 5px 5px 8px 5px;
}


/* sitmap page */
.sitemap ul{
	font-weight: bold;
}
.sitemap ul ul{
	color: #999999;
	list-style: none;
	font-weight: normal;
}

/*
new ones
*/


img.centerImg{
display:block;
margin-left:auto;
margin-right:auto; 
}


/*SMALL buttons*/
.smalluttons{

	float:right;

	font-size: 12px;
	line-height: 100%;
	white-space: nowrap;
	font-family: "Segoe UI","Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: normal;

}
.smalluttons a:link,
.smalluttons a:active,
.smalluttons a:visited,
.smalluttons a:hover
{
	padding: 6px 2px 4px 2px;
	float: left;
	display: block;
	margin: 1px 2px 2px 2px;
/*border-bottom: 4px solid #fff;*/
	color: #000;
}

.smalluttons a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #0090C6;
}

.smalluttons a.buttons-active{
	text-decoration: none;
	border-bottom: 1px solid #00AEEE;
}

.smalluttons a.buttons-active:link,.smalluttons a.buttons-active:active,.smalluttons a.buttons-active:visited {
 color:#00AEEE;
}

.cellline{
	min-height: 40px;
	margin-bottom:10px;
	display: block;
	clear:both;
	width:100%;
}
.clear{
clear:both;
}

.cell_1, .cell_2, .cell_3, .cell_v_div, .cell_1a{
	
	display: inline-block;
	display: block;float: left;
	/*vertical-align: top;*/
}

.cell_1 h2, .cell_2 h2, .cell_3 h2, .cell_v_div h2, .cell_1a h2{
	font-size: 19px;
	font-family: "Segoe UI Semibold","Segoe UI",Tahoma,Helvetica,Sans-Serif;
    line-height: 25px;
    margin-bottom: 10px;
}
.cell_1 {
    
    width:235px;
}
.cell_1a {
    width:322px;
}

.cell_2 {
    width:498px;
}
.cell_3 {
    width:761px;
}

.cell_v_div {
	min-height: 40px;
	width:28px;
}

.more {
	background: url('../img/more.png') no-repeat right top;
	padding-right: 26px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-family: "Segoe UI",Tahoma,Helvetica,Sans-Serif;
	font-size: 12.93px;
	font-weight: 600;
}

.more:hover{
	text-decoration: none;
}

.moreFrame{
margin-top:10px;
margin-bottom:10px;
}

.courtesy{
	margin-top: 50px;
	color: #777;
	font-style: italic;
	border-top-width: 1px;
	border-top-color: #e0e0e0;
	border-top-style: solid;
	
}

.ClassInfo {
	border-collapse: collapse;
	width: 800px;
}
.ClassInfo td, th{
border-bottom: 1px solid #DBDBDB;
margin: 8px;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 6px;
padding-left: 6px;
vertical-align: top;
font-size: 10pt;
line-height:150%;
}

.ClassInfo th {
	background-color: #EDEDED;
	color: #707070;
	text-align: left;
}

.ClassInfo caption{
	background-color: #ffffff;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-left: 5px;
}


