
body {
       margin: 0 auto;
	background-color: #FFF;
       color: #666;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
       font-size: 12px;

}
/* =================== top nav bar ================== */

#topHead{
	height: 24px;
	background: #041738 url("/shared/v2/assets/rules_rpt.jpg") 0 0 repeat-x;
	text-align: right;
	padding:0;
	margin:0;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
 	font-size: 12px;
}

#topHead ul{
	padding: 4px 10px 0;	
	margin:0;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif, Verdana;	
}

#topHead ul li{
	text-align: center;
	float: right;
	padding: 0 20px;
	border-left-width: 2px;
	border-left-style: ridge;
	border-left-color: #153978;
	list-style-type: none;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
}

#topHead ul li#login{
	float: left;
	border: 0;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
}

#topHead ,#topHead a{
	color: #6699cc;
	font-weight: bold;
	text-decoration:none;
	font-family:  Arial, Helvetica, sans-serif, Verdana;

}
/* ==================== top nav bar end======================== */

a {
	white-space: nowrap;
       color: #666;
}

a img, img {
       border: none;
}

.nowrap {
       white-space: nowrap;
}

#headerBar {
	background-color: #01429A;	/* dark blue */
	color: #7497C8;			/* light blue */

       font-size: 10px;
       white-space: nowrap;
       min-width: 780px;
}

#headerBar a {
	color: #8CF;
       text-decoration: none;
}

#headerBar a:hover {
       text-decoration: underline;
}

#headerBar .right {
       padding: 4px 0 0 0;
       float: right;
}

#headerBar .link {
       padding-right: 10px;
}

#headerBar .left {
       padding-left: 1px;
}

#headerBar .left img {
        display: block;
}



.footer, .copyright {
	margin: 24px 0 0 0;
       font-size: 10px;
	margin:0 auto;
       color: #999;
       text-align: center;
	font-family: Arial,Helvetica,sans-serif,Verdana;
}

.footer a {
        color: #999;
}

.copyright {
	margin: 12px 0 12px 0;
	font-family: Arial,Helvetica,sans-serif,Verdana;
	font-size: 10px;
}

.copyright div.disclosure {
        width: 600px;
        margin: 12px auto 0 auto;
	font-family: Arial,Helvetica,sans-serif,Verdana;
	font-size: 10px;
}

#moduleHeader {
    color: #999999;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -6px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 0;
    padding-top: 0;
}

#home table#moduleLayout {
        margin: 29px auto 0 auto;
}

#home #moduleLayout td {
        vertical-align: top;
}

.module1x1,
.module1x1 img {
	width: 192px;
	height: 120px;

        overflow: hidden; /* prevent excess space around flash in safari */
}

.module1x2 {
	width: 192px;
        height: 246px;

        overflow:hidden; /* prevent excess space around flash in safari */
}

.module2x1 {
	width: 390px;
        height: 120px;

        overflow:hidden; /* prevent excess space around flash in safari */
}

.module2x2,
.module2x2 img {
	width: 390px;
        height: 246px;

        overflow:hidden; /* prevent excess space around flash in safari */
}

.module4x1,
.module4x1 img {
	width: 784px;
        height: 120px;

        overflow:hidden; /* prevent excess space around flash in safari */
}

.module4x2,
.module4x2 img {
	width: 784px;
        height: 246px;

        overflow:hidden; /* prevent excess space around flash in safari */
}



/* Stickers PENDING(davis): revisit stickers */

.stickerArea {
        width: 790px;
        margin: 0 auto 0 auto;

        position: relative;
}

.pchStickerContainer {
        width: 243px;
        height: 210px;
        position: absolute;

        top: 150px;
        left: 0;

	z-index: 2;
}

.searchNowArrowStickerContainer {
	width: 115px;
	height: 145px;
	position:absolute;

	top: 128px;
	left: 8px;

	z-index: 20;
}

.searchNowTextStickerContainer {
    width: 118px;
    height: 18px;
    position:absolute;

    top:239px;
    left:88px;

    z-index: 2;
}

.doneMessage {
    padding-top: 10px;
    padding-bottom: 10px;
}


/** Search Form and Header **/

#home div#messageLine {
	font-size: 13px;
	color: #34801A; 
	padding: 5px 8px;
}

#home #messageLine span.salutation {
	font-weight: bold;
}

#home #messageLine a {
    color: #34801A;
}

#home #messageLine .signInOrRegister,
#home #messageLine .upgrade {
        white-space: nowrap;
}

#home #messageLine .signOut {
        white-space: nowrap;
        font-size: 10px;
}


.misc #searchBar {
	margin: 0 0 6px 0;
       width: 960px;  /* enforce min-width */
	margin:0 auto;
}

.misc #searchBar div.searchBarContent {
	padding: 12px 0 0 15px;
}

.misc #searchBar .logo {
	float: left;
}

.misc #searchBar .logo img {
	width: 170px;
	height: 64px;
	display: block;
}

.misc div.toolbarArrow{
    width: 135px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 30px;
}    

div.headerDivider{
	width:100%;
	height:33px;
	margin: 12px 0 0 0;
	background:url("/shared/images/headerShadow.jpg") 0 0 repeat-x; 
	z-index:-1000;
}
#results div.headerDivider {
        display: block;
}
#home div#searchBox {
	width: 559px;
	min-height:102px;
	margin: 13px auto 0 auto;

        position: relative;
        z-index: 10;
}

.misc div#searchBox {
	margin: 0 0 0 193px;
}

#searchBox form {
	position: relative;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#home #searchBox form {
	width: 559px;
	height: 102px;

	background: url("/shared/images/d3/boxes/home-search-box-plain.jpg")no-repeat;
}

.misc #searchBox form {
	position: relative;
	top: 17px;

	width: 540px;
	height: 55px;
	
	background: url("/pch/images/d3/boxes/searchHeaderBar.gif") bottom left no-repeat;
	margin: 0 auto 20px;
}

#searchBox .searchSelector {
	font-size: 12px;
	font-weight: bold;
	color: #34801A;
	left: 4px;
}

#home #searchBox .searchSelector {
	position: absolute;
	top: 12px;
}

.misc #searchBox .searchSelector {
	position: absolute;
	top: -17px;
}

#searchBox .searchSelector a {
	font-weight: bold;
	color: #1E4B96;
	text-decoration: none;
}

#searchBox .searchSelector a:hover {
	text-decoration: underline;
}

#searchBox div.searchAdvancedLink a {
	font-size: 10px;
	text-decoration: none;
}

#searchBox div.searchAdvancedLink a:hover {
	text-decoration: underline;
}

#home #searchBox div.searchAdvancedLink a {
	color: #FFF;
}

#home #searchBox div.searchAdvancedLink {
	position: absolute;
	top: 63px;
	left: 10px;
}

.misc #searchBox div.searchAdvancedLink {
	position: absolute;
	top: -16px;
	left: 477px;
}

#searchBox .searchSelector .selectionIndicator,
#searchBox .searchSelector .selectionIndicatorSelected {
	text-align: right;
	display: inline;
}

#searchBox .searchSelector .selectionIndicator {
	color: #FFF;
}

#home #searchBox div.searchFormInputs {
	position: absolute;

	top: 40px;
	left: 10px;
}

