﻿body
{
	background: #e1e1e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container
{
	width: 970px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url(../images/BG/bg.gif) repeat-y left top;
}
#toplinks
{
	padding: 0 25px;
	padding-top: 15px;
	width: 920px;
	overflow: hidden;
	text-align: right;
}
#bottomlinks
{
	width: 940px;
	overflow: hidden;
	padding: 0 5px;
	margin: 30px 10px;
}
#header
{
	padding: 0 25px;
	padding-top: 30px;
	background: url(../images/BG/top.gif) no-repeat left top;
}
#navbar
{
	width: 930px;
	margin: 10px;
}
.leftbar
{
	width: 210px;
	float: left;
}
#rightbar
{
	width: 150px;
	float: right;
	padding-left: 15px;
	background: transparent url( '../images/dotL.gif' ) repeat-y scroll left top;
}
#content
{
	padding: 0 20px;
	width: 920px;
	overflow: hidden;
}
#mainContent
{
	margin-left: 210px;
	margin-right: 170px;
}
#mainFullContent
{
	margin: 10px;
}
#mainContentRight
{
	margin-left: 210px;
	margin-right: 10px;
}
#botCurve
{
	padding: 15px;
	background: url(../images/BG/bottom.gif) no-repeat left bottom;
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#footer
{
	color: #666666;
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
}
#footer p a
{
	text-decoration: none;
}

.BoxContent
{
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;
}

.BoxContent a
{
	text-decoration: none;
}
.BoxContent td
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: #ffffff;
}
.SEOBoxContent
{
	padding-bottom: 20px;
	margin-bottom: 5px;
	width: 850px;
}
.announcements
{
	border: solid 1px #CCCCCC;
	padding: 20px 10px;
	padding-bottom: 0;
}
.announcements ul
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.announcements ul li
{
	margin-bottom: 20px;
}
.announcements ul span
{
	color: #999999;
}
.announcements a
{
	color: #000000;
}
.seoservice
{
	border-bottom: lightgrey 1px solid;
}
.seoSubTitle
{
	font-size: 14px;
	color: #EC562B;
	font-weight: bold;
}
.SeoBoxContent
{
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}
.detailstabbox
{
	vertical-align: top;
	width: 600px;
	border: #F0F0F0 1px solid;
}

.detailsboxHeader
{
	background-color: #F8F8F8;
	border-bottom: solid 1px #29628A;
	height: 30px;
	padding-left: 10px;
}
.detailsboxHeader div
{
	float: left;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 6px;
}
.SubProjects
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	color: green;
}

/* --- Paging Links --- */
.pnlPageLinks
{
	clear: both;
	margin-top: 20px;
	background-color: #EEEEEE;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #FBFBFB;
	padding: 6px;
	text-align: center;
	font-weight: bold;
}
.pnlPageLinks p
{
	display: inline;
	margin-right: 30px;
	font-weight: normal;
}
.pnlPageLinks p span
{
	font-weight: bold;
	color: #006600;
}
#lblNav
{
	font-weight: bold;
	color: #006633;
}
#lblNav a
{
	font-weight: normal;
}
/* -x- Paging Links -x- */

.SocialMedia img
{
	padding: 15px;
}

.tickpoints
{
	border: solid 1px #fbefad;
	padding: 5px 25px;
	margin: 10px 30px;
	background-color: #f6f6f6;
}
.tickpoints ul li
{
	background: url(../images/tick.gif)) no-repeat left top;
	color: #4b4b4b;
}


.TRTitle
{
	background-color: #7badb5;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color: #FFFFFF;
}
.TDFormLeft
{
	background-color: lightgrey;
	text-align: right;
	padding: 7px;
	font-weight: bold;
}
.TDFormRight
{
	text-align: left;
	padding: 7px;
}
.semService
{
	padding: 5px 25px;
	margin: 10px 30px;
}

.free
{
	font-style: italic;
	font-size: 14px;
	color: Green;
	font-weight: bold;
}


/* AutoComplete */

.autocomplete_completionListElement
{
	overflow: auto;
	height: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.autocomplete_listItem
{
	background-color: #E9F0F3;
	border-left: solid 1px #4589AC;
	border-right: solid 1px #4589AC;
	border-bottom: solid 1px #4589AC;
	display: block;
	padding: 5px 25px;
}
.autocomplete_highlightedList
{
	background-color: #4589AC;
	color: #FFFFFF;
	padding: 5px 25px;
}


/* Rounded Rectangle */
.pr-roundrect
{
	width: 650px;
	overflow: hidden;
	background: url(../images/big-roundrect.gif) no-repeat left top;
}
.pr-roundrect .top
{
	background: url(../images/big-roundrect.gif) no-repeat right top;
	height: 20px;
	margin-left: 20px;
}
.pr-roundrect .roundrect-content
{
	width: 650px;
	overflow: hidden;
	background: url(../images/big-roundrect.gif) no-repeat right bottom;
}
.pr-roundrect .inner-content
{
	overflow: hidden;
	background: url(../images/big-roundrect.gif) no-repeat left bottom;
	margin-right: 20px;
	padding: 0 10px 10px 20px;
}

.pr-roundrect .roundrect-content ul
{
	padding: 5px;
	list-style: none;
	margin: 0 0px;
}
.sitelisting
{
	padding: 5px;
	list-style: none;
	margin: 0 0px;
}
.GoodNewsPanel
{
	background: url(../images/gnewsbg.gif) repeat-y left top;
}
.GoodNewsPanel h1
{
	margin: 0 0px;
	padding-left: 20px;
	color: #5193b6;
}
.GoodNewsPanel p
{
	padding-left: 20px;
}
.GoodNewsPanel .desc
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.GoodNewsPanel .newsattach
{
	margin-left: 5px;
	padding-left: 20px;
	font: 11px arial;
	width: 605px; 
}

.GoodNewsPanel .top
{
	background: url(../images/gnewstop.gif) no-repeat left top;
	height: 70px;
}
.GoodNewsPanel .bot
{
	background: url(../images/gnewsbot.gif) no-repeat left bottom;
	height: 15px;
}

.Bronze
{
	background: url(../images/bronze.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Bronze h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}


.Silver
{
	background: url(../images/silver.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Silver h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.Golden
{
	background: url(../images/gold.png) no-repeat left top;
	width: 161px;
	height: 24px;
}

.Golden h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.Platinum
{
	background: url(../images/platinum.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Platinum h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}


.Basic
{
	background: url(../images/Bbasic.png) no-repeat left top;
	width: 190px;
	height: 24px;
}
.Basic h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.BasicPoints
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.PremiumPoints
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

.Premium
{
	background: url(../images/Bpremium.png) no-repeat left top;
	width: 190px;
	height: 24px;
}
.Premium h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

/* Points */

.BronzePoints
{
	text-align: center;
	background-color: #fdfaf9;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.SilverPoints
{
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

.GoldenPoints
{
	text-align: center;
	background-color: #fdfdc8;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.PlatinumPoints
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.OSBOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:190px;
	height:110px;
}
.BOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:190px;
	height:80px;
}
