/* === Shailen Mistry (shailen@yahoo.com) === */

/* === General Data === */
body, p, li, td, th { font-size: 11px; }
th { font-weight: bold; }

/* === Links Types === */
a:link { color: green;  text-decoration: none; font-weight: bold; text-decoration: underline; }
a:visited { color: green;  text-decoration: none; font-weight: bold; text-decoration: underline; }
a:active { color: orange;  text-decoration: none; font-weight: bold; text-decoration: underline; } 
a:hover { color: orange; }

/* --- Plain Link Info --- */
a.plain:link  { font-size: 10px; text-decoration: none; color: black; font-weight: normal; }
a.plain:visited { font-size: 10px; text-decoration: none; color: black; font-weight: normal; } 
a.plain:active { font-size: 10px; text-decoration: none; color: black; font-weight: normal; } 
a.plain:hover { text-decoration: none; color: red}




/* For the headline */
.headline { font-size: 21px; color: darkgreen; font-weight: bold; }
.headline2-black { font-size: 16px; color: black; font-weight: bold; }

/* For the byline */
.byline { font-size: 16px; font-weight: bold; color: darkgreen; }
.byline-black { font-size: 16px; font-weight: bold; color: black; }

/* For the tagline */
.tagline { font-size: 14px; font-weight: bold; color: darkgreen; }
.tagline-black { font-size: 14px; font-weight: bold; color: black; }

/* Small Text Info */
.small { font-size: 11px; }


/* Error */
.error { font-size: 12px; color: red; text-align: center; width: 650px; }
.error-big { font-size: 16px; color: red; font-weight: bold; text-align: center; width: 650px; }
.debug { font-size: 9px; color: gray; text-align: center; }

span.theme {
font-size: 17px;
color: red;
text-align: center;
font-weight: bold;
}

input.checkbox	{
	font-size: 10px;
	color: #000000;
	border-style: none;
}
input.rad	{font-size: 10px;
		color: #000000;
            border: 1px white solid;
			}
input {
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-color: #999999;
	border-width: 1;
}

span.supporter_name { color: green; }