.misc #searchBox div.searchFormInputs {
	position: absolute;

	top: 8px;
	left: 10px;
}

#searchBox input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#searchBox input.searchField {
	vertical-align: middle;
	font-weight: bold;
	margin-right: 12px;
}

.misc #searchBox input.searchField {
	width: 455px;
}

#home #searchBox input.searchField {
	width: 439px;
}

#searchBox input.submitButton {
        width: 80px;
}

/* Page with Sidebar */

table.pageWithSidebar {
       width: 960px;
       margin:0 auto;
	padding:1px 0 0 0;
	position:relative;
	top:-8px;
}

.pageWithSidebar td {
        vertical-align: top;
}

.pageWithSidebar td.left {
       padding: 0 25px 0 20px;
	width:640px;
}

.pageWithSidebar td.right {
	width: 255px;
       padding: 0 20px 0 0;
	text-align: left;
}


/* Page with Three Columns */

table.threeColumnPage {
        width: 100%;
}

.threeColumnPage td {
        vertical-align: top;
}

.threeColumnPage td.left {
        width: 181px;
        padding: 0 0 0 12px;
}

.threeColumnPage td.center {
        padding: 0 0 0 12px;
}

.threeColumnPage td.right {
        width: 198px;
        padding: 0 0 0 12px;
        text-align: left;
}

.right div.sidebarContentWithoutShadow {
        width: 186px;
        margin: 0 6px 12px 0;
	z-index:-1;

}

.right div.sidebarContentWithShadow {
        width: 186px;
        margin: 0 0 6px 0;
	z-index:-1;
}

.sidebarModules img {
        display:block;
}

/* Menu */

div.menu {
        background-color: #F4F7FC;
        color: #01429A;

        padding: 1px 12px 1px 12px;
}

.menu .menuSection {
        margin: 12px 0 12px 0;
}

.menu a {
        color: #01429A;
}


/* Winner List */

div.winnerList,
div.winnerLastPremium {
	font-size: 10px;
        width: 192px;
}

.winnerList img,
.winnerLastPremium img {
        display: block;
}

.winnerList a,
.winnerLastPremium a {
        color: #CB1701;
}

.winnerLastPremium div.bottom,
.winnerList div.bottom {
        height: 46px;
        margin: 0 0 6px 0;
        background: url(/images/d2/winnerListBottom.gif) no-repeat top left;
}

.winnerList .bottom div.bottomContent,
.winnerLastPremium .bottom div.bottomContent {
        padding: 12px 12px 0 12px;
}

.winnerList div.content,
.winnerLastPremium div.content {
	background: url(/images/d2/shadow-right.gif) repeat-y top right;
        padding: 0 6px 0 0;
        background-color: #D9D9D9;
}

.winnerList div.highlightedWinner,
.winnerLastPremium div.content {
        padding: 8px 12px 12px 12px;

        background-color: #DB1A02;
        color: #FFF;
}

.winnerList div.highlightedWinner {
        font-weight: bold;
}

.winnerList .highlightedWinner div.timeBox {
        padding: 0 0 6px 0;
        margin: 0 0 12px 0;

	background-color: #CB1701;

        text-align: center;
}

.winnerList .highlightedWinner .time {
        font-size: 40px;
        font-family: Arial, Helvetica;
}

.winnerLastPremium .content .time {
        margin: 1em 0 0 0;
}

.winnerList div.premiumPrize {
        font-weight: bold;
}

.winnerLastPremium .content div.prize {
        font-weight: bold;
        font-size: 12px;
}

.winnerList .highlightedWinner div.nameLocation,
.winnerLastPremium div.nameLocation {
        margin: 12px 0 0 0;
}

.winnerList .otherWinners {
    overflow: hidden;
}

.winnerList div.item {
	padding: 8px 12px 8px 12px;
	border-bottom: 1px dashed;
        color: #CB1701;
}

.winnerList div.details,
.misc .right .news div.links {
	padding: 5px 0px 6px 0px;
}


.misc div.importantNote {
        margin: 12px 0 12px 0;
        padding: 12px;
        border: 1px solid #42A542;
}

.winnerList div.title {
	font-weight: bold;
        padding: 4px 0 18px 0;
	border-bottom: 1px dashed;
}

.winnerList .item div.time {
	font-weight: bold;
}

.winnerList .nameLocation span {
        white-space: nowrap;
}

.winnerStats {
        background-color: #DB1A02;
        color: #FFF;
        text-align: center;
        width: 192px;
}

.winnerStats .content {
	padding: 6px 18px 12px 12px;
	background: url(/images/d2/shadow-right.gif) repeat-y top right;
}

.winnerStats .statBox,
.winnerStats .statBoxLargeValue {
        padding: 3px 0 3px 0;
        margin: 0 0 12px 0;

        background-color: #CB1701;

        text-align: center;

        font-size: 35px;
        font-family: Arial, Helvetica;
        font-weight: bold;
}

.winnerStats .statBoxLargeValue {
        font-size: 25px
}

.winnerStats .statLabel {
        text-transform: uppercase;
	font-weight: bold;
        text-align: left;
}

#press h2 {
        margin-bottom: 12px;
}

#press .threeColumnPage .left {
        padding-top: 84px;
}

.threeColumnPage .center .formBalloon,
.threeColumnPage .center .paragraphBalloon {
        position: relative;
        left: -12px;
}

.misc div.smallTitleBalloon,
.misc div.paragraphBalloon {
	background-color: #4FB14F;
        line-height: 1.45em;
}

.misc .left div.paragraphBalloon,
.misc .left div.smallTitleBalloon {
	margin: 73px 0 0 0;
}

.misc div.formBalloon {
	background-color: #F0F0F0;
}

div.sidebar {
        margin: 0 6px 0 12px;
}

div.sidebar img {
	display: block;
}

#results div.messageBalloon {
	background-color: #E6E6E6;
}

.misc div.formBalloon {
	width: 424px; /* mainContent width plus 12-inch margins */
}

div.factsBox {
	background-color: #CCC;
	border: 1px solid #000;
	padding: 6px;
	width: 500px;
	margin-left: auto;
	margin-right: auto
}

#claim div.mainContent {
	width: 400px;
}

.misc .paragraphBalloon div.content {
	padding: 10px 12px 14px 12px;

	font-size: 11px;
	font-weight: normal;

	color: #FFF;

	text-align: left;
}

.misc .paragraphBalloon .content a {
        color: #FFF;
}

/*
.misc .mainContent div.note {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
*/
.misc .mailingAddress {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

#press td.left {
	padding-top: 18px;
}

#press .mainContent p,
#press .left p {
	line-height: 1.3em;

	padding: 0px 0px 9px 0px;
	margin: 0px 0px 5px 0px;

	font-size: 10px;
}

#press .mainContent p {
	padding-bottom: 20px;
}

#results div.messageBalloon {
	width: 100%;
        
       margin: 0 0 12px 0;

	font-family: Arial, Helvetica, sans-serif;
	/* omit Verdana to match google */

	font-size: 12px;
 	color: #000;
	text-align: left;
}

#results .helpers hr {
	color: #FFF;
	background-color: #FFF;
	border: 0;
	height: 1px;
}

#results .helper div.title {
	font-weight: bold;
}

