fieldset {
	border : 0;
}

fieldset legend {
	color : #01A9D6;
	background : #FFF;
	font-weight : bold;
	padding-right : .25em;
}

fieldset table label {
	width : 12em;
	float : left;
	clear : left;
	margin-left : 5px;
}
	
fieldset input, fieldset select {
	font-family:verdana;
	font-size:80%;
}

#leftContent {
	width : 50%;
	float : left;
	clear : left;
}

#leftContent p {
	margin : 0;
	padding : 0 10px 10px 0;
}

#leftContent p a {
	float : none;
	clear : none;
}

#formFields {
	padding : 10px;
}

#erMsg {
	margin-bottom : 20px;
}

.TE_ErrorBox {
	font-weight : bold;
	display : none;
	padding-top : 10px;
}

.TE_ErrorBox li {
	font-weight : normal;
}

#sampleNews {
	/*border-left : dashed 1px #CCC;*/
	text-align : center;
	float : left;
	clear : right;
}

#sampleNews a img {
	border : 0;
	margin-left : 25px;
}

#confirmedMsg {
	display : block;
	padding : 10px 10px 10px 50px;
}

/*ADDED BY AMY LADAS FOR PREVIEW PAGE*/
.TE_innovationsTable {
	margin-top:0px;
	float:left; 
	display:table;
	width:850px;
}

.TE_innovationsTable td {
	width:50%;
	padding-bottom:20px;
	display:table-cell;
}

#mainContainer {
	width : 820px;
	margin : 0 auto;
}
#header {
	/*height:100px;*/
	/*background : red;*/
	/*border-bottom : solid 2px #000;*/
}
#centerBody {
	float : left;
	clear : both;
}
#left, #middle, #right {
	width : 390px;
}
#left, #middle {
	float : left;
}
#left {
	clear : left;
}
#middle {
	clear : none;
	margin : 0px 5px;
}
#right {
	float : right;
	clear : right;
}
#footer {
	height : 90px;
	clear : both;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sideBarTxt {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.style2 {
	font-size: 10px;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}

a#previewButton:link, a#previewButton:visited {
	height : 40px;
	width : 165px;
	background: url('../images/preview.jpg') no-repeat;
	display : block;
}

a#previewButton:active, a#previewButton:hover {
	background: url('../images/preview_over.jpg') no-repeat;
}

.TE_previewErrorBox {
  margin: 5px;
  padding: 5px;
  padding-left: 50px;
  background: White url(/_TEincludes/TEimages/top_box_warn.gif) no-repeat 10px 7px;
  border: 1px solid red;
  font-weight : bold;
  height:35px;
  display : none;
}

/****Gray Pop-up that appears with mouse rollover****/
.TE_previewMySubs_overlay {
	background-color:#FFFFFF;
	padding:5px;
	width:405px;
	display:none;
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	border:1px solid black;
}
