/* Layout */
body {
	background: #e4ecff;
	background: #ddd;
	background: #fff;
	color: #111;
	margin: 0; padding: 0;
	font-family: Arial;
	font-size: 11pt;
}
#content {
	position: relative;
	z-index: 1000;
	margin-left: 20px; margin-right: 20px; margin-top: 15px;
	margin-top: 0;
	padding-top: 20px;
	font-family: Helvetica, Arial, sans-serif;
	/* Font changed here */
}
* html #content {
  display: inline-block;
}
#layout {
	margin: 20px 40px;
	margin: 0;
}
#inner-layout {
	background: white;
	border: 1px solid #132c55;
	border-left-color: #6396ea;
	border-left-color: #111;
	border-width: 0 1px;
	border-bottom: 1px solid #0d1d39;
	border: none;
}

/* Header*/
#header {
	position: relative;
}
#header h1 {
	position: absolute;
	color: #fff;
	text-indent: -.05em;
	font-size: 23px;
	font-weight: normal;
	top: 10px; left: 140px;
	left: 70px;
	/*height: 32px; width: 500px;*/
	margin: 0; padding: 0;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Tw Cen MT Condensed", "Arial Narrow";
	display: none;
/*	background: transparent url(/images/hita-text.gif) no-repeat top left;
	text-indent: -3000em; */
}
#header h1 strong {
  font-family: "Helvetica", "Tw Cen MT Bold", "Arial Black";
  font-weight: bold;
}
#header h1 a {
	color: white;
}
#header h1 a:hover {
	background: none;
	text-decoration: underline;
	/*border-bottom: 1px solid white;*/
}

#logoblock {
  position: absolute;
  top: 0;
  left: 0;
}

#texas {
	position: absolute;
	top: -25px; left: -45px;
	width: 176px; height: 176px;
	width: 60px; height: 60px;
	top: 10px; left: 5px;
	display: none;
}
* html .realPNG {
  display: none;
}
#top {
	height: 90px;
	margin-left: 25px;
	margin-left: 0;
	/*background: url(/images/header-top-bg.gif); */
	border: 1px solid black;
	border-color: #a5c2f3 #132c55 black #6396ea;
	border-color: #333 #222 black #111;
	border-bottom: none;
	border: none;
	background: transparent url(/images/Header-Pic2.jpg) repeat-x top left;
	background: transparent url(/images/sunny_header.jpg) repeat-x top left;
	background-position: 430px 0;
}
#top-right {
	height: 52px;
	/*background: transparent url(/images/header-top-right.gif) no-repeat top right; */
}
/*#bottom {
	height: 127px;
	background: url(/images/black-bg.gif);
	background-position: bottom left;
	border: 1px solid #132c55;
	border-left-color: #6396ea;
	border-left-color: #111;
	border-width: 0 1px;
	margin-top: -1px;
}*/
#bottom {
  margin-top: -1px;
}

/* Footer */
#footer {
	display: block;
	clear: both;
	margin: 10px 0;
	margin-top: 30px;
	padding-bottom: 10px;
	color: #aaa;
	text-align: center;
	font-style: normal;
	font-size: 12px;
}