#results .helper div.helperContent {
	font-size: 12px;
	padding: 6px 0 0 0;
}

#results .helper div.helperContentSuperprize10x {
	font-size: 12px;
	padding: 0 0 0 0;
	background-color: #FFF;
}

#results .helpers div.spelling,
#results .helpers div.nothingFound {
	font-size: 16px;
	color: #880000;
}

#aylf {
	font-size: 15px;
	width: 187px;
}

#aylf .aylfheader {
       height: 18pt;
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
	color:#888;
}

#aylf .aylfterm
{
	font-size: 13px;
       color: #039;
	text-decoration:none;
	line-height: 16pt;
}

/*  Did I Win / SuperPrize Helper */

#results .helper div.titleSuperPrize {
	font-size: 16px;
	font-weight: bold;
}

#results .helper div.winnerOptionSuperPrize {
	text-align: left;
    line-height: 20px; /* px better than em on IE7 */
}

 #results .helper .winnerOptionSuperPrize span.optionNumber {
	font-size: 28px;
	font-weight: bold;
	color: #1E4B96;
}

#results .helper .winnerOptionSuperPrize span.optionTitle {
	color: #1E4B96;
        font-weight: bold;
}

#results .helper .winnerOptionSuperPrize div.optionGraphic {
        text-align: center;
        margin: 1em 0 0 0;
}

#results .helper .winnerOptionSuperPrize .optionGraphic img.instantWin {
        width: 120px;
        height: 126px;
}

#results .helper .winnerOptionSuperPrize .optionGraphic img.prizePatrol {
        width: 298px;
        height: 126px;
}

#results div.messageBalloonTitle,
#results div.messageBalloonTitle a {
        color: #000;
}

#results .messageBalloon .messageBalloonTitle a {
        color: #666;
}

#results div.messageBalloonTitle {
        margin: 0 0 12px 6px;
        font-weight: bold;
}

#results .messageBalloon div.messageBalloonTitle {
        margin: 0;
        padding: 0 0 0 6px;
	border-bottom: 1px solid #FFF;
}

#results .messageLine {
	margin:0 auto 0;
	font-size: 12px;
	color: #34801A;
	width:920px;
}

#results .messageLine a {
	color: #34801A;
}

#results .messageLine div.searchHeaderMessage {
       vertical-align: top;
	padding: 2px 0 0 4px;
}

#results .messageLine .searchHeaderMessage span.salutation {
	font-weight: bold;
}

#results .messageLine .searchHeaderMessage .signOut {
       white-space: nowrap;
       font-size: 10px;
}

#results .messageLine .didIWinIcon {
	float: left;
	vertical-align: top;
	margin: 0 4px 0 0;
       width: 72px;
      	height: 21px;
}


#results div.summaryText {
       float: right;
       font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0px 4px 1px 4px;
	height: 1.3em;
       color: #000;
}

#results .summaryText span.resultIndex,
#results .summaryText span.firstResultIndex,
#results .summaryText span.hitCount,
#results .summaryText span.query {
	font-weight: bold;
}

#results .messageBalloon div.content {
	padding: 12px 12px 12px 12px;
}


#results div.resultList {
	margin: 0;
	text-align: left;
       color: #666666;
}

#results div.resultsSectionSeparator {
	background-color:#eee;
	color: #000;
}

.aylfheaderHead{
	color: #888;
	background-color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

#results .resultsSectionSeparator div.roundedTop {
	background: url(/images/corners/gray-small-ur.gif) no-repeat top right;}

#results div.sponsoredSection,
#results div.bottomSponsoredSection {
       margin: 0 0 16px 0;
}

#results div.resultsSectionTitle {
	padding: 0 0 1px 6px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#results .resultList div.result {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	/* leave out Verdana, to match Google */
	font-size: 12px;
}

#results .sponsoredSection .resultList div.result,
#results .bottomSponsoredSection .resultList div.result {
       margin: 0 0 6px 0;
       cursor: pointer;
       cursor: hand; /* for IE */
}

#results .resultList .result .clustered {
	margin: 0px 0px 0px 30px;
}

#results .resultList .result div.title {
	font-size: 12pt;
	line-height:16pt;
	color:#039;}

#results .resultList .result div.formatLine {
	font-size: 13px;
}

#results .resultList .result .formatLine span.label {
	color: #787878;
}

#results .resultList .result .contentType {
	font-size: 10px;
	font-weight: bold;
	color: #00c;
}

#results .resultList .result div.summary {
	margin: 1px 0 0 0;
	line-height: 1.3em;
}

#results .resultList .result .dateLine {
        color: #888;
}

#results .resultList .result .dateLine a {
        color: #888;
        text-decoration: none;
}

#results .resultList .result .dateLine a:hover {
        text-decoration: underline;
}

#results .resultList .result .infoLine {
	color: #693;
	font-size:13px;
line-height:16px;
}
#results .resultList .result .infoLine span.sources {
        color: #888;
        padding-left: 6px;
        white-space: nowrap;
font-size:11px;
}
#results .resultList .result .infoLine a,
#results .resultList .result .seeMoreLine a {
	color: #7777cc;
       white-space: nowrap;

}

#results .searchLogoLine {
	height: 19px;
       background-color: #E6E6E6;
	margin: 1px 0 10px 0;
}

#results .searchLogoLine div.text {
        font-size: 10px;
        float: left;
        padding: 3px 8px 0 5px;
}

#results resultListFooter {
	height: 2em;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* leave out Verdana, to match Google */
}

#results div.pageIndex {
	margin: 40px auto 0px auto;
	text-align: center;
	font-size: 14px;
        color: #000;
}

#results .pageIndex .title {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0.3em 0;
}

#results .pageIndex .currentPageNumber {
	font-weight: bold;
	font-size: 14px;
	color: #C00;
}

#results .pageIndex .nextPage,
#results .pageIndex .previousPage {
	font-weight: bold;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
}



#results div.searchWithin {
	margin: 1em 0 1em 0;
	text-align: center;
}

#searchWithinResults input {
	border:3px solid #062355;
padding:5px;
}
#searchWithinResults .submitButton  {
	border:0;
	float:left;
	margin: 5px 0 0 15px;
}


#results div.bottomSearchForm { 
	text-align: center;
	background: url("/pch/images/d3/boxes/searchBarSmall.gif") 0 3px no-repeat;
	margin: 20px auto 20px;
	height: 39px;	
	width:450px;
	padding:0px 0 20px 0;
}

#helpPage div.bottomSearchForm { 
	text-align: center;
	background: url("/pch/images/d3/boxes/searchBarSmall.gif") 0 3px no-repeat;
	margin: 20px auto 20px;
	height: 39px;	
	width:450px;
	padding:0px 0 20px 0;
	float:left;
	position:relative;
	left:20px;
	top:-20px;
}
.inputField{  border:0;
	width:310px;
	height:20px;
	float:left;
	margin:10px 0 0 10px;
	font-size:14px;clear:none;
}
.bottomSearchForm .submitButton {
	width:109px;
	height:60px;
	
	background: url("/pch/images/d3/boxes/searchButtonSmall.gif") 0 0px no-repeat;
	border:0;
	cursor: pointer;	
	/*hide button text*/
	line-height: 1000px;
	color: transparent;
	overflow: hidden;
}

