/* General */

html, body
{
    height: 100%;
    margin:0;
    padding:0;
}

body 
{
    text-align: center;
    background: #e5eef5 url(/img/pixelglo_bg.jpg) top center no-repeat;
    background-position: 50% 33px;
    font-family: "Lucida Grande", sans-serif;  
    height: 100%;
}

a 
{
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
    font-weight: 550;
    outline: none;
}

a:hover 
{
	background-color: inherit;
	color: red;
	text-decoration:none;
}

a img 
{
	border:none;
}

.logo
{
    margin-bottom: 15px;
}

h1, h2, h3, h4 
{
	background-color: inherit;
}

h1
{
    color: #26548C;
    font-size: 18px;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
}

h2
{
    color: #99CC33;
    font-size: 16px;
    margin: 20px 0 0 15px;
    font-family: sans-serif;
    font-weight: bold;
}

h3
{
    float: right;
    color: #0B2340;
    font-size: 14px;
    text-transform: uppercase;
}

p
{
    color: #444;
    margin: 1px 0 5px 0;
    font-size: 13px;
    text-align: justify;
    padding: 1px 15px 5px 15px;
    line-height: 20px;
}

ul
{
    margin: 2px;
}

li 
{
	margin: 0 0 5px 0;
    color: #444;
    font-size: 13px;
    line-height: 20px;
}

/* Layout */

#top_navigation 
{
    font-size: 9px;
    float: right;
    margin: 0 5px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
}

#contest_top
{
    background: #ff6600;
    padding: 10px 10px 10px 10px;
    color: #FFF;
    font-size: 75%;
}

#contest_top a:link, #contest_top a:visited
{
    color: #FFF;
}

#container
{
    position: relative;
    min-height:100%;
    margin: 51px auto 0 auto;
    width: 635px;
    background: #FFF;
}

#body
{
    padding-bottom: 100px;
}

#content
{
    padding: 20px 20px 60px 20px;
    text-align: left;
    background: #FFF;
    height: 100%;
    min-height: 100%;
    color: #666;
}

#footer
{
    width: 605px;
    position: absolute;
    bottom: 0;
    height: 100px;
    font-size: 10px;
}

#navigation
{
    text-align: center;
    font-size: 12px;
}

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

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

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

th a:hover 
{
	background-color: #ccc;
	color: #333;
	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 
{
	display: inline;
	margin: 0px 6px;
}

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

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

/* Paging */
div.paging 
{
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled 
{
	color: #ddd;
	display: inline;
}
div.paging span 
{
}

div.paging span.current 
{
	color: #000;
}

div.paging span a 
{
}

/* Forms */
form 
{
	clear: both;
	margin: 5px auto 0 auto;
	padding: 0 30px 5px 30px;
    width: 87%;
    position: relative;
}

fieldset 
{
	border: 1px solid #e5eef5;
	margin-top: 20px;
	padding: 7px 10px 10px 10px;
}

fieldset legend 
{
	color: #99CC33;
	font-size: 100%;
	font-weight: bold;
}

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

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

fieldset fieldset div 
{
	clear: left;
	margin: 5px;
}

form div 
{
	
	padding: 5px;
	vertical-align: text-top;
    position: relative;
}

form div.input 
{
	color: #FFF;
}

form div.required 
{
	color: #FFF;
	font-weight: bold;
}  

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

label 
{
	display: block;
	font-size: 90%;
    color: #26548C;
    margin-bottom: 3px;
}

input, textarea, input[type=file] 
{
	clear: both;
	display: block;
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 97%;
}

.input_short
{
    width: 40% !important;
    display: inline !important;
    clear: none !important;
}

.input_profile
{
    width: 90% !important;
    display: inline !important;
    clear: none !important;
}

select 
{
	vertical-align: text-bottom;
    font-size: 90%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
}

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: 80%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=hidden] 
{
    display: none;
}

/* Notices and Errors */

div.message 
{
	clear: both;
	color: #26548C;
    background: #e5eef5;
    margin: 15px auto 0 auto;
    padding: 10px 0 10px 15px;
	font-weight: bold;
    width: 83%;
    font-size: 80%;
}

div.message-error 
{
    clear: both;
    color: #FFFFFF;
    background: #FF0000;
    margin: 15px auto 0 auto;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    width: 83%;
    font-size: 80%;
}

div.error-message 
{
	clear: both;
	color: red;
	font-weight: bold;
    font-size: 11px;
}

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-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success 
{
	background-color: 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 
{
	color: #003d4c;
	text-decoration: none;
}

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

/* Tooltip */

.form_row
{
    position: relative;
    padding: 0;
    margin: 0;
}

.form_tooltip
{
    width: 210px;
    display: none;
    padding: 0 0 0 17px;
    position: absolute;
    background: transparent url(/img/tooltip.gif) left no-repeat;
    top: 0px; 
    right: -207px;
    z-index: 100;
    
}

.form_tooltip p
{
    margin: 0;
    padding: 15px;
    background: #e87e26;
    color: #fff;
    font-family: Georgia, serif;
}

.form_tooltip a
{
    color: #FFF !important;
}

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

/* Debugging */
pre 
{
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug
{
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace 
{
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}

div.cake-code-dump pre 
{
	position: relative;
	overflow: auto;
}                               

div.cake-stack-trace pre, div.cake-code-dump pre 
{
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}

div.cake-code-dump pre, div.cake-code-dump pre code 
{
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight 
{
	background-color: #FFFF00;
	padding: 4px;
}

/* Rules */
#ruleset
{
	margin: 5px 10px 10px 10px; 
	padding: 5px; 
	background: #FFF; 
	min-height: 100%;
	text-align: left;
}

#ruleset h1, #ruleset h2
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#ruleset h2
{
	margin-bottom: 15px;
}

#ruleset ul, #ruleset ol
{
	margin: 2px 0 2px 0;
}

/* Member Directory */

.member_directory
{
    margin: 0;
    padding: 0;    
}

.member_directory li
{
    padding: 0;
    display: block; 
    float: left;
    width: 23%;
    margin: 5px;
    height: 140px;  
    text-align: center;       
}

.member_directory img
{
    padding: 3px;
    border: 1px #DDD solid;     
}

.member_directory img:hover
{
    border: 1px #BBB solid;
}

/* Sponsors */

.sponsor_left
{
    float: left;
    width: 250px;
    height: 90px;
}

.sponsor_right
{
    margin: 0 0 0 240px;
    height: 125px;
    vertical-align: middle;
}

.sponsor_right .txt
{
    margin: 0 10px 0 15px;
    font-size: 10px;
    text-align: justify;
}