﻿/* button styles */
div.AeroButtonHeader
{
	z-index:99;
}
div.btnAeroLeft
{
	float:left;
	width:4px;
	height:26px;
	background:url(/images/buttons/btnAeroLeft.png) no-repeat left top;
}
* html div.btnAeroLeft
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buttons/btnAeroLeft.png', sizingMethod='default');
}
div.btnAeroCenter
{
	float:left;
	width:auto;
	height:26px;
	background:url(/images/buttons/btnAeroCenter.png) repeat-x center top;
	text-align:center;
	line-height:26px;
	white-space:nowrap;
}
* html div.btnAeroCenter
{
	width:auto !important;
	width:20px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buttons/btnAeroCenter.png', sizingMethod='scale');
}
div.btnAeroRight
{
	float:left;
	width:4px;
	height:26px;
	background:url(/images/buttons/btnAeroRight.png) no-repeat right top;
}
* html div.btnAeroRight
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buttons/btnAeroRight.png', sizingMethod='default');
}
div.AeroButtonFooter
{
	clear:left;
	visibility:hidden;
}

/* content styles */
div.btnAeroCenter input
{
	height:14px;
	font-size:11px;
}
* html div.btnAeroCenter input
{
	position:relative;
}
div.btnAeroCenter span
{
	padding:0px 10px;
}
div.btnAeroCenter a
{
	padding:0px 10px;
}

/* Vista template table*/
table.VistaContainer td.HeaderLeft
{
	width:8px;
	height:28px;
	background:url(/images/VistaHeaderLeft.png) no-repeat;
}
* html table.VistaContainer td.HeaderLeft
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaHeaderLeft.png', sizingMethod='default');
}
table.VistaContainer td.HeaderCenter
{
	height:28px;
	background:url(/images/VistaHeaderCenter.png) repeat-x;
}
* html table.VistaContainer td.HeaderCenter
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaHeaderCenter.png', sizingMethod='scale');
}
table.VistaContainer td.HeaderRight
{
	width:8px;
	height:28px;
	background:url(/images/VistaHeaderRight.png) no-repeat;
}
* html table.VistaContainer td.HeaderRight
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaHeaderRight.png', sizingMethod='default');
}
table.VistaContainer td.BodyLeft
{
	width:8px;
	background:url(/images/VistaBodyLeft.png) repeat-y;
}
* html table.VistaContainer td.BodyLeft
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaBodyLeft.png', sizingMethod='scale');
}
table.VistaContainer td.BodyCenter
{
	background:url(/images/VistaBodyCenter.png) repeat;
}
* html table.VistaContainer td.BodyCenter
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaBodyCenter.png', sizingMethod='scale');
}
table.VistaContainer td.BodyRight
{
	width:8px;
	background:url(/images/VistaBodyRight.png) repeat-y;
}
* html table.VistaContainer td.BodyRight
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaBodyRight.png', sizingMethod='scale');
}
table.VistaContainer td.FooterLeft
{
	width:8px;
	height:8px;
	background:url(/images/VistaFooterLeft.png) no-repeat;
}
* html table.VistaContainer td.FooterLeft
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaFooterLeft.png', sizingMethod='default');
}
table.VistaContainer td.FooterCenter
{
	height:8px;
	background:url(/images/VistaFooterCenter.png) repeat-x;
}
* html table.VistaContainer td.FooterCenter
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaFooterCenter.png', sizingMethod='scale');
}
table.VistaContainer td.FooterRight
{
	width:8px;
	height:8px;
	background:url(/images/VistaFooterRight.png) no-repeat;
}
* html table.VistaContainer td.FooterRight
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/VistaFooterRight.png', sizingMethod='default');
}

/* Template content styles */
table.VistaContainer td.HeaderCenter div.HeaderContent
{
	/*position:relative;*/
}
table.VistaContainer td.HeaderCenter div.HeaderContent h1
{
	float:left;
	/*width:99%;*/
	min-width:200px;
	height:18px;
	margin:0;
	padding:0;
}
table.VistaContainer td.HeaderCenter div.HeaderContent h2
{
	float:left;
	/*width:99%;*/
	min-width:200px;
	height:18px;
	margin:0;
	padding:0;
}
table.VistaContainer td.BodyCenter div.BodyContent
{
	border:solid 1px #9699ab;
	background:none;
}
table.VistaContainer td.BodyCenter div.BodyContent .padding
{
	padding:10px;
}
