/* GENERIC TABLES AND TEXT */

A:hover {
   color: #ff0000; 
   text-decoration: none;
}

body {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   color: #000000;
}

p {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   color: #000000;
}

ol {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   color: #000000;
}

ul {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   color: #000000;
}

li {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   color: #000000;
}

table {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   color: #000000;
}

td {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   color: #000000;
}

/* TEXT */

.smalltext {
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
}

.medtext {
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
}

.bigtext {
   font-family: Verdana, Arial, Helvetica;
   font-size : 16px;
}

.smallblack {
   font-family: Verdana, Arial, Helvetica;
   color: #000000;
   font-size: 10px;
}

.smallblack-noline {
   font-family: Verdana, Arial, Helvetica;
   color: #000000;
   font-size: 10px;
   text-decoration: none;
}

.smallblack-noline:hover {
   font-family: Verdana, Arial, Helvetica;
   color: #ff0000;
   font-size: 10px;
   text-decoration: underline;
}


.smallwhite {
   font-family: Verdana, Arial, Helvetica;
   color: #ffffff;
   font-size: 10px;
}

.medblack {
   font-family: Verdana, Arial, Helvetica;
   color: #000000;
   font-size: 13px;
}

.redtext {
   color: #e60000;
}

.smallred {
   color: #e60000;
   font-size: 10px;
}


.bluetext {
   color: #000099;
}

.editline {
   color: #e60000;
   font-size: 10px;
   padding-bottom: 10px; 
}

.sigline {
   color : #999999;
   font-size : 10px;
   padding-top: 10px; 
}

/* SPECIAL TABLES */

.topnavtable {
   border: solid 1px #000000;
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
}

/* TABLES AND TABLE CELLS */

.gridtable {
   border-top: solid 1px #000000;
   border-left: solid 1px #000000;
}

.sideborder {
   border-left: solid 1px #000000;
   border-right: solid 1px #000000;
}

.leftborder {
   border-left: solid 1px #000000;
}

.bglite-sm {
   background-color: #ffffff;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bglite-med {
   background-color: #ffffff;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bgdark-sm {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bgdark-sm-topborder {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-top: solid 1px #000000;
}

.bgdark-sm-noborder {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
}

