﻿.Table
{
	border-collapse: collapse;
	width: 100%;
}
.TableButton
{
	border-collapse: collapse;		
}
.TablePopup
{
	border: double 3px #025976;
	padding: 20px;
	background-color: #e5e5e5;
	color: #025976;
}

.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;
}

.ImageButton
{
}

.Image
{
}

.TextBox
{
}

.Label
{
}
.LabelTitle1
{
	font-weight: bold;
	font-size: 12pt;
	color: #d8180f;
}
.LabelTitle2
{
	font-weight: bold;
	font-size: 10pt;
	margin-left: 5px;
}
.LabelTitle3
{
	font-weight: bold;
	font-size: 10pt;
	color: #d8180f;
}
.LabelTitle4
{
	font-style: italic;
	font-size: 10pt;
}
.LabelTitle5
{
	font-style: italic;
	color: #d8180f;
	font-size: 8pt;
}
.LabelRemark
{
	color: #d8180f;
	font-weight: bold;
}
.GridView
{
	border-collapse: collapse;
	width: 100%;	
}
.GridHeader
{
	font-weight: bold;
	line-height: 25px;	
}


/* BUTTONS */

.ButtonLink
{
	border: none;
	text-decoration: underline;
	background-color: Transparent;
}

.ButtonIcon
{

}

/* IMG - FILTER INTERNET EXPLORER */

IMG
{
	-ms-interpolation-mode: bicubic;
	background: white;
}

/* SITECONTROL */

.SiteControl
{
	background: url(FitsWeb/SiteControl_Bar.png) repeat-x top left;
	background-color: #e5e5e5;
	width: 100%;
	height: 25px;
	z-index: 99;
	padding-top: 3px;
}

.SiteControl_Table
{
	width: 100%;
	background-color: #e5e5e5;
	border: double 1px #025976;

}

.Popup
{
	padding: 20px;
	background-color: Transparent;
	border: solid 1px navy;
	color: Black;
}

/* Editor */

.Editor
{
	background-color: #eeeeee;
	margin: 10px;
}


/* PAGE */

.Page
{
}

.PageRow
{
	width: 100%;
	height: 100%;
}

.PageCell
{
}

.PageTable
{
	width: 100%;
	height: 100%;
}

.PageContentRow
{
}

.PageContentCell
{
	vertical-align: top;
}

.PageButtonRow
{
}

.PageButtonCell
{
}

/* PART */

.PartTable
{
	width: 100%;
	height: 100%;
}

.PartCellHeader
{
	vertical-align: top;
}
.PartCellFooter
{
	vertical-align: top;
}
.PartCellLeft
{
	vertical-align: top;

}
.PartCellRight
{
	vertical-align: top;

}
.PartCellCenter
{
	vertical-align: top;
	text-align: center;
}


/* COMPLETIONLIST */

.CompletionList
{
	padding: 10px;
	border: solid 1px black;
	background-color: White;
	list-style: none;
}

/* ADMIN USERS */
.AdminUsers_Table
{
	width: 800px;
}

.AdminUsers_TableRowHeader
{
	font-weight: bold;
}

.AdminUsers_TableRow
{
}

/* TAB */
.Tab
{
	z-index: 1;
	border: solid 1px #d8180f;
	margin-top: -2px;
	margin-left: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #ffffff;
}
.TabSelected
{
	display: inline-block;
	background-color: #d8180f;
	color: White;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	
	border-top: solid 1px #d8180f;
	border-left: solid 1px #d8180f;
	border-right: solid 1px #d8180f;
	border-bottom: solid 1px #d8180f;
	
	margin: 1px;	
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.TabNotSelected
{
	display: inline-block;
	height: 18px;
	background-color: white;
	color: #d8180f;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-top: solid 1px #d8180f;
	border-left: solid 1px #d8180f;
	border-right: solid 1px #d8180f;
	border-bottom: solid 1px #d8180f;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/* FitsWeb Controls */

.CommandButton_Image
{
	display: inline-block;
}
