/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* Skin Stuff */

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #BCBDC1;
}
.skinmaster
{
	height: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
}
.skinheader
{
}
.skingradient
{
	background-image: url(gradient_DkBlue.jpg);
	height: 30px;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.controlpanel
{
	width: 100%;
	background-color: #dfe5f2;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background color for the content part of the pages */
Body
{
	font-family: Verdana;
}

/* background/border colors for the selected tab */
.TabBg
{
}

.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-size: x-small;
}
.rightpane
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}

/* text style for the unselected tabs */
.OtherTabs
{
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
}

A.OtherTabs:visited
{
}

A.OtherTabs:active
{
}

A.OtherTabs:hover
{
}

/* GENERAL */

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* Styles for hyperlink skin object */
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}


A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
	text-decoration: none;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
}

A.CommandButton:visited
{
}

A.CommandButton:active
{
}

A.CommandButton:hover
{
}

/* GENERIC */
H1
{
}

H2
{
}

H3
{
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
}

A:visited
{
	text-decoration: underline;
}

A:active
{
	text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
}

SMALL
{
}

BIG
{
}

BLOCKQUOTE, PRE
{
}


UL LI
{
}

UL LI LI
{
}

UL LI LI LI
{
}

OL LI
{
}

OL OL LI
{
}

OL OL OL LI
{
}

HR
{
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
}

/* style of item titles by Announcements and events */
.ItemTitle
{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
}

.ModuleTitle_MenuBar
{
}

.ModuleTitle_MenuItem
{
}

.ModuleTitle_MenuIcon
{
}

.ModuleTitle_SubMenu
{
}

.ModuleTitle_MenuBreak
{
}

.ModuleTitle_MenuItemSel
{
}

.ModuleTitle_MenuArrow
{
}

.ModuleTitle_RootMenuArrow
{
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #004784;
	width: 228px;
	border-left: white 0px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 20px;
	background-color: Transparent;
	border-left: white 0px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #004784;
	font-family: Tahoma, Arial, Helvetica; /*text-transform:uppercase;  */
	font-weight: bold;
	height: 30px;
	border-left: white px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
}
.MainMenu_MenuIcon
{
	display: none;
}
.MainMenu_SubMenu
{
	background-color: #004784;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
	width: 150px;
}
.MainMenu_MenuBreak
{
	border-bottom: white 1px solid;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #006AA5;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold; /*text-transform:uppercase;  */
	height: 30px;
	border-left: white 0px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
}
.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	display: none;
}

.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
/* text style used for most text rendered by modules */
.MenuHdr, .MenuHdrMouseOver
{
	font-size: 10pt;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	background-color: #004784;
	padding-top: 5px;
	cursor: default;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	text-transform: uppercase;
}
.currentHeaderHighlight
{
	background-color: #CA5D2D !important;
	font-weight: normal;
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 4px;
	padding-top: 4px;
}
.MenuItem, .MenuItemMouseOver
{
	font-size: 8pt !important;
	padding-left: 20px !important;
	font-weight: normal !important;
	padding-bottom: 4px !important; /*background-color: #004784; padding-top: 4px;color:#FFFFFF;*/
	background-color: #CA5D2D;
	padding-top: 4px !important;
	text-transform: none !important;
	border: none !important;
}
.currentItemHighlight
{
	font-size: 8pt !important;
	font-weight: normal !important;
	background-color: #CA5D2D;
	text-transform: none !important;
	border: none !important;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link, .MenuHdrMouseOver
{
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: default;
	cursor: pointer;
}
.MenuHdr A:Hover, .MenuHdrMouseOver, MenuItemMouseOver A:Hover, .MenuItem A:Hover, .MenuHdrMouseOver A:Hover
{
	background-color: #006AA5 !important;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
.MenuHdrMouseOver A
{
	color: #FFFFFF;
}



.TreeViewMenu
{
	width: 200px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #004784;
	font-family: Tahoma, Arial, Helvetica; /*text-transform:uppercase;*/
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
}

.CSSContainerRoot
{
	width: 100%;
	border-top: solid 1px white;
}

.TreeViewMenuSub
{
	display: none;
}

.TreeViewMenu_Header
{
	display: none;
}

.TreeViewMenu_Icon
{
	display: none;
}

.TreeViewMenuChild
{
	background-color: Orange;
}


.TreeMenu_Node
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #004784;
	font-family: Tahoma, Arial, Helvetica; /*text-transform:uppercase;*/
	font-weight: bold;
	border-left: white 0px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	text-align: left;
	height: 20px;
}


.TreeMenu_ChildNode
{
	cursor: pointer;
	cursor: hand;
	color: #006AA5;
	font-size: 10pt;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; /*text-transform:uppercase;*/
	font-weight: bold;
	border-left: white 0px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	width: 100%;
}

.TreeMenu_RootNodeSelected
{
	cursor: pointer;
	cursor: hand;
	color: #9BDBF0;
	font-size: 10pt;
	background-color: #004784;
	font-family: Tahoma, Arial, Helvetica;
	text-transform: uppercase;
	font-weight: bold;
	border-left: white 0px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



.TreeMenu_SubNodeSelected
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #004784;
	font-family: Tahoma, Arial, Helvetica; /*text-transform:uppercase;  */
	font-weight: bold;
	border-left: white 0px solid;
	border-right: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}


/* ================================
    CSS STYLES FOR WAPOL
   ================================
*/


.LinkContactUs
{
	font-size: xx-small;
	font-family: Verdana;
}

.NewsLinkText
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: bottom;
	width: 150px;
	color: blue;
	text-decoration: none;
}

