/* Site Wide Tags */
body {
	font-family: "Arial Bold", Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}
/* End */

#ticker {
height: 20px;
width: 100%;
border: none;
position: relative;
overflow: hidden;
background-color: #D2E4FF;
z-index: 1;
}

#ticker div {
position: absolute;
white-space: nowrap;
}


/* Sitewide OpenTables */
.opentable {
	width: 100%;
}
.opentable2 {
	width: 100%;
}
.opentable3 {
	width: 100%;
	border: thin solid #000000;
}
.opentable4 {
	width: 99.7%;
	border: 1px solid #000000;
	padding: 4px;
	margin: 2px;
}
/* End */

/* Sitewide Table Tags */
#table1 {
	width: 100%;
	color: #000000;
	background-color: #000066;
	vertical-align: top;	
}
.table2 {
	width: 100%;
}
.sidebox_table {
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	vertical-align: top;
}
#side_table {
	width: 100%;
	padding: 1px;
	vertical-align: top;
}
/* End */

/* Sitewide TD tags */
#td1 {
	width: 50px;
	vertical-align: top;
	padding-left: 5px;	
}
#td2 {
	width: 111px;
	vertical-align: bottom;
	padding-right: 5px;	
}
.bluebar_td {
	height: 5px;
	background: url("http://images.palass.org/site_wide_images/blue_bar_horizontal.gif");
	background-repeat: repeat-x;
}
#footer_table {
	width: 100%;
	color: #000000;
	background-color: #000066;
}
#side_td {
	width: 20%;
	vertical-align: top;
	color: #000000;
	background-color: #CCCCCC;
}
#content_td {
	width: 80%;
	vertical-align: top;
}
/* End */

/* --- loader ---*/

#loader {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  color: #000000;
  background-color: #ffffff;
}

#loader p {
  border: 2px solid #000066;
  padding: 4px;
  margin: 0;
  color: #000000;
  background-color: #FFFFFF;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loaderContainer {
  width: 100%;
  height: 30px;
}

#loaderContainer td {
	padding-left: 4px;
	vertical-align: top;
	text-align: left;
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}

/* --- search menu ---*/

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: rgb(153,204,255);
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #000066;
color: white;
}

.basictab li a:active{
color: white;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #000066;
color: white;
}