/* <<<<<<<<<<<<<<<<<< Style Sheet for Opennetworks website (ON Web) >>>>>>>>>>>>>>>>>>>>

There is no way to declair varibals in the stylesheet, this maks standarisation more of an effort.

####### COLORS #######
 Rule 1: Use color names (red,white esc...) where posabile
 Rule 2: Defined colors
          HEX         Color           Use
        #929292;    gray            Border lines
        #dddddd;    gray-dark       Top heading
        #ececec;    gray-light      Genrial heading
        #E5FFE5;    green-light     Indecate "Originator"
        #FFDDBB;    skin (funny)    Holiday

        #66CC66;    green-dark      Border of "Originator"
        #66CC66;    green-dark      Border of "Originator"
        #66CC66;    green-dark      Border of "Originator"

 <<<<<<<<<<<<< TAG Selector >>>>>>>>>>>>> */
* {
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
}

BODY {
	background-color: white;
}

SELECT {
	background-color: white;
	font-size: 11px;
}

TEXTAREA {
	font-size: 11px;
}

INPUT {
	height: 19px;
	font-size: 11px;
}

A {
	text-decoration: none;
	color : blue;
}

A:hover {
	text-decoration: underline;
	/* font-weight line-through			: bold; */
}

TABLE {
	border-collapse: collapse;
	/* width: 100%; */
}

TH {
	background-color: #ECECEC;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

/* <<<<<<<<<<<<< CLASS Selector >>>>>>>>>>>>> */

TD.label {
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
	width: 100px;
	vertical-align: top;
}

INPUT.button {
	height: 19px;
	width: 36px;
	font-size: 11px;
}

.jsLink{
	color : blue;
}

.bgColor{
	background-color: white;
}

.holiday {
	text-align: center;
	background-color: #ECECEC;
}

DIV.pageName {
	color: white;
	font-size: 10px;
	background-color: transparent;
	text-align: right;
	/* display          : none; */ /* visibility       : hidden; */
}


