﻿default.ctp* { 
margin:0; 
padding:0; 
} 

#divv {
	background: #333333;
	color:#fff; 
	padding-top: 5px;
	text-align: center;
	width: 50%;
	height: 30px;
	font-size: 15pt;
}

#divv:hover {
	background: #333333;
	color:#fff; 
	padding-top: 5px;
	text-align: center;
	width: 50%;
	height: 30px;
	font-size: 17pt;
}	

#a1 {
	color:silver; 
	font-size: 190%; 
	vertical-align: center; 
	text-decoration: none; 	
}

#a1:hover {
	color:white; 
	font-size: 200%; 
	vertical-align: center; 
	text-decoration: none; 	
}

img
{
	height: 180;
	width: 111;
}
 
img:hover
{
	height: 180;
	width: 111;
	border: 2pt;
	border-style: groove;
	border-bottom: 5pt, blue;
}


body { 
background-color:#333333; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:90%; 
margin: 0; 
} 
h1, h2 { 
background-color: inherit; 
font-weight: normal; 
} 
h2 { 
color:#000066; 
font-size: 190%; 
margin-top:4px; 
} 

h4 { 
color:#000066; 
font-size: 140%; 
margin-top:4px;
font-weight: normal; 
} 
#header{ 
padding: 25px 20px; 
} 
#header h1 a { 
color: #ffffff; 
text-decoration: none; 
} 
#header h1 a:hover { 
color: #ff9900; 
text-decoration: none; 
} 
#content{ 
background-color: #fff; 
clear: both; 
color: #666; 
padding: 10px 20px 40px 20px; 
overflow: auto; 
}

/* menu */
#divmenu
{
	height:80px;	
}

ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:18px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	background:transparent url("bgOFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;
	}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#saturday li a
    {
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	padding:2px 20px 0 20px;
	height:18px;
	background:transparent url("bgDIVIDER.gif") no-repeat top right;
	}

ul#saturday li a:hover{
	background:transparent url("bgHOVER.gif") no-repeat top right;
	}

ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#fff;
	background:transparent url("bgON.gif") no-repeat top right;
	}	

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
	
}

#table1 {
	
	border:0px;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 60%;
	text-align: left;
}

th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
}
th a {
	background:#f2f2f2;
	display: block;
	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;
	padding: 4px;
	text-align: left;
	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;
}

/* 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 {
}

#footer { 
clear: both; 
padding: 6px 10px; 
text-align: right;
color:#CCCCCC; 
} 

#footer:hover { 
clear: both; 
padding: 6px 10px; 
text-align: right;
font-size: 12pt;
color:#CCCCCC; 
}

dl { 
line-height: 2em; 
margin: 0em 0em; 
width: 60%; 
} 
dt.header { 
color:#333333; 
font-size:124%; 
margin-top: 12px; 
} 
dt { 
font-weight: bold; 
padding-left: 4px; 
vertical-align: top; 
} 
dd { 
margin-left: 10em; 
margin-top: -2em; 
vertical-align: top; 
} 

form { 
clear: both; 
margin: 10px;
padding: 5px;
width: 75%; 
border-style: outset;
border: 2px;
border-color: #f4f4f4;
} 
form label { 
width:94px; 
display:block; 
float:left; 
} 

form div.submit { 
margin:5px 5px 5px 5px; 
}