A.NewsLinkText:visited
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: bottom;
	width: 150px;
	color: Purple;
	text-decoration: underline;
}

A.NewsLinkText:active
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: bottom;
	width: 150px;
	color: Purple;
	text-decoration: underline;
}

A.NewsLinkText:hover
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: bottom;
	width: 150px;
	color: Purple;
	text-decoration: underline;
}



.NewsLinkHeader
{
	background-image: url(Images/WAPolice/Home/NewsLinkText.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}

.NewsLinkArrowNonActive
{
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.NewsLinkX
{
	background-image: url(NewsLink_02.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	text-decoration: none;
}

.NewsLinkY
{
	background-image: url(NewsLink_05.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	text-decoration: none;
}
.NewsLinkC
{
	background-image: url(NewsLink_01.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	height: 23px;
	width: 50px;
}
.PoliceLogo
{
	background-color: #184B84;
	width: auto;
}

.InfoCentreTopCenter
{
	background-image: url(images/wapolice/home/infocentre_03.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
	width: 124px;
}

.InfoCentreTopLeft
{
	background-image: url(images/wapolice/home/infocentre_02.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 10px;
}

.InfoCentreTopRight
{
	background-image: url(images/wapolice/home/infocentre_04.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 35px;
}

.InfoCentreRight
{
	background-image: url(images/wapolice/home/infocentre_06.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	width: 18px;
}


.InfoCentreBottomCenter
{
	background-image: url(images/wapolice/home/infocentre_13.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
	width: 127px;
}

.InfoCentreBottomLeft
{
	background-image: url(images/wapolice/home/infocentre_12.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 10px;
}

.InfoCentreBottomRight
{
	background-image: url(images/wapolice/home/infocentre_14.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 28px;
}




.InfoCentreTopLeftsmall
{
	background-image: url(images/wapolice/home/infocentre_02.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 23px;
}

.InfoCentreTopCentersmall
{
	background-image: url(images/wapolice/home/infocentre_03.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
	width: 200px;
}

.InfoCentreTopRightsmall
{
	background-image: url(images/wapolice/home/infocentre_04.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 35px;
}

.InfoCentreBottomCentersmall
{
	background-image: url(images/wapolice/home/infocentre_13.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
	width: 150px;
}

.InfoCentreRightsmall
{
	background-image: url(images/wapolice/home/infocentre_06.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	width: 18px;
}




.InfoCentreBottomLeftsmall
{
	background-image: url(images/wapolice/home/infocentre_12.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 10px;
}

.InfoCentreBottomRightsmall
{
	background-image: url(images/wapolice/home/infocentre_14.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 28px;
}


.OtherLanguagesText
{
	font-family: Tahoma, Arial, Helvetica;
	color: Gray;
	font-size: 10pt;
	font-weight: bold; /*text-transform:uppercase;  */
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
}

A.OtherLanguagesText:visited
{
	font-family: Tahoma, Arial, Helvetica;
	color: Gray;
	font-size: 10pt;
	font-weight: bold; /*text-transform:uppercase;  */
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

A.OtherLanguagesText:active
{
	font-family: Tahoma, Arial, Helvetica;
	color: Gray;
	font-size: 10pt;
	font-weight: bold; /*text-transform:uppercase;  */
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

A.OtherLanguagesText:hover
{
	font-family: Tahoma, Arial, Helvetica;
	color: Gray;
	font-size: 10pt;
	font-weight: bold; /*text-transform:uppercase;  */
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.ShaddowBar
{
	background-image: url(shaddowbar.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}

.CopyRight
{
	font-weight: normal;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Helvetica;
	color: Blue;
}

A.CopyRight:visited
{
	font-weight: normal;
	font-size: 8.5pt;
	color: Purple;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

A.CopyRight:active
{
	font-weight: normal;
	font-size: 8.5pt;
	color: Purple;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

A.CopyRight:hover
{
	font-weight: normal;
	font-size: 8.5pt;
	color: Purple;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

.UtilLinks
{
	font-weight: normal;
	font-size: 8.5pt;
	font-family: Verdana;
	color: Blue;
}

A.UtilLinks:visited
{
	font-weight: normal;
	font-size: 8.5pt;
	font-family: Verdana;
	text-decoration: underline;
	color: Purple;
}

A.UtilLinks:active
{
	font-weight: normal;
	font-size: 8.5pt;
	font-family: Verdana;
	text-decoration: underline;
	color: Purple;
}

A.UtilLinks:hover
{
	font-weight: normal;
	font-size: 8.5pt;
	font-family: Verdana;
	text-decoration: underline;
	color: Purple;
}

.HomeBanner
{
	background-image: url(images/wapolice/home/BannerImage.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	/*width: 389px;
	height: 228px;*/
	color: White;
	vertical-align: text-bottom;
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial Narrow;
}

/* Form Styles */
.formFieldDesc
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.formFieldControl
{
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
}

.formFieldNote
{
	font-family: Verdana;
	font-size: 9pt;
	font-style: italic;
}

.formFieldText
{
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
}

/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull! DIV DIV
{
	color: #FFFFFF;
border-top: 0px solid;
}
.SXMenuFull! DIV DIV A
{
	color: #FFFFFF;
	
}

.SXMenuFull
{
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; /*background-color: #004784;*/
	text-transform: uppercase;
	background-color: #CA5D2D;
	color: #FFFFFF;
	
}

.SXMenuContainer
{

	margin-left: 15px; /*  width: 100%;*/
	background-color: #CA5D2D; /*border-bottom: 2px solid;   border-bottom-color:#FFFFFF;*/
	/*text-transform: capitalize;*/
	font-weight: normal !important;
	

}
.SXMenuContainer div
{
	border: none !important;
	background-color: #CA5D2D;
	font-weight: normal !important;
	padding-top: 1px;
	padding-bottom: 0px;
	font-size:12px;
}

.SXMenuContainer div a {
	padding:2px 5px 2px 0px;
}

.SXMenuItem
{
	font-weight: normal;
	cursor: hand;
	font-size: 13px;
	font-family: Arial; /*  width: 100%; */
	text-align: left;
	/*border-bottom: 1px solid;*/
	border-top: 0px solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #004784;
	color: #FFFFFF;
	padding-left:0px; 
	padding-top: 0px;
	padding-bottom: 0px;
                text-transform:None !important;
}

.SXMenuItem div
{
	padding-top:2px !important;
	padding-bottom:2px !important;
	_padding-top:0px;
	_padding-bottom:0px;
}
    
.SXMenuItem A
{
	width: 100%;
	color: #FFFFFF;
	padding-top: 2px;
  padding-bottom: 2px;
  padding-left:5PX;
  padding-right:5PX;
	text-decoration: none !important;
	
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
	color: white;
	text-decoration: none;
	background-color: #CA5D2D !important; /*  width: 100%; */
	padding-top: 2px;
	padding-bottom: 2px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	padding-left:5PX;
	padding-right:5PX;
	text-decoration: none !important;

}

.SXMenuEnabled
{
	color: #FFFFFF;
	text-decoration: none !important;
border-top: 0px solid;
border-bottom: 0px solid;

}
.SXMenuEnabled A
{
	color: #FFFFFF;
	text-decoration: none !important;
	height: 10px;
}

.SXMenuDisabled
{
	color: gray;
	cursor: default;
	width: 100%;
}

.SXMenuSelected
{
	background-color: #CA5D2D;
	padding-top: 0px;
  padding-bottom: 0px;
  padding-left:0PX;
  padding-right:5PX;
  	font-weight:bold; 
	
}


.SXMenuActive
{
	color: white;
	background-color: #CA5D2D;
	cursor: default;
	border: none !important;
	padding-top: 0px;
  padding-bottom: 0px;
  padding-left:5PX;
  padding-right:5PX;
	font-weight: bold;
	vertical-align:bottom;  
}

.SXMenuContainer .SXMenuActive
{
	font-weight:bold !important;
	padding:0 0;
}

.SXMenuLink
{
	color: #FFFFFF;
	text-decoration: none !Important;
border-top: 0px solid;
border-bottom: 0px solid;
	
}

.SXMenuContainer div a:hover
{
	padding:2px 5px 2px 0px;
	text-decoration:underline !important;
}

.SXMenuContainer div a span.SXMenuLink:hover
{
	text-decoration:underline !important;
}

#dnn_PagePicturePlace p
{
  margin-top:0px;
}

















