﻿body 
{
	height: 100%;
	width: 100%;
	background: #dcdcdc url(images/bg-body.gif) top left repeat-x;
	font-family: Verdana,Ariel,Helvetica;
	margin:0;
}

hr
{
	height:1px;
	width: 100%;
	color:#3975bb;
}

A
{
	color:Blue;
}

A:visited
{
	color:Blue;
}

A:hover
{
	color:Red;
}

#dvouterwrapper
{
	position:relative;
	height: 100%;
	width: 100%;
}

#dvtopwrapper
{
	background: url(images/bg-header.gif) #fff top 95px no-repeat;
}

#dvtopcontents
{
	clear:both;
	height: 139px;
	width: 1065px;
	margin-left: 95px;
	/* margin-left: auto; */
	/* margin-right: auto;  */

}

#dvmidwrapper
{
	background: url(images/bg-main-container.gif) top left no-repeat;	
	border: none 1px gray;
	width: 1165px;
}

#dvmidcontents
{
	width: 1065px;
	margin-left: 95px;
	margin-top: 20px;
	background-color: White;
	/* margin-left: auto; */
	/* margin-right: auto; */
}

#dvbotwrapper
{
		
}

#dvbotcontents
{
	height: 30px;
	width: 1065px;
	margin-left: 95px;
	background: url(images/footertitle.gif) top center no-repeat;
	background-color: #9e1b1f; 
	/* margin-left: auto; */
	/* margin-right: auto;  */	
}

#dvlogo
{
	float:left;
	width:330px;
	height:100px;
}

#headline
{
	background-color: #d4d4d4; 
	float:left;
	height: 60px;
	width:395px;
	margin-left:25px;
	text-align:center;  
}

.headlinelabel
{
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana,Ariel,Helvetica;
	font-size: 20px;
	font-weight: bold; 
}

#dvlanguagebar
{
	float:right; 
	margin-left:20px;
	vertical-align: bottom;
}

#ctl00_dvresult
{
	position:absolute;
	z-index:100;  
	clear:both;
	height: 600px;
	width: 560px;
	left: 50%;
	margin-left: -300px;
	top: 100px;
	/* filter: alpha(opacity=85);	 */
	background-color:White;  
	border-left:solid 2px #00108c;
	border-right:solid 2px #00108c;
	font-size: 11px;
	overflow:scroll;
	padding: 10px;
}

.textbox
{
	height: 18px;
	width: 100px;
	border: solid 1px #3975bb;
}

.largelink
{
	font-size: 14px; 
}

.searchlabel
{
	font-size:12px;
	font-family: Verdana,Ariel,Helvetica;
}

.searchresult
{
	font-size:12px;
	font-family: Verdana,Ariel,Helvetica;
}

/* =====================*/
/* Image cells          */
/* =====================*/

.imagecell
{
	position:relative;
	float: left; 
	height: 100px;
	width: 100px;
	border: solid 1px black;
	margin-left: 12px;
}

/* =====================*/
/* image rows           */
/* =====================*/

.imagerow
{
	position:relative;	
	height: 100px;
	margin-top: 15px;
}

/* =====================*/
/* Cells			    */
/* =====================*/

.chaptercell
{
	position:relative;	
	float: left; 
	height: 45px;
	width: 100px;
	font-size: 11px;
	font-weight: bold; 
	margin-left: 12px;	
	border: solid 1px white;
}

.chaptercell A
{
	font-size: 10px;
	font-weight: normal; 	
}

/* =====================*/
/* Rows                 */
/* =====================*/

.chapterrow
{
	float:left;
	position:relative;
	height: 45px;
	margin-bottom: 10px;
}

.newrow
{
	width: 1065px;
	height: 110px;
	position:relative;
	clear:both;
	margin-top: 10px; 
}