/*
**  Default stylesheet CIAB
*/
body { 
	background-color: #ffffff; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

/* Left sidebar table cell 
	-- set width and vertical align */
td.tdSubject {
	 vertical-align: top;
	 width: 190;
	 background-color: #fceddb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style; normal;	 
}

/* Main page middle table cell
	-- set width and vertical align */
td.tdMidContent {
	 vertical-align: top;
}

/* Main page right-hand table cell
	-- set width and vertical align */
td.tdRightContent {
	 vertical-align: top;
	 width: 220;
}

/* Secondary page content
	-- set width and vertical align */
td.tdContent {
	 vertical-align: top;
	 width: 525;
}


/* Sidebar header */
.sidebar h1
{
  font-size: 12pt;
  font-style: italic;
}

h2.rss_title, .content h3
{
  font-size: 12pt;
  font-style: italic;
}

a:link, a:hover, a:active {
  color: #0033FF;
}
a:visited {
   color: #990066;
}

/* Search text box and button */
.sidebar input
{
	font-size: 8pt;
}


/* main content text */
.content 
{

}



/* The "Welcome" message at the top of the screen (not
	seen by users)
 */
#login_message
{
	font-size: small;
}

/* Admin area */

/* Admin area table */
.tblAdminContent
{
  width: 100%;
  align: center;
  
}

/* Admin area content cell */
td.tdAdminContent
{
	align: center;
}

.adminContent, .adminContent td, .adminContent p
{
	font-family: Trebuchet MS;
	font-size: 10pt;
}

/* administrator controls */
.content input, .content select, .content textarea 
{ 
	font-family: Trebuchet MS; 
}

.content textarea 
{
	font-size: smaller; 
}


/* Error message style ... only affects administrators */
.error
{
   font-family: courier new;
   font-style: bold;
   color: red;	
}

/*
**  Legacy towns
*/

tr.towns {
   background-image: url("http://www.indianprairiecommunity.org/ciab/header_03.gif");
   background-repeat: repeat;
   height: 36px;
}
div.towns {
   font-size: 14pt;
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0px;
   padding: 6px;
   height: 36px;
   background-image: url("/indianprairie/skin/ins/images/header_03.gif");
   background-repeat: no-repeat;
   text-align: center;
   vertical-align: middle;
}
span.towns {
    margin: 0px;
    padding-left: 15px;
	padding-right: 15px;
}
a.towns:link, a.towns:visited, a.towns:active {
   text-decoration: none;
   color: #ffffff;
}
a.towns:hover {
   text-decoration: underline;
}

p, table, td {
	font-weight: normal; 
	font-size: x-small; 
	color: #000000; 
}
td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;	
}
li.ciab {
  list-style-image: url("/indianprairie/skin/ins/images/bullet1.gif");
}
