﻿.Table
{
	border-collapse: collapse;
	width: 100%;
}
.Table_Seperate
{
	border-collapse: separate;
	border-spacing: 10px;	
}

.Row
{
}
.RowHeader
{
	font-weight: bold;
	line-height: 25px;
}
.RowFooter
{
	background-color: #dddddd;
	margin: 10px;
}

.Cell
{
}
.CellHeader
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: center;
}
.CellMiddle
{
	vertical-align: middle;
}
.CellMiddleCenter
{
	text-align: center;
	vertical-align: middle;
}
.CellMiddleCenter130
{
	text-align: center;
	vertical-align: middle;
	width: 130px;
}
.CellMiddleLeft
{
	text-align: left;
	vertical-align: middle;
}
.CellMiddleLeft50
{
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.CellMiddleLeft100
{
	text-align: left;
	vertical-align: middle;
	width: 100px;
}
.CellMiddleLeft250
{
	width: 250px;
}
.CellMiddleRight
{
	text-align: right;
	vertical-align: middle;
}
.CellMiddleRight175
{
	text-align: right;
	vertical-align: middle;
	width: 175px;
}
.CellTopLeft
{
	text-align: left;
	vertical-align: top;
}

.ImageButton
{
}

.Panel
{	
}

.PanelText
{
	padding: 5px;
}

.TextBox
{
}

.Label
{
}
.LabelTitle1
{
	font-size: 12pt;
	font-weight: bold;
	color: #ba122b;
	margin-left: 5px;
}
.LabelTitle2
{
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #ba122b;
	margin-left: 5px;
}
.LabelTitle3
{
	font-size: 11pt;
	font-weight: bold;
	color: #ba122b;
	margin-left: 5px;
}
.LabelTitle4
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #ba122b;
	margin-left: 5px;
}
.LabelTitle5
{
	font-size: 10pt;
	font-weight: bold;
	color: #ba122b;
	margin-left: 5px;
}
.LabelRemark
{
	font-size: 10pt;
	color: #ba122b;
}
.LabelRequired
{
	font-size: 10pt;
	font-weight: bold;
	color: #ba122b;	
}

.GridView
{
	border-collapse: collapse;
	width: 100%;	
}

.GridHeader
{
	font-weight: bold;
	line-height: 25px;	
}

 

.PartPanel
{
	background-color: #fdf3c5;
}

.Part
{
	
}

.PartTable
{
	
}

.PartRow
{
	
}

.PartCell
{
}

.PartCellHeader
{
	
}

.PartCellLeft
{
	vertical-align: top;
	
}

.PartCellCenter
{
	padding: 10px;
}

.PartCellRight
{
	vertical-align: top;
	
}

.PartCellFooter
{
	
}


.PartContentRow
{
	
}

.PartContentCell
{
	padding: 5px;
}

.PartButtonRow
{
	
}

.PartButtonCell
{
	
}

.PartTitleRow
{
	
}

.PartTitleCell
{
	
}

.PartEditRow
{
	
}

.PartEditCell
{
	
}