#results div.bottomNotice {
	text-align: center;
}

#results .resultList .result a {
	color: #77C;
	white-space: normal; /* Allow long titles to wrap */
}

#results .resultList a:link,
#results .pageIndex a {
	text-decoration: underlined;
	color: #039;
}

#results .resultList .result .title a:visited {
	color: #551a8b;
}

#results .resultList .result .title a:active {
	color: #FF0000;
}

#results .resultList a:active {
	color: #f00;
}

#results div.bottomMessage {
        margin: 2em 0 2em 0;
        font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	/* leave out Verdana, to match Google */

        color: #CA422D;
}

#results span.uri_adtest1 {
    color: #008000; 
    padding-right: 25px;
}

#results span.infoLine_adtest1 {
    color: #000000;
}

div.roundedTop,
div.roundedBottom,
div.outerRoundedTop,
div.outerRoundedBottom {
	text-align: left;
}

.roundedTop img,
.roundedBottom img {
	width: 3px;
	height: 3px;
	display: block;
}



div.newsBalloonContainer {
	height: 200px;
	margin-top: 12px;
}

.right div.newsBalloon {
	margin: 24px 0 0 0;
}

div.newsBalloon {
	width: 181px;
	background-color: #F0F0F0;
}

.newsBalloon div.content {
	padding: 0.6em 10px 0.6em 10px;

	font-size: 10px;
	line-height: 1.45em;
	color: #7C7C7C;
}

.newsBalloon .content a {
	color: #777;
}

.newsBalloon .content p {
	margin: 0px 0px 0.4em 0px;
}

.newsBalloon .content p.title {
	margin: 0px 0px 0.6em 0px;
}

.newsBalloon div.roundedTop,
.formBalloon div.roundedTop {
	background: url(/images/corners/gray-small-ur.gif) no-repeat top right;
}

#results .messageBalloon div.roundedTop {
	background: url(/images/corners/grayE6-small-ur.gif) no-repeat top right;
}

.newsBalloon div.roundedBottom,
.formBalloon div.roundedBottom {
	background: url(/images/corners/gray-small-lr.gif) no-repeat top right;
}

#results .messageBalloon div.roundedBottom {
	background: url(/images/corners/grayE6-small-lr.gif) no-repeat top right;
}

#results .messageBalloon .innerBalloon div.roundedTop {
	background: url(/images/corners/whiteongrayE6-small-ur.gif) no-repeat top right;
}

#results .messageBalloon .innerBalloon div.roundedBottom {
	background: url(/images/corners/whiteongrayE6-small-lr.gif) no-repeat top right;
}

#results .messageBalloon div.innerBalloon {
	background-color: #FFF;

	font-size: 12px;
	margin: 12px auto 12px auto;
}

#results .messageBalloon div.innerBalloonSuperprize10x {
	background-color: #FFF;

	font-size: 12px;
	margin: 0 0 0 0;
}

#results .messageBalloon .innerBalloon a {
	color: #CA422D;
}

#results .messageBalloon .innerBalloon div.innerContent {
	margin: 9px 12px 9px 12px; /* padding causes IE6 rendering bug */
	text-align: center;
}

#results .messageBalloon .innerBalloonSuperprize10x div.innerContentSuperprize10x {
	margin: 0 0 0 0; 
	text-align: center;
}

.misc img.screen {
	width: 251px;
	height: 211px;
}

.misc img.superprize10x {
	width: 561px;
	height: 337px;
}

div.prizeBalloon {
	width: 181px;
	background-color: #4FB14F;
}

.misc div.prizeBalloon {
	width: 181px;
	background-color: #4FB14F;
        margin-bottom: 12px;
}

.prizeBalloon div.content,
.misc .smallTitleBalloon div.content {
	padding: 5px 12px 5px 12px;

	text-align: center;

	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.misc .smallTitleBalloon div.content {
	padding: 21px 5px 23px 5px;
}

#claim div.mainContent {
	font-size: 11px;

	color: #2E509B;
}

div.claimCodeImageContainer {
	margin: 12px 0 12px 0;
}

img.claimCodeImage {
	border: 1px solid black;
}

input.claimSubmitButton {
	margin: 12px auto 12px auto;
}

.misc .formBalloon div.content {
	padding: 5px 15px 5px 12px;

	font-size: 10px;

	color: #2E509B;
}

.misc .formBalloon div.content a {
	color: #0066FF;
}

#claim input {
	vertical-align: middle;
}

#claim input.field {
        width: 98%;
        margin: 0 0 2px 0;
}

form div.formLabelNoteContainer {
        width: 200px;
        font-size: 10px;
        line-height: 1.33em;
        margin: 0 0 2px 0;
        float:right;
}

/* formLabel used on loging page form */

form div.formLabel {
	margin: 6px 0 0 0;
	padding: 0;
	color: #666;
	font-weight: normal;
	font-size:13px;
}

form div.formLabelLogin {
	margin: 6px 0 0 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size:13px;
}

form div.formSection {
        margin: 2em 0 0 0;
}

#claim div.formValue {
	margin: 1em 0 1em 0;
}

form .formRadio input,
form .formRadio span.label {
        vertical-align: middle;
}

.mainContent div.error {
	color:#954f14;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
	position:relative;
	top:0;
	left:105px;
	*left:0px;
	width:520px;
}

.formBalloon div.error,
.misc div.error,
#accessDenied .mainContent div.error {
	margin: 20px 0 20px 0;

	text-align: center;

	color: #CA422D;
	font-weight: bold;
	font-size: 14px;
}

#accessDenied .mainContent div.error {
	margin: 73px 0 10px 0;
}

#invite .mainContent div.message {
	margin: 0 0 24px 0;

	color: #42A542;

	font-weight: bold;
	font-size: 12px;
}

#invite .mainContent div.nameBlock {
        margin: 0 0 0 20px;
}

.formBalloon td {
	vertical-align: top;
}

.formBalloon div.formSection {
	border-top: 1px dashed;
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
}

.formBalloon .formSection div.formSectionText {
	margin: 0 0 12px 0;
}

div.acceptReject {
	margin: 12px 12px 12px 12px;
}

.formBalloon table,
.affidavit textarea {
	width: 100%;
	margin: 12px 0 2px 0;
	padding: 0;
}

.formBalloon div.city {
	margin: 0 10px 0 0;
	float: left;
}

.formBalloon div.state {
	margin: 0 10px 0 0;
}

.formBalloon div.postalCode {
	margin: 0 10px 0 0;
}
.formBalloon div.nickname {
	margin: 0 10px 0 0;
}
.formBalloon div.email1 {
	margin: 0 10px 0 0;
}
.formBalloon div.email2 {
	margin: 0 10px 0 0;
}
.formBalloon div.password1 {
	margin: 0 10px 0 0;
}
.formBalloon div.password2 {
	margin: 0 10px 0 0;
}


#claim div.submitButtons {
	border-top: 1px dashed;
	margin: 24px 0 24px 0;
	padding: 24px 0 24px 0;
	text-align: right;
}

#claim .submitButtons input {
	margin: 0 0 0 12px;
}

.prizeBalloon .content a {
	text-decoration: none;
	color: #FFF;
}

