* {
	margin: 0;
	padding: 0;
}
html {
	background: url(../img/html_bg.jpg) repeat top left;
	color: #333;
	font-family: tahoma, verdana, sans-serif;
	font-size: 66.5%;
}
body {
	text-align: center;
}
img {
	border: 0;	
}

table {
	font-size: 1em;
	border-collapse: collapse;	
}
th {
	text-align: left;	
}

#page {
	margin: 1px auto;
	text-align: left;
	/*width: 1002px; */
	width: 999px;
}

/* global nav */
#global_nav {
	background: url(../img/global_nav_bg.jpg) no-repeat bottom left;
	padding-left: 365px;
	padding-right: 12px;
	zoom: 1;
	height: 28px;
	line-height: 28px;	
}
#global_nav ul {
	list-style: none;	
}
#global_nav li {
	float: left;	
	padding-right: 17px;
	background: url(../img/global_nav_sep.gif) no-repeat center right;
}
#global_nav li.last {
	padding-right: 0;
	background: none;	
}
#global_nav a {
	display: block;	
}
#global_nav .sign_in a {
	background: url(../img/sign_in_bg.gif) no-repeat center left;
	padding-left: 9px;
}
#global_nav strong {
	color: #FFF;	
}
#global_nav a {
	color: #f3d1b3;
	text-decoration: none;	
}
#global_nav ul.about {
	float: left;
}
#global_nav ul.auth {
	float: right;
	width: 450px;
}

/* view */
#view {
	overflow: auto;
}
#view h2,
#view h3 {
	text-transform: uppercase;
	color: #632e04;
	font-weight: normal;
	margin-bottom: 4px;
}
#view h2 {
	font-size: 2.2em;	
}
#view h3 {
	font-size: 1.8em;	
}
#view p {
	margin: 1em 0;
	line-height: 1.3em;
}

#view div.left {
	background: #f0e8d7 url(../img/fp_view_left_bg.jpg) no-repeat top left;
	padding-left: 11px;
}
#view div.right {
	background: #f0e8d7 url(../img/fp_view_right_bg.jpg) no-repeat top right;
	padding-right: 11px;
}
#view .content_wrapper {
	background: #fbf1e1 url(../img/fp_view_bg.jpg) repeat-x top left;
	padding: 17px 20px;
}
#view .content {
	background: #fef8f0 url(../img/view_content_bg.jpg) repeat-x top left;
	padding: 12px 10px;
	overflow: auto;
	zoom: 1;
}


/* page_footer */
#page_footer {
	background: url(../img/page_footer_bg.jpg) no-repeat top left;
	height: 28px;
	line-height: 28px;
	padding-left: 11px;
	overflow: auto;
}
#page_footer ul {
	float: left;
	list-style: none;
}
#page_footer li {
	float: left;	
	padding-right: 17px;
	background: url(../img/global_nav_sep.gif) no-repeat center right;
	color: #f3d1b3;
}
#page_footer li.last {
	padding-right: 0;
	background: none;	
}
#page_footer a {
	color: #f3d1b3;
	text-decoration: underline !impo;	
}


.break {
	clear: both;
	overflow: hidden;
	height: 1px;
  margin: 0;
	line-height: 0;
  font-size: 1px;
}



.cake-sql-log {
	width:100%;
	background-color:#000;
	color:#FFF;
	border-collapse:collapse;
	height: 1em;
	overflow: hidden;
}

.cake-sql-log caption {
	margin-top: 1em;
	background-color:#900;
	color:#FFF;	
}

.cake-sql-log th {
	padding:1px 3px;
	border: 1px solid #CCC;
}
.cake-sql-log td {
	padding:3px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
	font-family: monospace;
}

#preview_large {
	position: absolute;
	z-index: 9999;
	border: 1px solid #000;
	background: #FFF url(../img/loading.gif) no-repeat center center;
	color: #333;
	display: none; 
	width: 365px;
	height: 426px;
}
#preview_small {
	position: absolute;
	z-index: 9999;
	border: 1px solid #000;
	background: #FFF url(../img/loading.gif) no-repeat center center;
	color: #333;
	display: none; 
	width: 109px;
	height: 132px;
}

.hidden {
	display: none;
}