﻿.SmartEDButton
{
	background-color: #6E9ECA;
	color: #fff;
	font-weight: bold;
}
.IssueDiv
{
	background-color: #fff;
	width: 1000px;
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

#IssueHeader
{
	background-color: #6E9ECA;
	width: 100%;
	height: 20px;
	color: White;
	font-size: 14px;
	padding-left: 5px;
	text-align: left;	
	padding-top: 5px;
}

#IssueButtonsDiv
{
	float: right;
	padding-right: 30px;
	margin: 10px 5px 10px 0px; 
}

.IssueList
{
	margin-left: 10px;
	border: solid 1px #bbb;
	width: 850px;
}

#IssueListTop
{
	float: right;
}

.IssueListHeader
{
	background-color: #6E9ECA;
	font-size: 14px;
	font-weight: bold;
	color: White;
}

.IssueListRow
{
	background-color: White;
	font-size: 12px;
	color: Black;
}

.IssueListAlternatingRow
{
	background-color: #EEEEEE;
	font-size: 12px;
	color: Black;
}

.IssueListEditRow
{
	background-color: White;
	font-size: 12px;
	color: Black;
}
#ExportToExcel
{
	margin-right: 45px;
	float: right;
}