/* Main Navigation */
/*#menu {
	position: relative;
	height: 51px;
	margin-top: -100px; margin-left: 20px;
	font-size: small;
}*/
#menu {
  position: relative;
  border-bottom: 0px solid #111;
  background: url(/images/black-bg.gif);
  background-position: 0 -40px;
  background: #3e4526;
}
* html #menu {
  display: inline-block;
}
#menu ul {
	margin: 0; padding: 0;
	margin-left: 10px;
	padding-bottom: 3px;
	list-style: none;
}
#menu li {
	display: inline;
	/*background: transparent url(/images/menu-black-right.gif) no-repeat top right; */
}
#menu a {
  font-size: 12px;
	color: #eee;
	color: #d6e2ad;
	padding: 3px 9px;
	border-right: 1px dotted white;
	border-right: none;
	text-decoration: none;
	margin-left: -1px;
	float: left;
}
#menu a:hover {
  background: white;
  color: #1c2208;
}
/*#menu ul {
	margin: 0; padding: 0;
	padding-top: 13px; padding-right: 20px;
	list-style: none;
}
#menu a {
	padding: 5px 11px; padding-right: 0;
	background: transparent url(/images/menu-black-left.gif) no-repeat top left;
	color: black;
	text-decoration: none;
}
#menu li {
	float: left;
	padding: 5px; padding-right: 11px;
	background: transparent url(/images/menu-black-right.gif) no-repeat top right;
}*/
/*#menu li.logout {
	background: none;
	font-size: 10px;
	padding-right: 0;
	padding-top: 7px;
}*/
/*#menu li.logout a {
	background: none;
	padding-right: 0;
}*/
#menu li#user_name_link a {
  float: right;
  border: none;
  margin-right: 1px;
}
#menu li.logout a {
  float: right;
}

/* Search */
div#letter-search {
	margin-bottom: 10px;
}

/* Calendar */
table.calendar {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666
}
table.calendar th, table.calendar td {
	width: 14.28571%;
	border: 1px solid #666;
}
table.calendar th {
	padding: 3px 0;
	background-color: #333;
	border: none;
	color: white;
	font-weight: normal;
	font-size: small;
}
table.calendar td {
	height: 70px;
	vertical-align: top;
}
table.calendar td.today {
	background: #ffc
}
table.calendar td .textDay {
	color: #333;
	font-size: small;
}
table.calendar td.today .textDay {
	color: black;
	font-weight: bold;
}
table.calendar td.inactive {
	background: #ddd;
	border: none;
}
table.calendar div.quickLinks {
	float: right;
	font-size: 10px;
}
div.navigation {
	padding-top: 5px;
}
div.navigation span {
	float: right;
}
div#iCal {
	margin-top: 15px;
	text-align: center;
	font-size: small;
}

/* Forms */
form {
	margin: 0; padding: 0;
}
form table {
	margin: 0 auto;
	padding: 5px;
	background: #eee url(/images/form.gif);
	border: 1px outset #aaa;
	font-size: small;
}
form table th {
	vertical-align: top;
	font-weight: normal;
	text-align: right;
}
form table td {
	vertical-align: top
}
form table td.submit {
	text-align: center;
}
li form {
	padding: 0; margin: 0;
	border: none;
}

/* Informative Tables */
table.info {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}
table.info thead th {
	padding: 2px 5px;
	border-bottom: 1px solid #333;
	text-align: left;
}
table.info tbody th {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
table.info td {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.qualifications th {
 	text-align: left;
	vertical-align: top;
}

.qualifications thead th {
  border-bottom: 1px solid black;
}

#welcome {
  border: 1px solid #ffe800;
  background: #ffc;
  margin-bottom: 10px;
}
#welcome .layout {
  padding: 10px;
}
#welcome p {
  margin: 0;
  padding: 0;
}

/* Profile */
/* Informative Table */
table.profile {
	margin-bottom: 20px;
}
table.profile tbody th {
	width: 0%;
	white-space: nowrap;
}
table.profile td {
	width: 100%;
}
/* Licensed Court Interpreter */
div.licensed {
	padding: 5px 0;
	padding-left: 36px;
	background: transparent url(/images/certificate.gif) no-repeat center left;
	font-weight: bold;
	margin-bottom: 2px;
}
div.fed_licensed {
	padding: 5px 0;
	padding-left: 36px;
	background: transparent url(/images/federal_cert.gif) no-repeat center left;
	font-weight: bold;
	margin-bottom: 2px;
}
div.ata_licensed {
	padding: 5px 0;
	padding-left: 36px;
	background: transparent url(/images/ata_cert.gif) no-repeat center left;
	font-weight: bold;
	margin-bottom: 2px;
}

