﻿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;
}
.agendaheader-text
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #162E6C;
}
.agendasearch-infomessage
{
	font-family: Arial;	
	font-size: 15px;
	font-size: 13px;
	color: Red;
}
.agendasearch-text
{
	font-family: Arial;	
	font-size: 13px;
	color: #000000;
}
.agendasearch-input
{
	border: solid 1px black;
	color: Black;
	font-family: Arial;
	font-size: 12px;
}
.border {
	border: 1px solid #536289;
	background-color: #FFFFFF;
}
.button-selected {
	border: 1px solid #536289;
	background-color: #CCCCCC;
	bgcolor: #CCCCCC;
}
.button-unselected {
	border: 1px solid #536289;
	background-color: #FFFFFF;
	bgcolor: #FFFFFF;
}
.buttonback
{
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2A3C68;
	padding:2px 8px 2px 8px;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2A3C68;
    cursor:pointer; 
	letter-spacing: 1px;
}