﻿.StyledButton
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 10px;
    border-left: black 1px solid;
    color: white;
    border-bottom: black 1px solid;
    font-family: Verdana;
    background-color: maroon;
    text-align: center;
    text-decoration: none;
}


.StyledLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	padding: 2px;
}
.StyledLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
	padding: 2px;
}
.content
{
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.TextBox {
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
.Button {
	font-size: 10px;
}
.PageHeaders {
	font-size: 18px;
	font-weight:bold;
	color: #ff0000;
}
.TableHeaders {
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 5px;
}
.StyledText {
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}
.GreyText {
	color: #999999;
}
.RowColor {
	background-color: #666666;
}
.ColumnHeaders {
	color: #ff0000;
	background-color: #EFEFEF;
}
.RowColorLight {
	background-color: #EFEFEF;
}
.ItemTemplateCells {
	font-size: 10px;
	padding: 5px;
	border: 1px solid #666666;
}
.TableHeaderCells {
	font-size: 10px;
	color: #666666;
}
