﻿a
{
	text-decoration: none;
}

body 
{
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;

}

td
{
	/*color: #777777;*/
	color: Black;
	text-align: left;
}

/******************/
/* General Styles */
/******************/
.button
{
	border: solid 1px black;
	background: white;
	color: Black;
	font-family: Arial;
	font-size: 12px;
}

.error-text
{
	color: Red;	
}

.header-text
{
	font-size: 15px;
	font-weight: bold;
	color: #829B68;

}

.input
{
	background-color: White;
	border: solid 1px black;
	color: Black;
	font-family: Arial;
	font-size: 12px;
}

.input:hover
{
	background-color: #eeeeee;
}

.input:active, .input:focus
{
	background-color: #eeeeee;
	font-size: 12px;
}

.menuItem
{
	cursor: pointer;
	font-size: 12px;
}

.redError
{
	color: Red;
	font-family: Arial;
}

.commentBox
{
	background-color: #efefef;
	border: #aaaaaa 1px solid;
	padding: 5px;
	width: 90%;
}

/*******************/
/* DataGrid Styles */
/*******************/
.gridContainer
{
	border: solid 1px white;
}

.gridHeader
{
	border-right: solid 1px White;
	font-size: 12px;
	font-weight: bold;
}

.gridBody
{
	border: solid 1px white;
	font-size: 12px;
	vertical-align: top;
}

.gridBody-alt
{
	border: solid 1px white;
	background-color: #eeeeee;
	font-size: 12px;
	vertical-align: top;
}

/******************************/
/* Agenda/Minutes View Styles */
/******************************/
.heading
{
	font-family: Arial;
	font-size: 10px;
	color: Black;	
}

.Item
{
	font-family: Arial;
	font-size: 9px;
	color: Black;	
}

.ItemHeading
{
	font-family: Arial;
	font-size: 10px;
	color: Black;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #333333;
}
#header
{
    margin: 0px 25% 0 5%;
    top:0px;
    padding: 3px;
    width:830px;
    text-align:center;
    max-height: 120px;
    overflow: hidden;

}
#header img
{
    max-width:830px; 
    max-height:120px;
    margin:auto;
    display:block;
}

#content
{
    margin: 0px 25% 0 5%;
    padding: 3px;
    color: #000000;
    width: 830px;

}