@charset "UTF-8";
/* Uville */

html, body { 
	background: #307c10;
	color: #000;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

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

a img {
	border: none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	background: #fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {
	background: #fff;
	color: #6261be;
	font-family: Arial, sans-serif;
	font-size: 160%;
	margin: 0.1em 0;
	padding-top: 0.1em;
	font-weight: bold;
}

h3 {
	color: #3a3a71;
	font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	font-size: 100%;
	padding-top: 0.5em;
}

h4 {
	font-weight: normal;
	font-size: 78%;
	padding-top: 0.25em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 93%;
}

/* Layout */
#container {
	text-align: left;
}

#header {
	clear:both;
	height: 91px;
	background: url('../img/header_bg.gif') repeat-x top left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header ul {
	margin-top: 12px;
	margin-left: 10px;	
}
#navigation {
	clear:both;
	height:34px;
	background:url('../img/nav_bg.gif') repeat-x top left;
	text-align:center;
}

#content {
	clear:both;
	min-height:300px;
	background:#fefac1 url('../img/content_bg.png') repeat-x top center;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
	font-size: 80%;
	color: #fff;
	margin: 0 auto;
	width: 968px;
}

#footer a {
	background: none;
	color: #fff;
}

#ddi_logo {
	float: left;
	padding-left: 30px;
}

#webby_logo {
	float: right;
	padding-right: 30px;
}

#landscape_left_col, #landscape_right_col, #landscape_login, #landscape_signup, #landscape_filler, #landscape_filler_bottom {
	float: left;
}
#landscape_filler {
	width: 766px;
	height: 129px;
	background: url(../img/ui/landscape_filler.jpg) top left no-repeat;
}
#landscape_filler_top {
	width: 594px;
	height: 36px;
	background: url(../img/ui/landscape_filler_top.jpg) top left no-repeat;
}
#landscape_filler_bottom {
	width: 766px;
	height: 93px;
	background: url(../img/ui/landscape_filler_bottom.jpg) top left no-repeat;
}
#landscape_character {
	width: 202px;
	height: 129px;
	background: url(../img/characters/landscape_character.jpg) top left no-repeat;
}
#landscape_character_game {
	width: 202px;
	height: 129px;
	background: url(../img/characters/landscape_character_game.jpg) top left no-repeat;
}

.header-ad {
	padding: 15px 15px 14px 18px;
	margin-left: 25px;
	vertical-align: top;
	background: url(../img/header_frame_bg.png) top left no-repeat;
}

.outside {
	border: 2px solid #c7c7ff;
	border-top:0;
	border-bottom:0;
	background: #fff;
}

.box-header {
	background: url(../img/box_header_bg.gif) repeat-x top;
	height: 36px;
	padding-left: 20px;
	margin: 0;
}

.game-list {
	clear: both;
	width:933px;
	background: #f9f8c2 url(../img/ui/games_bg.jpg) no-repeat top left;
	border-left: 2px solid #ff9933;
	border-right: 2px solid #ff9933;
	margin: auto;
}

.game-list table {
	background: none;
	border: 0;
	margin: 0;
	text-align: left;
	font-size: 12px;
}

.game-list td {
	background: none;
	border: 0;
	text-align: justify;
	line-height: 20px;
	width: 25%;
}

.game-list table tbody tr td.box div.game_blue_bottom {
	margin-bottom: 20px;
}

.game-list h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 20px;
	background: none;
	color: #000;
}

.free {
	background: #d0d1ff;
	border: 2px solid #abacff;
	padding: 10px;
}

.free img {
	border: 2px solid #abacff;
}

.main-box {
	background: #fffcd6;
	border: 2px solid #ff9933;
	margin: 15px;
}

.main-box p {
	margin: 15px;
}

.main-box label {
	vertical-align: middle;
	color: #3a3a71;
}

.box-call-out {
	background: #7676c2;
	margin: 10px;
	color: #fff;
	font-size: 12.5px;
	line-height: 15px;
}

.uville-info {
	background: URL(../img/box_bg_uville_info.png) no-repeat top left;
	margin:0;
	padding:0px;
	padding-top: 90px;
	padding-left: 25px;
	width: 273px;
	height: 150px;
}

.uville-info ul {
	list-style:none;
}

.uville-info li {
	display:inline;
	padding: 0;
	margin: 0;
	height: 36px;
}

.chooser ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 36px;
}

.chooser li {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 36px;
}

.chooser input {
	width: auto;
	padding: 0;
	margin: 0;
}

.chooser form {
	padding: 0;
	margin: 0;
	width: auto;
}

