/* $Id: digfoot.css,v 1.25 2007/12/25 20:29:49 spa Exp $ */
@import url(buttons.css);
@import url(boxes.css);
@import url(tabs.css);

/* set margin and padding to 0 for all elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, 'Lucida Grande', 'Bitstream Vera Sans', verdana, sans-serif; 
	font-size: 12px; 
	color: #555;
}


/* page main for each modules*/
#main, #mainMicroSite {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
}
#main {
	width: 987px;
}
#mainMicroSite {
	width: 728px;
}

a {
	color: #00248F;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration:none;
}

a.underlineNone {
	text-decoration:none;
	
}

form small {
	color: #999999;
}


option {
	padding-right: 10px;
}
hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
}
legend {
	padding: 10px;
	margin: 10px;

}
hr.contactSeparator {
	color: #afc2da;
	background-color: #afc2da;
	height: 1px;
}

#notepad {
	float:left;
	width: 200px;
	position: relative;
	top: -9px;
}

.warningDebug {
	background-color: #FFFF00;
}

.box15 li, #staticContentBoxBody li {
	padding: 2px 0 0 10px;
	list-style:inside;
	list-style-type:disc;	
	white-space:normal
}

div#bookmark li, div#profile li, div#user li {
	padding: 0px 0 0 10px;
	list-style:none;
	list-style-type:none;	
}

#notepad .title {
	font-weight: bold;
	padding-top: 3px;
}

.editLink {
	text-align:right;	
}

div.openedNotepadMenu, .editLink {
	margin-bottom: 5px;
	padding: 5px;
	text-align: right;
}

.spacerContent {
	float:left;
	width: 20px;
}
.spacerContentWide {
	float:left;
	width: 120px;
}

#contentWide  {
	position: relative;
	top: -3px;
	float:left;
	width: 587px;
}
#contentWideMicrosite
{
	position: relative;
	top: -3px;
	float:left;
	width: 728px;
}
#contentVeryWide, #bookmarks #notepad {
	position: relative;
	top: -9px;
	float:left;
	width: 807px;
}

.ads {
	width: 160px;
	float:left;
	position: relative;
	top: -5px;
}

#footer {
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #F4F4F4;
	color: #999999;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #050e5e;
}


#copy {
	padding-top: 20px;
	text-align: center;
	color: #999999;
}

#addthis {
	padding: 20px 0px 5px 0px;
	text-align:center;
}

#headerLogo {
	/* background-color:#0099FF; */
	width: 317px;
	float: left;
}

#headerQuickSearch {
	float: left;
	text-align: right;
	width: 670px;
	vertical-align: top;
	border:1px;
}

#headerQuickSearch .auto-clear {
	text-align: left;
	padding: 0px 0 1px 4px;
	width: 125px;
	height: 16px;
}

#headerQuickSearch .input {
	height: 21px;
}
#headerMenuTitle {
	clear:left;
	width: 50%;
	height: 20px;
	color: #02084b;
	font-weight:bold;
}

#headerMenuTitle #beta,  #headerMenuTitle #beta a {
	color: #f50000;
}

#headerMenu {
	height: 20px;
	position:relative;
	top: -20px;
	width: 50%;
	float:right;
	text-align:right;
}

.subMenuHeader
{
	padding: 10px 10px 10px 5px;
	border: 1px solid #afc2da;
	background-color: #fdf2d3;
}

.subMenuBody
{
	padding: 10px 10px 10px 10px;
}

.subMenuBody h2
{
	font-size: 105%;
	font-weight: bold;
}

#barMenu {
	background-image:url(../images/bkgHeaderMenu.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 993px;
	clear:both;
	position: relative;
	top: -20px;
}

#barMenuLeft {
	float:left;
	width: 157px;
	text-align: left;
}
#barMenuCenter {
	float:left;
	width: 678px;
	text-align: center;
}
#barMenuRight {
	float:left;
	width: 147px;
	text-align: right;
	padding-top: 5px;
}
#barMenuRight select {
	width: 140px;
}



#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
	font-size:13px;
	margin: 0;
	padding: 0;
}
#navlist a:hover {
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration:underline;
}
ul#navlist {
	padding: 8px 0 0 0;
	margin: 0;
}

.left {
	float: left;
	
	width: 283px;
	padding-right: 20px;
}
.right {
	float: left;
	width: 284px;
}

#searchBox, #browseBox {
	border: 2px solid #eef2f7;
	background-color: #eef2f7;
	float:left;
}

