body {
        margin: 0 0 12px 0;

	background-color: #FFF;
        color: #666;

	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

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;

        color: #999;
        text-align: center;
}

.footer a {
        color: #999;
}

.copyright {
	margin: 12px 0 12px 0;
}

.copyright div.disclosure {
        width: 600px;
        margin: 12px auto 0 auto;
}

#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: 2px 8px 2px 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: 785px;  /* enforce min-width */
}

.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;
}    

hr.headerDivider {
        margin: 12px 0 12px 0;
}

#results hr.headerDivider {
        display: none;
}

#home div#searchBox {
	width: 559px;
	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: 573px;
	height: 45px;

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

#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: 100%;
        margin: 4px 0 0 0;
}

.pageWithSidebar td {
        vertical-align: top;
}

.pageWithSidebar td.left {
        padding: 0 0 0 12px;
}

.pageWithSidebar td.right {
	width: 198px;

        padding: 0 0 0 12px;
	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;
}

.right div.sidebarContentWithShadow {
        width: 186px;
        margin: 0 0 6px 0;
}


.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;
}



/*  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 {
	padding: 0 12px 2px 12px;
	font-size: 12px;
	color: #34801A;
}

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

#results .messageLine div.searchHeaderMessage {
        vertical-align: top;
	padding: 0 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: 12px 0 0 0;
	text-align: left;
        color: #000;
}

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

#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: 0px 0px 16px 0px;
	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: 16px;
}

#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: #008000;
}

#results .resultList .result .infoLine span.sources {
        color: #666;
        padding-left: 6px;
        white-space: nowrap;
}

#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 0 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.bottomSearchForm {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

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

#results .bottomSearchForm input,
#searchWithinResults input {
	vertical-align: middle;
}

#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: underline;
	color: #00c;
}

#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;
}

form div.formLabel {
	margin: 6px 0 0 0;
	padding: 0;
	color: #2E509B;
	font-weight: bold;
}

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;
}

.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;
}

.misc td {
	vertical-align: top;
}

#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;
}

#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;
}

