/* CSS Document */

* 
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin-bottom: 4px;
}

img
{
	border: 0px;
}
img.icon
{
	vertical-align: top;
	margin: 0px 3px;
}

body 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #888888;
	background-color: #dde5d9;
	font-size: 11px;
	margin: 0;
}

a:link 
{
	color: #63b4cd;
	text-decoration: none;
}

a:active, a:visited 
{
	color: #76a3c2;
	text-decoration: none;
}

a:hover 
{
	color: #777777;
	text-decoration: none;
}

a.block
{
	border: 1px solid #9abf42;
	background-color: #c6e779;
	padding: 4px 10px;
	margin: 0px 10px;
	
	color: #ffffff;
	font-weight: bold;
}
a.block:hover
{
	background-color: #a2d430;
}
a.block-zoom
{
	border: 1px solid #9abf42;
	background-color: #c6e779;
	padding: 4px 10px;
	margin: 0px 10px;
	
	color: #ffffff;
	font-weight: bold;
}
a.block-zoom:hover
{
	background-color: #a2d430;
}
a.block-inactive
{
	border: 1px solid #dfdfdf;
	background-color: #ebebeb;
	padding: 4px 10px;
	margin: 0px 10px;
	
	color: #ffffff;
	font-weight: bold;
}

h1, h2, h3
{
	color: #AA0000;
	text-align: center;
}

/* Global layout elements */

#site
{
	width: 100%;
}

#container 
{
	width: 960px;
	background-color: #ffffff; 
	border-left: 2px #A5D534 solid; 
	border-right: 2px #A5D534 solid;
}

#header 
{
	height: 200px;
	position: relative;
	background-image: url('/img/background.gif');
	background-repeat: repeat-x;
	padding: 0px;
	text-align: left;
}

#box-search
{
	height: 25px;
	width: 600px;
	position: absolute;
	right: 7px;
	bottom: 40px;
	
	text-align: right;
}

#header-read
{
	height: 28px;
	position: relative;
	background: url('/img/background.gif') repeat-x 0px -170px;
	padding: 2px 0 0 0;
	text-align: left;
}

#header-read table
{
	border: 0;
	background: transparent;
}

#header-read td
{
	height: 25px;
	padding: 0;
	border: 0;
	vertical-align: middle;
	background: transparent;
}

#menubar 
{
	height: 25px;
	background-image: url('/img/header.gif');
	background-repeat: repeat-x;
	padding: 0;
	
	color: #777777;
}

#menubar table
{
	border: 0;
	background: transparent;
}

#menubar td
{
	height: 25px;
	padding: 0;
	border: 0;
	vertical-align: middle;
	background: transparent;
}

#menubar a
{
	
}

#menu-foot
{
	height: 6px;
	background-image: url('/img/header-shadow.gif');
	background-repeat: repeat-x;
}

#noticebar
{
	font-size: 10px;
	margin: 15px 20px;
}

#content
{
	margin: 15px 20px;
}

#contentarea
{
	background: #f5f9fc;
	border: 1px dashed #DDDDDD;
	padding: 15px 23px;
}

.contentbox
{
	border: 1px solid #E5E4DB;
	background-color: #FFFFFF;
	padding: 5px 10px;
	
	text-align: left;
}

.contentbox-head
{
	height: 25px;
	background-color: #99cd20;
	background-image: url('/img/box-head.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #E5E4DB;
	border-right: 1px solid #E5E4DB;
	border-left: 1px solid #E5E4DB;
	
	color: #ffffff;
	font-weight: bold;
}

.contentbox-foot
{
	height: 28px;
	background-color: #E6E7E9;
	background-image: url('/img/box-foot.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #E5E4DB;
	border-right: 1px solid #E5E4DB;
	border-left: 1px solid #E5E4DB;
	
	font-size: 10px;
}

.contentform
{
	width: 600px;
}

#footer
{
	height: 35px;
	background-image: url('/img/footer.gif');
	background-repeat: repeat-x;
	
	color: #444444;
}

#home-left
{
	width: 605px;
	text-align: left;
	float: left;
}
#home-right
{
	width: 250px;
	margin-left: 620px;
	overflow: hidden;
}


/* Header buttons */

#button-forum
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 5px;
	bottom: 7px;
	
	background: url('/img/button_forum.png') no-repeat 0px 0px;
}
#button-forum-hover
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 5px;
	bottom: 7px;
	
	background: url('/img/button_forum.png') no-repeat 0px -25px;
}
#button-authors
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 155px;
	bottom: 7px;
	
	background: url('/img/button_authors.png') no-repeat 0px 0px;
}
#button-authors-hover
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 155px;
	bottom: 7px;
	
	background: url('/img/button_authors.png') no-repeat 0px -25px;
}
#button-genres
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 305px;
	bottom: 7px;
	
	background: url('/img/button_genres.png') no-repeat 0px 0px;
}
#button-genres-hover
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 305px;
	bottom: 7px;
	
	background: url('/img/button_genres.png') no-repeat 0px -25px;
}
#button-mangas
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 455px;
	bottom: 7px;
	
	background: url('/img/button_mangas.png') no-repeat 0px 0px;
}
#button-mangas-hover
{
	display: block;
	width: 140px;
	height: 25px;
	
	position: absolute;
	right: 455px;
	bottom: 7px;
	
	background: url('/img/button_mangas.png') no-repeat 0px -25px;
}
#MangaSearch
{
	color: #999999;
	border: 1px solid #a3d62c;
	background: url('/img/input-bg.gif');
}

