/* HTML Elements */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}

body, input, select, button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

* {
	font-size: 100%;
}

table {
	border-collapse: collapse;
}

form {
	display: inline;
}

a {
	color: #069;
	text-decoration: none;	
}
a:hover {
	color: #39C;
	text-decoration: none;	
}
a:active {
	color: #E76;
	text-decoration: none;	
}

img {
	display: block;
	border: 0;
}

ul {
	list-style-type: square;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 22px;
	margin: 16px 0px;
}

h2 {
	font-size: 18px;
	margin: 10px 0px;
}

h3 {
	font-size: 15px;
	margin: 10px 0px;
}

h4 {
	font-size: 12px;
}

p {
	margin: 13px 0;
}

/* General Classes */

a.Block {
	display: block;
	width: 100%;
	height: 100%;
}

a.HoriBlock {
	display: block;
	width: 100%;
}

.FullWidth {
	width: 100%;
}

.Error {
	color: red;
}

.Comment {
	color: gray;
}

.Blue {
	color: blue;
}

.Red {
	color: red;
}

.Italic {
		font-style: italic;
}

.Bold {
	font-weight: bold;
}

.Underline {
		text-decoration: underline;
}

.Inline {
	display: inline;
}

.NoPad {
	padding: 0;
}

.NoWrap {
	white-space: nowrap;
}

.Small {
	font-size: 11px;
}

.TopAlign {
		vertical-align: top;
}

.LeftAlign {
		text-align: left;
}

.CenterAlign {
  text-align: center;
}

.RightAlign {
  text-align: right;
}

.JustifyText {
		text-align: justify;
}

.CenterPosition {
	margin-left: auto;
	margin-right: auto;
}

.WhiteBackground {
	background: white;
}

.LightGrayBackground {
	background: #F2F2F2;
}

.ClearLeft {
  clear: left;
}

.Hidden {
	display: none;
}

