/*

PhpWatchDog - monitor your services
http://phpwatchdog.sourceforge.net/

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Copyright (c), 2005, Paolo Conti (pconti@users.sf.net)

cascading style sheet for phpwatchdog
COMMENTS:
--classical version
*/

BODY	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
}

TH, TD, P	{
	font-family: Verdana, helvetica, sans serif;
	font-size: 10pt;
	}

.border {
	border-top : thin solid Black;
	border-bottom : thin groove Black;
	border-left : thin solid Black;
	border-right : thin groove Black;
}

A:link {
	color: Black;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}


A:visited {
	color: Black;
}


STRONG	{
	font-weight: bold;
	font : large;
}

.bg_color {
	background: #E7F4FF;
}

/* ----------- text ------------ */

.defaulttext {									/* default text stye */
	font-size: 10pt;
	font-weight: normal;
	line-height: 11pt;
	}

.promotext	{									/* small text for promo */
	font-family: Verdana, helvetica, sans serif;
	font-size: 8pt;
	padding-top: 5px;
	line-height: 9pt;
	font-weight: normal;
	}

.smalltext {									/* rh news description, bottom links */
	font-family: Verdana, helvetica, sans serif;
	font-size: 8pt;
	padding-top: 5px;
	line-height: 9pt;
	font-weight: normal;
	color: #000000;
	}

.smalltext2 {									/* bold small text */
	font-size: 9pt;
	padding-top: 15px;
	}

.script {										/* little red superscripts */
	font-size: 8pt;
	font-weight: bold;
	}

.dateline {										/* date at top of page */
	font-size: 10pt;
	font-weight: bold;
	}

.bodylinks1 {									/* main column links - first row */
	font-family: Verdana, helvetica, sans serif;
	font-size: 10pt;
	padding-bottom: 0px;
	padding-top: 3px;
	}

.bodylinks2 {									/* main column links - second row */
	font-family: Verdana, helvetica, sans serif;
	font-size: 10pt;
	padding-bottom: 16px;
	padding-top: 3px;
	}


/* --------- headlines ------------ */

.smhead	{										/* links header in grey boxes */
	font-size: 11pt;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 2px;
	}

.smhead2 {										/* join promo header*/
	font-size: 10pt;
	}

.linkhead1 {									/* first row linked headers in main column */
	font-size: 10pt;
	padding-bottom: 0px;
	padding-top: 0px;
	}

.linkhead2 {									/* linked headers in main column */
	font-size: 10pt;
	padding-bottom: 0px;
	padding-top: 7px;
	}

.lghead	{										/* news headline */
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 1px;
	}

/* --------- wide open news -only- styles ------------ */
.wontitle {										/*wide open news title */
	font-weight: bold;
	color:#017FFF;
	padding-top: 7px;
	}

.wontitle2 {                                                                             /*wide open news title */
        font-weight: bold;
        color:#000000;
        padding-top: 7px;
        }

.wondescription {								/*wide open news description, same as smalltext */
	font-size: 8pt;
	padding-top: 4px;
	line-height: 9pt;
	}