@CHARSET "UTF-8";


html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}

h1{
	font-size: 1.9em;
	font-weight: normal;
}

h2{
	font-size: 1.6em;
	font-weight: normal;
}

h3{
	font-size: 1.3em;
	font-weight: normal;
}

a{
	color: #d52127;	
}

body {
	background-color: #FFFFFF;
}

label {
	width: 100px;
	display: block;
}

#flashMessage{
	border: 1px #d52127 solid;
	background-color: #ffd1d3;
	padding: 10px;
	margin-top: 20px;
	font-weight: bold;
	
}

/* MAIN WRAPPER */

#mainWrapper{
	width: 100%;
	height: 100%;
}

#mainContainer{
	width: 960px;
	height: 100%;
}

#w_left_top{
	width: auto;
	height: 200px;
	background-image: url('../img/bg/left_top.png');
	background-repeat: no-repeat;
	background-position: top right;	
}

#w_right_top{
	width: auto;
	height: 200px;
	background-image: url('../img/bg/right_top.png');
	background-repeat: no-repeat;	
	background-position: left top;
}

#w_center{
	width: 960px;
	height: 100%;	
}

#w_right_bottom{
	width: auto;
	height: 200px;
	background-image: url('../img/bg/right_bottom.png');
	background-repeat: no-repeat;	
	background-position: bottom left;
}

#w_left_bottom{
	width: auto;
	height: 200px;
}

#w_left_middle{
	height: auto;
}

#w_right_middle{
	height: auto;
}
	

#top_row{
	height: 168px;
}

#mid_row{
	height: auto;	
}

#bottom_row{
	height: 45px;	
}

#header{	
	width: 960px;
	height: 168px;	
}

#header_left{
	width: 662px;
	height: 168px;
	background-image: url('../img/bg/center_top_left.png');
	background-repeat: no-repeat;	
	background-position: top left;
}

#header_right{
	width: 298px;
	height: 168px;	
	background-image: url('../img/bg/center_top_right.png');
	background-repeat: no-repeat;	
	background-position: top right;
}


#menu {
	width: 240px;
	height: auto;
	vertical-align: top;
}

#front_menu a{
	font-size: 1.1em;	
	text-decoration: none;
	margin-left: 10px;
}

#menu .link{
	margin: 10px 10px 10px 35px; 
}

#menu a:hover{
	text-decoration: underline;
}

#front_menu{
	margin-top: 45px;
}

#book{
	font-size: 0.8em;
	margin: 30px 10px 10px 35px;
}

#book img{
	margin-top: 20px;
	margin-bottom: 20px;
}


#content{	
	width: 720px;
	height: auto;
	font-size: 0.9em;
	line-height: 1.5em;
	vertical-align: top;
	padding-left: 40px;
}

#content li{
	margin: 5px 0px 10px 0px;
}

#languages {
	
	text-align: right;
}

#languages a{
	
	font-size: 0.9em;	
	/*text-decoration: none;*/
	margin-left: 10px;
	margin-right: 10px;	
}


#footer{
	font-size: 11px;	
	width: auto;
	height: 45px;
	text-align: right;
	padding-top:20px;
	background-image: url('../img/bg/center_bottom.png');
	background-repeat: no-repeat;	
	background-position: bottom right;
}

#footer a{
	color: white;
	text-decoration: none;	
	margin-right: 10px;	
	border: none;
}

#footer a:hover{
	color: white;
	text-decoration: underline;
}

#footer a img{
	border: none;
	}



/* Statistics table */
#stats-wrapper{
	width: 100%;
}
	

#stats-left{
	width: auto;
}

#stats-right{
	width: 200px;
	padding-left: 20px;
	padding-top: 60px;
	vertical-align: top;
}

table.stats{
	margin-top: 20px;
	width: 100%;
}

.stats td{
	font-size: 0.8em;
	padding: 4px 10px 2px 10px;
	border-bottom: dotted #CCCCCC 1px;
}

.stats th{
	font-weight: normal;
	font-size: 1.2em;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

/* REGISTRATION FORM*/

.editTable td{
	padding: 10px 2px 5px 2px;
	border-bottom: dotted #CCCCCC 1px;
}

.editTable input, .editTable select{
	width: 250px;
	margin-left: 50px;
}

.submit{
	margin-top: 20px;
}

/* COMMENTS */
div.paging div.disabled {	
	display: inline;		
}

table.stdTable{
	width: 100%;
	margin-bottom: 20px;
}

.comment{
	padding: 10px 0px 15px 0px;
	border-bottom: dotted #AAAAAA 1px;
}

.info{
	padding-top: 15px;
	font-size: 0.8em;	
	width: 100%;
}

.mail{
	text-align: left;
}

.datetime{
	text-align: right;	
}

.date{
	margin-left: 20px;
}

.time{
	color: #666666;
	font-size: 0.8em;	
}

.logout{
	width: 100%;
	text-align: right;
	font-size: 1em;
}

/* MESSAGES */

div.error-message{
	color: #bb2821;
	font-size: 0.8em;
	margin-left: 50px;
}

.error input{
	border: #bb2821 1px solid;
}
