@CHARSET "ISO-8859-1";

a img {
  border: 0px;
} 

#MainSection {
  position: relative;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
} 

#InnerSection {
	position: relative;
	top: 0px;
	left: 0px;
	color: #202020;
	text-align: left;
}

#LinkTitle {
  position: relative;
  left: 10px;
  right: 10px;
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

#LinkMethodSelect {
  padding-left: 200px;
  padding-bottom: 20px;
  text-align: left;
} 

.linkSettingsTable {
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
} 

.linkLabel {
  position: relative;
  right: 0px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 5px;
}

.linkValue {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
}

#LinkCalSettings {
  display: none;
} 

h3 {
  font-family: sans-serif;
  font-size: 14px;
} 

.code {
  margin-left: 10px;;
  width: 500px;
}

.highlight {
  font-style: italic;
  color: #600000;
}

#Background {
  left: 40px;
  text-align: left;
} 

#Preview {
  padding-top: 10px;
}

#BackLink {
  padding-top: 20px;
  clear: both;
  text-align: center;
  vertical-align: middle;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
}

#BackLink a {
  text-decoration: none;
} 

#BackLink a:hover {
  text-decoration: underline;
} 

