body {
	font-family: Tahoma, Helvetica, Arial;
	background-color: FFFFF5;
	margin: 10px;
}

A, A:link, A:visited, A:active, A:hover {
    text-decoration: none; 
    color: #000000;
    border: 0px none;
}

#debug{
    font-size: 12px;
    background-color: #CCCCCC;
	margin-top: 10px;
	border: 1px solid #000000;
    overflow: scroll;
    position: relative;
    left: 20%;
    height: 160px;
    width: 80%;
    padding: 5px;
}

/* remove ugly blue border on hyperlinked images for netscape users*/
IMG {
    text-decoration: none; 
    border: 0px none;
}

/* header style */
#header_block{
	background-color: EFEFDD;
}
#header_title{
}
#header_menu{
	background-color: DDDDCC;
	width: 100px;
	border: 1px dashed #000000;
}
#header_selector{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDCC;
	border: 0px;
	height: 30px;
	width: 100px;
}




/* Insertion style */
#insertion_block {
	background-color: EFEFDD;
	width: auto;
	margin: 20px;
	border: 1px solid #000000;
}
#insertion_header{
	background-color: #DDDDCC;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}
#insertion_msg{
	font-size: 14px;
	padding: 10px;
}



/* Table style */
#table_block {
	margin-top: 10px;
	border: 1px solid #000000;
    background-color: #EEFFEE;
}
#table_title {
	background-color: #DDDDCC;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
}
#table_status {
	font-weight: normal;
	font-size: 10px;
    margin-left: 20px;
}
#table_content{
	border: 1px solid #006600;
    background-color: #EEFFEE;
}
#table_bar {
	background-color: EFEFDD;
	font-size: 10px;
}
#table_header{
	background-color: #D6FFB5;	
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	padding: 4px;
}
#table_row{
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006600;
	padding: 4px;
}
#table_row_sent{
	background-color: #FFE080;	
    font-size: 11px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #006600;
    padding: 4px;
}
#table_row_recv{
	background-color: #F09911;	
    font-size: 11px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #006600;
    padding: 4px;
}
#table_row_missing{
	background-color: #D6FFB5;	
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006600;
	padding: 4px;
}

/* Form style */
#form_block {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 14px;
	border: 1px solid  #000000;
	background-color: #D6FFB5;
}
#form_title {
    background-color: #555555; 
    font-weight: bold;
    font-size: 18px;
    color: #D6FFB5;
    padding: 10px;
}
#form_subtitle {
    background-color: #888888; 
    font-weight: bold;
    color: #D6FFB5;
    padding: 10px;
}
#form_header {
	background-color: #BCEF72;
	font-weight: bold;
	padding: 5px;
}
#form_elem{
    font-weight: bold;
    margin:20px 10px 20px 10px;
}
#form_input{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 13px;
	background-color: #EEFFEE;
	padding: 8px;
}
#form_preview{
    font-weight: normal;
	background-color: #ADDDFF;
	border: 1px solid #3859BC;
	padding: 10px;
}
#form_question{
    width: 40%;
    vertical-align: top;
}
#form_answer{
    margin: 10px;
}
#form_example{
    font-weight: normal;
    font-size: 9px;
    margin: 0px 0px 0px 5px;
}


/* Print form style */
#print_block {
    font-family: "Times New Roman", Times, serif;
    font-size:12pt;
    margin: 0.5in;
}
#print_title{
    font-size: 15pt;
    font-weight: bold;
    text-transform: uppercase;
}
#print_question{
    font-weight: bold;
    width: 40%;
}
#print_answer{
    text-decoration: underline;
    width: 60%;
}

/* button */
#button{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCECE;
}

