﻿/* Styles CSS - Typgraphy */
/* font family, weight, color, size, line height, letter spacing, some paragraph spacing */

/*Stand alone fonts*/

@font-face 
{
	font-family: calEot;
	font-style:  normal;
	font-weight: normal;
	src:url(../fonts/Calibri.EOT);
}
@font-face 
{
	font-family: calEot;
	font-style:  normal;
	font-weight: bold;
	src:url(../fonts/Calibrib.EOT);
}
@font-face 
{
	font-family: calEot;
	font-style:  oblique;
	font-weight: normal;
	src:url(../fonts/Calibrii.EOT);
}
@font-face 
{
	font-family: calEot;
	font-style:  oblique;
	font-weight: bold;
	src:url(../fonts/Calibriz.EOT);
}
@font-face 
{
	font-family: mPOtf;
	font-style:  normal;
	font-weight: normal;
	src:url(../fonts/MyriadPro.otf) format('opentype');
}
@font-face 
{
	font-family: mPOtf;
	font-style:  normal;
	font-weight: bold;
	src:url(../fonts/MyriadProB.otf) format('opentype');
}
@font-face 
{
	font-family: mPOtf;
	font-style:  oblique;
	font-weight: normal;
	src:url(../fonts/MyriadProI.otf) format('opentype');
}
@font-face 
{
	font-family: mPOtf;
	font-style:  oblique;
	font-weight: bold;
	src:url(../fonts/MyriadProZ.otf) format('opentype');
}
body,body * 
{
	font-family: Calibri,calEot, mPOtf, "Nimbus Sans L", Arial, Helvetica, sans-serif;
	font-size-adjust: 0.485 !important;
}
h1 {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-weight: normal;
	color: #000000;
	font-size: 32px;
	line-height: 36px;	
	padding-bottom: 10px;
}
h2 {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-weight: normal;
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 10px;
}
h3 {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-weight: normal;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
}
h4 {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}
p {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
}
a {
	color: #1155aa;
	font-weight: bold;
	text-decoration: none;
}
.content-box, #content-box {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #1155aa;
	font-size: 12px;
}
#content-box a {
	font-weight: normal;
}
	
/***** Content Styles ******/
.content {
	color: #333333;
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
}
.content a {
	color: #1155aa;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumbs {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.breadcrumbs a {
	color: #1155aa;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.small-title {
	color: #1155aa;
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
}
.comment-box {
	padding-bottom: 10px;
}
.comment-box-text {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-size: 15px;
	color: #000000;
}

/***** Registration Styles *****/
div .order-left-nav div {
	font-size: 14px;
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #666666;
}
div .order-left-nav div a {
	text-decoration: none;
	color: #666666;
}
div.order-left-nav div a:hover {
	text-decoration: none;
}
.token-list {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #1155aa;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
}

/********** Community Style **********/
p.community {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-top: 7px;
}
p.comm-gray {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-top: 7px;
}
p.comm-author {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-top: 7px;
}
p.comm-author a {
	text-decoration: none;
	color: #1155aa;
	font-weight: bold;
}

#header {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	/*letter-spacing: 1px; removed 2009 0728 mp, by request*/
}
#header div a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#header div a:hover {
	font-weight: normal;
	color: #ffffff;
}

#header div a.marked {
	font-weight: bold;
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #ffffff;
}

#content-box ul li.head {
	font-weight: bold;
}

ul.blogentries li {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-size: 12px;
	line-height: 16px;
}

ul.legal li {
	margin-left: 15px;
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	font-size: 12px;
	line-height: 16px;
}

/* Tables */
td, th {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
	color: #1155aa;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

/* FAQs */
dt a:link, dt a:visited, dt a:hover, dt a:active {
	/*font-family: "Myriad Pro",Verdana,Arial,sans-serif;*/
	font-size: 14px;
	font-weight: normal;
}
dd {
	/*font-family: "Myriad Pro",Verdana,Arial,sans-serif;*/
	font-size: 12px;
}
dt p, dd p {
	/*font-family: "Myriad Pro",Verdana,Arial,sans-serif;*/
}

#footer {
	/*font-family: Calibri,"Myriad Pro","Trebuchet MS",Verdana,Arial,sans-serif;*/
}
#footer ul {
	font-size: 11px;
	color: #999999;
}
#footer a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#footer .f-main a {
	color: #ffffff;
}
