body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #999999;
}

input
{
	font-family: Tahoma;
	font-size: 8pt;
}

.Content
{
	font-family: Tahoma;
	font-size: 8pt;
}

.Description
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #696969;
	margin-bottom: 2px;
	margin-top: 4px;
}
table.ViewParameters
{
}

table.ViewParameters tr td.Parameter
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: Gray;
}

/* Layout Depth 1 */

table.Region1
{
	width: 100%;
	background-color: #FFFFFF;
}

table.Region1 tr td.Interior1
{
}

td.Interior1 div.GridView1, td.Interior1 div.FormView1
{
	background-color: white;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.GridView1 a, div.FormView1 a
{
	color: #4682b4;
	text-decoration: none;
}

div.GridView1 a:hover, div.FormView1 a:hover
{
	color: Red;
	text-decoration: underline;
}

table.Tabs1
{
	background-color: #f5f5f5;
	background-position: 0px 4px;
	background-position-y: 5px;
	padding-left: 8px;
	padding-top: 4px;
	background-repeat: repeat-x;
	background-image: url(StaticMenuBackground.gif);
	width: 100%;
}

.BlockItem
{
	font-size: 8pt;
	display: block;
	width: 100%;
}

.BlockItemEx
{
	font-size: 8pt;
	display: table;
	width: 100%;
}

.StaticMenu
{
	background-repeat: repeat;
	background-image: url(StaticMenuBackground.gif);
	white-space: nowrap;
}

.StaticMenuItem
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #4682b4;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	height: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #f5f5f5;
}

.StaticSelected
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
	background-image: none;
	background-color: White;
	height: 21px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.StaticHover
{
	color: Red;
}
/* Layout Depth 2 */

table.Region2
{
	width: 100%;
	background-color: #FFFFFF;
}

table.Region2 tr td.Interior2
{
	padding: 4px;
}

.FixedHeight
{
	height: 300px;
}

table.Tabs2
{
	background-color: #f5f5f5;
	background-position: 0px 4px;
	background-position-y: 5px;
	padding-left: 8px;
	padding-top: 4px;
	background-repeat: repeat-x;
	background-image: url(StaticMenuBackground.gif);
	width: 100%;
}

td.Interior2 div.GridView2, td.Interior2 div.FormView2
{
	background-color: white;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.GridView2 a, div.FormView2 a
{
	color: #4682b4;
	text-decoration: none;
}

div.GridView2 a:hover, div.FormView2 a:hover
{
	color: Red;
	text-decoration: underline;
}

/* GridView styles */

table.GridView tr.Header th
{
	background-color: #696969;
	padding: 4px;
	color: Silver;
}

table.GridView
{
}

table.GridView tr.Row td.Field
{
	padding: 3px;
}

table.GridView tr.AlternatingRow td.Field
{
	padding: 3px;
	background-color: #f5f5f5;
}

table.GridView tr.SelectedRow td.Field
{
	padding: 3px;
	background-color: Navy;
	color: White;
}

table.GridView tr.EditRow td.Field
{
	padding: 3px;
	background-color: #f5f5dc;
}

table.GridView tr.Pager td
{
	background-color: #696969;
	color: #BBB36B;
	font-weight: bold;
}


table.GridView tr.Header th a
{
	color: White;
	text-decoration: none;
}

table.GridView tr.Header th a:hover
{
	color: Red;
	text-decoration: underline;
}

table.GridView tr.Pager td a
{
	font-weight: normal;
	color: White;
	text-decoration: none;
}

table.GridView tr.Pager td a:hover
{
	color: Red;
	text-decoration: underline;
}

table.GridView tr.SelectedRow td.Field a
{
	font-weight: normal;
	text-decoration: none;
}

table.GridView tr.SelectedRow td a:hover
{
	color: Red;
}

/* DetailsView styles */

table.DetailsView
{
	width: 100%;
	margin-top: 8px;
	background-color: #f5f5f5;
}

table.DetailsView tr td.Field
{
	padding: 4px 8px 4px 8px;
	border-top: solid 1px silver;
	width: 500px;
}

table.DetailsView tr.Pager td
{
	padding: 2px;
	border-style: none;
	width: auto;
	background-color: White;
}

.WebPartZone table.Region1 tr td.Interior1
{
	height: auto;
}

.WebPartZone table.DetailsView tr td.Field
{
	padding: 4px 8px 4px 8px;
	border-top: solid 1px silver;
	width: 50%;
}

table.DetailsView tr td.FieldHeader
{
	padding: 4px 8px 4px 0px;
	border-top: solid 1px silver;
	width: auto;
	background-color: White;
	font-weight: bold;
	color: #696969;
}

table.DetailsView tr.EmptyDataRow td
{
	padding: 4px 8px 24px 4px;
	border-top: none;
	background-color: white;
}

table.DetailsView tr.CommandRow td.Top, table.DetailsView tr.Row td.Top
{
	border-top: none;
	background-color: White;
	width: auto;
	padding-top: 0px;
	padding-bottom: 4px;
}

table.DetailsView tr.CommandRow td.Bottom, table.DetailsView tr.Row td.Bottom
{
	border-top: solid 2px silver;
	background-color: White;
	width: auto;
	padding-top: 8px;
}
table.DetailsView td.Top input, table.DetailsView td.Bottom input
{
	width: 70px;
	height: 21px;
}

table.DetailsView .Description
{
	font-weight: normal;
	color: Navy;
}

/*
	MessageBar
*/

table.MessageBar
{
	background-color: InfoBackground;
	border: solid 1px black;
	margin-bottom: 4px;
	margin-top: 4px;
}

table.MessageBar tr td
{
	padding: 4px;
	font-family: Tahoma;
	font-size: 8pt;
}

/* Context Menus */

a.ContextLink
{
}

div.ContextLink
{
	padding: 3px;
}

.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(MenuBg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin: 1px 1px 1px 32px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C5C5C5;
}

.ContextMenuPanel a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
	font-weight: normal;
	text-decoration: none;
}

