/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */


* {
	margin:0;
	padding:0;
}

body {
        font-family: sans-serif;
        background-color: #1E92FF;
      }

.status
{
	display: none;
	background-color: white;
	color: red;
	font-weight: bold;
	font-size: 120%;
	width: 60%;
	padding-left: 10px;
	padding-bottom: 5px;
	z-index: 300;
}

#topMsg
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9001;
}

#bottomMsg
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* It's over 9000! */
	z-index: 9001;
}

.answer
{
       
}

.big
{
  font-size: 120pt;
  font-weight: bold;
}

.small
{
  font-size: 30pt;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}

#links
{
	position: absolute;
	bottom: 10px;
/*	margin-left: 50%;
	margin-right: 50%; */
	width: 100%;
	text-align: center;
	z-index: 200;
}

a.links:link
{
	color: black;
	text-decoration: underline;
}

a.links:visited
{
	color: #ddd;
	text-decoration: underline;
}

a.links:hover
{
	color: #ddd;
	text-decoration: none;
}

a.links:active
{
	color: white;
}

#menu
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 200;
}

a.menu:link
{
	color: black;
	text-decoration: underline;
}

a.menu:visited
{
	color: #ddd;
	text-decoration: underline;
}

a.menu:hover
{
	color: #ddd;
	text-decoration: none;
}

a.menu:active
{
	color: white;
}

#answer
{
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 100;
}

#profile-image
{
	position: absolute;
	top: 55px;
	left: 660px;
	width: 320px;
	
}

.profileShort
{
	width: 560px;
}

.paging_table
{
	padding: 5px;
}

.paging_links a:link
{
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}

.paging_links a:visited
{
	color: #555;
	text-decoration: underline;
}

.paging_links a:hover
{
	color: #333;
	text-decoration: none;
}

.paging_links a:active
{
	color: #ddd;
}

.comments
{
	
}

#comments-link
{
	z-index: 150;
	position: absolute;
	padding-top: 50px;
	bottom: 10px;
	left: 25%;
	width: 50%;
	text-align: right;
	font-size: smaller;
	display: none;
}

a.comments-link:link
{
	color: #ddd;
	text-decoration: underline;
}

a.comments-link:visited
{
	color: #ddd;
	text-decoration: underline;
}

a.comments-link:hover
{
	color: #ddd;
	text-decoration: none;
}

a.comments-link:active
{
	color: #ddd;
}

#comments
{
	background-color: red;
	display: none;
	z-index: 150;
	position: relative;
	left: 25%;
	width: 50%;
	background-color: white;
}

/* Links */
.topblack-links
{
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: black;
  color: white;
  font-size: smaller;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

a.black-bg:link
{
	color: white;
	text-decoration: underline;
}

a.black-bg:visited
{
	color: #ddd;
	text-decoration: underline;
}

a.black-bg:hover
{
	color: #ddd;
	text-decoration: none;
}

a.black-bg:active
{
	color: white;
}

/* Indexes */
div.index
{
	position: absolute;
	left: 100px;
	top: 50px;	
}

.index a:link
{
	color: black;
	text-decoration: underline;
}

.index a:visited
{
	color: black;
	text-decoration: underline;
}

.index a:hover
{
	color: orange;
	text-decoration: underline;
}

td action a:active
{
	color: black;
}

a.action:link
{
	color: black;
	text-decoration: underline;
}

a.action:visited
{
	color: black;
	text-decoration: underline;
}

a.action:hover
{
	color: #888;
	text-decoration: underline;
}

.index a:active
{
	color: black;
}

.index h2 { padding: 5px; 0px; 5px; 0px; }
.index p { padding: 5px; }
.index th { padding-bottom: 10px; }

/* Forms */
form.ajax
{
	clear:both;
	padding:0;
	width:95%;
	margin-top: 10px;
	margin-right: 20px;
}

form {
	clear: both;
	margin-right: 20px;
	margin-bottom: 50px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #000;
	margin-top: 30px;
	padding: 16px 20px;
	background-color: #6AB7FF;
	width: 75%;
	margin-left: 45px;
}

fieldset legend {
	background:#6AB7FF;
	color: #444;
	font-size: 160%;
	font-weight: bold;
	border: 1px solid #000;
	padding: 10px 10px;	
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/*clear: both;
	margin-bottom: 1em;*/
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 115%;
	/*padding-right: 20px;*/
	padding-right: 5px;
	text-align: left;
}
input, textarea {
	/* clear: both; */
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	text-align: left;
}
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=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
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;
}

#footer
{
	position: absolute;
	bottom: 50px;
	text-align: right;	
}

/* Paging */
div.paging {
	color: #000;
	margin-top: 20px;
}
div.paging div.disabled {
	color: #000;
	display: inline;
}

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

div.paging a:link
{
	color: #444;
	text-decoration: underline;
}

div.paging a:visited
{
	color: #555;
	text-decoration: underline;
}

div.paging a:hover
{
	color: #333;
	text-decoration: none;
}

div.paging a:active
{
	color: #ddd;
}


/* 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;
}

/* Star Rating */
.star-rating{
		list-style:none;
		margin-left:5px !important;
		margin-top: 5px;
		padding: 0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(/img/alt_star.png) top left repeat-x;		
	}
	
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/img/alt_star.png) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a:focus,
	.star-rating a:active{
		border:0;	
		-moz-outline-style: none;
    	        outline: none; 
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(/img/alt_star.png) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}