.prizeBalloon div.roundedTop,
.misc .paragraphBalloon div.roundedTop,
.misc .smallTitleBalloon div.roundedTop {
	background: url(/images/corners/green-small-ur.gif) no-repeat top right;
}

.prizeBalloon div.roundedBottom,
.misc .paragraphBalloon div.roundedBottom,
.misc .smallTitleBalloon div.roundedBottom {
	background: url(/images/corners/green-small-lr.gif) no-repeat top right;
}

.youWinBalloon .winningPrizeBalloon div.roundedTop {
	background: url(/images/corners/whiteonblue-small-ur.gif) no-repeat top right;
}

.youWinBalloon .winningPrizeBalloon div.roundedBottom {
	background: url(/images/corners/whiteonblue-small-lr.gif) no-repeat top right;
}

.youWinBalloon div.winningPrizeBalloon {
	background-color: #FFF;
	color: #CA422D;
	font-size: 10px;
}

.youWinBalloon .winningPrizeBalloon div.content {
	padding: 0 8px 8px 8px;
}

.youWinBalloon .winningPrizeBalloon .content p {
	border-bottom: 1px dashed;
	padding: 1em 0 1em 0;
}

.youWinBalloon .winningPrizeBalloon .content p.prizeDescription {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.33em;
}

.youWinBalloon .winningPrizeBalloon .content div.claimButtonContainer {
	text-align: center;
	margin: 12px 0 0 0;
}

.youWinBalloon .winningPrizeBalloon .content .claimButtonContainer img {
	width: 117px;
	height: 25px;

        margin: 6px 0 0 6px;
}

#youWin .youWinBalloon {
	background-color: #2E509B;
	color: #FFF;
	margin: 12px 12px 0 12px;
}

.youWinBalloon div.outerRoundedTop {
	background: url(/images/corners/blue-large-ur.gif) no-repeat top right;
}

.youWinBalloon div.outerRoundedBottom {
	background: url(/images/corners/blue-large-lr.gif) no-repeat top right;
}

.youWinBalloon .outerRoundedTop img,
.youWinBalloon .outerRoundedBottom img {
	width: 8px;
	height: 8px;
	display: block;
}

.youWinBalloon .outerContent {
	margin: 4px 12px 4px 12px;
}

#youWin .youWinBalloon h1 {
        color: #FFF;
}

#youWin .youWinBalloon .largeText {
	font-size: 14px;
	margin: 0 0 18px 0;

	line-height: 1.45em;
}

#youWin .center img.ambassador {
	margin: 0 auto;
	width: 350px;
	height: 240px;
	display: block;
}

.misc .logoSmall img {
	width: 108px;
	height: 35px;
}

.misc .logo img {
	width: 108px;
	height: 35px;
}
table, tbody, tr, td {padding:0;}

.misc td {
	text-align:left;
}

#about td.left,
#profile td.left {
	text-align: right;
}

.misc .left img.ambassador,
#youWin .left img.ambassador {
	width: 181px;
	height: 181px;
}

#about .left img.ambassador,
#profile .left img.ambassador {
	margin: 55px 0px 0px 0px;
}

#about #prizeTable td {
        white-space: nowrap;
}

.misc a.red,
.misc .red {
        color: #CA422D;
        font-weight: bold;
}

#claim .left div.smallTitleBalloon {
        margin-right: 12px;
}

.misc .right div.paragraphBalloon {
	margin: 6px 0 0 0;
}

.center .paragraphBalloon div.content {
        padding-right: 12px;
        font-size: 16px;
        line-height: 1.33em;
}

#contact .mainContent .message textarea,
#cancel .mainContent .message textarea {
	width: 350px;
}

#contact div.topicMessage,
#cancel div.reasonMessage {
        margin: 1em 0 1em 0;
        padding: 1em;
        background-color: #FDD;
        border: 1px dashed #955;

        line-height: 1.45em;
}

.misc .mainContent div.submitButtons,
.misc .mainContent div.submitButtons {
	margin: 12px 0 0 0;
}

h1 {
	margin: 1em 0 1em 0;

        font-size: 20px;
	font-weight: bold;
        color: #01429A;
}

h1.sectionStart {
	border-top: 2px solid;
	margin: 70px 0 0 0;
        padding: 1em 0 0 0;
}

h2 {
	border-top: 1px dashed;

	margin: 2.5em 0 2px 0;
	padding: 5px 0 0 0;

	font-size: 12px;
	font-weight: bold;
        color: #01429A;
}

h3 {
	padding: 0;
	margin: 0;

	font-size: 11px;
	font-weight: bold;
	color: #666;
}

#pressrelease .mainContent h1 {
	text-align: center;
	width: 100%;
        margin-left: 0;
        margin-bottom: 0;
}

#pressrelease .mainContent h2 {
	text-align: center;
	border: none;
	margin: 0 0 24px 0;
}

.misc .mainContent p {
	padding: 0 0 15px 0;
	margin: 0;
        line-height: 1.45em;
}

.misc div.list {
	margin: 0 0 12px 0;
}

.misc .mainContent p.listItem {
	margin: 0;
	padding: 0;

	font-size: 11px;
	font-weight: normal;
	color: #666;

	line-height: 1.45em;
}

.misc table.fatListTable {
        border-collapse: collapse;
}

.misc .fatListTable td {
        color: #01429A;
        font-weight: bold;
	border-top: 1px dashed;
        padding-top: 3px;
}

.misc .fatListTable td.number {
        font-size: 20px;
        font-weight: bold;
        width: 40px;
}

.misc .fatListTable td.title {
        font-size: 12px;
        padding-bottom: 24px;
}

.misc div.fatList {
        margin: 0 0 40px 0;
}

.misc .fatList .listItem div.title {
        font-size: 12px;
        font-weight: bold;
	margin: 2.5em 24px 2px 0;
	padding: 5px 0 0 0;

	border-top: 1px dashed;

        color: #01429A;
}

.misc .fatList .listItem .title div.number {
        font-size: 20px;
        font-weight: bold;
        float: left;
        width: 40px;
}

.misc .fatList .listItem div.listItemContent {
        margin: 1em 0 0 40px;
       
}

.misc .fatList .listItem div.smallprint {
        font-size: 10px;
        font-weight: normal;
         color: #666;
}
.misc .fatList img {
        display:block;
        margin: 24px auto 1em 0;
}

.advancedSearchTable td,
.advancedSearchTable th {
	white-space: nowrap;
	text-align: right;
	padding: 5px 3px 0px 0px;

	vertical-align: middle;
}

.advancedSearchTable th {
	padding: 0px 15px 0px 5px;
	font-size: 10px;
	color: #2E509B;
}

.advancedSearchTable .tip {
	font-size: 10px;
	text-align: left;
	padding-left: 2px;
}

.advancedSearchTable div.horizontalRule {
	width: 100%;
	height: 1px;
	overflow: hidden;

	margin: 10px 0px 10px 0px;
}

.advancedSearchTable .inputField {
	width: 200px;
}

.misc .mainContent img.screenshot {
	border: 1px solid #666;
	margin-top: 12px;
}

.misc form div.instructions {
	margin: 0 0 12px 0;
}

.misc form div.sideInstructions {
        margin: 0 0 0 6px;
        float: right;
        width: 240px;
}

