/* Add this to linkbutton to make the
 * button as wide as the current block 
 */
.block {
display: block;
text-align: left;
}

.maintable {
border: 2px solid black;
background-color: white;
padding: 0px;

width: 90%;
}
.search {
background-color:#000000;
border: 0px black;
}

.counter, .counterdate {
  background-color: #aaaaff;
  color: black;
  border: 1px solid black;
  padding: 2px;
  font-size: 85%;
}

.columnleft {
}

.columnright {
background-color: #000000;
background-image: url("/images/Col_Lft_Pop.png");
background-position: top right;
background-repeat: no repeat;
}

.content {
border: 0px solid black;
padding: 5px;
}

.mlink {
text-decoration: none;
}
.mlink:hover {
color: red;
}
.even { background-color: transparent; }
.odd { background-color: #CCCCff; }

.mediatable {
border: 1px dashed black;
background-color: white;
margin: 5px;
width: 100%;
}

.navwidth {
padding-top: 5px;
padding-bottom: 5px;
width: 200px;
}

.footer {
background-color: #9999ff;
font-size: 70%;
text-align: center;
border: 1px solid black;
}


.header1 {
word-spacing: 0px;
margin-top: 1px;
margin-bottom: 0px;
font-family: Arial Black;
font-size: 150%;
}

.datefield {
 font-weight: bold;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}

h1,h2,h3,h4 {
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #000066;
padding-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}

