/* CSS Document */
/* all this to make the new paladin2 look a little more presentable
1. I don't want bulleted or numbered lists in bold. What is the point?
2. Why are all the header tags the same size apart from h1? They may be a different colour but....
3. Why am I forced to have proscribed shade of grey cells in a table? I may want white or a lighter grey.
4. Why does every table have to be 100%?
5. Why is the text in a table smaller than the text on the page?
 */
.headerspacer { height:15px; width:100px}
/*td {font-size:12px; background-color: #F4F4F4}*/
.thetablethatiwant {font-size:12px; background-color: #F4F4F4}
.anothertablethatiwant {font-size:12px; background-color: #F2F2D0} /* beige table for rainbow page in events */
.tdwhite {font-size:12px; background-color: #FFFFFF; color:#000000}
.tdtransparent{font-size:12px; background-color: transparent }
.narrowtable {width:400px}
.rhymetable {width:300px}
.hackedtable80 {width:80%}
.table500 {width:500px; vertical-align:top}
.table490 {width:490px; vertical-align:top}
.homepageblobs { padding-bottom:10px; padding-top:10px; margin-bottom:5px}

a.xxxx:hover {color:#000000}
a.xxxx:visited {color:#000000}
a.xxxx:link {color:#000000}

.hackedtable {width:90%}
.tabletext { color: #000000}
.greytabletext { font-size:12px}

.liststyle {font-weight:100}
.h2style {font-size: 24px}
.h3style {font-size: large}

.h2style1 {font-size: x-large; color:#000000}
.h3style1 {font-size: large; color:#000000}

.asterix {
	color: #FF0000;
	font-weight: bold;
}
.imageborder {
border-style: solid; 
border-color: #CCCCCC; 
border-width:1px;
}
#twitters {
	BORDER-RIGHT: #e5e5e5 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #e5e5e5 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #e5e5e5 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #e5e5e5 1px solid;
	/*background-color:#FFFFFF;*/
	width:750px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/*filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; */

		
}

#twitters UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#twitters LI {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 3px; PADDING-TOP: 3px
}
#twitters SPAN.prefix {
	FONT-WEIGHT: bold
}
#twitters SPAN.time {
	COLOR: #c5c5c5; FONT-STYLE: italic
}
#twitters SPAN.status {
	FONT-STYLE: italic
}
.lreads {color: #028D88}
