@charset "utf-8";
/***********************************************************
 * File: general.css
 * Project: Creative Game Challenge

   Blueprint CSS Framework 0.9
   http://blueprintcss.googlecode.com

   The Blueprint CSS Framework is available for use in all personal or 
   commercial projects, under both the (modified) MIT and the GPL license.

   Adaptation: 2009 Hippo Software for CGC.
***********************************************************************/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
p img {margin:17px 17px 17px 0;padding:0;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
pre, code {margin:17px 0;white-space:pre;}
pre, code, tt {font:12px; 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 16px;}
ul {margin:0 17px 17px 23px;}
ol {margin:0 17px 17px 23px;}
ul {list-style-type:square; list-style-image:url(http://villasculptura.nl/images/li.gif)}
ol {list-style-type:decimal;}
table {margin-bottom:16px;}
th {font-weight:bold; border-bottom:#CCC 1px solid;}
th, td {padding:2px 10px 2px 0px;}
tr.even td {background:#E5ECF9;}
.right {float:right;}
.left {float:left}
.linetop {vertical-align:top;}

/* grid.css */
body  { background-color: #ccc; text-align: center;	margin: 0; }
p {	margin: 0;	padding: 0;	margin-bottom: 17px;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:6px; margin:-12px 0 10px 0;border:0px solid #ccc; background-color:#f1cce2;}
legend {font-weight:bold;font-size:1.20px;}
input.text, input.title, input.button, input.button100, input.field200, textarea, select, input.teller {margin:0px 0;border:1px solid #bbb; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif; font-size:11px;}
input.teller { margin-top:5px; margin-right:3px; border:0;}
input.text:focus, input.title:focus, textarea:focus, select:focus, input.field200:focus {border:1px solid #666;font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif; font-size:11px;}
input.text, input.title, input.field200 {padding-left:5px; background-color:#e9f0f6; font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif; font-size:11px;}
select {background-color:#e9f0f6;}
input.title {font-size:17px;}
input.button, input.button100 {background-color:#f39400; color:#FFF; font-weight:bold; cursor:pointer;font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif; font-size:11px; outline:none; text-align:left;}
textarea {width:390px;height:250px;padding:5px;background-color:#e9f0f6;font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif; font-size:11px;}
input.field200 { width:272px; height: 16px;}