/*basic info*/
td, textarea, input, select {
	font-family: Calibri1, Calibri, Verdana, Arial, sans-serif;
	font-size: 15px;
}

/*hyperlink text*/
a:link {
color:#458EC0;
text-decoration:none;
}
a:visited {
color:#458EC0;
text-decoration:none;
}
a:active {
background-color: yellow;
text-decoration:none;
}
a:hover {
color:#CE4212;
text-decoration:none;
}
a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }
a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;}

.container { position: relative; left: 1px; top: 1px; color: #666; }

.text { position: absolute; left: -1px; top: -1px; color: #000;}

.box { float: left; width: 100px; height: 100px; }
#boxContent { border: none; background: #9FC; }
#boxContent { position: relative; left: -5px; top: -5px; }
#boxContainer { position: relative; background: #666; margin: 4px; }

/* http://localhost/enfant2/enfant_babyvoting.php */
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }



/* http://www.spiffycorners.com/index.php?sc=spiffy&bg=996532&fg=ffff99&sz=5px */
/* box needed for enfant shop */
.spiffy{display:block}
.spiffy *{
	display:block;
	height:1px;
	font-size:.01em;
	overflow:hidden;
	background:#ffff99}
.spiffy1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #c4a75e;
	border-right:1px solid #c4a75e;
	background:#e5d87f}
.spiffy2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #a3743c;
	border-right:1px solid #a3743c;
	background:#ebe185}
.spiffy3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #ebe185;
	border-right:1px solid #ebe185;}
.spiffy4{
	border-left:1px solid #c4a75e;
	border-right:1px solid #c4a75e}
.spiffy5{
	border-left:1px solid #e5d87f;
	border-right:1px solid #e5d87f}
.spiffyfg{
	background:#ffff99}
	
	
	
/*view-source:http://talentedpixel.com/wp-content/themes/revolution_music-10/tab-example.html	*/
/*tab menu for the funny baby 2010	*/
ul.menu_tabbed {
	list-style: none;
	border-bottom: 1px #999999 solid;
	padding-bottom: 10px
	}	
ul.menu_tabbed li {
	display: inline;
	margin-right: 5px;
	}	
ul.menu_tabbed li a {
	color:#999999;
	text-decoration: none;
	background: #f7f7f7;
	border: 1px #CCCCCC solid;
	border-bottom: none;
	padding: 10px 14px;
	}	
ul.menu_tabbed li a.selected {
	color:#110853;
	background:#FFFFFF;
	border: 1px #999999 solid;
	border-bottom: 1px #FFFFFF solid;
	padding: 14px 14px 10px 14px;	
	}	
ul.menu_tabbed li a:hover {
	padding: 14px 14px 10px 14px;	
	}	