#invite .mainContent form {
        width: 400px;
}

#invite .mainContent .addressTable input {
        width: 140px;
}

#invite .mainContent .addressTable td {
        padding-right: 6px;
}

#invite .mainContent .addressTable th {
        text-align: left;
        padding-right: 4px;
}

#invite .mainContent .message textarea {
        margin: 2px 0 0 0;
        width: 320px;
        height: 120px;
}

.mainContent a {
        color: #666;
}

#advancedsearch input.inputField {
        width: 200px;
}

#advancedsearch div.submitButtons {
	border-top: 1px dashed;
	margin: 24px 0 12px 0;
	padding: 12px 0 12px 0;
}

#iesidebar form {
        text-align: center;
        width: 200px;
        margin: 0 auto 0 auto;
}

#iesidebar input {
        vertical-align: middle;
}

#iesidebar input.field {
        width: 120px;
}

#iesidebar div.copyright {
       text-align: center;
	font-family: Arial,Helvetica,sans-serif,Verdana;
	font-size: 10px;
}

#iesidebar div.nosearchHeader,
#iesidebar div.prizes {
        margin: 12px;
}

#iesidebar div.resultList {
        white-space: nowrap;
        margin: 12px;
        font-size: 12px;
}

#iesidebar div.bottomLinks {
        font-size: 12px;
        text-align: center;
        margin: 12px;
}

#iesidebar div.helpers {
        margin: 12px;
}


#howto h2 a {
	color: #369;
}

#howto .browserTable td {
        padding-right: 6px;
        font-size: 11px;
}

span.newPrizeLabel {
        font-weight: bold;
}

.misc span.newLabel {
        background-color: #FF0;
}

.misc .vitalStats th {
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        padding-right: 1em;
        line-height: 1.45em;
}

.misc .vitalStats td {
        vertical-align: top;
        white-space: nowrap;
        line-height: 1.45em;
}

.misc .vitalStats td.name {
        white-space: normal;
}

.misc .vitalStats .separateRow td,
.misc .vitalStats .separateRow th {
        padding-top: 0.66em;
}

#rules h3 {
        margin: 1em 0 0 0;
}

#profile h3 {
        margin: 1em 0 0 0;
        color: #036;
}

#profile div.mainContent,
#report div.mainContent {
        margin: 0 0 4em 0;
        line-height: 1.45em;
}

#profile div.subsection {
        margin: 0 0 3em 0;
}

#profile div.tableNote,
#report div.tableNote {
        margin: 1em 0 1em 0;
        font-size: 10px;
}

.misc .friendsStats th {
        text-align: left;
        white-space: nowrap;
        padding-right: 10px;
}

.misc .friendsStats td.name,
.misc .friendsStats td.date {
        vertical-align: top;
        white-space: nowrap;
        padding-right: 15px;
}

.misc .friendsStats span.thanksTo {
        color: #AAA;
}

.misc .friendsStats .thanksTo img {
        width: 8px;
        height: 8px;
}

.misc div.returnLink {
        margin: 1em 0 0 0;
        color: #036;
}

.misc div.returnLink a {
        color: #036;
}

.misc div.caption {
        margin: 0 0 1em 0;
}


/* Blog */

#blog .nextPreviousIndex a, #press a {
        white-space: normal;
}

.blogEntry h2 a,
.blogEntry .blogDateHeader a {
        text-decoration: none;
        color: #036;
}

.blogEntry h2 a:hover,
.blogEntry .blogDateHeader a:hover {
        color: #69c;
}

#blog table.nextPreviousIndex {
        width: 100%;
        margin: 2em 0 2em 0;
}

#blog .nextPreviousIndex td {
        line-height: 1.3em;
        vertical-align: top;
}

#blog .nextPreviousIndex div.nextBlock {
        padding-left: 12px;
        text-align: right;
}

#blog .nextPreviousIndex div.previousBlock {
        padding-right: 12px;
}

#blog .nextPreviousIndex div.label {
        font-weight: bold;
}

.misc .right .blogEntry h2 {
        border: none;
        margin: 0;
}

div.blogEntry {
        padding: 0 0 2em 0;
}

.blogDateHeader {
        font-size: 10px;
	color: #036;
}

div.blogBody {
        margin: 1em 0 0;
}

div.blogExtended {
        margin: 0 0 1em 0;
}

div.blogPosted {
        font-size: 10px;
	color: #036;
}

div.blogIndexLink {
        margin: 2em 0 0 0;
}

div.blogNavigationSidebar {
        width: 180px;
	border-top: 2px solid;
	border-bottom: 2px solid;

	font-size: 10px;
	color: #CA422D;
        padding-top: 12px;
}

.blogNavigationSidebar a {
        color: #CA422D;
}

.blogNavigationSidebar .navigationSection div.navigationTitle {
	font-weight: bold;
}

.blogNavigationSidebar div.navigationSection {
	margin: 0.4em 0em 2em 0em;
}

#blog .threeColumnPage .left {
        font-size: 11px;
        color: #666;
}

.bulletTable th {
        vertical-align: top;
        text-align: left;
        padding-right: 0.25em;
}

.bulletTable td {
        padding-bottom: 4px;
}


/** Image Search **/

#results table.thumbTable {
        width: 100%;
        margin: 12px 0 12px 0;
        border-bottom: 1px solid #DDD;
}

#results .thumbTable td {
        text-align: center;
        vertical-align: top;
}

#results div.thumbContainer {
        margin: 0 auto 12px auto;
        width: 188px;

        overflow: hidden;
}

#results .thumbContainer div.thumb {
        height: 180px;

        padding: 6px;
        text-align: center;

        border: 1px solid #DDD;
}

#results .thumbContainer div.name {
        font-size: 12px;
}

#results .thumbContainer div.size {
        font-size: 10px;
        text-align: center;
        color: #777;
}

#results .thumbContainer div.pageURI {
        font-size: 10px;
        color: #777;
}

#results .thumbContainer a {
        color: #777;
}

#results span.topPageIndex a {
        font-weight: bold;
}

#results span.topPageIndex {
        text-align: right;
        padding-left: 4px;
}

#results div.imageDisclaimer {
        padding: 6px 0 0 0;
        text-align: left;
        vertical-align: middle;
        font-size: 10px;
        color: #AAA;
}

#results div.imagePoweredBy {
        float: right;
        text-align: right;
        vertical-align: middle;
        font-size: 10px;
        color: #AAA;
}

#results .imagePoweredBy img {
        vertical-align: middle;
        width: 61px;
        height: 27px;
}

#imageFrame div.container {
        margin: 6px;
        font-size: 10px;
}

#imageFrame div.thumb {
        float:left;
        margin-right: 12px;
        height: 128px;
}

#imageFrame .thumb img {
        border: 1px solid #DDD;
}

#imageFrame span.name {
        font-weight: bold;
        font-size: 12px;
}

#imageFrame div.explanation {
        float:left;
        margin-right: 12px;
        width: 200px;
}

#imageFrame div.links {
        float: right;
        margin: 0 12px 0 0;
        padding: 0;
}


/* IE5.5 - many styles don't inherit into tables properly */

.newsBalloon .content table {
       font-size: 10px;
	line-height: 1.35em;
	color: #7C7C7C;
}