.chooser table tr td {
	border: 0;
	padding: 0;
	margin: 0;
}

/* Tables */
table {
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background: #f2f2f2;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Forms */
form {
	clear: both;
	padding: 0;
	width: 80%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	background: #fff;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	margin-bottom: .5em;
	padding: .25em;
	vertical-align: text-top;
}

form div.input {
	color: #000;
}

form div.required {
	font-weight: normal;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}

label {
	float: left;
	width: 12em;
	font-size: 95%;
	padding-right: 20px;
	text-align: right;
	margin-top: 5px;
}

input,textarea {
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 50%;
	color: #000;
}

select {
	font-size: 120%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input[type=image] {
	width:auto;
	height:auto;
	padding:0;
}
input.submit {
		
}

/* Notices and Errors */
div.message {
	clear: both;
	background: #fff;
	color: #900;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	border: solid 2px;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	background-color: #ffc3c3;
	margin-top: 5px;
}

div.error {
	
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	background: #fff;
	color: #003d4c;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* BOXES */
.box {
	text-align:justify;	
}
.box h1 {
	background:none;
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding: 0 0 10px 0;
}
.box .blue_top {
	background: url(../img/ui/boxes/box_blue_top.jpg) no-repeat;
	width: 254px;
	height: 7px;
	overflow: hidden;
}
.box .blue_body {
	background: url(../img/ui/boxes/box_blue_fill.jpg) repeat-y;
	width: 214px;
	padding: 10px 20px 10px 20px;
	line-height: 1.5em;
	overflow: hidden;
}
.box .blue_bottom {
	background: url(../img/ui/boxes/box_blue_bottom.jpg) no-repeat;
	width: 254px;
	height: 9px;
	overflow: hidden;
}
.box .game_blue_top {
	background: url(../img/ui/boxes/game_blue_top.jpg) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}
.box .game_blue_body {
	width: 194px;
	background-color:#d0d1ff;
	border-left:2px solid #abacff;
	border-right:2px solid #abacff;
	padding: 5px 8px 5px 8px;
	line-height: 1.3em;
	text-align:center;
	overflow: hidden;
}
.box .game_blue_pic {
	border:2px solid #abacff;
}
.box .game_blue_bottom {
	background: url(../img/ui/boxes/game_blue_bottom.jpg) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}
.box .game_red_top {
	background: url(../images/games/red_top.gif) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}
.box .game_red_body {
	width: 194px;
	background-color:#d10000;
	border-left:2px solid #ff3000;
	border-right:2px solid #ff3000;
	padding: 5px 8px 5px 8px;
	line-height: 1.3em;
	overflow: hidden;
}
.box .game_red_pic {
	border:2px solid #ff3000;
}
.box .game_red_bottom {
	background: url(images/games/red_bottom.gif) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}
.box .orange_top {
	background: url(../img/ui/boxes/box_orange_top.jpg) no-repeat;
	width: 254px;
	height: 7px;
	overflow: hidden;
}
.box .orange_body {
	background: url(../img/ui/boxes/box_orange_fill.jpg) repeat-y;
	width: 214px;
	padding: 10px 20px 10px 20px;
	line-height: 1.5em;
	overflow: hidden;
}
.box .orange_bottom {
	background: url(../img/ui/boxes/box_orange_bottom.jpg) no-repeat;
	width: 254px;
	height: 7px;
	overflow: hidden;
}

.box .game_orange_top {
	background: url(images/games/orange_top.gif) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}
.box .game_orange_body {
	width: 194px;
	background-color:#ffa800;
	border-left:2px solid #ff0000;
	border-right:2px solid #ff0000;
	padding: 5px 8px 5px 8px;
	line-height: 1.3em;
	overflow: hidden;
}
.box .game_orange_pic{
	border:2px solid #ff0000;
}
.box .game_orange_bottom {
	background: url(images/games/orange_bottom.gif) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}

.box .game_purp_top {
	background: url(images/games/purp_top.gif) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}
.box .game_purp_body {
	width: 194px;
	background-color:#C9C9EC;
	border-left:2px solid #CC3399;
	border-right:2px solid #CC3399;
	padding: 5px 8px 5px 8px;
	line-height: 1.3em;
	overflow: hidden;
}
.box .game_purp_pic
{
	border:2px solid #DE7ABD;
}
.box .game_purp_bottom {
	background: url(images/games/purp_bottom.gif) no-repeat;
	width: 214px;
	height: 7px;
	overflow: hidden;
}

.parents-left {
	background: url(../img/ui/parents_left_col.jpg) top left no-repeat; width: 678px; height: 432px;
}

.content-footer {
	width: 968px;
	height: 23px;
	background: url(../img/ui/boxes/content_bottom.jpg) top left no-repeat;
	padding-bottom: 5px;	
}

.outside ul li {
list-style: disc;
}

.faq h1 {
	font-weight:bold;
	margin-top:20px;	
}

.faq h2 {
	font-weight:bold;
	font-size:120%;
	color:#000;
	padding:0;
	margin:20px 0;
}

.outside .question h1 {
	background-color: #5e5eb8;
	padding: 5px 0px 5px 10px;
	color: white;
	margin: 0px;
	cursor: pointer;
	margin-top: 5px;
	font-weight:normal;
}

.outside .question .answer {
	padding: 10px;
	color: #333333;
	font-size: .9em;
	border: 1px solid #5e5eb8;
	background-color: #eeeeee;
	display:none;
}

/* What's New CSS */

.whats-new .whats-new-image {
	float: left;
	width: 230px;
}

.whats-new .whats-new-image img {
	border: 0px;
}

.whats-new .whats-new-content {
	float: left;
}

.whats-new .whats-new-content p {
	width: 650px;
	font-size: 10pt;
	font-weight: 100;
}

.whats-new .whats-new-content h1 {
	font-size: 14pt;
	font-weight: bold;
	color: black;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
}

/* My Ubook CSS */

#myubook {
	width: 968px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#myubook_nav {
	text-align: left;
	float: left;
	width: 181px;
}

#myubook_nav .myubook_nav_header {
	margin-bottom: 10px;
}

#myubook_nav .myubook_nav_content {
	background-repeat: repeat-y;
	background-image: url(/img/myubook/myubook_nav_bg.jpg);
	text-align: center;
}