.ContextMenuPanel a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
	text-decoration: none;
}

.ContextMenuPanel a.ContextMenuItem, .ContextMenuPanel a.ContextMenuItem:hover
{
	color: #696969;
}
.ContextMenuPanel a.ContextMenuItem b, .ContextMenuPanel a.ContextMenuItem:hover b
{
	color: #003399;
}

/* Web Parts */

table.CheckBoxList tr td
{
	border: none;
	padding: 0px;
}

.EditorPartTitleBar
{
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: #cccccc 1px solid;
}

.EditorPartTitleBar a
{
	padding-left: 16px;
	background-image: url(MinimizePart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #696969;
}

.EditorPartTitleBarMinimized
{
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: #cccccc 1px solid;
}

.EditorPartTitleBarMinimized a
{
	padding-left: 16px;
	background-image: url(MaximizePart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #696969;
}

.EditorZoneBody
{
	overflow: auto;
}

table.NoBorder
{
	border-collapse: collapse;
	border-style: none;
}

/* Master Pages */

.Page
{
	border-collapse: collapse;
	border-style: none;
	width: 100%;
}

table.NoBorder
{
	border-collapse: collapse;
	border-style: none;
}

.Page tr td.NoPadding
{
	padding: 0px;
}

.Page tr td.Padding
{
	padding: 4px;
}

.Page .Divider
{
	padding-left: 4px;
	padding-right: 4px;
}

.Page table.ControlBar
{
	border-collapse: collapse;
	width: 100%;
}

.Page .ControlBar td.AppLabel
{
	padding-left: 6px;
	background-color: #f5f5f5;
	border-collapse: collapse;
	padding-bottom: 0px;
	padding-top: 0px;
}

.Page .ControlBar td.Controls
{
	padding-right: 8px;
	background-color: #f5f5f5;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 21px;
}

.Page .ControlBar td.Controls .Divider
{
	padding-left: 4px;
	padding-right: 4px;
}

.Page .PersonalizationBar
{
	font-family: Tahoma;
	font-size: 8pt;
	border-top: solid 1px silver;
	border-bottom: solid 1px solid;
	padding: 4px;
	background-color: White;
}

.Page .LogoBar
{
	height: 50px;
	background-color: #999999;
	padding-left: 4px;
	border-bottom: solid 1px #333333;
	vertical-align: bottom;
}

.Page .LogoBar td.Logo
{
	color: white;
	font-family: Tahoma;
	font-size: 18pt;
	padding-bottom: 4px;
}

.Page .LogoBar .Menu
{
	padding-left: 24px;
	padding-bottom: 4px;
	/*width: 100%;*/
	vertical-align: bottom;
}

.Page .SideBar
{
	background-color: #cccccc;
	padding: 4px;
	width: 160px;
	border-right: solid 1px #999999;
	vertical-align: top;
	/*background-image: url(bkg01.jpg);*/
	/*background-repeat: repeat;*/
}

.Page .SideBar .Label
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	padding-left: 4px;
	font-size: 8pt;
	font-family: Tahoma;
}

.Page .SideBar .Stub
{
	white-space: nowrap;
	width: 152px;
}

.Page td.Body
{
	width: 100%;
	height: 550px;
	padding: 0px;
	vertical-align: top;
	background-color: White;
}

.Page div.Path
{
	padding: 4px;
	background-color: #b0c4de;
	text-transform: lowercase;
	/*background-image: url(bkg01.jpg);*/
}

.Page div.Path .Title
{
	font-family: Tahoma;
	font-size: 14pt;
}

.Page .RightBorder
{
	background-color: #c0c0c0;
}

.Page .Footer
{
	background-color: #999999;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	padding-top: 4px;
	padding-left: 4px;
	border-top: solid 1px #333333;
	height: 40px;
	vertical-align: top;
}

.Page .Home
{
	background-color: #cccccc;
	padding: 4px;
	vertical-align: top;
	/*background-image: url(bkg01.jpg);*/
	background-repeat: repeat;
	width: 100%;
	height: 550px;
	border-collapse: collapse;
}

.Page .Zones
{
	background-color: #cccccc;
	padding: 4px;
	vertical-align: top;
	/*background-image: url(bkg01.jpg);*/
	background-repeat: repeat;
}

.Page .Zones .Frame
{
	width: 100%;
	height: 550px;
	border-collapse: collapse;
}

.Page .Zones .Frame .Zone1
{
	width: 40%;
	padding-right: 4px;
	vertical-align: top;
}

.Page .Zones .Frame .Zone2
{
	padding-right: 4px;
	vertical-align: top;
}

.Page .Zones .Frame .Editors
{
	padding: 4px;
	background-color: #f5f5f5;
	width: 260px;
	vertical-align: top;
}

.Page .Zones .Frame .Zone3
{
	padding-right: 4px;
	vertical-align: top;
}

.CustomContent
{
	padding: 8px;
}

