﻿body 
{
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-size: 13px;
}

.ButtonStyle
{
	background-color: Transparent;
	border-color: #d7d7d7;
	border-style: none;
	border-width: 0px;
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
}

.MenuButtonStyle
{
	background-color: Transparent;
	border-style: none;
	border-width: 0px;
	color: Black;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana, Arial Narrow;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	text-align:left;
}

.CellButtonStyle
{
	font-family: Verdana, Arial Narrow;
    overflow:visible;
    padding: 0 .25em;
    width: 1px;
    width: 100%;
}

.LabelStyle
{
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-weight: bold;
}

.TextboxStyle
{
	border-color: #c2c2c2;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-size: 12px;
	height: 18px;
}

.GridViewHeaderStyle
{
	color: White;
	font-family: Verdana, Arial Narrow;
	font-size: 12px;
	font-weight: bold;
}

.GridViewRowStyle
{
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-size: 12px;
}

.DocsButtonStyle
{
	font-family: Verdana, Arial Narrow;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}

.DocsLabelStyle
{
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-weight: bold;
	font-size: 10px;
}

.DocsTextBoxStyle
{
	border-color: #c2c2c2;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-size: 10px;
	height: 14px;
}

.DocsDropDownStyle
{
	border-color: #c2c2c2;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-size: 10px;
	height: 18px;
}


.DocsCheckBoxStyle
{
	color: #555555;
	font-family: Verdana, Arial Narrow;
	font-weight: bold;
	font-size: 10px;
	height: 16px;
}

/* the div that holds the date picker calendar */
.dpDiv 
{
}

/* the table (within the div) that holds the date picker calendar */
.dpTable 
{
	font-family: Verdana, Arial Narrow;
	font-size: 9px;
	text-align: center;
	color: #555555;
	background-color: #d7d7d7;
	border: 1px solid #c2c2c2;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR 
{
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR 
{
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR 
{
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR 
{
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD 
{
	border: 1px solid #c2c2c2;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD 
{
	background-color: #c2c2c2;
	border: 1px solid #555555;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover 
{
	background-color: #c2c2c2;
	border: 1px solid #555555;
	cursor: pointer;
	color: red;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD 
{
}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD 
{
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD 
{
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD 
{
	background-color: #c2c2c2;
	border: 1px solid #555555;
	color: #555555;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText 
{
	font-size: 9px;
	color: #555555;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight 
{
	color: red;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton
{
	font-family: Verdana, Arial Narrow;
	font-size: 9px;
	color: #555555;
	background: white;
	font-weight: bold;
	padding: 0px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton 
{
	font-family: Verdana, Arial Narrow;
	font-size: 9px;
	color: #555555;
	background: white;
	font-weight: bold;
}



/* the div that holds the description list */
.descDiv 
{
}

/* the table (within the div) that holds the description list */
.descTable 
{
	font-family: Verdana, Arial Narrow;
	font-size: 10px;
	text-align: left;
	color: #555555;
	background-color: White;
	border: 1px solid #555555;
	border-collapse: collapse;
}

/* the table row that holds the names of the items. */
.descItemTR 
{
}

/* the bottom table row, that has the "Close" button */
.descCloseButtonTR 
{
}

/* a table cell that holds the items. */
.descItemTD 
{
	background-color: White;
	color: #555555;
}

/* the description table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.descTDHover 
{
	background-color: #c2c2c2;
	cursor: pointer;
}

/* the table cell that holds the "Close" button at the bottom */
.descCloseButtonTD 
{
}

/* the "Close" button at the bottom */
.descCloseButton 
{
	font-family: Verdana, Arial Narrow;
	font-size: 10px;
	color: #555555;
	background: white;
	font-weight: bold;
}

.fixedheadertable
{
    left: 0px;
    position: relative;
    top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    BACKGROUND-COLOR: white;
}