#myubook_nav .myubook_nav_menu_bottom {
	margin-bottom: 30px;
}

#myubook_nav .myubook_nav_buttons img {
	margin-top: 10px;
}

#myubook_main {
	float: right;
	background-repeat: repeat-y;
	background-image: url(/img/myubook/myubook_bg.jpg);
	text-align: left;
	width: 780px;
}

#myubook_main .myubook_gradient_bg {
	padding-top: 32px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-image: url(/img/myubook/myubook_gradient_bg.jpg);
	padding-right: 90px;
	line-height: 30px;
	font-family: Arial;
	text-align: left;
}

#myubook_main .myubook_home_bg {
	background-repeat: no-repeat;
	background-image: url(/img/myubook/myubook_home_bg.jpg);
}

#myubook_main .myubook_main_header {
	font-size: 16px;
	font-weight: bold;
}

#myubook_main .myubook_gradient_bg input[type="text"], #myubook_main .myubook_gradient_bg select {
	font-size: 12px;
	height: 20px;
}

#myubook_main .myubook_gradient_bg input {
	width: auto;
}

#myubook_main div ul {
	width: 550px;
	margin: 0px;
	padding: 0px;
}

#myubook_main div ul li {
	margin-right:  15px;
}

.myubook_main_images div input {
	width:auto;
	float:none;
}

html > body #myubook_main .myubook_main_images div input[type="checkbox"] {
	margin-left: 50px;
}

#myubook_main select {
	margin-top: 8px;
}


#myubook_main .ubook_text {
	background: none;
	border-bottom:2px solid black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 12px;
	height: 15px;
	margin-top: 10px;
}

#myubook_main label {
	text-align:left;
	width:auto;
}

.registration {
	margin-top:10px;
	text-align:left;
	margin-left:0;
	padding-left:0;
}

.registration label {
	width:230px;
	text-align:left;
}

.parents h1 {
	font-weight:bold;
	font-size:16px;
	color:#000000;
}

.parents submit {
	text-align:center;
}

.parents label {
	width:150px;
	text-align:left;
}

.parents ul li {
	list-style:none;
}

.list-inline li {
	display:inline;
}

.list-subscription li label {
	width:auto;
	float:none;
}

.list-subscription li input {
	width:20px;
}

.no-float * { float: none; }

.subscription input {
	width: auto;
	margin-right: 5px;
	}

.subscription .submit input {
	*padding:0 .25em 0 .25em;
	*width:auto;
	*overflow:visible;
	}

.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:2px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 14px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
a.form-button { text-decoration: none; padding-top:2px; padding-bottom:2px;  }
a.form-button:hover { color:#fff; }
.form-button-alt:hover { color:#fff; text-decoration:none; }

.wishlist th { color:#6261be; background-color:#c7c7ff; border:0; }
.wishlist tr, .wishlist td, .wishlist table tr td { border-color:1px solid #c7c7ff; }
.wishlist textarea { height:150px; width:300px;}