﻿@import "../timePicker.css";
@import "../jquery.ui.dialog.css";

body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:9pt;
	background-color:#ffffff;
}
p {
	margin:0px 0px 4px 0px;
}
h1 {
	font-size:16pt;
	color:#4242d0;
	margin:8px 0px 3px 0px;
}

h2 {
	color:#4242d0;
	font-size:12pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin:14px 0px 3px 0px;
}

h3 {
	font-size:11pt;
	font-weight:bold;
	color:#6868ba;
	margin:12px 0px 3px 0px;
}

h4 {
	font-size:10pt;
	font-weight:bold;
	color:#635037;
	margin:3px 0px 0px 0px;
}
h5 {
	font-size:10pt;
	font-weight:bold;
	color:#a01d2c;
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
hr {
	border:solid 1px #DDDDDD;	
	height:1px;
}
table {
	font-size:9pt;
}
td, th {
	font-size:9pt;
	vertical-align:top;
}
th {font-size:10pt;
	color:#636363;
	font-weight:lighter;
	text-align:left;
}
a
{
	color:#3b5998;
}
fieldset
{
    padding-top:3px; 
    padding-left:6px;
    padding-right:6px;
    padding-bottom:3px;
    font-size:9pt;
    -moz-border-radius: 6pt;
}
legend
{
	color:#000;
    font-weight:bold;
    padding-left:6px;
    padding-bottom:3px;
    padding-right:6px;
}

a
{
	color:#3b5998;
	text-decoration:underline;
}

a:visited
{
	color:#3b5998;
}

a:active
{
	color:#3b5998;
}

a:hover 
{
	color:#6e8ccb;
	text-decoration:underline;
}
a.info
{	
	font-size:11px;
	color:Gray;
}
.PageTitle{float:left;}

.Success
{
    border-style:solid;
    border-width:1px;
    border-color:#BBBBBB;
    background-color:#FFFFDD;
    padding:0px 3px 3px 6px;
    margin:3px 0px 10px 0px;
}

.InputSubmit, INPUT.InputProcessing, INPUT.InputUpdated
{
	font-weight:normal;
	background-color:#3f3fcf;
	border-color:#9c8d75;
	border-style:solid;
	border-width:1px;
	color:#ffffee;
	padding:0px 2px 1px 2px;
	font-size:13px;	
	height:24px;
}
a.InputSubmit
{
    text-decoration:none;
    padding:3px 10px;
}
a.InputSubmit:hover{color:#ffffee;}
.InputDisabled, INPUT[type="submit"][disabled="disabled"], .InputSubmit:disabled
{
	background-color:#DDDDDD;	
	border-color:#D9DFEA;
	border-style:solid;
	border-width:1px;
	padding:0px 2px 1px 2px;
	font-size:13px;	
	height:24px;
}
INPUT[type="text"]:disabled, INPUT[type="text"][disabled="disabled"], TEXTAREA[disabled="disabled"]
{
	background-color:#F2F2F2;
}
INPUT.InputProcessing
{
	background-image:url(../../images/ajax-loader.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
A.InputProcessing
{
	background-image:url(../../images/ajax-loader.gif);
	background-position:right center;
	background-repeat:no-repeat;
	display:inline-block;
	width:5em;
	
}
A.InputUpdated
{
	font-weight:bold;
}
	
INPUT.InputUpdated
{
	background-color:#3b5998;
}

INPUT, TEXTAREA, SELECT, CHECKBOX, RADIO
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:9pt;
}

INPUT[type="text"],TEXTAREA
{
	border:1px solid #999999;
}

td.info
{
	vertical-align:top;
	padding:10px;
	height:400px; /* Force content to be at least 400px tall so short pages look ok */
}

.Label
{
	color:#636363;
}

.InlineHeading
{
	color:#636363;
	vertical-align:top;
	font-weight:lighter;
	font-size:10pt;
	padding-right:8px;
 	text-align:left;
	padding:4px 4px 4px 0px;
}
.BoldInlineHeading
{
	color:#837057;
    font-weight:bold;
}

/* For <DIV> positioning 
	fe: Form Element - contains label (fl) and data (fd)
	fl: Form Label
	fd: Form Data
*/
.fe 
{
	padding-bottom:5px;
	display:inline-block;
	width:100%;
}

.fe .centered{text-align:center;}
.fe:after{content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden;}
.fl,.fe > label
{
	color:#635037;
	width:35%;
	text-align:right;
	padding-right:15px;
	float:left;
}
.fixed > label {width:160px;}
.narrow > label{width:20%;}
.left > label{text-align:left;}

.fd{ float:left; }

.col{float:left;width:45%;margin-right:20px;overflow:hidden;}
.colwide{float:left;width:60%;padding-right:20px;}
.colnarrow{float:left;width:35%;}

.Instructions
{
	font-size:8pt;
	font-style:italic;	
	font-weight:normal;
}

.Background
{
	margin-top:50px;
	margin-left:20px;
}
td.BorderLeft
{
	vertical-align:top;
	background-image:url(images/BGLeft.jpg);
	background-repeat:repeat-y;
}
.LayoutMasterBody
{
	background-image:url(images/BGLeft.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.LayoutMasterTable
{
	background-image:url(images/MT-logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.LayoutAuth
{
    WIDTH: 620px;
    background-color:#ffffff;
    border:solid 1px #999999;
}
.LayoutAuthHeader
{
    BACKGROUND-COLOR:#f9fbef;
}
.LayoutAuthBody
{
    padding-left:48px;
	background-image:url(images/BorderLeft.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.LayoutContent
{
    vertical-align:top;
    /*white-space:nowrap;*/
    padding-top:60px;
    padding-left:12px;
}
.LayoutBorderTop
{
    width:14px;
    vertical-align:top;
}
.LayoutBorderFill
{
	margin-top:97px;
    height:450px;
    width:14px;
	background-image:url(images/BorderLeft.jpg);
	background-repeat:no-repeat;
}
.LayoutBorderBottom
{
}
.Menu
{
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	vertical-align:bottom;
	text-align:left;
	height:34px;
	margin-top:10px;
	background-image:url(images/bgMenu.gif);
	background-repeat:repeat-x;
	width:100%;
}
.Menu .Left
{
	background-image:url(images/bgMenuLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
    background-color:#ffffed;
}

.Menu .Right
{
	background-color:#c2c2ff;
	background-image:url(images/bgMenuRight.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.Menu .Content
{
}

#TabMenu, #TabMenu ul { /* all lists */
	margin: 0px;
	padding: 3px;
	list-style: none;
	line-height: 2;
	width:auto;
    white-space:nowrap;
}

#TabMenu a {
	display: block;
    width:auto;
}

#TabMenu li { /* all list items */
	float: left;
    width: auto;
	white-space:nowrap;
}

#TabMenu li ul li { /* sub menu list items */
	clear: left;
}

#TabMenu li ul { /* second-level lists */
    position: absolute;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background-color:#008080;
    width: auto;
    white-space:nowrap;
    filter:alpha(opacity=90); opacity:0.9;
}

/* lists nested under hovered list items */
#TabMenu li:hover ul, #TabMenu li.sfhover ul { 
	left:auto;
	white-space:nowrap;
}

#PageContent {
	clear: left;
}

a.MenuLink
{
    color:#ffffff;
    text-decoration:none;
    padding-left:8px;
    padding-right:8px;
}

a:hover.MenuLink
{
    text-decoration:underline;
}

.NavHeader
{
	color:#fff;
	background-image:url(images/NavPanelHdr.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	font-size:10pt;
	font-weight:bold;
	vertical-align:bottom;
	text-align:left;
	height:22px;
	width:176px;
	padding-top:12px;
	padding-right:12px;
	padding-left:12px;
	margin-top:10px;
}

.NavHeaderAlt
{
	background-image:url(images/NavPanelHdrAlt.gif);
	background-repeat:no-repeat;
	vertical-align:bottom;
	width:176px;
	height: 12px;
	padding-right:12px;
	padding-left:12px;
	margin-top:10px;
}

.NavHeader a:link, .NavHeader a:visited
{
	color:#ffffff;
}

.NavHeader a:hover
{
	color:#ffffff;
    text-decoration:underline;
}

.NavPanel
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#bdbdfe;
    background-image:url(images/NavPanelFtr.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom: 6px;
}

.NavPanel li a:link, .NavPanel li a:visited{
	color: #000000;	
	text-decoration: none;
	display: block;
	text-align: left;
	padding:5px 0px 2px 12px;								
	}
							
.NavPanel li a:hover{
	color: #FFFFFF;
	background-color:#9898cc;
	}
.NavPanelAlt
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#bdbdfe;
    background-image:url(images/NavPanelFtr.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    padding: 0px 10px 10px 10px;	
}
.NavText
{
	padding:0px 0px 3px 10px;
}

.NavSubHeader
{
	color:#3f3fcf;
	font-size:10pt;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.Navigation
{
	width:200px;
	float:left;
}	

.Navigation ul { 
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

.Navigation li 
{
	list-style:none;
}

.Navigation a
{
	color:#000000;	
}

#divContent
{
	text-align:left; 
	width:980px;
}

.SearchPanel
{
	background-color:#FFF0D5;
	padding:12px;
	border:solid 1px #B59E74;
    /*white-space:nowrap*/
}

li.subitem
{
	padding-top:0px;
	padding-right:0px;
	padding-bottom:3px;
	padding-left:0px;
	margin-top:0px;
	margin-left:12px;
}

.Navigation a 
{
	text-decoration:none;
}

.Navigation a:visited {
	text-decoration:none;
}

.Navigation a:active {
	text-decoration:none;
}

.TopNav th, .TopNav div
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:20pt;
	width:100%;
	color:White;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.Logo
{
	background-image:url(images/MT-logo.jpg);
	background-repeat:no-repeat;
}

.Header a
{
	font-size:20pt;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 6px 0px 6px;
}
.Header a:visited
{
	font-size:20pt;
	color:#993333;
	text-decoration:none;
	font-size:x-small;
}

.Header a:hover
{
	text-decoration:underline;
}

.HeaderAccentBorder
{
	 width:100%;
	 background-color:#6e797d;
	 height:3px;
	 font-size:1pt; /*IE 6 hack*/
}

.HeaderSoftBorder
{
	width:100%;
	background-color:#ffffed;
	height:8px;
	font-size:1pt; /*IE 6 hack*/
}

.Footer
{
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	background-image:url(images/Footer.gif);
	background-repeat:no-repeat;
	height:68px;
}

.DetailView 
{
}
.DetailView table
{
	padding:3px;
	margin:1px;
	border:inherit;
}
.DetailView > tbody > tr > th 
{
	text-align:right;
	vertical-align:top;
	padding-right:8px;
}

/* Override DetailView th style when inside of a GridView */
.DetailView .GridView th 
{
	color:#900d1c;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
}
.Detail
{
	font-size:10px;	
}
.Detail span
{
	color:#9c9c9c;
	font-weight:bold;
}
.GridView
{
	border:solid 1px #bfcdde;
	border-spacing:0px;
}
.GridView td{padding:4px;vertical-align:top;}
.GridViewGroupHeader, .GridViewGroupHeader TH
{
    background-color:#FFF1DD;
    font-size:11pt;
    font-weight:bold;
	color:#000000;
	vertical-align:top;
}
.ListHeaderStyle, .ListHeaderStyle TH
{ 
    background-color:#c4d7eb;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
TH.ListHeaderStyleRightAlign{text-align:right;}
TH.ListHeaderStyleCenterAlign{text-align:center;}
.ListItemStyle, tr.e, div.e
{ 
    padding-top:3px;
    padding-bottom:3px;
    border:none;
}
.ListAlternatingItemStyle, tr.o, div.o
{ 
	background-color:#ebf5ff;
    padding-top:3px;
    padding-bottom:3px;
    border:none;
}
.EditItemStyle
{
	background-color:#ffffdd;
	/*background-color:#d8d9d7; gainsboro*/
}
.ListFooterStyle
{
	color:#495D2C;
	font-size:12pt;
	font-weight:bold;
}
.EmptyDataRowStyle
{
	padding:10px;
}

.spv td, .spv th{font-size:90%;padding:2px;}

.ProgramCheckList{}
.ProgramCheckList .SectionHeader{margin-top:15px;}
.commands INPUT.InputSubmit{width:100px;margin-right:3px;}
div.commands{text-align:right;}

.ProgramCheckList  div.fe{padding-bottom:2px;}
.ProgramItemText{float:left;margin-left:3px;margin-top:3px;width:500px;}
.ProgramItemVerify{width:18%;float:left;font-size:11px;}
.ProgramItemUserText, .ProgramItemDesc{margin:5px 0px 5px 22px;width:80%;}
.ProgramItemSelectListDesc{font-weight:bold;margin:5px 0px 8px 0px;}
.ProgramItemUserText label{font-weight:bold;font-size:11px;}
.ProgramItemDesc{font-size:11px;}

.ItemID
{
	color:#837057;
	font-size:10pt;
	font-weight:bold;
	padding:6px 3px 3px 6px;
	float:right;
}
	
.SectionHeader, .SectionHeaderTop
{
	border-top:#8399B2 2px dotted;
	color:#3f3fcf;
	font-size:12pt;
	font-weight:bold;
	padding:6px 3px 3px 0px;
}
.SectionSubHeader
{
	font-size:10pt;
	color:#635037;
	padding: 3px 0px 3px 0px;
}
.SectionHeaderTop
{
	border-top:none;
}

.DetailSubSection 
{
	padding-bottom:6px;
	border-top:#bdd359 1px solid;
	font-size:11pt;
	font-weight:normal;
}
.SearchResults
{
	margin-left:15px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;	
}
.SearchResults th
{
	color:#635037;
	text-align:right;
	vertical-align:top;
	font-weight:lighter;
	font-size:10pt;
	padding-right:8px;
}

.SearchResults .DetailLabel
{
	color:#9c9c9c;
	font-weight:bold;
}

.NoData
{
	padding:10px;
}

#progressBackgroundFilter, .modalPopUpBackground
{
  background-color:#000;
  filter:alpha(opacity=50);
  opacity:0.5;
}

#processMessage { 
  position:fixed; 
  top:30%; 
  left:30%;
  padding:20px;
  z-index:1001;
  width:300px;
  height:100px;
  text-align:center;
  font-weight:bold;
  color:#3b5998;
} 

.modalPopUp
{
	width:200px;
	background-color:#ffffdd;
	padding:20px;
	border:solid 2px #000000;
	text-align:center;
}

.modalPopUpCustom, .modalPopUpWide
{
	background-color:#ffffdd;
	border:solid 2px #000000;
	padding:20px;
	margin-top:30px;
	position:absolute;
	width:400px;
}
.modalPopUpCustom h1{padding-bottom: 5px;}
.modalPopUpCustom h1 + div{background-color:White; border:solid 1px #666666;padding:10px;}

.modalPopUpWide
{
	width:690px;
}

.PopUp{background-color:#ffffff; padding:10px 10px 10px 10px; margin: 10px 10px 10px 10px;}

/* GridView Pager */

.pages 
{
    padding:1em;
    margin:1em 0;
}
.pages td
{
    vertical-align:middle;
    padding:5px 2px;
}
.pages a, .pages span {
    padding:0.2em 0.5em;
    margin-right:0.1em;
    border:1px solid #fff;
    background:#fff;
}

.pages span {
    border:1px solid #2E6AB1;
    font-weight:bold;
    background:#336699;
    color:#fff;
}

.pages span.PagerResultsSummary
{
    font-weight:bold;
}

.pages a {
    border:1px solid #9AAFE5;
    text-decoration:none;
}

.pages a:hover {
    border-color:#2E6AB1;
    color:#2E6AB1;
    background-color:#FFF9A8;
}

.pages a.nextprev {
    font-weight:bold;
}

.pages a.pagedisabled
{
    border:1px solid #ddd;
    color:#999;
}

.pages span.nextprev {
    border:1px solid #ddd;
    color:#999;
}

.pages .nextprev-next {
    float:right;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	padding:0px;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : hand;
	cursor:pointer;
	overflow : auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

div.Calendar {position:absolute;}

.Calendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FaFbFc;
    color: #333333;
    z-index:101;
    width:190px;
    height:190px;
}

.Calendar table
{
	padding:1px;
}
.Calendar .ajax__calendar_header
{
	font-weight:bolder;
	background-color:#e8f0ba;
	padding-top:2px;
}

.Calendar .ajax__calendar_days 
{
	margin-top:5px;
}
.Calendar .ajax__calendar_other
{
	color:#a1a1a1
}
.Calendar .ajax__calendar_dayname
{
	font-weight:bolder;
}
.Calendar .ajax__calendar_active
{
	font-weight:bold;
	background-color:#e8f0ba;
}

.ajax__calendar_title {width:150px; margin:auto;padding:3px;}

.HelpIcon
{
	border:0px;
}
.ValidationSummary
{
	margin:5px;
	padding:5px;
	background-color:#FFF9A8;	
	font-size:12px;
	color:Red;
}

.ValidationSummary ul
{
}

.ValidationSummary ul li, .ValidationSummary li
{
	list-style-type:square;
	padding: 4px 0px 0px 10px;
	color:#000000;
	font-size:12px;
}

/* begin css tabs */

ul.tabnavapp, ul.tabnav, ul#subtabnav, ul#qrstabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
list-style-type: none;
}

ul.tabnavapp, ul#qrstabnav
{
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	background-color: #c4d7eb;
	padding: 5px 0px 5px 0px;
	margin-top: -13px;	
	margin-left: 0px;
}

ul.tabnav, ul#subtabnav
{
	font: bold 13px arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #999999; /* set border COLOR as desired */
	padding: 3px 0px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnavapp li, ul.tabnav li, ul#subtabnav li, ul#qrstabnav li { /* do not change */
	display: inline;
	text-align:center;}

ul.tabnavapp li.TabSelected { /* settings for selected tab */
border: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
ul.tabnav a.TabSelected
{
	background-color:#c4d7eb;
	position: relative;
	top: 1px;
	padding-top: 4px;
	padding-bottom:2px;
	border-bottom: 1px solid #c4d7eb;
	outline: 0; /*remove dotted outline*/
}
ul.tabnavapp a.TabSelected, ul.subtabnav a.TabSelected, ul#qrstabnav a.TabSelected { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #666; /* set selected tab link color as desired */
}

ul.tabnavapp li a, ul.subtabnav li a, ul#qrstabnav li a{ /* settings for all tab links */
padding: 5px 9px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
color: #666; /* set unselected tab link color as desired */
margin-right: -4px; /* set additional spacing between tabs as desired */
text-decoration: none;
text-align:center;
outline: 0; /*remove dotted outline*/
}

ul.tabnav li a, ul#subtabnav li a{ /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #999999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fcf9d0; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
text-align:center;
}

ul.tabnavapp a:hover, ul#subtabnav a:hover, ul#qrstabnav a:hover { /* settings for hover effect */
    background: #fff; /* set desired hover color */
    text-decoration:underline;
}
ul.tabnav a:hover{background:#fff;text-decoration:underline;}

/* end css tabs */

#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px;
  visibility:hidden;
}

.AppPanel
{
	display:block;
}

.AppPanelHidden
{
	display:none;
}
/*progress bar*/
.meter-wrap{
    position: relative;
    margin-bottom:20px;
}

.meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 100%; height: 50px;
}
.meter-wrap {
    background-color: #e7e7e7;
}
.meter-value
{
	background-color:#fcf9d0;
}
.meter-text {
    position: absolute;
    top:0; left:0;
	padding-top: 3px;            
    text-align: center;
    width: 100%;
}
.meter-text > div
{
	float:left;font-size:.89em;font-weight:bold;color:#80808d;height:auto;
}
#divRegList div
{
	margin: 0px 0px 3px 0px;	
	padding:2px;
}
#divRegList div.RegistrationChildItem
{
	background-color:#f0f0f0;
	margin: 0px 0px 3px 20px;	
}

@Media Print 
{
	body 
	{
		background-color:#FFFFFF;
	}
	/* Firefox truncates the beginning of multi-page tables 
		seemingly by the number of pages the table takes to display
		td.vertical-align:top fixes the problem
	*/
	td
	{
		vertical-align:top; 
	}
	.Header
	{
		BACKGROUND-COLOR:#fff;
	}
	
	.Body
	{
		padding:0px;
		margin:0px;
	}
	td.Body
	{
		padding:0px;
		margin:0px;
		border:none;
	}
	.Background
	{
		background-color:#FFFFFF;
		padding:0px;
		margin:0px;
	}
	.HeaderAccentBorder
	{
		display:none;
	}
	.HeaderSoftBorder
	{
		display:none;
	}
	.Navigation
	{
		display:none;
	}
	.GridView
	{
		height:100%;
		border-bottom:solid 1px #FFFFFF;
		border-top:solid 1px #FFFFFF;
		border-right:solid 1px #FFFFFF;
		border-left:solid 1px #FFFFFF;
	}
	.ListAlternatingItemStyle
	{
		background-color:#FFFFFF;
	}
	.InputSubmit
	{
		display:none;
	}
	.pages
	{
		display:none;
	}
	.ListHeaderStyle
	{
		display:none;
	}
	.AppPanelHidden
	{
		display:block;	
	}
	ul#tabnav
	{
		display:none;	
	}
} 
