﻿
body{
	margin:0;
	/* font-family:Comic Sans MS, Arial, Sans-Serif; */
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:0.8em;
	height:100%;
	width:100%;
	background-color:whitesmoke;	
}
/* Fix for IE8 bug that makes menus disappear */
.adjustedZIndex {
    z-index: 1;
}

p 
{
	margin-top:0em;
	margin-bottom:0.5em;
	padding:0;
	text-indent:1.5em;
}


h1 
{
	font-size:1.5em;
	text-align:center;
}

h2
{
	font-size:1.2em;
	text-align:left;
	color:Olive;
}

h4 { margin:0; }
a img
{
	border:none;
}
a img:hover 
	{
		border-style:solid;
		border-width:thick;
	}
	
a:link {color: red; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover 
{
	color: orange; 
	text-decoration: underline; 
	color:Black;
	background-color:DarkGray; 
}
a:active {color: blue; } 


.MasterTable
{
	/* height:100%; */
	width:100%;
	margin:0;
	border:none;
}
.TitleBlock
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:2.0em;
	font-weight:bold;
	background-color:LightBlue;
	text-align:center;	
	height:80px;	
		filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=lightblue, endColorstr=whitesmoke);
}
.TitleBlockLine2
{
	font-size:1.4em;
	color:lightyellow;
}
.homegraphic
{
	background:lightblue;
	height:80px;
}

.SubTitle
{
	font-size:medium;
	color:black;	
}

.MenuBlock 
{
	background-color:LightBlue;
	font-family: Verdana, Arial, Sans-Serif;
	width:100px;
	padding-top:2em;
}

.FooterBlock
{
	background-color:whitesmoke;
	font-family:Albertus;
	color:White;
	height:3em;
	text-align:center;
}

.ContentBlock
{
	padding:0.5em;
	background-color:WhiteSmoke; 
}

.ascxField
{
  
}

.ascxEntryControl
{
	width:5em;
}
.SigBlock
{
	text-align:right;
	font-style:italic;
	font-family: Tahoma, Arial, Sans-Serif;
}

.IndentLeft
{
	padding:2em;
}

.IndentRight
{
	position:absolute; 
	right:5em;
}

.BulletList
{
	margin-top:0em;
	list-style-type:disc;
}

.EventClubName
{
	font-size:1.0em;
	font-weight:bold;
}

.EventListCell
{
	background-color:Lime;
	border-right:solid 2pt orange;
	border-left:solid 2pt orange;
	padding-left:0.5em;

}
.ExecBallotSummary
{	
}

.ExecBallotSummary hr
{	
	width:50%;
	color:Red;
}

.ExecBallotSummary:first-line
{
	font-weight:bold;
	text-indent:0;
}

.ExecBallotResults
{
	text-align:right;
	font-style:italic;
}


.NewItem
{
	font-size:0.8em;
	margin:0em;
}

.NewItem:first-line
{
	font-weight:bold;
	text-align:center;
}
.NewItem hr
{
	margin:0;
	width:50%;
	height:2pt;
	color:darkblue;
}

.Dateline
{
	text-align:right;
	font-size:0.6em;
	font-style:italic;
	padding:0;
	padding-right:1em;
	margin:0;
}

/* Styling for data entry pages */
.ColumnLabel
{
	font-weight:bold;
	background-color:darkgray; 
}
.ColumnEdit
{
	background-color: whitesmoke;
	border-bottom:solid 1pt white;
}

/* styling for the page navigation on the helper/conf seminar */
#navmenu 
{
	border-top:solid 2pt black;
	border-bottom:solid 2pt black;
}
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: disc; list-style-image: none; }
#navmenu li {display: inline; padding: 5px 10px 5px 10px}
#navmenu a {text-decoration:none; color: blue; }
#navmenu a:hover {color: purple; }