table.vitalStats {
       font-size: 11px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

table.friendsStats {
      	font-size: 11px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
}

.adsTag {
	font-size:12px;
	color:#888;
	padding:0 0 7px 0;
}

/* ==================== dos and dont page ======================= */

#mainContainer_how { border:0px solid green;
	width:960px;
	margin:0 auto;
	clear:both;
	min-height:1350px;
}
#mainContainer_dosDonts {
	width:960px;
	margin:0 auto;
	clear:both;	
	min-height:1250px;
}
#mainContainer_aboutSw {
	width:960px;
	margin:0 auto;
	clear:both;	
	min-height:2350px;
}
#mainContainer_abtSP {
	width:960px;
	margin:0 auto;
	clear:both;	
	min-height:2150px;
}
#mainContainer_winners {
	width:960px;
	margin:0 auto;
	clear:both;	
	min-height:1150px;
}
#mainContainer_help {
	width:960px;
	margin:0 auto;
	clear:both;	
	min-height:1400px;
}

#narrowCol {
	width:200px;
	float:left;
}
.pageBody {  border:0px solid red;
	width:720px;
	padding:0 20px;
	float:right;
	padding:0 0 50px 0;
	
}
.pageBody .pageTitle{  
	font-size:22px;
	color:#06255b;
	font-weight:bold;
	padding:0 0 10px 0;
}
#aboutTitle {
	background:#052357;
	color:#fff;
	line-height:16px;
	font-size:15px;
	letter-spacing:-1px;
	padding:5px 0 5px 15px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
	font-family: Arial,Helvetica,sans-serif,Verdana;
}
#aboutTitle .subTitle{
	font-size:20px;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif,Verdana;
}

.h1sub {
	color:#333;
	font-size:18px;
	font-weight:bold;
}

.h2sub {
	color:#666;
	font-size:18px;
}

ul#aboutNav {
	padding:0;
	margin-left:0; 
}
#aboutNav li{ 
	height:27px;
	list-style-type:none;
	padding:3px  0 0 10px;
	color:#304878;
	font-size:15px;
	float:none;
	width:222px;
	font-family: Arial,Helvetica,sans-serif,Verdana;
}
#aboutNav li a{
	color:#304878;
	text-decoration:none;
}
#aboutNav li a:hover{ 
	text-decoration:underline;
}
#aboutNav li.selected a:hover { 
	text-decoration:none;

}
#aboutNav li.selected{
	background: url(/images/pointerArrow.gif) no-repeat;
	color:#fff;
	cursor:default;
}
#aboutNav li.selected a{
	color:#fff;
	cursor:default;
}
#dosdontsMain {
	background: url(/images/dosdontBg.jpg) no-repeat;
	height:554px;
	width:761px;
	color:#000;
	margin:30px 0 0 0;
}
#dosdontsMain #dosCol {
	float:left;
	position:relative;
	left:10px;
	top:55px;
	width:320px;
}
#dosdontsMain #dosCol .dos {
	background: url(/images/dosCheck.png) no-repeat;
	padding:10px 0 20px 35px;
	font-size:14px; 
}
#dosdontsMain #dosCol .dos .doHead{
	font-size:27px;
	font-weight:bold;
	font-style:italic;
	color:#01429a;
}
#dosdontsMain #dontsCol {
	float:left;
	position:relative;
	top:55px;
	left:75px;
	width:320px;
}
#dosdontsMain #dontsCol .donts {
	background: url(/images/dontsCheck.png) no-repeat;
	padding:10px 0 20px 50px; 
	font-size:14px; 

}
#dosdontsMain #dontsCol .donts .dontHead{
	font-size:27px;
	font-weight:bold;
	font-style:italic;
	color:#c91515;
	letter-spacing:-1px;
}
.subSlogan {
	font-size:20px;
	font-weight:bold;
	color:#333;
	line-height:14px;
	*line-height:18px;
}

#videoClip {
	background: url(/images/videoBg.gif) bottom left  no-repeat;
	height:287px;
	padding:0 0 0 160px;
	margin:0;
}
#videoClip iframe {
	border:5px solid #fff; border-bottom:0;
	height:283px;
	width:380px;
}

/* ====================howto page======================= */
.orange {
	color:#f48328;
}
.green {
	color:#346d0e;
}
.plainCopy, .owlNote{
	color:#333;
	font-size:16px;
}
.owlNote {
	background:url("/images/owlNote.jpg") 0 0 no-repeat;
	width:663px; height:117px;
	padding:20px 0 0 185px;
	font-size:14px;
}

.searchBoxSample {
	padding:20px 0;
	position:relative;
	left:-7px;
	clear:both;
}

.fancyDivider, .fancyDividerShort {
	width:100%;
	height:33px;
	margin:12px 0;
	background:url("/shared/images/headerShadow.jpg") 0 0 repeat-x; 
	padding:5px 0 20px 0;
}

.tips {
	padding:10px 0 10px 50px;
	color:#333;
	font-size:16px;
}
.tipNum {
	position:relative;
	top:13px;
	background:url("/images/iconRedArrow.gif") 0 0 no-repeat; 
	width:37px; height:14px;
	font-size:10px;
	color:#fff;
	padding:1px 0 0 3px;
	float:left;
}
.tipNumLight {
	position:relative;
	top:3px; left:10px;
	background:url("/images/iconLightBulb.png") 0 0 no-repeat; 
	width:20px; height:32px;
	float:left;
}
/* ====================about page======================= */
.iconTitle {
	position:relative;
	top:10px;
}
.fancyDividerShort{
	padding:15px 0 10px 0;
}
.instWin {
	border-bottom:1px dashed #999;
	padding:20px 0 20px 40px;
	font-size:18px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
.instWinSig	{
	padding:5px 0 0 5px;
	font-size:12px;
	font-style:normal;
}

.winListTb tr td{
	text-align:center;
	color:#000;
	padding:0 5px 5px 0;
} 
.callOut {
	padding:0 0  20px 40px;
	font-size:28px;
	font-weight:bold;
}
.callOut span{
	position:relative;
	bottom:20px;
	padding:0 10px;
}
.pchFaq {
	background:#f1f1f1;
	padding:40px;
	border-top:1px Solid #dedede;

}

/* ====================25 searchs light box======================= */

#maxOut25 {
    	cursor:auto;
}

.limitCopy {
	color:#051536;
    	font-size:28px;
    	font-weight:bold;
    	font-family:Arial;
    	position:relative;
    	top:330px; left:22px;
    	text-align:center;
    	letter-spacing:-1px;
}
#btnOk {
	width: 369px;
	height: 61px;
	position: absolute;
	top:450px; left:200px;
	margin:0 auto;
	border: 0;	
	cursor: pointer;
	background: url("/images/lightboxes/okBt.gif") 0 0 no-repeat;
	/*hide button text*/
	line-height: 1000px;
	color: transparent;
	overflow: hidden;
}
#btnOk:hover{
  	background-position: 0 -132px;
}
#xClose {
    	background: url("/images/lightboxes/closeBt.gif") 0 0 no-repeat;
    	width: 25px;
	height: 25px;
	position: absolute;
	top:25px; right:22px;
	cursor: pointer;
}
/* ====================signin error light box======================= */