#searchBoxTitle {
	text-align:center;
}
#searchBoxTitle h1 {
	font-size: 170%;
	font-weight: bold;
	padding-bottom: 10px;
}

#searchFormBox {
	padding: 10px 8px 5px 8px;
	float: left;
	background-color: #eef2f7;
	text-align:center;
}

#visio_1_1 #searchFormBox, #visio_1_1b #searchFormBox {
	width: 170px;
}

#searchpage #searchFormBox {
	width: 567px;
}

#searchBox .searchTips {
	text-align: right;
	margin-bottom: 6px;
}
#catCloud {
	text-align: center;
	float:right;
	width: 367px;
	padding: 0 10px 5px 10px;
	background-color:#fafafa;
	font-size: 112%;
}

#catCloud a{
	color: #38b9e8;
	text-decoration:none;
}

#catCloud a:hover{
	color: #000;
	text-decoration: none;
}

#searchFormBox select {
	width: 170px;
	margin-bottom: 5px;
}
#searchFormBox #theinput {
	width: 166px;
	margin-bottom: 5px;
}


#searchpage .siteEnum, #suggestpage .siteEnum, #bookmarks .siteEnum, #profile .siteEnum, #user .siteEnum {
	padding: 15px 0 15px 5px;
}

.pair {
	background-color: #f3f6f9;
	border-top:  1px solid #d5e6f9;
	border-bottom:  1px solid #d5e6f9;
}
#visio_1_1 #contentWide .siteEnum
,#visio_1_1b #contentWide .siteEnum
,#featuredSites
{
	width: 379px;
}

#featuredSites {
	float:left;
}
.siteEnum .name, .siteEnum .reviews, .siteEnum .options, .siteEnum .url {
	height: 15px;
}

.siteEnum .name {
	float:left;
	font-size: 125%;
	font-weight: bold;
	color: #476a8e;
	margin-bottom: 3px;
}

.siteEnum span.reviews {
	color:#4ba7d9;
	font-size: 90%;
}

.siteEnum .options {
	float:right;
	text-align:right;
	padding-right: 10px;
}

.siteEnum .profileUrl {

	clear:left;
	padding: 0px 0 0 0;
}

.siteEnum .url {
	float:left;
	clear:left;
	padding: 0px 0 0 0;
}

#searchpage .siteEnum .name {
	width: 60%;
}
#searchpage .siteEnum .options {
	width: 38%;
}

.siteEnum .cats, .siteEnum .type, .siteEnum .language {
	padding: 2px 0 0px 0;
	color:#4ba7d9;
	clear:left;
}
span.languageSite {
	color:#555;
}
.siteEnum .cats .catTypeLabelLangue, .siteEnum .type .catTypeLabelLangue, .siteEnum .language .catTypeLabelLangue   {
	color:#000000;
	font-weight:bold;
}
.cats {
	color:#4ba7d9;
}
.cats li {
	padding-bottom: 3px;

}
.siteEnum .description {
	padding: 0px 0px 0 0;
}
p.whoDoYouKnow {
	color: #990000;
}


.siteEnum .addown {
	padding-top: 20px;
	text-align:right;
}

.siteEnum .more {
	padding-top: 5px;
	clear:left;
}

.boxFeatures {
	float:left;
	padding-top: 10px;
	width: 100%;
}

.boxFeaturesTitle {
	color:#CCCCCC;
	font-size: 90%;
	text-align:right;
}

.boxFeaturesBody {
	border: 1px solid #d5e4f7;
	padding: 5px;
	background-color: #fafafa;
}

.paginationElem {
	width: 20px;
	border: 0px solid #f3f6f9;
	text-align: center;
}

.paginationElem strong {
	width: 20px;
	border: 0px solid #f3f6f9;
	text-align: center;
	font-weight: bolder;
	text-decoration: underline;
}

.button, .buttonGeneric {
	margin: 0 0 0 0;
	padding: 0px 6px 2px 6px;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	background-color: #FFF;
	text-align: center;
	color: #fff;
	height: 20px;
	font-weight:bold;
	font-size:12px;
	background-color: #ff9900;
	background-image:url(../images/buttonGradiantOrange.png);
}

.buttonGeneric {
	background-image:url(../images/buttonGradiantBlue.png);
	border-top: 1px solid #708eeb;
	border-bottom: 1px solid #708eeb;
	border-left: 1px solid #708eeb;
	border-right: 1px solid #708eeb;
	background-color: #708eeb;
}



/* boxes */

#horizontalSpace {
	height: 10px;
}
.confirmBoxTitle {
}
.confirmBoxBody {
	border: 1px solid #de1111;
	padding: 20px 10px 20px 10px;
}
.confirmBoxBody h2{
	font-size: 105%;
	font-weight:bold;
}

