/* QOTW3 specific styles */

/*
	 $LastChangedBy: Andrew $
	 $Date: 2008-01-22 14:10:57 -0500 (Tue, 22 Jan 2008) $
	 $Revision: 96 $
*/

p.question {
	margin: 10px 0 10px 0;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1em;
}

p.error {
	margin-top: 8px;
}

table.QOTWRadio, table.QOTWCheck, table.QOTWXB {
	border: 0; 				/* border = 0 */
	border-spacing: 0;	/* cellspacing = 0 */
	padding: 0;				/* cellpadding = 0 */
	border-collapse: collapse;
}

/* answer row in radio and check questions */
table.QOTWRadio tr.QOTWAns, table.QOTWCheck tr.QOTWAns {		
	
}

/* hover over answer row in radio, check questions */
table.QOTWRadio tr.QOTWAns:hover, table.QOTWCheck tr.QOTWAns:hover {		
		background-color: #A8CBFF;	
	}
	
/* td containing label in radio, check questions */
table.QOTWRadio td.QOTWLabel, table.QOTWCheck td.QOTWLabel {		
	padding-top: 1px;
}
	
table.QOTWRadio td.QOTWLabel label, table.QOTWCheck td.QOTWLabel label { 		/* label for radio, check questions */
	display: block;
	margin: 0;
	padding: 2px 5px 2px 4px;
}
	
table.QOTWRadio td.QOTWOther, table.QOTWCheck td.QOTWOther {		/* td containing "other" box in radio, check questions */
	vertical-align: middle;
	padding: 5px;
}
	
	input.QOTWOther {		/* the "other" input textbox */
		margin: 1px 5px 3px 4px;
		padding: 1px;
	}
    
    td.QOTWLabelOther {

    }
    
    td.QOTWLabelOther label {
      float: left;
      vertical-align: middle;
      padding: .45em 3px .45em 0px;
      margin-top:
   }
   
    td.QOTWLabelOther input {
        margin: .15em;
        padding: .15em .2em;

   }
	
	/* *************************** CHECKBOX questions! */
	
table.QOTWCheck {
		
}
	
	table.QOTWCheck td.QOTWCheckbox {
		padding: 1px 0 0 4px;	
	}
	
	/* *************************** RADIO questions! */

table.QTOWRadio {

}
	
	table.QOTWRadio td.QOTWRadio {
		padding: 1px 0 0 4px;	
	}
	
	/* *************************** XB questions! */
	
	table.QOTWXB {
		margin: 0 0 5px 0;
	}
	
		table.QOTWXB td.XBHead {
			padding: 0 6px 3px 6px;
			text-align: center;
			font-size: .9em;
			vertical-align: bottom;
		}
	
		table.QOTWXB tr.XBRow {
		
		}
		
		table.QOTWXB td.XBAns {
			padding: 2px 8px 2px 5px;
			border-bottom: 1px solid silver;
			border-top: 1px solid silver;
		}
	
		table.QOTWXB tr.alt {

		}
	
	
		table.QOTWXB tr.ErrorRow {
			background-color: yellow;
		}
	
		table.QOTWXB td.XBRadio {
			text-align: center;	
			vertical-align: middle;
			padding: 2px 0 0 0;
			border-bottom: 1px solid silver;
			border-top: 1px solid silver;
		}
		
			table.QOTWXB tr.XBRow td.XBRadio:hover {
				background-color: #A8CBFF;
			}	
		
	/* *************************** OPEN-END questions */
	
	.OpenEnd {
		display: block;
		margin: 5px 0 10px 15px;
		padding: 1px;
	}
	
	/* *************************** Recent QOTW Links */
	
	#RecentQOTWList {
		margin: 3px 0 5px 30px;
		list-style-image: url(/img/bullet.gif);
	}
	
	.admin {
	/*	background-color: #fefefe;*/
	}
	
	img.QOTWGraph {
		margin: 0 0 10px 0;
	}
	
	ul.QOTW {
		margin: 3px 0 5px 30px;
		list-style-image: url(/img/bullet.gif);
	}
		
	/* *************************** Styles specific to the vote page */
   
   span.VoteLabelDesc {
      display: block;
      color: #6F6F6F;
      margin: 0 0 0 14px;
      line-height: 1.2em;
   }