/* CMS Event Add CSS Template copyright (c) 2004, skyBuilders.com */
				
body {	
  color: #000066;
  background-color: #eeeeff;
	min-width: 100px;
	max-width: 500px; /* controls length of lines */
}	
				
#skyEventInput {	
	font-size: 14px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	
}	

/* links */		
a:link	{	
	text-decoration: underline;

	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;	
	/* color: #6666ff;
	background: #cccccc; */
}
a:visited	{	
	text-decoration: underline;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	/* color: #ff66ff;
	background: #cccccc; */
}
a:active	{	
	text-decoration: underline;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	/* color: #ff6666;
	background: #cccccc; */
}
a:hover	{	
	text-decoration: underline;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #006666;
	/* background: #cccccc; */
}
a.offsite	{	
	text-decoration: none;
	font-weight: normal;
	color: #0000ff;
	background:	#cccccc;
}	

.CMSEventFormTable {
	width: 98%;
	border: 0px solid #999999;
	margin-left: auto;
	margin-right: auto;
}

.CMSEventForm {
	display: inline;
}

a.CMSEventFormLink {
	font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
.CMSEventFormLink:link {
}
a.CMSEventFormLink:hover {
	color: #006666;
}
.CMSEventFormLink:active {
}
.CMSEventFormLink:visited {
}

.CMSEventFormCell {
	margin: 5px;
	border: 1px solid #999999;
	padding: 3px;
	padding-bottom: 5px;
  
	font-size: 14px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

.CMSEventFormTable td {
	white-space: nowrap;
}

#CMSEventAuthenticationCell {
  white-space: normal;
}
.CMSEventAuthRadio {
  float: left;
  height: 4em;
  
  margin-top: 3px;
  margin-right: 3px;
  border: 0px solid #000000;
}
.CMSEventAuthBlock {
  margin-top: 3px;
  border: 0px solid #000000;
  
  color: #000066;
}
#CMSEventAnonymousBlock {
  margin-bottom: 0px;
  border-bottom: 1px dotted #4A4AAE;
  padding-bottom: 2px;
}
#CMSEventAuthLabel {
  margin-bottom: 3px;
}
#CMSEventAuthLabels {
  float: left;
  
  margin-right: 3px;
  
  text-align: right;
  line-height: 1.75em;
}

#CMSEventSubmissionMessage {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
  color: #000066;  
}
.CMSEventFormLabel {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
  color: #000066;
}
.CMSEventDimmed {
  color: #666666;
}

.CMSEventFormDescription {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

span.normalWeightText {
  font-weight: normal;  
}
span.boldWeightText {
  font-weight: bold;  
}

.eventTextarea {
  width: 98%;
}

.CMSEventBlock {
  margin-top: 5px;
  margin-bottom: 1em;
	border: 1px solid #999999;
	padding: 5px;
	
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}


