@import "content.css";
@import "head.css";
@import "menu.css";

html,body{
	margin:0px 0px 0px 0px;	
	/*font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#333333;*/
	line-height:14px;	
	font-family: Arial, sans-serif;
	font-size: 8.6pt;
	color: #5d5d5d;
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#E8E8E8;
	display:table;	
	overflow:-moz-scrollbars-vertical;
}

hr{
	color:#E6E6E6;
	background-color:#F2F2F2;
	border:0;
	height:1px;
	width:100%
}

a{	
	/*color:#2469C6;*/
	color:#492F92;
	text-decoration:none; 		
}

a:hover{
	text-decoration:underline; 
}

h1{	
	font-size: 13pt;
	font-weight: 100;
	/*color: #292D5D;
	background-image: url("../img/bg_dotline.gif");
	background-repeat: repeat-x;
	background-position: bottom;*/
	padding-bottom: 10px;
	padding-top: 7px;
	margin: 0px;
	
	/*color:#38699B;*/
	color:#492F92;
	
}

form{
	*margin-top:-1px;
}

.float_left{
	float:left;
}

.container{
	margin-left:50px; 
	width:765px; 
	padding-bottom:40px;
}

.content_container{
	
}
.content_block{	
	margin-bottom:35px;
	*height:400px;
	display:table;
	min-height:400px;	
}

.button{
	width:80px; 
	padding-left:7px;
	padding-right:7px;
	/*height:22px; */
	background-image:url('../images/layout/btn_bg.gif');
	background-repeat:repeat-x; 
	color:black; 
	text-align:center; 
	padding-top:3px; 
	cursor:hand; 
	float:right;
}

.wrapImgRight img {
	float: right;
	margin-left: 8px;
	margin-bottom:8px;
}
.wrapImgLeft img {
	float: left;
	margin-right: 8px;
	margin-bottom:8px;
}

.separation{
	border-bottom: solid 1px #999;
}

.photoBook_picture {
	float:left;
	padding-bottom:5px;
}
.photoBook_picture_img{
	text-align:center;
	/*border:1px solid #333333;*/
	margin:3px;
}
.photoBook_picture_title {
	text-align:center;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
}
.photoBook_picture_title img {
	border:none;
}
.photoBook_picture_title a{
	color:#000000;
	text-decoration:none;
}

.documenttitle {
padding-bottom:5px;

}