/* CSS Document */

/* -------------------------------------- */
/* global */
/* -------------------------------------- */

body {
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	background-image: url(http://events.techtarget.com/emailarchiving/images/bckgrnd.gif);
}

.agenda p {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #878787;
	border-bottom: 2px solid #FFFFFF; 
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}


p {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #878787;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

h1 {
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	color: #330000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #996600;
	margin-left: 3px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline;
}

a:hover { 
	color: #878787;
	text-decoration: none; 
}

/* -------------------------------------- */
/* form page settings */
/* -------------------------------------- */

.formText {
	font-family: Verdana, "Arial", Helvetica, sans-serif;
}

.formText td {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #727272;
}

.inputForm {
	font-size: 9px;
	background: #E4E6E9;
	border: 1px solid #C9CACD;
	width: 70%;
	height: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;		
}

.textForm {
	font-size: 9px;
	background: #E4E6E9;
	border: 1px solid #C9CACD;
	width: 100%;
	height: 71px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.dropForm {
	font-size: 9px;
	background: #E4E6E9;
	border: 1px solid #C9CACD;
	width: 70%;
	height: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.checkBox {
	background: #E4E6E9;
	border: 1px solid #C9CACD;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.button {
	font-size: 9px;
	background: #F7EBC9;
	border: 1px solid #C9CACD;
	width: 105px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;		
}

.button:hover {
	background: #F7F085;
}
