/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================ */
/* = Element DEFs = */
/* ================ */


/* ================== */
/* = Structure DEFs = */
/* ================== */

body {
	background: #FFFFFF;
	font-family: helvetica, sans-serif;
	font-size: 68.5%;
    margin-top:25px;
}

	#wrap {
		width: 947px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid;
	}
	
		#header {
			height: 190px;
			background: url('../img/layout1/header_bg.jpg') no-repeat;
		}
		
		#content-wrap {
			background: #fff url('../img/layout1/content_bg.jpg') no-repeat;
			padding-top: 40px;
		}
		
			#sidebar {
				width: 333px;
				float: left;
			}
			
				.nav_area {
					background: url('../img/layout1/nav_content_bg.jpg') repeat-y;
					margin: 0 0 20px 110px;
					width: 200px;
				}
				
					.nav_area ul {
						background: url('../img/layout1/nav_footer_bg.jpg') no-repeat bottom;
						list-style-image: url('../img/layout1/red_arrow.gif');
						list-style-position: inside;
						padding-bottom: 5px;
					}
					
						.nav_area ul li {
							padding: 5px 10px;
							font-size: 1.2em;
							font-weight: bold;
						}
						
							.nav_area ul li a {
								color: #294498;
								text-decoration: none;
							}
		
							.nav_area ul li a:hover {
								text-decoration: underline;
							}

			#content {
				width: 604px;
				float: right;
				padding-right: 10px;
				color: #294498;
				font-size: 1.2em;
				line-height: 18px;
                padding-top: 10px;
                }
             
				#content p {
					margin-bottom: 1em;
				}
				
				#content a {
					color: #A71910;
				}
		
		#footer {
			height: 119px;
			background: #fff url('../img/layout1/footer_bg.jpg') no-repeat right;
		}
		
			#footer div {
				font-size:1.45em;
				font-weight: bold;
				padding: 80px 0 0 120px;
			}
			
			

/* Forms */
#content form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
#content fieldset {
	border: 1px solid #ccc;
	margin-top: 0px;
	padding: 16px 20px;
}
#content fieldset legend {
	background:#fff;
	color: #A71910;
	font-size: 160%;
	font-weight: bold;
}
#content fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
#content fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
#content fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
#content form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
#content form div.input {
	color: #444;
/*	background: #eee;*/
}
#content form div.required {
	color: #333;
	font-weight: bold;
}
#content form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
}
#content label {
/*	background: #eee;*/
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
#content input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
#content select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
#content select[multiple=multiple] {
	width: 100%;
}
#content option {
	font-size: 120%;
	padding: 0 3px;
}
#content input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
#content input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

#content .helpLink:hover {
	cursor: pointer;
}

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


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

/* ========== */
/* = Tables = */
/* ========== */

table.pretty {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.pretty th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.pretty th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.pretty th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.pretty tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.pretty tr.altrow td {
	background: #f4f4f4;
}
table.pretty td.actions {
	text-align: center;
	white-space: nowrap;
}
table.pretty td.actions a {
	margin: 0px 6px;
}

/* ==================== */
/* = SQL logging area = */
/* ==================== */

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

.cake-sql-log {
	position:fixed;
	top:99%;
	z-index:10;
	width:100%;
	background-color:#000;
	color:#FFF;
	border-collapse:collapse;
}

.cake-sql-log caption {
	background-color:#900;
	color:#FFF;	
}

.cake-sql-log:hover {
	top:auto;
	bottom:0;
}

.cake-sql-log td {
	padding:3px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
}

#issue_month, #issue_volume
{

    font-family:Arial;
    font-weight:bold;
}

#issue_month
{
    color:#fff;
    font-size: 2.5em;
    padding-bottom:0;
    padding-left:720px;
    padding-right:0;
    padding-top:80px;
}

#issue_volume
{
    color:#1F62A9;
    font-size:1.45em;
    padding-bottom:0;
    padding-left:720px;
    padding-right:0;
    padding-top:60px;
}