ul.Plain {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.Label {
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px;
}

div.LabelDark {
	border-color: #303030;
	background: #d0d0d0;
	color: #303030;
}

/* Specific Layout Classes */

body.Site {
	background: #DFE4E6 url(../img/siteBg.jpg) repeat-x top;
}

div.Separator {
		clear: both;
}

table.Container {
	width: 776px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}

table.Container td {
		padding: 0;
}

div.PageHeader {
		height: 70px;
}

div.PageHeader .LeftHolder {
		float: left;
		width: 204px;
}

div.PageHeader .RightHolder {
		float: right;
		width: 572px;
		height: 70px;
		background: url(../img/topBar.png) no-repeat top;
		background-color: #0A4470
}

div.PageHeader .RightHolder table.LinkMenu {
		width: 100%;
		height: 100%;
}

div.PageHeader .RightHolder table.LinkMenu td {
		color: #D5D5D5;
		font-size: 12px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		padding: 0 8px 0px 0;
		text-align: right;
		vertical-align: bottom;
}

div.PageHeader .RightHolder table.LinkMenu td div{
		padding-bottom: 9px;
}

div.PageHeader .RightHolder table.LinkMenu a {
		color: white;
}

div.PageHeader .RightHolder table.LinkMenu a:hover {
		color: #C0D0FF;
		text-decoration: underline;
}

div.PageHeader .RightHolder table.LinkMenu div.PreferenceLink {
		display: inline;
		font-size: 11px;
}

div.PageHeader .RightHolder table.LinkMenu .Header_SessionTable {
		margin-top: 5px;
		height: 25px;
}

div.PageHeader .RightHolder table.LinkMenu .Header_SessionTable td {
		padding: 0px;
}

div.PageHeader .RightHolder table.LinkMenu .Header_SessionTable td table td{
		color: #eff4f9;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		background-color: #f3f3f3;
		white-space: nowrap;
		border-right: 1px solid #336699;
		height: 100%;
		padding: 0px;
}

div.PageHeader .RightHolder table.LinkMenu .Header_SessionTable table {
		width: 100%;
		margin: 0px;
}

div.PageHeader .RightHolder table.LinkMenu .Header_SessionTable table td.MouseOver {
		background-color: #cfdae3;
}

div.PageHeader .RightHolder table.LinkMenu .Header_SessionTable table td a, div.PageHeader .RightHolder table.LinkMenu .Header_SessionTable table td a:hover {
		color: #336699;
		text-decoration: none;
		display: block;
		padding: 5px 8px 5px 8px;
}

div.AppMessage, div.AppError {
		width: 520px;
		margin: 20px auto 0 auto;
		padding: 6px 6px 6px 22px;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #090;
		text-align: left;
}
div.AppError {
		background: #FFF0F0;
		border: 1px dashed #C99;
		color: #C33;
}
div.AppMessage {
		background: #F3FFF3;
		border: 1px dashed #ACA;
		color: #393;
}

div.PageBody {
}

table.SplashFeaturedSpreadsheet {
		background-color: transparent;
		width: 272px;
}
table.SplashFeaturedSpreadsheet td.Side {
		height: 148px;
}
table.SplashFeaturedSpreadsheet tr.HorizontalBorder {
		height: 3px/
}
table.SplashFeaturedSpreadsheet td.Corner{
		width: 6px;
		height: 6px;
}
table.SplashFeaturedSpreadsheet td.TopShadow {
		width: 280px;
		background: transparent url('../img/feature_spreadsheet/bg_top.png') repeat-x bottom center;
}
table.SplashFeaturedSpreadsheet td.BottomShadow {
		width: 280px;
		background: transparent url('../img/feature_spreadsheet/bg_bottom.png') repeat-x top center;
		height: 6px;
}
.FS_Title {
		font-weight: bold;
		color: #336699;
		font-size: 11px;
		text-align: left;
}
.FS_Author {
		color: #CCCCCC;
		font-size: 11px;
		text-align: left;
}
.FS_Desc {
		text-align: justify;
		color: #999999;
		font-size: 11px;
}
.FS_Screenshot img {
		border: 1px #e8e8e8 solid;
}
div.FS_Shot {
	width: 230px; 
	height: 148px; 
	overflow: hidden;
  border: 1px solid #999999;
}

table.FeaturedSpreadsheet td {
		padding: 0px 0px 0px 0px; 
		vertical-align: top;
}

table.Summary td {
		vertical-align: top;
}

table.Summary td.FS_Screenshot {
		width: 230px; 
		height: 148px; 
		border: 1px solid #999999;
}
table.Summary td.Content {
		width: 100%;
		height: 90px; 
		padding-top: 5px;
}
table.Summary td.Content td{
		padding: 1px;
}

table.AppsTable td {
		vertical-align: top;
		padding-top: 5px;
		color: #999999;
}


table.LeaderBoard {
		background-color: transparent;
}

tr.Header{
		border-bottom: 2px solid #006699;
}
tr.Header td{
		color: #999999;
		text-align: center;
		height: 25px;
		border-left: 1px dotted #6699cc;
}
tr.Header td.Selected{
		font-weight: bold;
		color: #006699;
		background-color: #DAEFFA;
}
table.LeaderBoard tr.EntryHeader{
		height: 20px;
		background-color: transparent;	
}
table.LeaderBoard td.EntryContent {
		padding-top: 5px;
}
table.LeaderBoard td.EntryContent table {
		width: 95%;
}
td.EntryContent td {
		padding: 5px;
		vertical-align: top;
}

div.Splash {
		margin-bottom: 22px;
}

div.MainSplash .LeftHolder {
		float: left;
		width: 369px;
	/*	height: 280px; */
}

div.MainSplash .LeftHolder table.LayoutHolder td {
		margin: 0;
		padding: 0;
}

div.MainSplash .LeftHolder table.LayoutHolder td.FSCell {
		vertical-align: top;
		width:100%;
		padding: 20px 0px 0px 25px;
		background: url(../img/home/splash_repeatedBg.png) repeat-x top;
}

div.MainSplash .LeftHolder table.LayoutHolder td.PrintScreenCell {
		vertical-align: top;
		width:100%;
		padding: 0px 0px 0px 20px;
		background: url(../img/home/splash_repeatedBg.png) repeat-x top;
}
div.MainSplash .RightHolder {
		float: right;
		width: 407px;
		height: 280px;
}

div.MainSplash .RightHolder table.LayoutHolder td {
		margin: 0;
		padding: 0;
}

div.MainSplash .RightHolder table.LayoutHolder td.SpacerCell {
		vertical-align: top;
		height: 17px;
}

div.HomeMenu {
		clear: both;
}

div.HomeMenu table {
		width: 100%;
		height: 37px;
}

div.HomeMenu table td {
		padding: 0;
		text-align: center;
}

div.HomeMenu .LinkButton {
		background-color: #006399;
}

div.HomeMenu .ActionButton {
		background-color: #4EC4FF;
}

div.HomeMenu table td img {
		cursor: pointer;
}

div.HomeMenu table td a {
		color: white;
		font-size: 18px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
div.HomeMenu table td a:hover {
		color: #F90;
}

div.HomeMenu table td a.Highlighted {
		color: #183C4D;
		font-weight: bold;
}
div.HomeMenu table td a.Highlighted:hover {
		color: #F07000;
}

div.PageBody div.Navigation {
		float: right;
		width: 180px;
		padding: 0;
		text-align: center;
}

div.Navigation a {
		color: #336699;
}

div.Navigation a:hover {
		color: #6699CC;
}

div.LoggedInBox {
		margin: 0 auto 30px auto;
		padding: 0;
		width: 143px;
		text-align: left;
}

div.LoggedInBox .TDBlock1 {
		padding: 6px 9px;
		color: white;
		font-size: 14px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-color: #006399;
		border-bottom: 1px solid #184858;
}

div.LoggedInBox .TDBlock1 span.ScreenName {
		font-size: 13px;
}
div.LoggedInBox .TDBlock1 span.ScreenName {
		font-size: 12px;
}

div.LoggedInBox .TDBlock2 {
		padding: 6px 0 6px 0;
		font-weight: bold;
		text-align: center;
}

div.LoggedInBox .TDBlock3 {
		padding: 8px 5px 10px 8px;
		background: #F2F2F2;
		border-bottom: 1px solid #257382;
		line-height: 16px;
}

div.LoggedInBox .TDBlock3 .LinkMenu a {
		color: #369;
}

div.LoggedInBox .TDBlock3 .LinkMenu a:hover {
		color: #69C;
}

div.LoginBox {
		margin: 0 auto 30px auto;
		padding: 0;
		width: 143px;
		text-align: left;
}

div.LoginBox .TDBlock1 {
		padding: 6px 9px;
		color: white;
		font-size: 14px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-color: #006399;
		border-bottom: 1px solid #184858;
}

div.LoginBox .TDBlock2 {
		padding: 5px 8px;
		background: #F2F2F2;
}

div.LoginBox .TDBlock2 span {
		font-weight: bold;
		color: #069;
}

div.LoginBox .TDBlock2 input.TextBox {
		margin-bottom: 2px;
		width: 124px;
		height: 16px;
		border: 1px solid #A0A0B0;
		font-size: 10px;
		color: #444;
}

div.LoginBox .TDBlock2 table.LayoutHolder td {
		padding: 1px 5px 0 0;
}

div.LoginBox .TDBlock3 {
		padding: 6px 0 6px 80px;
		font-weight: bold;
}

div.LoginBox .TDBlock3 a {
		color: #4EC4FF;
}

div.LoginBox .TDBlock3 a:hover {
		color: #2EA4DF;
}

div.LoginBox .TDBlock4 {
		padding: 8px 5px 5px 8px;
		background: #F2F2F2;
		border-bottom: 1px solid #257382;
}

div.LoginBox .TDBlock4 div {
		margin: 0 0 6px 0;
		font-size: 10px;
}

div.LoginBox .TDBlock4 a {
		color: #069;
}

div.LoginBox .TDBlock4 a:hover {
		color: #39C;
}

div.TopLevelMenu, div.SecondLevelMenu, div.TestimonialBubble {
		padding: 5px 0 0 20px;
		margin-left: 18px;
		width: 162px;
		text-align: left;
		background: #EFF4F9;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.TopLevelMenu {
		padding-top: 15px;
}

div.TopLevelMenu .Item {
		padding: 3px 0;
		font-size: 15px;
		font-weight: bold;
}

div.TopLevelMenu .SignUp {
		margin-top: 5px;
		padding: 9px 0 9px 0;
		border-top: 1px solid #999;
}

div.SecondLevelMenu {
		padding-top: 15px;
}

div.SecondLevelMenu .Title {
		margin: 3px 0;
		padding: 7px 0;
		border-bottom: 1px solid #999;
		font-size: 12px;
		font-weight: bold;
		color: #333;
}

div.SecondLevelMenu .Item {
		padding: 3px 0;
		font-size: 11px;
		font-weight: bold;
}

div.SecondLevelMenu .SubItem {
		margin-left: 15px;
		padding: 1px 0;
		font-weight: normal;
}

div.SecondLevelMenu .SubItem img {
		margin-right: 8px;
}

div.SecondLevelMenu .SubItem a {
		color: #333;
}

div.SecondLevelMenu .SubItem a:hover {
		color: #667;
}

div.TestimonialBubble {
		padding-top: 35px;
}

div.TestimonialBubble .Quote {
		border-top: 1px solid #CCC;
		padding: 5px 25px 0 0;
		font-size: 10px;
		color: #645959;
}

div.TestimonialBubble .Writer {
		padding: 5px 25px 0 0;
		text-align: right;
}

div.TestimonialBubble .FootNote {
		padding: 10px 0 15px 0;
}

div.TestimonialBubble .FootNote img {
		display: inline;
		padding-right: 8px;
}

div.BreakingNewsBlock {
		margin: 0 auto 30px auto;
		padding: 0;
		width: 144px;
		text-align: left;
		background: #F3F3F3;
}

div.BreakingNewsBlock .TopHolder {
		padding: 16px 0 0 3px;
		height: 53px;
		background: url(../img/newsBox_topBg.png) no-repeat top;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
}
div.BreakingNewsBlock .TopHolder a {
		color: #236;
}
div.BreakingNewsBlock .TopHolder a:hover {
		color: #458;
}

div.BreakingNewsBlock .MiddleHolder {
		padding: 7px 0 0 0;
		font-size: 12px;
		color: #555;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.BreakingNewsBlock .MiddleHolder .NewsImage {
		float: left;
}

div.BreakingNewsBlock .BottomHolder {
		padding: 12px 0 0 10px;
		height: 47px;
		background: url(../img/newsBox_bottom.png) no-repeat top;
}

div.BreakingNewsBlock .BottomHolder .More {
		padding: 4px 0;
		border-top: 1px solid #CDE6FF;
		font-size: 10px;
}

div.SupportMenu {
		margin-left: 20px;
		margin-top: 40px;
		padding-left: 20px;
		width: 160px;
		text-align: left;
}

div.SupportMenu .Title {
		padding: 4px 0;
		margin-bottom: 4px;
		border-bottom: 1px solid #EDEDED;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
}

div.SupportMenu .Item {
		padding: 2px 0;
		font-size: 10px;
}

div.PageBody .HeaderSpacer {
		width: 100%;
		height: 22px;
}

div.PageBody div.ErrorContent {
		padding: 20px;
}

div.ErrorContent .Title {
		margin: 10px 0;
		font-size: 20px;
		font-weight: bold;
		color: #036;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.ErrorContent .Description {
		margin: 20px 0;
}
div.ErrorContent .Description a {
		font-weight: bold;
}

div.PageBody div.FullWidthContent {
		width: 100%;
		padding: 0 8px 0 0;
}

div.FullWidthContent div.LoginSection {
		width: 276px;
		padding: 0 10px 0 17px;
}

div.LoginSection .Highlighted {
		font-weight: bold;
		padding: 10px 4px;
		margin: 0 0 18px 0;
		text-align: center;
		color: #777;
}
div.LoginSection fieldset.InputArea .Highlighted {
		margin: 5px 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: right;
}

div.LoginSection fieldset.InputArea {
		color: #333;
		font-size: 11px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		text-align: center;
}

div.LoginSection fieldset.InputArea legend {
		padding: 0 6px;
		font-weight: bold;
		font-size: 15px;
		color: #025;
}

.SignUpButton {
		font-size: 11px; 
		background-color: #416B9A; 
		color: white; 
		font-family:'trebuchet ms',helvetica,sans-serif; 
		border-color: #A2B8CF; 
		border-bottom-color: #1C4682; 
		font-weight: bold;
}

fieldset.InputArea .InputFields {
		padding: 8px 14px 12px 14px;
		margin: 4px 3px 8px 3px;
		background: #F7F7F7;
		line-height: 20px;
		text-align: left;
}

fieldset.InputArea .InputFields span {
		font-weight: bold;
}

fieldset.InputArea .InputFields .FootNote {
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
		color: #666;
		line-height: 1.3;
}

fieldset.InputArea .InputFields input.TextBox {	
		width: 170px;
		height: 17px;
		border: 1px solid #9090A0;
		font-size: 11px;
		color: #333;
}

fieldset.InputArea .InputFields select.SelectBox {
		margin-bottom: 10px;
		width: 140px;
		height: 18px;
		font-size: 11px;
		color: #333;
}

fieldset.InputArea input.Submit {
		font-weight: bold;
		font-size: 12px;
		margin: 5px 0 9px 0;
		color: #333;
		width: 150px;
}

div.LoginSection .ExtraLinks {
		padding: 0 6px;
		margin: 20px 0 20px 8px;
}

div.LoginSection .ExtraLinks a {
		color: #069;
}

div.LoginSection .ExtraLinks a:hover {
		color: #39C;
}

div.LoginSection .ExtraLinks .Register {
		margin: 20px 2px 0 2px;
		padding: 3px;
		border: 1px solid #E0E0E0;
		text-align: center;
}
div.LoginSection .ExtraLinks .Register div {
		padding: 8px;
		background: #F7F7F7;
}

div.LoginSection .LoggedInPrompt {
		font-size: 12px;
		line-height: 20px;
}

div.FullWidthContent div.MainSection {
		float: right;
		width: 486px;
		padding: 10px 0 6px 18px;
		border-left: 1px dotted #CCC;
}

div.PageBody div.MainContent_NoNav {
		padding: 10px;
}
div.PageBody div.MainContent {
		width: 592px;
		padding: 0 10px 0 0;
		border-right: 1px dotted #999;
}

div.MainContent .Breadcrumb, div.MainContent_NoNav .Breadcrumb {
		margin-right: 10px;
		padding-left: 18px;
		border-bottom: 1px solid #F3F3F3;
}

.Breadcrumb .Links {
		font-size: 11px;
		color: #333;
}

.Breadcrumb .Title {
		padding: 15px 0 10px 0;
		font-size: 28px;
		color: #036;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Breadcrumb .Title .SubmitLink {
		font-size: 13px;
		font-weight: bold;
}

.Breadcrumb .Title .LeftHolder {
		float: left;
}
.Breadcrumb .Title .RightHolder {
		float: right;
		padding-top: 16px;
		font-weight: bold;
		font-size: 14px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Breadcrumb .Title .SignUp {
		float: right;
		padding-top: 5px;
		margin-right: 5px;
}

.HomePageText {
		color: #666;
		font-size: 12px;
		text-align: center;
		width: 95%;
		margin: auto;
}

.Section .HomePageText .Title {
		font-size: 20px;
}

.HomePageText .Text{
		font-size: 13px;
		text-align: justify;
}

.HomePageText .Text a {
		text-decoration: underline;
}

.HomePageText a.FSLinks {
		color: #666;
		font-size: 12px;
		font-weight: bold;
}

.HomePageText .Text .HighlightedText {
		color: #036;
		background-color: #EFF4F9;
}

.HomePageText .Text ul {
		margin-left: 5px;
}

.HomePageText .Text li {
		margin-left: 12px;
		list-style-image: url(../img/blue_dot.png);
}

div.MainContent .ColumnedSection, div.FullWidthContent .ColumnedSection {
		width: 50%;
		float: left;
}

.ColumnedSection .Title {
		background: #F6F6F6;
		padding: 0 5px 0 11px;
}

.ColumnedSection .Text {
		padding: 0 5px 0 15px;
		text-align: justify;
}

.ColumnedSection .Text .SubTitle {
		padding: 10px 0 0 0;
		font-size: 16px;
		font-weight: bold;
		color: #09C;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

.ColumnedSection .Text .LowerTitle {
		margin-top: 12px;
		font-size: 12px;
		font-weight: bold;
		color: #058;
}

.ColumnedSection .Text ul {
		list-style-image: url(../img/red_dot.png);
}

.ColumnedSection .Text .TitleLink {
		font-weight: bold;
		padding-bottom: 4px;
}

.ColumnedSection .More {
		margin-top: 25px;
		font-size: 12px;
		letter-spacing: 1px;
}

.ColumnedSection .More img {
		margin-right: 8px;
}

.ColumnedSection .More a {
		color: #F60;
}

.ColumnedSection .More a:hover {
		color: #F93;
}

div.MainContent .Section, div.FullWidthContent .Section {
		margin: 0 5px 0 0;
		padding: 0 10px 0 17px;
}

.Section .Headline {
		font-weight: bold;
		color: #09c;
}

.Section .Headline a:link, .Section .Headline a:visited  {
		color: #993;
		text-decoration: underline;
}

.Section .Headline a:hover {
		color: #369;
		text-decoration: underline;
}

.Section img.SectionPicture {
		float: left;
		margin-right: 18px;
}

.Section .Title {
		margin-left: -1px;
		font-size: 16px;
		font-weight: bold;
		color: #09C;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Section .Title img {
		margin-left: -4px;
}

.Section .Title a {
		font-weight: bold;
}

.Section .Text {
		padding: 0 5px 0 0;
}

.Section .Text ul {
		list-style-image: url(../img/red_dot.png);
}

.Section .Text ul li img {
		display: inline;
		padding-right: 5px;
}

.Section .Text ul li .HighlightedBulletin{
		font-weight: bold;
		color: #C52;
}

.Section .Text .SubTitle {
		margin-top: 12px;
		font-size: 12px;
		font-weight: bold;
		color: #058;
}

.Section .Text .LowerTitle {
		margin-top: 12px;
		font-size: 12px;
		font-weight: bold;
		color: #058;
}

.Section .Text .GuideNavigation {
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		color: #555;
}
.Section .Text .GuideNavigation a {
		text-decoration: underline;
}
.Section .Text .GuideNavigation a:hover {
		text-decoration: none;
}

.Section .Text .FAQItem {
		margin: 20px 0;
}

.Section .LinkMenu {
		margin: 8px 0 0 -17px;
}

.Section .LinkMenu table {
		width: 555px;
}

.Section .LinkMenu .MenuColumn {
		width: 275px;
		padding-left: 17px;
}

.Section .LinkMenu .MenuColumn ul {
		margin-top: 10px;
		margin-bottom: 10px;
		list-style-image: url(../img/3rdLevel_arrow.gif);
}

.Section .Testimonial {
		margin: 8px 0 8px -17px;
}

.Section .Testimonial .BlockHolder {
		padding-left: 17px;
}

.Section .Testimonial .Extract {
		padding: 10px 0 4px 0;
		color: #036;
		font-size: 16px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: bold;
}

.Section .Testimonial .Text {
		padding-bottom: 12px;
}

.Section .Testimonial .Text img {
		margin: 0 3px 0 60px;
}

.Section .Testimonial .Reference {
		padding-top: 4px;
		padding-bottom: 12px;
}

.Section .Testimonial .Reference span.Name {
		color: #F60;
}

.Section .Testimonial .Reference span.More {
		padding-left: 5px;
		font-size: 10px;
		color: #777;
}

.Section .UserStory, .Section .CustomerSuccesses {
		margin: 12px 0 8px -17px;
}

.Section .UserStory .BlockHolder, .Section .CustomerSuccesses .BlockHolder {
		padding-left: 17px;
		padding-right: 12px;
}

.Section .UserStory .TitleLink, .Section .CustomerSuccesses .TitleLink {
		padding: 10px 0 4px 0;
		color: #036;
		font-size: 15px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: bold;
}

.Section .UserStory .Text, .Section .CustomerSuccesses .Text {
		padding-bottom: 12px;
		line-height: 1.4;
}

.Section .UserStory .Reference, .Section .CustomerSuccesses .Reference {
		text-align: right;
		font-style: italic;
		padding-top: 4px;
		padding-bottom: 12px;
}

.CustomerSuccessViewer h1,
.CustomerSuccessViewer h2,
.CustomerSuccessViewer h3 {
		font-size: 14px;
}

.Section .FeaturedFootNote {
		background: url(../img/textBg_upper.jpg) repeat-x top;
		margin: 15px 0 0 3px;
		padding: 8px 8px 6px 21px;
}

.Section .FeaturedFootNote span {
		padding-left: 6px;
		color: #069;
}

.Section .FeaturedFootNote a {
		font-weight: bold;
		text-decoration: underline;
}

.Section .FootNote {
		color: #333;
}

.Section .FootLinks {
		margin: 5px 0 5px -17px;
		padding: 10px 0;
		padding-left: 17px;
		color: #069;
}

.Section .FootLinks .Highlight {
		padding-right: 8px;
		font-weight: bold;
		color: #000;
}

.Section .FootLinks .Separator {
		padding: 0 5px;
		font-size: 10px;
}

.Section .FollowSectionFloat {
		float: left;
		clear: left;
		width: 550px;
		margin: 8px 0 4px 0;
		padding: 6px 12px;
}

.Section table.GuideMenu {
		width: 520px;
		margin: 10px 20px 10px 10px;
}

table.GuideMenu td {
		width: 50%;
		padding: 20px 5px;
}

table.GuideMenu td .LeftHolder {
		float: left;
		width: 55px;
}

table.GuideMenu td .RightHolder {
		float: right;
		width: 180px;
}

table.GuideMenu .CellTitle {
		padding-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
}

table.GuideMenu .CellTitle a {
		color: #069;
		text-decoration: underline;
}

table.GuideMenu .CellTitle a:hover {
		color: #39C;
		text-decoration: none;
}

.Section .FullTable {
		margin: 8px -6px 8px -17px;
}

.Section .CenterTable {
		margin: 8px auto 8px auto;
}

td.TableSeparator {
		width: 20px;
		background: transparent url(../img/tableSeparator.jpg) repeat-y center center;
}

table.Services th {
		padding: 5px 8px;
		border-collapse: collapse;
		border-bottom: 1px solid white;
		text-align: right;
		color: white;
}
table.Services th a {
		color: #FF9900;
}

table.Services td {
		padding: 6px 9px;
		border-collapse: collapse;
		border-bottom: 1px solid white;
}

table.Services .TitleCol {
		background-color: #22445A;
}

table.Services .DataCol {
		background-color: #F6F6F6;
}

table.Services .SubHeadingRow {
		background-color: #BED8E5;
}

table.Services thead th {
		padding: 14px 8px;
		border-bottom: 1px solid #517A89;
}

table.Services thead td {
		padding: 14px 9px;
		background-color: #FCC300;
		font-weight: bold;
		font-size: 13px;
		border-left: 1px solid #4E7686;
}
table.Services thead td a {
		color: white;
		font-size: 11px;
}
table.Services thead td a:hover {
		color: #F52;
}

table.Services tbody th {
		font-weight: normal;
		border-bottom: 1px solid #517A89;
}

table.Services tbody td {
		text-align: center;
		border-left: 1px solid #4E7686;
}

table.Services .SubHeadingRow td {
		border: 0;
}

table.Services .SubHeadingRow th {
		padding-top: 8px;
		padding-bottom: 8px;
		border: 0;
		color: #22495C;
}

table.Services .FooterRow td {
		border: 0;
		background-color: #042B3C;
		padding: 8px 0 12px 0;
}
table.Services .FooterRow td a {
		color: #F52;
		font-weight: bold;
		font-size: 14px;
}
table.Services .FooterRow td a:hover {
		color: white;
}

table.Services .FooterRow .ActionButton {
		border-left: 1px solid white;
}

div.FooterLinks{
		 background: #F6F6F6;
		 padding: 8px; 
		 font-size: 11px;
}

table.FooterLinksTable th{
		color: #006399;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
}

table.FooterLinksTable td{
		padding: 5px;
		color: #999999;
		line-height: 18px;
		vertical-align: top;
}

table.FooterLinksTable td a{
		font-family: Verdana, Arial;
		font-size: 10px;
		text-decoration: underline;
}

table.FooterLinksTable td .subTitle{
		color: #B5D1DF;
}

td.FooterTableSeparator {
		background: transparent url(../img/footer/footer_separator.png) repeat-y center center;
}

table.FooterLinksTable table.ColumnTable {
		width: 95%;
}

table.FooterLinksTable table.ColumnTable tr{
		height: 15px;
}

table.ColumnTable td {
		vertical-align: middle;
		padding: 1px;
}

table.ColumnTable td img {
		vertical-align: bottom;
}

table.FooterLinksTable table.FooterNewsTable{
		width: 80%;
		background-color: #ffffff;
}

table.FooterNewsTable td{
		padding: 5px 2px 5px 2px;
		vertical-align: middle; 
}

div.MainContent .QuoteBlock {
		text-align: center;
}

div.MainContent .QuoteBlock table {
		width: 440px;
		margin: 0 auto;
		text-align: left;
}

div.MainContent .QuoteBlock table td.StartQuote {
		background: url(../img/quoteMark01.gif) no-repeat top left;
		width: 30px;
		height: 13px;
}

div.MainContent .QuoteBlock table td.EndQuote {
		background: url(../img/quoteMark02.gif) no-repeat bottom;
		width: 30px;
		height: 13px;
}

div.MainContent .QuoteBlock .BottomHolder {
		padding: 12px 0 0 6px;
		color: #399;
		text-align: left;
}

div.MainContent .PreviousNextBlock {
		width: 100%;
		margin: 30px 5px 0 0;
		padding: 0 10px 0 17px;
		font-size: 12px;
}

.PreviousNextBlock img {
		display: inline;
		padding: 0 4px;
		vertical-align: middle;
}

.PreviousNextBlock .Previous {
		float: left;
}

.PreviousNextBlock .Next {
		float: right;
}

div.MainContent .SectionRuler, div.FullWidthContent .SectionRuler {
		height: 1px;
		border-bottom: 1px dotted #999;
		margin-top: 16px;
		margin-bottom: 16px;
		overflow: hidden;
}

div.MainContent .SectionSpacer, div.FullWidthContent .SectionSpacer {
		height: 1px;
		margin-top: 16px;
		margin-bottom: 16px;
		overflow: hidden;
}

.Text .FaqQuestion {
		color: #C52;
		font-weight: bold;
}

.Text .Highlight, .FootNote .Highlight {
		color: #F93;
		font-weight: bold;
}

.Text .PinkHighlighter {
		background-color: #FFE0E0; 
		font-weight: bold;
}

div.GreenHighlight {
		font-size: 12px;
		margin: 15px;
		padding: 9px;
		border: 1px dotted #1F7F23;
		color: #1F7F23;
		background: #EFFFF0;
}

.GreenHighlight p {
		font-size: 11px;
}

.GreenHighlight a{
		color: #1F7F23;
}

div.BlueHighlight {
		font-size: 12px;
		margin: 15px;
		padding: 9px;
		border: 1px dotted #069;
		color: #069;
		background: #EFF4F9;
}

div.LightBlueHighlight {
		font-size: 12px;
		margin: 15px;
		padding: 9px;
		border: 1px dotted #09C;
		color: #09C;
		background: #EFFBFF;
}

.LightBlueHighlight a { color: #09C }


div.OrangeHighlight {
		font-size: 12px;
		margin: 15px;
		padding: 9px;
		border: 1px dotted #F90;
		color: #F90;
		background: #FFF9EF;
}

.OrangeHighlight a { color: #F90 }

.Text .LooserParagraph {
		margin: 15px 0 20px 0;
		line-height: 1.3;
}

.Text .Contact {
		line-height: 15px;
}

.Contact img{
		display: inline;
		vertical-align: text-bottom;
}

div.PageFooter {
		clear: both;
		width: 100%;
		padding: 0px 0;
}

div.PageFooter a {
		color: #4D8DC2;
}

div.PageFooter a:hover {
		color: #6DADF2;
}

div.PageFooter .FootNote {
		padding: 5px 10px 8px 12px;
		font-size: 10px;
}

div.PageFooter .FootNote .LeftHolder {
		float: left;
}

div.PageFooter .FootNote .RightHolder {
		float: right;
}

div.PageFooter .TextMenu {
		background: #F0F0F0;
		padding: 8px 12px;
		font-size: 10px;
}

.TextMenu .Separator {
		color: #4D8DC2;
		padding: 0 6px;
}

table.DBItems {
		width: 93%;
		border: 1px solid #369;
		border-collapse: collapse;
}
table.DBItems td, table.DBItems th {
		padding: 3px;
		background: #F9F9FC;
		border: 1px solid #369;
}
table.DBItems th {
		background: #E5E5F9;
}
table.DBItems tr.Deleted td {
		background: #CCC;
		color: #666;
}

div.PaginationBar {
    font-size: 13px;
    line-height: 18px;
    margin: 4px 0 3px 0;
}
div.PaginationBar a {
    padding: 0 2px;
}
div.PaginationBar img {
    display: inline;
    vertical-align: middle;
    margin: 0 0 3px 1px;
}
div.PaginationBar strong {
    font-size: 15px;
}
div.PaginationBar em {
    font-size: 11px;
}

#QuickTourScreen, #NoticeScreen {
	display: none;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#QuickTourPlayer, #NoticePlayer {
	display: none;
	position: absolute;
	z-index: 11;
}
#QuickTourPlayer #QTMainPanel, #NoticePlayer #NMainPanel {
	margin: 0;
	padding: 0;
}
#QuickTourPlayer #QTPlayer, #NoticePlayer #NPlayer {
	border: 0;
	margin: 0;
}

div.ChangelogNav {
	padding-left: 12px;
	text-align: left;
}
div.ChangelogNav .Date {
	color: #999;
}
div.ChangelogNav .EntryTitle {
	margin-bottom: 8px;
}
div.Changelog table.Entry td.Info {
	margin: 0;
	padding: 5px 7px;
	background: #F3F3F3;
}
div.Changelog table.Entry td.Info .Date {
	font-size: 15px;
	font-weight: bold;
	color: #689;
}
div.Changelog table.Entry td.Info .Duration {
	float: right;
	margin-top: 2px;
	color: #666;
}
div.Changelog table.Entry td.Log {
	font-size: 12px;
	margin: 0;
	padding: 13px 8px 20px 8px;
}
.ShowCaseTitle th {
		text-align: left;
		color: #336699;
		font-size: 15px;
}

.Tags {
		background-color: #f9f9f9;
		padding: 5px 15px 8px 15px;
		margin-right: 5px;
		font-weight: bold;
		color: #999999;
		font-size: 11px;
}

.TagIcon {
		display: inline;
		vertical-align: bottom;
}

.Tags a:link, .Tags a:visited {
		color: #3399CC;
		font-weight: normal;
}

.Tags a.Selected {
		font-weight: bold;
		text-decoration: underline;
}

.Tags a:hover {
		text-decoration: underline;
}

.Section table.FeatureTable {
		width: 85%;
}

.Section table.FeatureTable td{
		padding: 5px;
		text-align: center;
}

.Section table.FeatureTable tr.Images td {
		padding: 10px;
}

table.FeatureInfoTable {
		width: 100%;
}

table.FeatureInfoTable td {
		vertical-align: top;
		text-align: left;
		font-size: 12px;
		background-color: #f7f7f7;
}

table.FeatureInfoTable td.DescSection {
		padding: 10px;
}

table.FeatureInfoTable td.DescSection div.Spacer {
		width: 95%;
		height: 10px;
		margin: 5px 0px 0px 8px;
		border-top: 1px solid #e7e7e7;
}

table.FeatureInfoTable td.DescSection div.Desc{
		padding: 0px;
		padding-left: 10px;
		background: url(../img/arrowBlueR.gif) no-repeat 0px 5px;
		line-height: 18px;
}

.Section .FSSection_Header {
		padding: 8px; 
		background-color: #f9f9f9; 
		text-align: center;
}

.Section .FSSection_Header a:link, .Section .FSSection_Header a:visited {
		font-weight: bold;
		color: #09c;
}

.UseCase_Library table.CaseTable td {
		padding: 10px 5px;
		height: 100%;
		vertical-align: top;
}

.UseCase_Library .TagTitle {
		color: #3399cc;
		font-size: 20px;
		padding-bottom: 20px;
}

.UseCase_Library .UseCase .Title {
		color: #5181a6;
		font-size: 12px;
		font-weight: bold;
		padding: 0px 3px 5px 5px;
}

.UseCase_Library .UseCase .Title .Icon {
		float: left; 
		width: 20px; 
		padding-left: 5px;
}

.UseCase_Library .UseCase .Desc {
		color: #666;
		font-size: 11px;
		padding: 5px 8px 15px 8px;
		border-top: 1px solid #6691b3;
		margin-bottom: 25px;
}

.UseCase_Library .UseCase .Business {
		background-color: #eff4f6;
		border-bottom: 1px solid #d8e8fa;
}

.UseCase_Library .UseCase .Personal {
		background-color: #FFF8EF;
		border-bottom: 1px solid #FFE9CF;
}

