﻿.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button:link, a.button:visited, a.button:active, a.button.hover
{
	color:#666;
}
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: black;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

h3.IconNoAccess 
{
	background:url(../images/icon-noaccess.gif) no-repeat 0 50%; 
	line-height:22px; 
	padding:20px 5px 3px 20px;
	margin-left:0px;
	margin-top:10px;
	color: #CC0000;
}

div.Event
{
	line-height:12pt;
}

.thumbnailwide
{
		width: 60px;
		height: 45px;	
}

.thumbnaillong
{
	width: 45px;
	height: 60px;
}

IMG.centered
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.checkmarkImage
{
	width: 12px;
	height: 18px;
}

.tableLeftColumn
{
	padding-left: 10px;
}

span.contentHeader
{
	
	padding: 5px 80px 5px 80px;
	font-size: 28px;
	font-weight: bold;
	
}

div.contentHeader
{
	text-align:center; 
	margin-bottom: 25px;
	margin-top: 25px;
}

span.contentSubHeader
{
	
	font-size: 16px;
	font-weight: bold;
	color: #0071bb;
}

div.contentSubHeader
{
	text-align:center; 
	margin-bottom: 15px;
	margin-top: 10px;
}

span.contentSubSubHeader
{
	font-size: 14px;
	font-weight: bold;
}

img.contentHeader
{
	margin-top:15px;
	margin-bottom:25px;	
}
body {
	margin: 0;
	margin-top: 40px;
	padding: 0px;
	color: #666;
	background: #CCCCCC;
	font: 12px Tahoma, Arial, Verdana, Geneva, Helvetica, Swiss, SunSans-Regular;	
}

div, form, dl, dt, dd, ul, ol, li, p {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding: 5px 0 10px 0;
	list-style-image: url(../images/double_arrow.gif);
	list-style-position: outside;
}

ol { list-style: decimal; }
li {
	padding: 0 0 2px 0;
	margin: 0 0 0 60px;
}

ul li ul
{
	padding: 0px;
	margin: 0px;	
}
ul li ul li
{
	list-style-image: url(../images/double_arrow.gif);
	list-style-position: outside;	
	margin: 0 0 0 20px;
}


img { border: none; }


h3
{
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 12pt;
	width: 540px;
}

p {
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 13pt;
	width: 540px;
}

div.centered
{
	margin-left:auto;
	margin-right: auto;
	width: 540px;
	text-align:left;
}

#PastMeetings
{
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 13pt;
	width: 540px;
}

#content 
{
	position: relative;
	padding: 15px;
	left: 160px;
	width: 608px;
	background: #fff;
	min-height:550px;
	height:auto !important;
	height:550px;
}

.whoLeftColumn
{
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	width:270px;
}

/* fixes the ie specific hack  */
* html .whoLeftColumn
{
	margin-left:20px;
}

.whoRightColumn
{
	margin-left:270px;
	margin-bottom:10px;
}

.whoPersonHeader
{
	font-weight:bold;
}

.whoPerson
{
	margin-left:10px;
}

.BtnLeft { background:url(../images/BtnLeft.gif) no-repeat left top; height: 19px; padding:0; margin:0; }

.BtnRight { background:url(../images/BtnRight.gif) no-repeat right top; height: 19px; text-align: center; padding:0; margin:0; }

.BtnW50
{
		vertical-align: bottom;
       width: 80px;
       float: left;
       margin:0;
       padding: 0;
}



fieldset
{
	padding: 10px;
}

legend
{
	font-size: 13px;
	font-weight: bold;	
}

.extraLineSpacing
{
	line-height: 18px;	
}

.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
	text-align: right;
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}
.red {
	color: #c00;
}
.notice {
	width: 540px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	line-height: 9pt;
	font-style: italic;
}

a:link, a:visited, a:active {
	color: #010165;
	text-decoration: none;
	font: normal 12px Tahoma, Geneva, Helvetica, Swiss, SunSans-Regular;
	border:0px;
}
a:hover { color: #0F58BF; }

input {
	color: #333;
	border: 1px solid #666;
	background: #fff;
	font: normal 11px Tahoma, Geneva, Helvetica, Swiss, SunSans-Regular;
}

.Checkbox input
{
	
	border: none;
}

select {
	margin: 0;
	padding: 0;
	color: #333;
	border: 1px solid #666;
	background: #fff;
	font: normal 11px Tahoma, Geneva, Helvetica, Swiss, SunSans-Regular;
}
textarea {
	margin: 0;
	padding: 2px;
	overflow: auto;
	color: #333;
	border: 1px solid #666;
	background: #fff;
	font: normal 11px Tahoma, Geneva, Helvetica, Swiss, SunSans-Regular;
}

.button
{
	border: double 1px #0066ff;
	background-color: #d3d3d3;
}

/* file selector */
input[type="file"] {
	-moz-appearance: none;
	white-space: nowrap;
	cursor: default;
	-moz-binding: none;
	height: inherit;
}
input[type="file"] > input[type="text"] {
	border-color: inherit;
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	height: inherit;
}
input[type="file"] > input[type="button"] {
	height: inherit;
	font-size: inherit;
}

div.headerBar {
	background: #999;
	font-size: 0;
	height: 7px;
	border: 1px solid #fff;
	border-top: none;
}
