/*
 *	CSS - plasgroup.css
 */

/* NOTE: this must fit with the existing CS style [more or less..!] */


/*
body {
	background-color: #ffffff;
	color: #000000;
}
*/

img { margin: 1px; }

a:link[href] { color: #101080; }
a:active[href] { color: #a01010; }
a:visited[href] { color: #501080; }
a:hover[href] { background-color: #e0e0ff; color: #2020c0; }

.plaintext {
	text-decoration: none;
}

/* don't allow image links to be intefered with! */
a[href] img {
	background-color: #ffffff;
	border-style: none;
}

a[href] img.imglink {
	background-color: #eeeeff;
}

h1.darktitle {
	color: #000000;
	font-weight: bold;
	font-size: 2.2em;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

h1.ulined {
	border-bottom: 2px solid #ccccdd;
}

h2.ulined {
	border-bottom: 2px solid #ccccdd;
}

h3.ulined {
	border-bottom: 2px solid #ccccdd;
}

tr.darkrow {
	background-color: #eeeeff;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

table.menutable {
	background-color: #eeeeff;
}

div.menudiv {
	width: 146px;
}

/* override existing */
div#content table {
	width: auto;
}

div#content table td {
	padding: 0px;
}

div#content table {
	margin-bottom: 0px;
}

.botborder {
	border-bottom: 2px solid #ccccdd;
}

.rightborder {
	border-right: 2px solid #ccccdd;
}


a.mainlink {
	width: 95%;
}

a.mainlink[href] {
	font-weight: bold;
	text-decoration: none;
}
a.mainlink:link[href] { color: #101080; }
a.mainlink:hover[href] { background-color: #3030f0; color: #f0f0f0; }

td.width100 {
	width: 100%;
}

.floatright {
	float: right;
	margin-left: 8px;
}

.floatleft {
	float: left;
	margin-right: 8px;
}

.smaller {
	font-size: smaller;
}

.smaller a:link[href] { text-decoration: none; }
.smaller a:visited[href] { text-decoration: none; }

.xmlbutton {
	/* From Adam Sampson's RawDog RSS aggregator */
	/* From Dylan Greene's suggestion:
	 *                 http://www.dylangreene.com/blog.asp?blogID=91 */
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold 10px sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
	margin: 0;
}
a.xmlbutton:link[href] {
	text-decoration: none;
	background-color: #F60;
	color: #FFF;
}
a.xmlbutton:hover[href] {
	text-decoration: none;
	background-color: #F84;
	color: #FFF;
}
a.xmlbutton:visited[href] {
	text-decoration: none;
	background-color: #F60;
	color: #FFF;
}

.redtext {
	color: #b71010;
}
.hiredtext {
	color: #ff0000;
	background-color: #f0d0d0;
	padding: 2px;
}
.yellowtext {
	color: #aea029;
}
.greentext {
	color: #29a031;
}