#errorMes {
    	cursor:auto;
}

#buttonOk {
	width: 192px;
	height: 61px;
	position: absolute;
	top:260px; left:390px;
	margin:0 auto;
	border: 0;	
	cursor: pointer;
	background: url("/images/lightboxes/buttonOK.png") 0 0 no-repeat;
	/*hide button text*/
	line-height: 1000px;
	color: transparent;
	overflow: hidden;
}
#errorMes #xClose {
    background: url("/images/lightboxes/closeBt.gif") 0 0 no-repeat;
    width: 25px;
	height: 25px;
	position: absolute;
	top:30px; right:30px;
	cursor: pointer;
}
div.error {
	color:#954f14;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
	position:relative;
	top:70px;
	left:105px;
	*left:0px;
	width:520px;
}

/* ====================forgot password light box1======================= */
#frgtPW1{
	padding:30px 0 0 42px;
}
.fpTitle1{
	color:#052357;
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 90%;
	position:relative;
	left:-42px;
	top:5px;
}
.fpBody1 {
	position:relative;
	left:-45px;
	top:10px;
	font-weight:bold;
	font-size:13px;
	letter-spacing: 0.01em;
	margin:10px 0 0 0;
}
#fpBtSubmit1 {
	width: 160px;
	height: 49px;
	position: absolute;
	top:200px; left:200px;
	margin:0 auto;
	border: 0;	
	cursor: pointer;
	background: url("/images/lightboxes/fpBtSubmit.png") 0 0 no-repeat;
	/*hide button text*/
	line-height: 1000px;
	color: transparent;
	overflow: hidden;
}
.innerBg1 {
	width: 400px;
	height: 163px;
	background: url("/images/lightboxes/fpBgBird.jpg") 0 0 no-repeat;
	padding:15px 0 0 155px;
	margin-top:20px;
	text-align:left;
	font-size:13px;
}
input#emailIn1 {
	margin:10px 0 0 0;
	padding:5px;
	width:275px;
	height:20px;
	border:1px Solid #999;
	font-size:16px;
	color:#999;
	font-style:italic;
	font-weight:bold;
	
	background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	outline-style: none;
}

/* ====================forgot password light box2======================= */
#frgtPW2{
	padding:30px 0 0 42px;
}
.fpTitle2{
	color:#052357;
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 90%;
	position:relative;
	left:-42px;
	top:0px;
}
.fpBody2 {
	position:relative;
	left:-45px;
	top:10px;
	font-weight:bold;
	font-size:13px;
	letter-spacing: 0.01em;
	margin:10px 0 0 0;
}
#fpBtSubmit2 {
	width: 135px;
	height: 49px;
	position: absolute;
	top:360px; left:200px;
	margin:0 auto;
	border: 0;	
	cursor: pointer;
	background: url("/images/lightboxes/fpbtClose.png") 0 0 no-repeat;
	/*hide button text*/
	line-height: 1000px;
	color: transparent;
	overflow: hidden;
}
.innerBg2 {
	width: 400px;
	height: 163px;
	background: url("/images/lightboxes/fpBgBird1.jpg") 0 0 no-repeat;
	padding:15px 0 0 155px;
	margin-top:5px;
	text-align:left;
	font-size:13px;
}
.innerSub {
	padding:0;
	margin:0px;
	text-align:left;
	font-size:13px;
}
.innerSubBold {
	font-size:17px;
	font-style:italic;
	font-weight:bold;
}
input#emailIn2 {
	margin:10px 0 0 0;
	padding:5px;
	width:275px;
	height:20px;
	border:1px Solid #999;
	font-size:16px;
	color:#999;
	font-style:italic;
	font-weight:bold;
	
	background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	outline-style: none;
}

/* ====================forgot password light box3======================= */
#frgtPW3{
	padding:30px 0 0 42px;
}
.fpTitle3{
	color:#052357;
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 90%;
	position:relative;
	left:-42px;
	top:5px;
}
.fpBody3 {
	position:relative;
	left:-45px;
	top:10px;
	font-weight:bold;
	font-size:13px;
	letter-spacing: 0.01em;
	margin:10px 0 0 0;
}
#fpBtSubmit3 {
	width: 160px;
	height: 49px;
	position: absolute;
	top:200px; left:200px;
	margin:0 auto;
	border: 0;	
	cursor: pointer;
	background: url("/images/lightboxes/fpbtSubmit.png") 0 0 no-repeat;
	/*hide button text*/
	line-height: 1000px;
	color: transparent;
	overflow: hidden;
}
.innerBg3 {
	width: 400px;
	height: 163px;
	background: url("/images/lightboxes/fpBgBird2.jpg") 0 0 no-repeat;
	padding:15px 0 0 155px;
	margin-top:20px;
	text-align:left;
	font-size:13px;
}
input#emailIn3 {
	margin:10px 0 0 0;
	padding:5px;
	width:275px;
	height:20px;
	border:1px Solid #999;
	font-size:16px;
	color:#999;
	font-style:italic;
	font-weight:bold;
	
	background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	outline-style: none;
}

/* ====================login page======================= */

div.login {
	background: url("/images/logInPageBg.jpg") 0 0 repeat-x;
       background-color: #FFF;
       color: #666;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
       font-size: 12px;
	border:0;
	padding:0;
}
.formHead {
	color:#7aa2d5;
	font-style:oblique;
	font-size:14px;
}
div.formBg {
	background: url("/images/formBg.jpg") 0 0 no-repeat;
	margin: 0 auto;
	width:907px;
	height:538px;
	padding:0;
}
#logIn {
	position:relative;
	top:-4px;
	*top:-14px;
}
.formContent { border:0px solid red;
	position:relative;
	top:140px;
	left:92px;
	margin: 0 auto;
	width:500px;
}

.emailAddress {border:0px solid green;
	position:relative;
	top:8px;
}

.emailAddress input, .emailPswrd input{
	border:0;
	width:275px;
	height:24px;
	padding:2px 0 0 1px;
	margin-left:3px;
	font-size:17px;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	background: none repeat scroll 0 0 #FFFFFF;
}

.emailPswrd {
	border:0px solid white;
	position:relative;
	top:19px;
}

#logIn .formLabelLogin {
	padding:0 0 5px 0;
}

.serviceLinks {
	position:relative;
	top:37px;
}
.serviceLinks a{
	margin:10px 0 10px 0;
	color:#fff;
}
.logInButtons {
	position:relative;
	top:40px;
}

.logInButtons input {
    background: url("/images/butLoginSm.gif") no-repeat scroll 0 0 transparent;
    border:0;
    color: transparent;
    cursor: pointer;
    height: 38px;
    line-height: 1000px;
    overflow: hidden;
    width: 122px;
}
.regNow {
	position:relative;
	top:100px;
	left:-30px;
	color:#000;
	font-weight:bold;
	font-size:17px;
}
.regNow span{
	color:#000;
	font-weight:normal;
font-style:oblique;
	font-size:15px;
}
.regNow span img{
	position:relative;
	top:10px;border:0;
}

/* ====================help page======================= */

.helpGo {
	font-style:italic;
}
.helpGo a{
	font-style:normal;
	font-weight:bold;
	color:#052357;
}