div.special {
  margin-top: 10px;
  text-align: center;
}
div.special span {
  font-weight: bold;
}
div.special ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  list-style: none;
}
div.special li {
  display: inline;
  padding-right: 15px;
  line-height: 1.6em;
}

/* Find a Translator/Interpreter */
div.licenseCheck {
	font-weight: normal;
}
div.disclaimer {
	color: #888;
	margin-top: 10px;
	font-size: 11px;
}

/* Specialization */
div.specList {
	padding: 5px;
	font-size: small;
	background: #eee url(/images/form.gif);
	border: 1px outset #aaa;
}
table.defaultSpecTable {
	padding: 0;
	margin: 0;
}
table.defaultSpecTable td {
	text-align: center;
	padding: 2px;
	width: 20%;
}

/* Side Menu */
div.linksBar {
	float: right;
	position: relative;
	width: 157px;
	z-index: 1001;
	margin-top: 20px;
	background: white url(/images/menu.jpg) no-repeat top left;
	text-align: right;
	font-size: small;
}
div.linksBar dl, div.linksBar dt, div.linksBar dd {
	margin: 0; padding: 0;
}
div.linksBar dt {
	padding: 5px 0;
	color: white;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	text-align: center;
	font-weight: bold;
}
div.linksBar a {
  position: relative;
	display: block;
	padding: 3px 5px 3px 0;
	background: #ffbc64 url(/images/menu-item.jpg) no-repeat bottom left;
	color: #0036be;
	text-decoration: none;
}
div.linksBar a:hover {
	background-color: #ffce8f;
	background-image: url(/images/menu-hover.jpg);
	color: black;
	text-decoration: none;
}
div span.bottom {
	display: block;
	height: 13px;
	background: transparent url(/images/menu-bottom.jpg) no-repeat top left;
	font-size: 0;
}

/* HTML Elements */
/* Links */
a {
	padding: 1px;
	color: #0036be;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	padding: 0;
	border: none;
	font-size: 0;
}
a.button:hover {
	background-color: transparent
}
a.trash:hover {
	background: transparent
}
/* Block */
p {
	margin: 0; margin-bottom: 10px;
	line-height: 1.5em;
}
/* Font changed here */
#content ul li {
  padding: 5px 0;
}
/* Font changed here */

h3 {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: -20px;
	padding-left: 20px;
	color: black;
	color: #1c2208;
  border-bottom: 1px solid #6396ea;
	border-bottom-color: #111;
	border-bottom-color: #1c2208;
	border-bottom-color: #000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-family: Georgia, serif;
	/* Font changed here */
	font-size: 27pt;
	font-weight: normal;
	line-height: .8em;
	position: relative;
}

/* Errors */
.fieldWithErrors {
}
.fieldWithErrors input {
	display: inline;
	padding-left: 17px;
	background-image: url(/images/note_icon.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
	border: 1px solid red;
}
.fieldWithErrors textarea {
	padding-left: 17px;
	background-image: url(/images/note_icon.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	border: 1px solid red;
}
#errorExplanation {
	margin: 0 auto;
	width: 400px;
	border: 1px solid #f0f0f0;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 10px;
/*  margin-bottom: 20px;*/
	background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
font-size: 14px;
margin-top: 5px;
}
#errorExplanation ul {
	margin-top: 0; margin-bottom: 0;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Successes */
.success {
  margin: 0 auto;
  width: 400px;
  border: 1px solid #f0f0f0;
  padding: 7px;
  padding-bottom: 12px;
margin-bottom: 10px;
  background-color: #f0f0f0;
}
.success h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #0c0;
  color: #fff;
}
.success p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
font-size: 14px;
margin-top: 5px;
}

/* Coloring */
.highlight {
	background-color: #ffc
}
.odd {
	background-color: #edf3fe;
}
.even {
	background-color: white;
}
.duesExpiring {
	background-color: yellow
}
.duesUnpaid {
	background-color: red
}

