/* CSS Document */

/* --------  Styles RESET -------- */

html{color:#000;margin:0px;padding:0px;}
a{cursor:pointer;outline:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,label,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-spacing:0;}
fieldset,img{border:0;}
li{list-style:none; vertical-align:top;}
caption,th{text-align:left;}
abbr,acronym {border:0;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
legend{color:#000;}
a:focus{-moz-outline-style: none; border:0px;}

/* ------ /Styles RESET -------- */


/* ------------------------------------------------------------------------------------------------ */

body{
	margin:0px; 
	padding:0px 0px 30px 0px;
	background:#fff url(../logic361-images/bgMainLayout.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.MainContainer{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	}
	
/* ------- Header --------------------------------------------------------------------------------- */

.HeaderContainer{
	width:960px;
	height:157px;
	position:relative;
	}
.HeaderContainer h1{
	position:absolute;
	top:68px;
	left:40px;
	cursor:pointer;
	z-index:1;
	}
.HeaderContainer h1 a{
	display:block;
	width:192px;
	height:86px;
	overflow:hidden;
	text-indent:-999em;
	background:transparent url(../logic361-images/logoLogic361.gif) no-repeat;
	}
	
.HeaderContainer h2{
	width:615px;
	font-size:30px;
	line-height:35px;
	color:#253541;
	font-weight:normal;
	position:absolute;
	top:68px;
	right:20px;
	}
	
.HeaderContainer ul{
	width:960px;
	height:27px;
	position:absolute;
	top:0px;
	left:0px;
	padding:5px 0px 5px 0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
.HeaderContainer ul li{
	display:block;
	float:left;
	background:transparent url(../logic361-images/imgMenuSeparator.gif) 100% 0 repeat-y;
	padding:0px 15px 0px 15px;
	}
.HeaderContainer ul li a{
	font-size:11px;
	color:#E1E1E1;
	text-decoration:none;
	padding:7px 0px 0px 0px;
	display:block;
	float:left;
	height:20px;
	}
.HeaderContainer ul li a:hover{
	color:#50A4EB;
	}
.HeaderContainer ul li strong{
	font-size:11px;
	color:#50A4EB;
	text-decoration:none;
	padding:7px 0px 0px 0px;
	display:block;
	float:left;
	height:20px;
	font-weight:normal;
	}

/* ------- Content ------------------------------------------------------------------------ */

.ContentContainer{
	width:960px;
	}
.ContentContainer p{
	font-size:14px;
	line-height:18px;
	color:#4F4F4F;
	padding:0px 0px 15px 0px;
	}

.ContentContainer p.Smaller{
	font-size:12px;
	line-height:14px;
}


.ContentContainer p a{
	color:#4F4F4F;
	}
	
.ContentContainer h2.Smaller{
	font-size:24px;
	line-height:28px;
	padding:0px 0px 10px 0px;
	}

/* ------- Left Collumn ------------------------------------------------------------------- */

.LeftCollumn{
	width:311px;
	padding:15px 0px 0px 0px;
	float:left;
	}
.LeftCollumn-TopCap{
	width:311px;
	height:45px;
	background:transparent url(../logic361-images/imgLeftCollumn-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.LeftCollumn-Bg{
	width:275px;
	padding:0px 15px 0px 21px;
	background:transparent url(../logic361-images/imgLeftCollumn-Bg.gif) repeat-y;
	}
.LeftCollumn-CntBg{
	width:248px;
	padding:0px 14px 0px 13px;
	background:#F6F6F6 url(../logic361-images/imgLeftCollumn-CntBg.gif) repeat-x;
	}
.LeftCollumn-BottomCap{
	width:311px;
	height:45px;
	background:transparent url(../logic361-images/imgLeftCollumn-BottomCap.gif) no-repeat;
	overflow:hidden;
	}

/* --------- Right Collumn ----------------------------------------------------------------- */

.RightCollumn{
	width:649px;
	float:right;
	}
.RightCollumn-TopCap{
	width:649px;
	height:60px;
	background:transparent url(../logic361-images/imgRightCollumn-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.RightCollumn-Bg{
	width:577px;
	padding:0px 36px 0px 36px;
	background:transparent url(../logic361-images/imgRightCollumn-Bg.gif) repeat-y;
	}
.RightCollumn-BottomCap{
	width:649px;
	height:60px;
	background:transparent url(../logic361-images/imgRightCollumn-BottomCap.gif) no-repeat;
	overflow:hidden;
	}
	
.RightCollumn .BlueBox{
	width:576px;
	padding:0px 0px 25px 0px;
	}
.RightCollumn .BlueBox-TopCap{
	width:576px;
	height:10px;
	background:transparent url(../logic361-images/imgCntH2-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.RightCollumn h2{
	font-size:27px;
	line-height:35px;
	font-weight:normal;
	color:#fff;
	padding:0px 10px 0px 10px;
	background-color:#307DC1;
	}
.RightCollumn .BlueBox-BottomCap{
	width:576px;
	height:10px;
	background:transparent url(../logic361-images/imgCntH2-BottomCap.gif) no-repeat;
	overflow:hidden;
	}
	
.RightCollumn h4{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#4F4F4F;
	padding:0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #F2F2F2;
	}

.RightCollumn h4 a{
	font-size:18px;
	font-weight:normal;
	color:#61B1F7;
	text-decoration:none;
	}

.RightCollumn h4 a.BodyLink{
	color:#4F4F4F;
}

	
.RightCollumn-Bg p a{
	color:#232222;
	}
.RightCollumn-Bg p a:hover{
	text-decoration:none;
	}

/* --------- Footer ----------------------------------------------------------------------- */

.Footer{
	width:629px;
	padding:0px 0px 0px 20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
.Footer p{
	font-size:11px;
	color:#767D84;
	}

.FooterLinks-TopCap{
	width:605px;
	height:5px;
	background:transparent url(../logic361-images/imgFooterLinks-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.FooterLinks-Bg{
	width:591px;
	padding:0px 7px 0px 7px;
	background-color:#323232;
	}
.FooterLinks-BottomCap{
	width:605px;
	height:5px;
	background:transparent url(../logic361-images/imgFooterLinks-BottomCap.gif) no-repeat;
	overflow:hidden;
	margin:0px 0px 5px 0px;
	}
.FooterLinks-Bg p{
	font-size:11px;
	color:#E1E1E1;
	padding:0px 0px 0px 0px;
	}
.FooterLinks-Bg a{
	font-size:11px;
	color:#E1E1E1!important;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	}
.FooterLinks-Bg a:hover{
	color:#bbb;
	}

/* ------- Quote -------------------------------------------------------------------------- */

.QuoteHolder{
	width:615px;
	padding:0px 17px 0px 17px;
	}
.Quote{
	width:615px;
	}
.Quote-TopCap{
	width:615px;
	height:10px;
	background:transparent url(../logic361-images/imgQuoteBox-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.Quote-Bg{
	width:585px;
	padding:10px 15px 0px 15px;
	background:#222526 url(../logic361-images/imgQuoteBox-Bg.jpg) 100% 20px no-repeat;
	}
.Quote-Bg ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height: 133px;
	overflow: hidden;
	}
.Quote-Bg ul li{
	width: 100%;
	height: 100%;
	}
.Quote-BottomCap{
	width:615px;
	height:10px;
	background:transparent url(../logic361-images/imgQuoteBox-BottomCap.gif) no-repeat;
	overflow:hidden;
	}
.QuoteTick{
	width:26px;
	height:26px;
	background:transparent url(../logic361-images/imgQuoteBox-Thick.gif) no-repeat;
	margin:0px 0px 0px 20px;
	}
	
.QuoteHolder p{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#fff;
	padding:0px 0px 10px 0px;
	}
.QuoteHolder strong{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:16px;
	color:#61B1F7;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	}
.QuoteHolder h3{
	font-size:18px;
	line-height:22px;
	color:#fff;
	font-weight:normal;
	padding:0px 0px 20px 0px;
	}

/* -------- Left Blue Box ------------------------------------------------------------------ */

.LeftBlueBox{
	width:248px;
	padding:0px 0px 20px 0px;
	}
.LeftBlueBox-NoPad{
	width:248px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #000!important;
	}
.LeftBlueBox-TopCap{
	width:248px;
	height:10px;
	background:transparent url(../logic361-images/imgLftBlueBox-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.LeftBlueBox-Bg{
	width:246px;
	padding:0px 1px 0px 1px;
	background:transparent url(../logic361-images/imgLftBlueBox-Bg.gif) repeat-y;
	}
.LeftBlueBox-CntBg{
	width:226px;
	padding:0px 10px 0px 10px;
	background:#2268AE url(../logic361-images/imgLftBlueBox-Bg2.gif) repeat-x;
	}
.LeftBlueBox-BottomCap{
	width:248px;
	height:10px;
	background:transparent url(../logic361-images/imgLftBlueBox-BottomCap.gif) no-repeat;
	overflow:hidden;
	}
	
.LeftBlueBox h2{
	font-size:28px;
	line-height:35px;
	font-weight:normal;
	color:#fff;
	}

.LeftBlueBox h2 a{
	text-decoration: none;
	color:#fff;
	}


.LeftBlueBox h2.Second{
	font-size:28px;
	padding:0px 0px 10px 0px;
	line-height:32px;
	}
.LeftBlueBox h2 span{
	display:block;
	font-size:26px;
	line-height:28px!important;
	}
.LeftBlueBox h2 sup{
	font-size:18px;
	}
	
a.TabLnkBlue{
	width:60px;
	display:block;
	background:transparent url(../logic361-images/imgTabLnkBlue.gif) 0 0 no-repeat;
	font-size:11px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	padding:0px 0px 0px 6px;
	margin:0px 0px 0px 10px;
	text-align:center;
	}
a.TabLnkBlue span{
	display:block;
	height:18px;
	background:transparent url(../logic361-images/imgTabLnkBlue.gif) 100% 0 no-repeat;
	padding:2px 6px 0px 0px;
	}	


/* -------- Left Black Box -------------------------------------------------------------------- */

.LeftBlackBox{
	width:248px;
	padding:0px 0px 20px 0px;
	}
.LeftBlackBox-TopCap{
	width:248px;
	height:10px;
	background:transparent url(../logic361-images/imgLftBlackBox-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.LeftBlackBox-Bg{
	width:228px;
	padding:0px 10px 0px 10px;
	background-color:#323232;
	}
.LeftBlackBox-BottomCap{
	width:248px;
	height:10px;
	background:transparent url(../logic361-images/imgLftBlackBox-BottomCap.gif) no-repeat;
	overflow:hidden;
	}
	
.LeftBlackBox h2{
	font-size:30px;
	line-height:33px;
	font-weight:normal;
	color:#fff;
	padding:0px 0px 15px 0px;
	}
.LeftBlackBox h2.TopPad{
	padding:10px 0px 10px 0px;
	}
	
.LeftBlackBox ul{
	width:228px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
.LeftBlackBox ul li{
	color:#fff;
	font-size:11px;
	line-height:14px;
	background:transparent url(../logic361-images/imgBlkBox-Separator.gif) 0 100% no-repeat;
	font-weight:bold;
	display:block;
	padding:8px 0px 12px 7px;
	}
.LeftBlackBox ul li a{
	color:#fff;
	text-decoration:none;
	}
.LeftBlackBox ul li a:hover{
	color:#B4B4B4;
	text-decoration:none;
	}
.LeftBlackBox ul li.Last{
	background:none;
	padding:8px 0px 8px 7px;
	}
	
a.TabLnkBlack{
	width:60px;
	display:block;
	background:transparent url(../logic361-images/imgTabLnkBlack.gif) 0 0 no-repeat;
	font-size:11px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	padding:0px 0px 0px 6px;
	margin:0px 0px 0px 10px;
	text-align:center;
	}
a.TabLnkBlack span{
	display:block;
	height:18px;
	background:transparent url(../logic361-images/imgTabLnkBlack.gif) 100% 0 no-repeat;
	padding:2px 6px 0px 0px;
	}	

/* ------------ Left White Box ------------------------------------------------------------- */

.LeftWhiteBox{
	width:248px;
	padding:0px 0px 20px 0px;
	}
.LeftWhiteBoxTopCap{
	width:248px;
	height:10px;
	background:transparent url(../logic361-images/imgWhiteBox-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.LeftWhiteBox-Bg{
	width:223px;
	padding:5px 10px 10px 15px;
	background:transparent url(../logic361-images/imgWhiteBox-Bg.gif) repeat-y;
	}
.LeftWhiteBox-BottomCap{
	width:248px;
	height:10px;
	background:transparent url(../logic361-images/imgWhiteBox-BottomCap.gif) no-repeat;
	overflow:hidden;
	}
	
.LeftWhiteBox h2{
	font-size:30px;
	line-height:33px;
	font-weight:normal;
	color:#323232;
	padding:0px 0px 10px 0px;
	font-weight:normal;
	}
.LeftWhiteBox p{
	padding:0px 0px 0px 0px;
	}
.LeftWhiteBox strong{
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#025093;
	}
	
.LeftWhiteBox h3{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#307DC1;
	padding:0px 0px 5px 0px;
	font-weight:normal;
	}
.LeftWhiteBox h5{
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	color:#4F4F4F;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	}	

/* ---------------------------------------------------------------------------------------- */

.ListItem{
	width:576px;
	border-bottom:1px solid #F2F2F2;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	}
.NoBrd{
	border-bottom:none;
	margin:0px;
	}
.ListItem h3{
	color:#307DC1;
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	}
.ListItem h4{
	border-top:1px solid #F2F2F2;
	color:#ABAEB1;
	font-size:22px;
	line-height:26px;
	padding:5px 0px 5px 0px;
	}
.ListItem p{
	padding:0px 0px 20px 0px;
	}
.BorderedP{
	border-top:1px solid #F2F2F2;
	color:#ABAEB1;
	font-size:22px;
	line-height:26px;
	padding:15px 0px 0px 0px;
	}


/* --------- Form Area --------------------------------------------------------------------- */
	
.FormArea{
	width:576px;
	border-bottom:1px solid #F2F2F2;
	padding:0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
	}
.FormArea-Left{
	width:300px;
	float:left;
	}
.FormArea-Right{
	width:250px;
	float:right;
	}

label{
	display:block;
	float:left;
	text-align:right;
	width:100px;
	font-size:11px;
	line-height:14px;
	color:#616161;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:5px 0px 0px 0px;
	}
label.NoFloat{
	float:none;
	text-align:left;
	padding:5px 0px 5px 0px;
	}
label.small{
	float:right;
	width:190px;
	font-size:10px;
	text-align:left;
	line-height:11px;
	}
label.big{
	float:right;
	width:330px;
	font-size:11px;
	text-align:left;
	line-height:16px;
	float:left;
	}
label.big a{
	color:#616161;
	text-decoration:underline;
	}
label.big a:hover{
	text-decoration:none;
	}

input{
	float:right;
	border:1px solid #E0E1E6;
	background-color:#F3F3F3;
	height:20px;
	margin:0px 0px 10px 0px;
	padding:3px 4px 0px 4px;
	font-size:12px;
	color:#424954;
	width:180px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}

input.NoPadding{
	margin:0px 0px 0px 0px;
	}
	
input.lftFlt{
	float:left;
	width:280px;
	}	

input.blockOut{
	clear:both;
	display: block;
	width:280px;
	}	

	
.ChkArea{
	width:576px;
	border-top:1px solid #F2F2F2;
	margin:15px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	}
	
.ChkArea input{
	float:left;
	border:none;
	background-color:transparent;
	margin:7px 5px 10px 0px;
	padding:0px 0px 0px 0px;
	width:13px;
	height:13px;
	}

textarea{
	border:1px solid #E0E1E6;
	background-color:#F3F3F3;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 40px 0px 4px;
	font-size:12px;
	color:#424954;
	width:180px;
	height:170px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
a.BtnSubmit{
	display:block;
	float:left;
	height:30px;
	background:transparent url(../logic361-images/btnSubmit.gif) 0 0 no-repeat;
	padding:0px 0px 0px 5px;
	text-decoration:none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}

a.Finish {
	margin-left: 10px;
}

a.BtnSubmit span{
	display:block;
	width:45px;
	height:27px;
	background:transparent url(../logic361-images/btnSubmit.gif) 100% 0 no-repeat;
	padding:3px 5px 0px 5px;
	font-size:18px;
	color:#fff;
	}
a.BtnSubmit span.Widther{
	width:70px;
	}	
a.BtnSubmit:hover{
	background:transparent url(../logic361-images/btnSubmit.gif) 0 -30px no-repeat;
	}
a.BtnSubmit:hover span{
	background:transparent url(../logic361-images/btnSubmit.gif) 100% -30px no-repeat;
	}
	


/* ---------------------------------------------------------------------------------------- */


/* ----- Solutions Page ------------------------------------------------------------------- */

.SolutionsPageHdr{
	width:262px;
	padding:64px 0px 0px 49px;
	}
.SolutionsPageHdr-TopCap{
	width:262px;
	height:10px;
	background:transparent url(../logic361-images/imgH2Sol-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.SolutionsPageHdr h2{
	background-color:#307DC1;
	font-size:28px;
	line-height:32px;
	color:#fff;
	font-weight:normal;
	padding:0px 10px 0px 10px;
	}	
.SolutionsPageHdr-BottomCap{
	width:262px;
	height:10px;
	background:transparent url(../logic361-images/imgH2Sol-BottomCap.gif) no-repeat;
	overflow:hidden;
	}

/* ---------------------------------------------------------------------------------------- */

.WideCollumn{
	width:960px;
	}

.WideCollumn-TopCap{
	width:960px;
	height:50px;
	background:transparent url(../logic361-images/imgWiderCol-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.WideCollumn-Bg{
	width:890px;
	padding:0px 35px 0px 35px;
	background:transparent url(../logic361-images/imgWiderCol-Bg.gif) repeat-y;
	}	
.WideCollumn-BottomCap{
	width:960px;
	height:50px;
	background:transparent url(../logic361-images/imgWiderCol-BottomCap.gif) no-repeat;
	overflow:hidden;
	}

.Content{
	width:860px;
	padding:0px 15px 0px 15px;
	background:transparent url(../logic361-images/imgSol-Bg.jpg) 20px 0 no-repeat;
	}
	
.FooterSol{
	padding:0px 0px 0px 35px;
	}

/* ---------------------------------------------------------------------------------------- */

table.Solutions{
	width:880px;
	margin:0px 0px 20px 0px;
	}
table.Solutions th{
	background:transparent url(../logic361-images/imgTh-Bg.gif) no-repeat;
	width:166px;
	height:71px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:7px 0px 0px 7px;
	/*border:1px solid red;*/
	overflow:hidden;
	}
table.Solutions th.Padd{
	padding:7px 10px 0px 7px;
	}	

table.Solutions th.Free{
	background:transparent url(../logic361-images/imgTh-BgOut.gif) no-repeat;
}

table.Solutions th.Blank{
	background:none;
	width:310px;
	}

table.Solutions th.Blank p{
	width:215px;
	padding: 10px 0 0 0;
	color: #999;
	font-size: 12px;
	}


table.Solutions span.Big{
	font-size:18px;
	font-weight:normal;
	}

table.Solutions span.Free{
	color:#98C825;
	padding-left: 72px;
	font-size: 20px;
}


table.Solutions span.Smaller{
	font-size:11px;
	font-weight:normal;
	}
table.Solutions span.Green{
	color:#98C825;
	}
table.Solutions span.Blue{
	color:#8DC6F9;
	}
table.Solutions span.Orange{
	color:#F26B35;
	}

table.Solutions span.Strike {
	text-decoration: line-through;
}

/* ---------------------------------------------------------------------------------------- */

table a{
	font-size:12px;
	font-weight:bold;
	color:#7D7D7D;
	text-decoration:none;
	}
table a:hover{
	color:#4F4F4F;
	}

table.FeaturesGreen{
	width:880px;
	margin:0px 0px 20px 0px;
	}
table.FeaturesGreen td{
	font-size:12px;
	font-weight:bold;
	color:#4F4F4F;
	background-color:#F1F1F1;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:14px 10px 11px 10px;
	}
table.FeaturesGreen td.Left{
	background:#F1F1F1 url(../logic361-images/imgTdGreen-Left.gif) no-repeat;
	}

table.FeaturesGreen td.Magnify {
	padding:0px 10px 0px 10px;
}	
table.FeaturesGreen td.Magnify a {
	display: block;
	width: 300px;
	height: 22px;
	padding-top: 14px;
	background:#F1F1F1 url(../logic361-images/bgMagnifyGreen.gif) no-repeat 100% 90%;
}

table.FeaturesGreen td.LeftMore{
	background:#F1F1F1 url(../logic361-images/magnify.jpg) no-repeat;
	}


table.FeaturesGreen td.Right{
	background:#F1F1F1 url(../logic361-images/imgTdGreen-Right.gif) 100% 0 no-repeat;
	}
	
table.FeaturesBlue{
	width:880px;
	margin:0px 0px 20px 0px;
	}
table.FeaturesBlue td{
	font-size:12px;
	font-weight:bold;
	color:#4F4F4F;
	background-color:#EDF2F6;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:14px 10px 11px 10px;
	}


table.FeaturesBlue td.Left{
	background:#EDF2F6 url(../logic361-images/imgTdBlue-Left.gif) no-repeat;
	}

table.FeaturesBlue td.Magnify {
	padding:0px 10px 0px 10px;
}	
table.FeaturesBlue td.Magnify a {
	display: block;
	width: 300px;
	height: 22px;
	padding-top: 14px;
	background:#EDF2F6 url(../logic361-images/bgMagnifyBlue.gif) no-repeat 100% 90%;
}


table.FeaturesBlue td.Right{
	background:#EDF2F6 url(../logic361-images/imgTdBlue-Right.gif) 100% 0 no-repeat;
	}
	
table.FeaturesRed{
	width:880px;
	margin:0px 0px 20px 0px;
	}
table.FeaturesRed td{
	font-size:12px;
	font-weight:bold;
	color:#4F4F4F;
	background-color:#F8F3F0;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	padding:14px 10px 11px 10px;
	border-left:1px solid #fff;
	}
table.FeaturesRed td.Left{
	background:#F8F3F0 url(../logic361-images/imgTdRed-Left.gif) no-repeat;
	}
table.FeaturesRed td.Right{
	background:#F8F3F0 url(../logic361-images/imgTdRed-Right.gif) 100% 0 no-repeat;
	}		

td.Marked{
	width:165px;
	text-align:center;
	}

/* ---------------------------------------------------------------------------------------- */

table.Actions{
	width:880px;
	margin:0px 0px 0px 0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
table.Actions td{
	width:166px;
	height:71px;
	padding:7px 0px 0px 7px;
	overflow:hidden;
	background:transparent url(../logic361-images/imgSolBtnBg.gif) no-repeat;
	}

table.Actions td.Padd{
	padding:7px 10px 0px 7px;
	}	

table.Actions td.Double{
	background:transparent url(../logic361-images/imgSolBtnBg.gif) no-repeat 50% 0;
}


table.Actions td.Blank{
	background:none;
	width:295px;
	padding-right: 15px;
	font-size:11px;
	color:#838381;
	line-height:12px;
	}
table.Actions span.Big{
	font-size:18px;
	font-weight:normal;
	}
table.Actions span.Smaller{
	font-size:11px;
	font-weight:normal;
	}
table.Actions span.Green{
	color:#98C825;
	}
table.Actions span.Blue{
	color:#8DC6F9;
	}
table.Actions span.Orange{
	color:#F26B35;
	}
	
table.Actions a{
	font-size:18px;
	color:#fff;
	text-decoration:none;
	padding:3px 0px 0px 0px;
	display:block;
	width:166px;
	}
table.Actions a:hover{
	color:#DEEAF5;
	}

/* ---------------------------------------------------------------------------------------- */

/* iframe popup */
/* the iframe popup */
	.dc_PopupIframe{
		border:13px solid #E6E9EC;
		background: #FFF;
		
		overflow: hidden; /* ! */
		position: absolute; /* ! */
		padding: 0px; /* ! */
		margin: 0px; /* ! */
		z-index: 3001; /* ! */
	}
	
	/* wait message */
	.dc_PopupWaitMessage{
		background: #131617;
		border: 6px solid #252A2C;
		color: #fff;
		width: 120px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size:11px;
		text-transform:uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		
		position: absolute; /* ! */
		z-index: 3003; /* ! */
	}
	
	/* viewport mask */
	.dc_ViewportMask{
		background: #000;
		
		position: absolute; /* ! */
		z-index: 3000; /* ! */
		left: 0px; /* ! */
		top: 0px; /* ! */
	}
	
	/* popup close button */
	.dc_PopupCloseButton{
		width: 14px;
		height: 14px;
		overflow: hidden;
		text-indent: -9999px;
		margin: 1px 0px 0px -1px;/* default the button is 'glued' to the top and right borders/margins */
		background: #FFF url(../logic361-images/btnClosePopup.gif) 0px 0px no-repeat;
		
		position: absolute; /* ! */
		z-index: 3002 /* ! */
	}
/* /iframe popup */


	div.error {
		color: #FF0000;
		border: 1px solid #FF0000;
		background-color: #FFCCCC;
		margin-bottom: 10px;
	}
	
	div.error p {
		display: block;
		background-color:#FF0000;
		color: #FFF;
		font-weight: bold;
		padding: 4px;
	}
	
	div.error ul {
		padding: 5px 0px 0px 8px;
		font-size: 12px;
	}
	
	div.error ul li {
		list-style: disc;
		list-style-position: inside;
	}
	
	div.success {
		color: #009900;
		border: 1px solid #009900;
		background-color: #CCEBCC;
		margin-bottom: 10px;
	}
	
	div.success h3 {
		display: block;
		background-color:#009900;
		color: #FFF;
		font-weight: bold;
		padding: 4px;
	}
	
	div.success p {
		padding: 5px 0px 0px 8px;
		color: #009900;
	}

/* ---------------------------------------------------------------------------------------- */
