/***********************************************/
/* txrpc.css 		                           */
/* Style sheet for TXRPC site                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color:#666666;
	background-image:url(http://www.txrpc.org/images/background.gif);
	font-family:  "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 17px;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

blockquote {
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	/*font-style:italic; */
	/*border:dashed 1px #CCCCCC; */
	}
	
p, li, tr{
	color: #555555;
}

li{
	list-style:disc;
	margin-top:5px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 130%;
 color: #334d55;
}

h2{
 font-size: 120%;
 color: #3366cc;
}

h3{
 font-size: 110%;
 color: #3366cc;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #3366cc;
}

h5{
 font-size: 100%;
 color: #3366cc;
}

input, select, textarea {
	background-color: #DDDDDD; 
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input:focus, select:focus {background-color:#99EEEE;}

ul{
 list-style:square;
 list-style-type: square;
}

ul ul{
	list-style:circle;
 list-style-type:circle;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
}

#content {}

#forumPageBackground{
	background-color: #eeeeee;
}

.quote {
	font-style: italic;
	color: #3366CC;
	font-weight: bold;
}

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#masthead{
	background-color: #3366cc;
	border-top:#3366cc solid 5px;
	border-bottom: #3366cc solid 5px;
}

#mastheadText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #e0e0e0;
	background-color: #3366cc;
	padding: 10px 2px 2px 10px;
}

#members{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#myTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CCCCCC;
}

#myTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#myTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
}


.myTable td.alt {
	background: #F5FAFA;
	color: #797268;
}


.myTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CCCCCC;
}

.myTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.myTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
}


.myTable td.alt {
	background: #F5FAFA;
	color: #797268;
}

/*********** #navBar link styles ***********/
	
#navBar{
	width: 180px;
	padding: 0px;
	font-size:13px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float:left;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style:none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#pageContainer{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 180px;
	border-left: #cccccc solid 1px;
	}
	
#adBanner{
	position:absolute;
	top:5px;
	left:810px;
	padding-left:7px;
	padding-top:25px;
	width: 165px;
	border:solid 1px #3366cc;
	background-color:#eeeeee;
	}

#pageTitle{
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#pageWrapper {margin-left: 10px;
			  margin-top: 5px;
			  margin-bottom: 10px;
			  width:790px; 
			  border-left:#3366cc solid 5px; 
			  border-right:#3366cc solid 5px;
			  background-color: #eeeeee;
}

#paperPage{
	border-left:#999999 1px solid;
	border-top:#999999 1px solid; 
	border-right:#666666 3px solid; 
	border-bottom:#666666 3px solid; 
	padding: 25px;
}	



#sectionLinks a{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;

}
#sectionLinks a:link{
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
}

#sectionLinks a:hover{
	color: #3366cc;
	background-color: #cccccc;
}

#sectionLinks h2{
		   color: #006699;
		   margin-top: 10px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#siteName{
	margin: 0px;
	padding: 10px 2px 2px 10px;
	font-size: 30px;
	color: #FFFFFF;
	background-color: #3366cc;
}

#siteNameImage{display:inherit}
#siteNameText{display:none}
#siteInfo{
	clear: both;
	font-size: 75%;
	color: white;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #3366cc;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

