﻿/* TABLE */

.Table
{
	border-collapse: collapse;
}

.RowHeader
{
	font-weight: bold;	
	line-height: 25px;
}

.CellHeader
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-align: center;
}

.Row
{
	
}

.CellMiddleCenter
{
	text-align: center;
	vertical-align: middle;
}

.CellMiddleLeft
{
	text-align: left;
	vertical-align: middle;
}

.CellMiddleRight
{
	text-align: right;	
	vertical-align: middle;
}

/* BUTTONS */

.Button, .HeaderButton
{
	top: -5px;
	position: relative;
	border: none;
	text-decoration: underline;
	background-color: Transparent;
	margin-top: 10px;
	margin-bottom: 5px;
	z-index: 5;
	color: #b7c922;
}

.Image
{
	padding-top: 10px;
	padding-bottom: 3px;
	
}

/* IMG - FILTER INTERNET EXPLORER */

IMG
{
	-ms-interpolation-mode: bicubic;
}

/* SITECONTROL */

.SiteControl
{
	background-color: #034663;
	width: 98%;
	border: solid 1px #bbbbbb;	
	z-index: 99;
}

.SiteControl_Table
{
	width: 100%;
}

.SiteControl_RowButtons
{
	
}

.SiteControl_CellButton
{
	text-align: center;
	width: 100px;
}

.SiteControl_CellSpacer
{
	
}

.SiteControl_TableAddPart
{
	border-collapse: collapse;
	background-color: #034663;
	border: solid 10px #034663;
}

.SiteControl_RowAddPart
{
	
}

.SiteControl_CellAddPart_Spacer
{
	
}

.Sitecontrol_CellAddPart
{
	
}

.SiteControl_TableAddPage
{
	border-collapse: collapse;
	background-color: #034663;
	border: solid 10px #cccccc;
}

.SiteControl_RowAddPage
{
	
}

.SiteControl_CellAddPage_Spacer
{
	
}

.Sitecontrol_CellAddPage
{
	
}

/* POPUP */

.Popup
{
	background-color: transparent;
	border: solid 1px #eeeeee;	
}

/* PAGE */

.Page
{
	
}

.PageRow
{
	
}

.PageCell
{
	
}

.PageTable
{
	
}

.PageContentRow
{
	
}

.PageContentCell
{
	
}

.PageButtonRow
{
	
}

.PageButtonCell
{
	
}

/* PART */

.PartPanel
{
	
}

.Part
{
	
}

.PartTable
{
	
}

.PartRow
{
	
}

.PartCell
{
	
}

.PartContentRow
{
	
}

.PartContentCell
{
	
}

.PartButtonRow
{
	
}

.PartButtonCell
{
	
}

.PartTitleRow
{
	
}

.PartTitleCell
{
	
}

.PartEditRow
{
	
}

.PartEditCell
{
	
}



