/* Generic Site CSS */
body {
	background-color: rgb(255,255,255);
	font-family: Verdana,Arial,Tahoma,Sans-Serif;
	font-size: 1.0em;
	margin: 0.6em;
	padding: 0;
	color: rgb(51,51,51);
	cursor: default;
}


img, .no-border {
	border: 0;
}


a {
	color: black;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


.error {
	color: red;
}


h1 {
	font-size: 0.8em;
	font-weight: bold;
	color: rgb(27,154,216);
	margin: 0.6em 0em 0.2em 0em;
}


p {
	font-size: 0.7em;
	line-height: 1.6em;
}


form {
	padding: 0;
	margin: 0;
}


hr {
	border: 0;
	color: rgb(205,205,205);
	background-color: rgb(205,205,205);
	margin: 2em 2.5em 2em 2.5em;
	height: 1px;
}


input, select, textarea {
	border: 1px rgb(27,154,216) solid;
}


img.blkImg {
	display: block;
}


div.clearMe {
	clear: both;
	line-height: 0em;
	font-size: 0em;
}



/* Column Layouts */
div#main {
	margin-left: auto;
	margin-right: auto;
	width: 761px;
}


div#content {
	margin: 0;
}


div#colLeft {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}


div#colRight {
	float: right;
	width: 79%;
	margin: 0;
	padding: 0;
}


p.pagination {
	font-weight: bold;
}


p.pagination span.selPage {
	color: rgb(27,154,216);
}


p.pagination span.linkOff {
	color: rgb(150,150,150);
}


p.pagination span.linkOn {
	color: black;
}



/* Scaleable Box Corners */
div.boxHeaderSliv {
	background-image: url("/gfx/baby_box_tm.gif");
	background-repeat: repeat-x;
	height: 10px;
	line-height: 0px;
	font-size: 0em;
}


div.boxHeaderLeft {
	background-image: url("/gfx/baby_box_tl.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 10px;
	line-height: 0px;
	font-size: 0em;
}


div.boxHeaderRight {
	background-image: url("/gfx/baby_box_tr.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 10px;
	line-height: 0px;
	font-size: 0em;
}


div.boxContents {
	background-color: rgb(242,250,254);
	border-left: 1px rgb(26,154,216) solid;
	border-right: 1px rgb(26,154,216) solid;
	min-height: 360px;
	padding: 0.1em 1.2em 0.6em 1.2em;
}


div.boxFooterSliv {
	background-image: url("/gfx/baby_box_bm.gif");
	background-repeat: repeat-x;
	height: 10px;
	line-height: 0px;
	font-size: 0em;
}


div.boxFooterLeft {
	background-image: url("/gfx/baby_box_bl.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 10px;
	line-height: 0px;
	font-size: 0em;
}


div.boxFooterRight {
	background-image: url("/gfx/baby_box_br.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 10px;
	line-height: 0px;
	font-size: 0em;
}



/* Generic Header & Footer CSS */
div#history {
	float: left;
	width: 65%;
	font-size: 0.65em;
	font-weight: bold;
	color: rgb(102,102,102);
	margin: 0.6em 0em 0.6em 1em;
}


div#miniBasket {
	float: right;
	width: 30%;
	font-size: 0.65em;
	text-align: right;
	color: rgb(102,102,102);
	margin: 0.6em 1em 0.6em 0em;
}


div#miniBasket span {
	color: rgb(27,154,216);
	font-weight: bold;
}


div#miniBasket a {
	font-weight: bold;
}


div#footer {
	background-image: url("/gfx/baby_name_meanings.jpg");
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 0.6em;
	font-weight: bold;
	color: white;
	padding: 0em 1em 0em 1em;
	margin-top: 1em;
}


div#footer a {
	color: white;
}


div#footer a:hover {
	text-decoration: none;
}



/* Links CSS */
div#links a {
	color: rgb(200,200,200);
	font-weight: bold;
	font-size: 0.65em;
}



/* Old Resource Page CSS */
ul#rLinks {
	display: block;
	width: 15%;
	float: right;
	list-style: none;
	padding: 1em;
	margin: 1em 0em 1em 1em;
	border: 1px rgb(200,200,200) solid;
	background-color: rgb(240,240,240);
}


ul#rLinks li {
	display: block;
	text-align: right;
	margin: 0em 1em 0em 0em;
	font-size: 0.7em;
}


p.rLink a {
	font-weight: bold;
}