﻿/* CSS Document 

PoliticalConnect
Global Style Sheet

*/
.caption {
    font-size: xx-small;
}

.socialIcons {
    padding: 3px;
    }

/* For PopUp Box JS*/
#boxid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

.adminMode {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #272982;
}

.edit {
    font-size: xx-small;
}

A.edit:link {
    text-decoration: none;
    color: #FF0000;
}

A.edit:visited {
    text-decoration: none;
    color: #FF0000;
}

A.edit:active {
    text-decoration: none;
    color: #FF0000;
}

A.edit:hover {
    text-decoration: underline;
    color: #CC0000;
}

.newsheadline
{
	font-size: 12pt;
	font-weight: bold;
}

.newsblock
{
	margin: 6px 0px 0px 20px;
	color: #000000;
	font-size: 8pt;
	text-align: justify;
	font-weight:normal;
}

.pageHeading
{
    font-size: 14pt;
    font-weight: bold;
}