/* LEGEND */
#legend {
  border: 1px solid #999;
  background: #eee;
  padding: 5px;
  text-align: center;
}
#legend p {
  color: #333;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
  display: inline;
  margin-right: 15px;
}

/* HELP */
.help_btn {
  margin-top: -1em;
  float: right;
}
.help_btn input {
  background: #ffa;
  border: 1px outset #222;
  font-size: 10px;
}

/* "Actions" Block */
div.actions {
	margin-bottom: 5px;
	padding: 5px;
	background: #fffdc9;
	color: #666;
	border: 1px solid #ffa200;
	font-size: small;
}
div.actions strong {
	display: block;
	padding-bottom: 3px;
	color: #ff5400;
}
div.actions a {
	color: #f00;
	text-decoration: none
}
div.actions a:hover {
	background: none;
	text-decoration: underline;
}

/* Newsletter actions */
div.newsletter_opts {
  margin-top: 15px;
  border: 1px solid #888;
  background: #eee;
  padding: 5px;
  font-size: 12px;
  font-family: Helvetica, Arial;
}

/* Membership sorting */
div#sorting {
  padding: 5px;
  border: 1px solid #00c;
  font-size: 12px;
  font-family: Helvetica, Arial;
  margin-bottom: 15px;
  background: #d0ebff;
}

/* "Sort By" Block */
div.sort_by {
	margin-bottom: 5px;
	padding: 5px;
	background: #c9e9ff;
	color: #666;
	border: 1px solid #0095ff;
	font-size: small;
}
div.sort_by strong {
	color: #015592
}
div.sort_by a {
	color: #002ac8;
	text-decoration: none
}
div.sort_by a:hover {
	background: none;
	text-decoration: underline;
}

/* Calendar */
table.calendar ul.events {
	clear: both;
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 12px;
}
table.calendar td li.event {
	padding: 2px;
	background-color: #0254A3
}
table.calendar td li.event a {
	color: white;
}
table.calendar td li.event a:hover {
	background-color: transparent;
}
table.calendar td ul.events li.odd {
	background-color: #1474D1;
}
table.calendar td.today li.event {
	background-color: #c00;
}
table.calendar td.today ul.events li.odd {
	background-color: #CD5757;
}

#preview {
	position: absolute;
	border: 1px solid #222;
	top: 0px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding: 10px;
	background-color: white;
	color: #333;
	height: 300px;
	overflow: scroll;
}

.print_only, .print_only_block {
  display: none;
}

.bar {
  text-align: left;
  background-repeat: repeat-x;
  background-position: top left;
  font-weight: bold;
  color: #fff;
  height: 22px;
  position: relative;
}

.bar #text {
  position: absolute;
  height: 21px;
  padding-left: 5px;
  padding-top: 1px;
  width: 120px;
  background: #3c3c3c url(/images/stripe.gif) repeat-x top left;
}

#special th {
  font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 17pt;
	padding: 0 10px;
}
#special td {
  vertical-align: top;
  padding: 5px 10px;
}

#member_bar {
  background-image: url(/images/memberbar.gif);
}

#admin_bar {
  background-image: url(/images/adminbar.gif);
}

#letter-search a {
  display: inline-block;
  display: -moz-inline-box;
  padding: 5px 7px;
}
#letter-search a:hover {
  background: #222 !important;
  text-decoration: none;
  color: #fff;
}

.notice {
	margin-bottom: 15px;
	padding: 5px;
	background: #f8d5e3;
	color: #333;
	border: 1px solid #efa9c5;
}

/* "Notes" Block */
.notes {
	margin-bottom: 5px;
	padding: 5px;
	background: #ece9d8;
	color: #666;
	border: 1px solid #aca899;
	font-size: small;
}
#user_notes {
  width: 85%;
}

