body, table, tr, td {
  margin: 0px;
  padding: 0px;
  
  font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
  
  background-color: white;
}

img {
  border: none;
}

a, a:visited, .fakelink {
  color: blue;
  text-decoration: none;
  border-bottom: 1px dotted green;
}

a.build, a.build:visited, .build.fakelink {
  color: gray;
  text-decoration: none;
  border-bottom: 1px dotted green;
}

a:hover, .fakelink:hover {
  border: none;
}

.fakelink {
	cursor: pointer;
}

.enscripturedframe {
  width: 900px;
  text-align: left;
}

.topbar {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.logo {
  width: 570px;
  font-size: 32px;
  font-weight: bold;
  float: left;
}

.logo a, .logo a:visited {
  text-decoration: none;
  border: none;
}

.byline {
 font-size: 14px;
 letter-spacing: 0.2em;
 word-spacing: 0.25em;
}

.account {
  text-align: right;
  width: 150px;
  float: left;
}

.toplinks {
  margin-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 2px solid #c0c0c0;
}

.toplinks a, .toplinks a:visited {
  border: none;
}

.enscripturedbody {
  line-height: 1.2em;
  
  padding: 12px;
  
  text-align: justify;
  border-left: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
}

.sidelinks {
  width: 205px;
  padding-right: 10px;
  float: left;
  text-align: left;
  
  border-right: 1px solid #d7e5f2;
  
  position: relative;
  right: -1px;
}

.enscripturedcontent {
  width: 739px;
  float: left;
  
  padding-left: 10px;
  border-left: 1px solid #d7e5f2;
}

.enscripturedwidecontent {
  width: 100%;
}

.planLinks {
}

.planLink {
  margin-bottom: 0px;
  margin-left: 3px;
  margin-right: 1px;
  margin-top: 3px;
  
  float: left;
  
  border-left: 1px solid #00aaff;
  border-right: 1px solid #00aaff;
  border-top: 1px solid #00aaff;
  
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  
  text-align: center;
  
  background-color: white;
  
  color: #666699;
  
  cursor: pointer;
}

.planLink:hover, .planLink.active:hover {
  background-color: #66ccee;
}

.planLink.active {
  background-color: #ccccff;
}

.planBox {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 10px;
  border: 1px solid #00aaff;
}

.planSection {
}

.clearFloat {
  clear: both;
  width: 0px;
  height: 0px;
}

.VOTD {
  color: black;
  margin-left: 15px;
  text-align: justify;
}

label {
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, select {
	margin-left: 4px;
	margin-right: 4px;
}

input[type="text"], input[type="password"], textarea {
	padding-left: 4px;
    padding-right: 4px;
}

input[type="checkbox"] {
    color: #102132;
}

input[type="submit"] {
    background-color: #d7e5f2;
    color: #102132;
}

input:focus, select:focus {
	background-color: #d7e5f2;
}

label {
    cursor: pointer;
}

.topItem {
	margin-left: 2px;
	margin-right: 2px;
	background-color: white;
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	border-top: 2px solid #c0c0c0;
	float: left;
}

.topItem a {
	display: block;
	padding: 4px;
	font-weight: bold;
	color: black;
}

.topItem a:hover {
	display: block;
	padding: 4px;
	background-color: #d7e5f2;
}

div.readingGroup {
	width: 450px;
	margin: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.groupPassage {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.displayGroup {
	padding-left: 12px;
}

div.dayGroup {
	width: 415px;
	padding: 5px;
	float: left;
	
	padding-top: 2px;
	padding-bottom: 6px;
	
	margin-bottom: 15px;
	margin-top: 4px;
	
	text-align: left;
}

div.dayNum {
	margin-bottom: 4px;
	margin-left: 4px;
	font-size: 1.2em;
}

div.odd {
	background-color: white;
}

div.even {
	background-color: #d8d8d8;
}

.ui-autocomplete {
	font-size: .95em;
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-autocomplete a {
	border-bottom: none;
}

#ui-datepicker-div, #ui-datepicker-div tr, #ui-datepicker-div td {
	font-size: 1em;
}

.ui-datepicker a {
	border-bottom: 0px;
}