/* Reading */
#image-container
{
	position: relative;
}
#read-prev-container
{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 200px;
}
#read-prev
{
	position: absolute;
	top: 0;
	left: -150;
	
	width: 100px;
	
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	
	text-align: center;
}
#read-next-container
{
	position: absolute;
	top: 0;
	right: 0;
	
	width: 200px;
}
#read-next
{
	position: absolute;
	top: 0;
	right: 0;
	
	width: 100px;
	
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	
	text-align: center;
}
#img-prev-top
{
	position: absolute; top: 0; left: 0;
}
#img-prev-bottom
{
	position: absolute; bottom: 0; left: 0;
}
#img-next-top
{
	position: absolute; top: 0; right: 0;
}
#img-next-bottom
{
	position: absolute; bottom: 0; right: 0;
}

/* Page-specific */
table.scaffold
{
	width: 600px;
	margin-bottom: 20px;
}
table.scaffold td
{
	text-align: left;	 
}
table.scaffold td.title
{
	width: 160px;
	font-weight: bold;
}

div.manga-image
{
	width: 200px;
	background-color: #FFF;
	border: 1px solid #E5E4DB;
	padding: 5px;
}

/* Cake overridden styles */
div.message
{
	background: #fcf5f5;
	border: 1px dashed #DDDDDD;
	padding: 15px 23px;
	
	color: #AA0000;
}

div.actions a 
{
	color: #76A3C2;
	text-decoration: none;
	font-weight: bold;
}
div.actions a:hover 
{
	color: #777777;
}

table
{
	border-collapse: collapse;
	color: #777777;
}
th 
{
	height: 25px;
	background-color: #99cd20;
	background-image: url('/img/box-head.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #E5E4DB;
	border-right: 1px solid #E5E4DB;
	border-left: 1px solid #E5E4DB;
	margin-left: 8px;
	margin-right: 8px;
	
	color: #ffffff;
	font-weight: bold;
}
th a:link, th a:active, th a:visited
{
	color: #FFFFFF;
	display: block;
	padding: 2px 4px;
	text-decoration: underline;
}
th a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
td
{
	border: 1px solid #E5E4DB;
	text-align: left;
}
td.actions 
{
	background-color: #F2F8EE;
	text-align: center;
}

fieldset 
{
	border: 1px solid #E5E4DB;
	margin: 20px 15px;
	padding: 15px 15px; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
fieldset legend 
{
	color: #8AB459;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 10px;
}

input.form-error
{
	border: 1px solid #AA0000;
}
div.error-message 
{
	margin-left: 170px;
}

div.auto_complete 
{
	position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 100;
}
div.auto_complete ul
{
	list-style: none;
	margin: 0;
}
div.auto_complete ul li
{
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #82878c;
}
div.auto_complete ul li.selected 
{
	padding: 5px;
	background-color: #FFB;
	border: 1px solid #82878c;
}
span.informal
{
	font-style: italic;
}

div.warning
{
	border: 1px dashed #ffda00;
	background-color: #fffed4;
	padding: 10px 20px;
	
	font-size: 12px;
	text-align: left;
	color: #AA0000;
}
div.warning a
{
	color: #AA0000;
	font-weight: bold;
	text-decoration: underline;
}

select.wide
{
	width: 350px;
	height: 21px;
}
div.checkbox
{
	width: 175px;
	float: left;
	clear: none;
}
div.checkbox label
{
	width: 120px;
}

.rating_container
{
    clear: both;
}

.rating_description
{
    clear: both;
    width: 125px;
    text-align: center;
}
 
.rating_container a
{
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    border: 0;
    background-image: url('/img/rating.gif');
}
 
.rating_container a.rating_off
{
    background-position: 0 0px;
}
 
.rating_container a.rating_half
{
    background-position: 0 -25px;
}
 
.rating_container a.rating_on
{
    background-position: 0 -50px;
}
 
.rating_container a.rating_selected
{
    background-position: 0 -75px;
}

