/* $Header: $ */

/* Global */

P, TABLE, TD, UL, OL, LI, BLOCKQUOTE {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10pt; color: black;}

.subheading {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: black;
}

.blue_body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: black;
}


A:link {color: #0000ff;}

A:hover {color: #DC143C;}

.FormBox {
	background-color : #fff;
}

div.FormBox {
	background-color : #fff;
}

div.FormBoxNoWidth {
	background-color : #fff;
}


.ProgressBox {
	background-color : #fc6;
	color: #666;
}

.ProgressBoxCurrent {
	background-color : #fc6;
}

.Instructions {
	background-color : #fc6;
}

/* Styles for tables around sample content view */
.SolictedContentSampleTable {
	font-size: 12px;
	color: black;
	background-color: #ffffcc;
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
}

.CustomText {
	font-size: 12px;
	color: black;
	text-align: justify;
}

/* Styles for solicited content bold text for event time &amp; location */
.CustomBold {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/* Styles for solicited content headline links */
.CustomHeadline   {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

/* Styles for solicited content byline text */
.CustomByline   {
	font-size: 11px;
	color: #333;
}

/* Styles for solicited content date text */
.CustomDate   {
	font-size: 11px;
	color: #333;
}

/* Styles for solicited content time and location text */
.CustomTimeLocation   {
	font-size: 12px;
  font-weight: bold;
	color: #333;
  margin: 0px 10px 2px 0px;
}

/* Styles for solicited content information links */
.CustomInfoLink   {
	font-size: 12px;
	color: #336699;
  border-bottom: 1px solid #ccc;
}

/* Styles for Related Links component header text */
.CustomInfoLinkHeader   {
	font-size: 11px;
	color: #333;
}

a.sidenav:link{
	background: #003C94;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11pt;
}

a.sidenav:active{
	background: #003C94;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 11pt;
}

a.sidenav:hover{
	background: #ff0000;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 11pt;
}

a.sidenav:visited{
	background: #003C94;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11pt;
}

.sidebg{
	background: #003C94;
}


/* Styles for UserLogin */
.FormBox { width:480px; margin-bottom:14px; }
.TableHeadings { padding-left:10px; }


#event_category { width: 100px !important; }
#radius { width:80px !important; margin: 0 !important; }
.enter_date{padding:3px !important; margin:2px !important;}

/* #email_reminder { display:none; } */

/* added for SF 266062 */
.lte #recipients {
	margin: 2px;
	padding: 0px;
}
.lte #recipients ul {
	height: 7em;
}