#browseBox {
	padding-left: 10px;
}
.browseColumn {
	float:left;
	width: 191px;
	color: #00248f;
	text-align:left;
}

#visio_1_1 .memoBox, #visio_1_1b .memoBox {
	float: left;
	padding-left: 20px;
	width: 188px;
}

.helpBoxTitle {
	background-color: #afc2da;
	padding: 7px 4px 7px 4px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	border-top: 1px solid #afc2da;
	border-left: 1px solid #afc2da;
	border-right: 1px solid #afc2da;
	text-align: center;
}

.helpBoxBody {
	background-color:#eef2f7;
	border: 1px solid #afc2da;
	list-style-position:inside;
	padding: 5px;
}


#rss {
	text-align:left;
}


.dialogBoxTitle {
	background-color: #eef2f7;
	padding: 10px 5px 10px 5px;
	border: 1px solid #6598cc;
	font-weight: bold;
	font-size: 110%;
}

.dialogBoxItem {
	background-color: #d5e6f9;
	padding: 20px;
	margin: 10px;
}
.loginBox, .createAccountBox {
	float:left;
	height: 150px;
}

.accountForm td, #accountForm td {
	padding: 7px 5px 7px 5px;
}
#accountResume td {
	padding: 2px 5px 2px 5px;
}
.loginBox {
	width: 300px;
	padding-top:10px;
}
.createAccountBox {
	width: 487px;
	padding-left: 20px;
	padding-top:10px;

}



/* a little harcoding here */
.mainHeader div.spacer {
	padding-top: 6px;
}


#staticContentBoxTitle {
	background-color: #6598CC;
	border-top: 1px solid #6598CC;
	border-bottom: 1px solid #6598CC;
	border-left: 1px solid #6598CC;
	border-right: 1px solid #6598CC;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
#staticContentBoxBody {
	border-bottom: 1px solid #6598CC;
	border-left: 1px solid #6598CC;
	border-right: 1px solid #6598CC;
	padding: 10px;
}

.warning {
	color: #FF0000;
	font-weight: normal;
}

a.toggleWarning {
	color: #FF0000;
	text-decoration:underline;
	width: 20px;
	height: 20px;
}
/* regroup optional fields on form */
.optional {
	background-color: #EEEEEE;
}

.subGroup {
	margin: 10px;
	background-color: #EEEEEE;
	padding: 20px;
}

.myphoto {
	padding: 2px;
	border: 1px solid #476A8E;
	margin-bottom: 5px;
}
.myphotoThumb {
	/* width: 50px; BROKE */  
	border: 0;
	/*
	padding: 2px;
	border: 1px solid #476A8E;
	margin-bottom: 5px;
	*/
}



/* Commented out while testing backgrounds for the lids - Bo
#newsletter {
	background-image:url(../images/mail.png);
	background-repeat:no-repeat;
	text-align:center;
} */
#newsletterBody {
	text-align:center;
}


.close {
	font-weight:bold;
	text-align:right;
	position: absolute;
	top: 3px; left: 220px;
	color: #fff;
	font-size: 120%;
	
}
.close a {
	color:#FFFFFF;
}

.popup {
	border: 1px solid #6699cc;
	overflow:auto;
	width: 250px;
	visibility:hidden;
	position:fixed;
	display: none;
	z-index: 50;
}
.popup a {
	text-decoration:none;
	color: #fff;
}

/* main header */
.mainHeader {
	padding: 7px 15px 7px 10px;
	background-color: #D5E6F9;
	font-weight: bold;
}
.mainHeaderBody {
	padding: 10px 15px 10px 10px;
}

/* main header */
.subHeaderBody {
	border: 1px solid #d5e6f9;
	padding: 5px 5px 10px 5px;
}

.subHeaderTitle .warning{
	font-weight: bold;
	color: #de1111;
}

.subHeaderTitle {
	background-color: #6598cc;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #ffffff;
}

.subHeaderBody .desc, .subHeaderBody .from {
	/* padding-top: 10px; */
}
.charCount {
	background-color:#FFFFFF;
	border: 0px solid #000000;
	text-align:right;
	color:#555;
}

#contactHere {
	height: 300px;
	overflow:auto;
	margin: 20px;
	border: 1px solid #6598cc;
	text-align:left;
}

.small {
	font-size: 90%;
	color:#999999;
}
.small strong {
	font-size: 110%;
}


.memberSearch {
	width: 150px;
}

span.contest {
	color: #900000;
}