/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 90%;
	text-align: left; 
	margin: 5px 0
	scrollbar-3dlight-color: #D0C8A0;
	scrollbar-arrow-color: #D0C8A0;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #482030;
	scrollbar-highlight-color: #482030;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}


hr {
	background-color: #dc7c44; 
	color: #dc7c44; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #303030; 
	color: #fff; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Verdana, Arial, sans-serif;
	color: #cccc99; 
	text-align: left; 
	font-size: 36px; 
	font-weight: normal; 
}

h2 {
	font-family: Verdana, Arial, sans-serif;	color: #cccc99; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: Verdana, Arial, sans-serif;	color: #cccc99; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;	font-size: 18px; 
	font-weight: normal; 
	color: #cccc99; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #999966; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #999966; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #999966; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #999966; 
	text-decoration: none; 
	font-weight: bold;
}


.navigation a:link  {
	color: #999966; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #999966; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	color: #999966; 
	text-decoration: underline; 
	font-weight: normal;
}

.navigation a:active {
	color: #999966; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #000;
	color: #000000; 
	text-align: left;
	margin: 0 auto;
}


.maintext {
	background-image: url('urlimages/design/judgementtile1.jpg');
	font-family: Arial, Verdana, sans-serif; 
	font-size: 100%;
	text-align: left; 
}

.pedigree {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 250px; 
	border: inset 3px #999966;
	border-collapse: separate;
	vertical-align: middle; 
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%; 
	font-weight: normal;
}

.itemlist {
	width: 90%;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	border: inset 3px #999966;
	border-collapse: separate;
	vertical-align: middle; 
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%; 
	font-weight: normal;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as <a href="#nogo"> Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 50px; /* means the pop-up's top is 50px away from thumb's top */
	left: 90px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}

/* smart image enlarger ends here */
