/* CSS Document */

table,tr,body,
    td,form,input,
    button,select,textarea,submit,
    option		{ font-size:12px;font-family:verdana,arial,helvetica;color:blue; padding: 4px; margin: 2px; }
    BODY { margin-top: 0px }

	 .tdRight {
	 text-align: right;
	 }
    

  body {
  font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: blue;
  }
  
  p {
  font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: blue;
  }
 
 /*DIVS */
 
	
	#container {
	margin: 0 auto 0 auto;
	width:720px;
	position: relative;
	min-height: 480px;
	background-color: white;
	}
 
 #banner {
 width: 720px; background-color: yellow; 
 
 }
 
 #mainContent {
 width: 710px;
 margin: 0 auto 0 auto;
 background-color:#FFFFCC;
 position: relative;
	min-height: 480px;
	padding: 6px; 
  
 }
 
 /*Content was preexisting */
 #content {
 position:absolute; 
 top:135; 
 left:130; 
 z-index:2; 
 padding:5px; 
 background-color:#FFFFCC; 
 width: 700px ;
 }
 
/* fonts */

  .smallText {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: blue;
}
     .greenHead {
	
	font-weight: bold;
	color: green;
}
  
  .brownHead {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: brown;
}
 
  .redHead {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: red;
}

  p.red { 
  font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
  color: red; 
  margin:0; 
  padding:0; 
} 

  .menu { 
  font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
  color: black;
} 

  breakAfter {
  page-break-after:always  
  }

ul.TickList {
  list-style-image: url('http://victoriasquilts.com/database_vic/artwork/showSq.jpg')
}

ul.help_icon {
  list-style-image: url('http://victoriasquilts.com/database_vic/artwork/help_questionMark.jpg')
}


dualDiv { width: 49%; border: 1px solid red; float: left; text-align: center;}

	input:focus {  
	background-color: rgb(204,255,255); 

}

/*  MESSAGE shows error inside a red dive */
.errorMsg {
		background-color: lightpink; 
		width: 200px; 
		padding: 6px;
		display: block; 

}

/* ERROR MESSAGE shows error inside a red dive */
.successMsg {
		background-color: rgb(102,255,153); 
		width: 400px; 
		padding: 6px;
		display: block; 

}

