﻿@media print
{
/* =========== START LAGLISTA CONTAINERS LAYOUT ============= */
#topMenuContainer
{
	display: none;
}

#_ctl0_ContentPlaceHolder_WideLayout_GenericBodyLayout_BasePageContent_page_displayname
{
	display:none;
}

.LoggedInUserContainer
{
	display:none;
}

.lawListPageHeaderContainer
{
	display:none;
}

.mainLawListBodyContainer
{
	width:100%;
	border-top: solid 1px #ffffff;
	background-color: #ffffff;
	border-bottom:solid 10px white;
}

.lawListBodyHeaderContainer
{
	height: 25px;
}

.lawListNameLabel
{
	font-size: 14px;
}

.lawListDescriptionLabel
{
	display: none;
}

.lawListOptionsContainer
{
	display: none;
}

.lawListBottomOptionContainer
{
	display:none;
}

.lawListListContainer
{
	width:100%;
}

.fragmentTypeOptions
{
	display:none;
}

.fragmentTypeTitle a
{
	display:none;	
}

.lawListDocumentTypeTitle
{
	font-weight:bold;
	width: 100%;
}

.lawListGridList
{
	
}

.lawListPanelHeader
{
	background-color: #c0c0c0;	
	padding:0px 0px 0px 0px;
	border: none;
}

.lawListPanelHeader img
{
	display:none;
}

/*.lawListGridDefault
{
	padding: 0px 0px 0px 0px;
	border: none;	
	margin: 0px 0px 0px 0px;
}

.lawListGridDefault img
{
	display: none;
}

.lawListGroupingArea
{
	display:none;
	overflow: hidden;
}

.lawListGridPadding
{
	padding: 0px 0px 0px 0px;
	border: none;
}

.navigationWithTitlesTable tr td img
{
	vertical-align:top;
}

.lawListOptionItemLeft
{
	border-top-style: dotted;
	border-top-width : 1px;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-left-style: dotted;
	border-left-width : 1px;
	text-align:left;
	vertical-align:top;
}

lawListOptionItem
{
	border-top-style: dotted;
	border-top-width : 1px;
	border-top-color: #c0c0c0;
	text-align:left;
	vertical-align:top;
}
*/

.lawListGridList
{
	font-weight: normal;	
}

.lawListGridListItemOptions, .lawListGridListItemHeaderOptions
{
	display:none;	
}

.lawListGridListItem
{
	border:solid 1px #f0f0f0;
	text-align:left;
	vertical-align:top;
}

TABLE.lawListGridList TR.lawListTablePagerContainer
{
	border-top: dotted 1px silver;
	background-color: #e0e0e0;
}

TABLE.lawListGridList TR.lawListTablePagerContainer TABLE
{
	background-color: #e0e0e0;
	font-weight: bold;
}

TR.lawListTablePagerContainer a
{
	text-decoration: underline;
}

.lawListListContainer TABLE TR TD TABLE TR TD A:active
{
	color: blue;	
}

.lawListListContainer TABLE.lawListGridList TR TD.lawListGridListItem input.inlineLawListButton
{
	border: solid 1px #ffdfa5;
	font-size: 10px;
	font-weight : bold;
	background-color: #ffffff;
}

.inlineCommentTable TR TD
{
	padding-bottom: 10px;
}

.rnLoginLink, #_ctl0_GenericPageHeader_homeButton, #_ctl0_GenericPageHeader_addFavButton, #_ctl0_GenericPageHeader_contactButton
{
	display: none;
}
}
/* =========== END LAGLISTA CONTAINERS LAYOUT ============= */


