/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

.textleft{
	text-align: left;
}

/* General Style Info */
body {
	background:#fff url(bg_green_body.png) repeat top left fixed;
	color: #333;
	font-family:'lucida grande','verdana',helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #518A9D;
	text-decoration: underline;
}
a:hover {
	color: #003d4c;
	text-decoration: underline;
	background-color: #DDEEE4;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:none;
	color: #777;
	font-size: 120%;
	margin: 0.1em 0;
}
h2 {
	background:none;
	color: #777;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0.5em 0;
}
h3 {
	color: #76CCB6;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 125%;
	padding-top: 1em;
}
h4 {
	color: #CC3333;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	line-height: 1.5em;
	margin: 0 12px;
}

p {
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.navi {
	line-height: 1em;
	margin:0px;
	text-align: right;
}

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

#header{
	background-color:transparent;
	padding: 10px 0px;
}
#header h1 {
	font-size: 150%;
	background:none;
	color: #777;
	padding: 0px 10px;
}
#header h1 a {
	color: #777;
	background: #none;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #777;
	background: #none;
	text-decoration: underline;
}
#content{
	clear: both;
	background-color:#fff;
	background-image:url(bg_green_content_top.png);
	background-repeat:repeat-x;
	background-position:top left;
	color: #333;
	padding: 25px 20px 20px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	background-color:transparent;
	background-image:url(bg_green_content_bottom.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 10px;
	text-align: right;
	color: #777;
}
#footer a {
	color:#777;
	text-decoration:none;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	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;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

table#admin {
	background-color: transparent;
	border:none;
}
table#admin tr {
	border:none;
}
table#admin td {
	border:none;
	text-align: left;
	background-color: transparent;
}

/* Paging */
div.paging {
	background:#fff;
	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 {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px 20px;
	width:90%;
}
fieldset legend {
	background:#fff;
	color: #81B494;
	font-size: 120%;
	font-weight: normal;
	padding: 0pt 10px;
}
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.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input, textarea {
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size: 100%;
}
input[type=text],input[type=password],textarea {
	padding: 2px;
	width: 90%;
}
input[type=checkbox] {
	margin: 0px 6px 7px 2px;
}
input[type=radio] {
	margin: 0px 6px -2px 2px;
}
input[type=submit] {
	padding: 2px 5px;
	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.5em;
	margin: 0.5em 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;
}

/* Debugging */
pre {
	color: #333;
}

/* hokuken */
div.error {
	margin:2em auto;
	padding:20px;
	background-color:#ffeeee;
}
p.err {
	color: #e32;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0pt;
	margin: 0.5em 0;
	text-align:center;
}

.insertButtons {
	text-align:right;
	padding:0pt 0pt;
	margin:0pt 0pt;
	width:93%;
	height:30px;
}

#insertLastName{
	width:30px;
	background-image:url(btn_lastname.gif);
}
#insertFirstName{
	width:30px;
	background-image:url(btn_firstname.gif);
}
#insertMail{
	width:54px;
	background-image:url(btn_email.gif);
}
#insertCancelURL{
	width:54px;
	background-image:url(btn_cancelurl.gif);
}
#insertEncodeLastName{
	width:80px;
	background-image:url(btn_encodelastname.gif);
}
#insertEncodeFirstName{
	width:80px;
	background-image:url(btn_encodefirstname.gif);
}
.insertCommonButton{
	clear:none;
	background-color:transparent;
	background-image:url(../images/btn.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	height:30px;
	line-height:95%;
	margin:0pt 0px;
	padding:0pt 0pt;
	text-align:center;
	text-decoration:none;
	display:inline;
	color:#444444;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}

/* Hr (hr.inc.php)
----------------------------------------------------------------------------- */
hr.short_line{
	text-align:center;
	width:80%;
	margin:0px auto;
}

/* Image (ref.inc.php)
----------------------------------------------------------------------------- */
div.img_margin{
	margin-left:10px;
	margin-right:10px;
}

div.img_margin_left{
	margin: 0px 1em 0em 0px;
}

div.img_margin_right{
	margin: 0px 0px 0em 1em;
}

/* Clear (clear.inc.php)
----------------------------------------------------------------------------- */
.clear{
	clear:both;
}
