
/* wc3x bible quiz styles */


				 /* temporary styles lock out                */
				/* table {border: 2px solid red; margin: 3px;}  */
				/*	td {border: 1px dotted purple; padding: 2px;}  */
				/*	table {border: 0px solid red; margin: 3px;}    */ 
				/*	div {border: 0px dotted blue; background-color: none;}  */
				/*	body {border: 0px solid yellow;}		        */
	
/* Styles for my bible quiz begin */

a:link {
   font-family: verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px; 
	}

a:visited{
   font-family: verdana, Helvetica, sans-serif;
	color: #93268e;
	background-color: transparent;
	text-decoration: none;
	font-size: 9px;	
}
	
a:hover{
	font-family: verdana, Helvetica, sans-serif;
	background: #f8f8f8;
	font-size: 9px;
	color: #00008B;
	text-decoration: none;
}						

.bannr{
    width:800px;
    background-color: #D7E0A0;
    padding-bottom: 0px;
         
}	

 .bglove{
   position: relative;
   background-image: url(../images/testbg3.gif);
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
 	border: 1px inset yellow; 
 		
}

	 .horizontalcssmenu {
     position: relative; top: 0px;
     width: 800px;
     margin-top: 0px;
     padding-top: 0px; 
 
}			
	
.sinfo{
   position:relative; top: 64px; 
   background-color: #D7E0A0;
   float: right;
     
}


#formit, #formit2 {
    position:relative;
	text-align: center;
	padding-bottom: 4px;
}

 

.qzxit{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E0A0;
	padding: 4px 5px 2px 10px;
	font-size: 10px;
	font-weight: 200;
	text-align: left;
	vertical-align: top;
	
}

#myquiz {
    padding: 4px 5px 2px 10px;
	 border-left-width: 6px;
	margin-left: 12px; 
}

#quizit {
    
	padding: 4px 5px 2px 12px;
	background-color: transparent;
	border-left-width: 8px;
	border-left-style: inset;
	border-left-color: #00014c;
	margin-left: 12px;
	width: 4px;
	
}

 .footr {
		position: relative;
		text-align: center;
		text-decoration: none;
		background-color: #d7e0b0;
		font-size: 9px;
		width: 100%;
		font-family: verdana, Helvetica, sans-serif;
					
}

	.update {
		font-family: "Times New Roman", Times, serif; 
		text-decoration: none;
		padding-bottom: 3px;
		font-size: 9px;
		color: #4a4a4a; 
		background-color: #d7e0b0;
}
  
/* Styles for my bible quiz end */
	