.bgdark-med {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bgdark-med-topborder {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-top: solid 1px #000000;
}

.bgdark-med-noborder {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
}

.bgbrite-sm {
   background-color: #ffffcc;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bgbrite-sm-noborder {
   background-color: #ffffcc;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
}

.bgbrite-med {
   background-color: #ffffcc;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bgwarm-sm {
   background-color: #f5f4dd;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bgwarm-med {
   background-color: #f5f4dd;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.headercell {
   background-color: #000000;
   font-family: Verdana, Arial, Helvetica;
   color: #ffffff;
   font-size: 10px;
}

.toctable {
   border-top: solid 1px #e6e6e6;
   border-left: solid 1px #e6e6e6;
}

.tocbrite-sm {
   background-color: #ffffcc;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-right: solid 1px #e6e6e6;
   border-bottom: solid 1px #e6e6e6;
}

.tocbrite-med {
   background-color: #ffffcc;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #e6e6e6;
   border-bottom: solid 1px #e6e6e6;
}

.toclite-sm {
   background-color: #ffffff;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-right: solid 1px #e6e6e6;
   border-bottom: solid 1px #e6e6e6;
}

.toclite-med {
   background-color: #ffffff;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #e6e6e6;
   border-bottom: solid 1px #e6e6e6;
}

.tocdark-sm {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-right: solid 1px #e6e6e6;
   border-bottom: solid 1px #e6e6e6;
}

.tocdark-med {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #e6e6e6;
   border-bottom: solid 1px #e6e6e6;
}

.post-top {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-top: solid 1px #000000;
   border-left: solid 1px #000000;
   border-right: solid 1px #000000;
}

.post-subject {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-left: solid 1px #000000;
   border-right: solid 1px #000000;
}

.post-message {
   background-color: #ffffff;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-left: solid 1px #000000;
   border-right: solid 1px #000000;
}

.post-bottom {
   background-color: #e6e6e6;
   font-family: Verdana, Arial, Helvetica;
   font-size: 10px;
   border-left: solid 1px #000000;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

/* ET CETERA */

.admintext {
   color: #0000ff;
}

.headfoot {
   font-family : Arial, Helvetica;
   font-size : 13px;
}

.navlink {
   font-family : Arial, Helvetica;
   font-size : 13px;
   color : #e60000
}

div.excerpt  {
   background-color: #f3f3f3; 
   border: solid 1px #999999; 
   padding: 10px; 
   margin-left: 15px; 
   margin-right: 15px; 
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   font-style: normal;  
   font-weight: normal; 
   font-variant: normal; 
   color: #000000; 
   text-decoration: none;
}

div.medop div.excerpt {
	margin-right: 210px;
	}

div.longop div.excerpt {
	margin-right: 310px;
	}

.yellowtable {border: solid 1px #cccc33;}

.talk  {
   background-color: #f3f3f3; 
   border: solid 1px #999999; 
   padding-top: 20px; 
   padding-left: 10px; 
   padding-right: 10px; 
   padding-bottom: 10px; 
   margin-right: 15px; 
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   font-style: normal;  
   font-weight: normal; 
   font-variant: normal; 
   color: #000000; 
   text-decoration: none;
   background-image: url("images/talk.gif");
   background-repeat: no-repeat;
}

.gallery {
   text-align: center; 
   font-family : Verdana, Arial, Helvetica;
   font-size : 11px;
   padding: 5px;
   margin: 2px;
   width: 150px;
   height: 150px;
   float: left;
}

div.modtabon {
   font-weight: bold;
   padding-left: 10px; 
   padding-right: 10px; 
   padding-bottom: 4px; 
   padding-top: 4px;
   margin-right: 5px; 
   background-color: #e6e6e6; 
   border-left: 1px solid #000000; 
   border-right: 1px solid #000000; 
   border-top: 1px solid #000000;
}

div.modtaboff {
   font-weight: normal;
   padding-left: 10px; 
   padding-right: 10px; 
   padding-bottom: 4px; 
   padding-top: 4px; 
   margin-right: 5px; 
   background-color: #ffffcc;
   border-left: 1px solid #000000;
   border-top: 1px solid #000000; 
   border-right: 1px solid #000000;
}

.bgmod-darkred {
   background-color: #e60000;
   color: #ffffff;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

.bgmod-lightred {
   background-color: #ffcccc;
   color: #000000;
   font-weight: normal;
   font-family: Verdana, Arial, Helvetica;
   font-size: 13px;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}

/* Just a couple Journal styles for back-and-forth compatibility */

.jnavtop-cell {
   color: #000000;
   font-size: 10px;
}

.jnavtop-link {
   color: #000000;
   font-size: 10px;
   text-decoration: none;
}

/* CAMPAIGN UNDERGROUND */

.dem {
   color: #0000ff; 
   font-weight: bold; 
   background-image: url(/discuss/images/boxblue.gif); 
   background-repeat: no-repeat; 
   padding-left: 14px;
}

.rep {
   color: #ff0000; 
   font-weight: bold; 
   background-image: url(/discuss/images/boxred.gif); 
   background-repeat: no-repeat; 
   padding-left: 14px;
}

.ind {
   color: #666666; 
   font-weight: bold; 
   background-image: url(/discuss/images/boxgray.gif); 
   background-repeat: no-repeat; 
   padding-left: 14px;
}

.cuhead {
   color: #000000; 
   font-weight: bold; 
   text-align: center;
   background-image: url(/discuss/images/cuheader.gif); 
   background-repeat: repeat-x;
   background-color: #e6e6e6;
   padding: 0px;
   border-top: solid 1px #cccccc;
   border-bottom: solid 1px #999999;
   border-left: solid 1px #cccccc;
   border-right: solid 1px #cccccc;
}
 
/* BLOGADS */

.adstrip {
   width: 170px;
   border: none;
   text-align: center;
   padding: 0px; 
   margin-left: 0px; 
   margin-right: 0px;
}

.adstrip_title {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-style: normal; 
   line-height: normal; 
   font-weight: normal; 
   font-variant: normal; 
   text-align: center;
   color: #000000;
}

.adstrip_link {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-style: normal; 
   line-height: normal; 
   font-weight: normal; 
   font-variant: normal; 
   text-align: center;
}

.blogad {
   width: 170px;
   background-color: #ffffff; 
   border: solid 1px #999999; 
   padding: 3px; 
   margin-left: 0px; 
   margin-right: 0px; 
   text-align: center;
   cursor: pointer;
}

.blogad_headline {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 16px; 
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   font-variant: normal; 
   text-align: center;
   color: #000000;
}

.blogad_thumbnail {
    border: none;
}

.blogad_text {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-style: normal; 
   line-height: normal; 
   font-weight: normal; 
   font-variant: normal; 
   text-align: center;
   color: #000000;
}

.blogad_link {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   font-variant: normal; 
   text-align: center;
}

.newthread {
   font-family: verdana, Arial, Helvetica;   
   font-size: 13px; 
   margin-top: 10px;
   margin-bottom: 10px;
}

/* ALERTS */

.alert-main-table {
width: 100%; 
border: 1px solid #000;
}

.alert-main-td {
padding: 10px;
}

.alert-box {
margin-left: 20px; 
margin-right: 20px; 
padding: 10px; 
border: 1px solid #999; 
background-color: #f3f3f3;
}

.alert-arrow {
color: #999999;
}

.alert-ul {
padding-left: 17px;
}

.alert-definition-cell {
padding-left: 4px; 
padding-top: 4px;
}

.alert-textarea {
width: 50%;
}

.alert-submit {
margin-top: 10px;
}