/************************************************************
    dont customize these styles, overwrite them instead
************************************************************/
.normaltextbox
{
    vertical-align:middle;
}

h1, h2, h3, h4{
margin: 0;
}

.breadcrumbitem
{
float:left;
padding-right:10px;
}
.breadcrumbseparator 
{
	float:left;
}

.ModuleTitle, .ModuleTitleB, .ModuleTitleC, .ModuleTitleD, .ModuleTitleE, .ModuleTitleF
{
    width:100%;
}

#pnlLogin
{
background-image: none;
}

.EditIconList
{
	float:right;
}

.moduleFooterIconList
{
	padding: 0px;
	margin: 0px;
	width:100%;
	list-style:none;
}

.moduleFooterIconList li img
{
	border: 0px;
}

.moduleFooterIconList li
{
	float:right;
	display:inline;
}


.lightbox 
{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:absolute;
	opacity:0.6;
    filter:alpha(opacity=60);
    background-color: #888888;
	z-index: 997;
	height:100%;
	
}

.lightboxContentContainer 
{
	z-index: 998;
	position:absolute;
	opacity:1;
    filter:alpha(opacity=100);
    
    width:100%;
    height:100%;
    text-align:center;
    
    top:0;
    left:0;
}

.lightboxContent
{
    background-color: #eeeeee;
    border: 1px solid black;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	margin-top:100px;
	text-align:left;
}



.dialogTitle
{
	font-weight: bold;
	color: White;
	padding:2px;
	text-align:center;
	background-color: blue;
}

#contextMenu
{ 
	BORDER: white 2px outset;
	DISPLAY: none;
	WIDTH: 180px;
	POSITION: absolute;
	BACKGROUND-COLOR: lightgrey;
	layer-background-color: lightgrey
}


.ppHidePanel, .ppShowPanel
{
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #cccccc;
}

.ppShowPanel
{
	background-image:url(../images/hidePanel.gif);
}

.ppHidePanel
{
	background-image:url(../images/showPanel.gif);
}
.pwpButton
{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:63px;
	height:20px;
	background-image:url(../images/editsite.gif);
}

a:hover.pwpButton
{
	background-position:0 20px;
}

.FileItemTitle
{
	font-size:100%;
}

.FileItemTitle img
{
	vertical-align:middle;
}
.FileItemDescription
{
	margin-left:22px;
}

.DataGridTitle 
{
	background:#C0C0C0 none repeat scroll 0 0;
	color:#000000;
	text-align:left;
}

.DataGridItem
{
	background:#F0F0F0 none repeat scroll 0 0;
}

.DataGridAlternateItem
{
	background-color:#ffffff;
}

.DataGridSelectedItem
{
    background-color:orange;
}
.clearLeft
{
    clear:left;
    line-height:0;
}
.clearRight
{
    clear:right;
    line-height:0;
}
.clear
{
    clear:both;
    line-height:0;
}

.clearLeft,
.clearRight,
.clear
{
    height:0;
}

.SuccessMsg
{
margin-bottom:10px;
margin-top:10px;
padding: 10px;
padding-left:0px;
border:1px solid #00B907;
color:#00B907;
background-color:white;
font-weight:bold;
display: block;
}

.ErrorMsg
{
display: block;
margin-bottom:10px;
margin-top:10px;
padding: 10px;
padding-left:0px;
border:1px solid red;
color:red;
background-color:white;
font-weight:bold;
}

.moduleprintlink:link, .modulerecommendlink:link,
.moduleprintlink:visited, .modulerecommendlink:visited,  
.moduleprintlink:hover, .modulerecommendlink:hover,
.moduleprintlink:active, .modulerecommendlink:active
{
	font-size:12px;
	text-decoration:none;
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:left center;
	color:#747474;
	font-weight:normal;
}

.moduleprintlink 
{
	background-image:url(../images/print.gif);
}

.modulerecommendlink 
{
	background-image:url(../images/send.gif);
}

.profileform 
{
	width:400px;
}

.profileform label 
{
	display:block;
	float:left;
	text-align:right;
	width:150px;
	padding-right:5px;
}

.profileform  input
{
	width:200px;
}
.profileFormSeperator
{
	height:10px;

}

.profileform inlineInput
{
	width:80px;
}

.imggalleryitem
{
	text-align:center;
}

.imggalleryitembuttons  
{
	width:300px;
	padding:30px 0;
}

.imggalleryitembackbutton
{
	float:left;
}

.imggalleryitemnextbutton 
{
	float:right;
}
.errorimage 
{
	width:200px;
	height:180px;
	background-image:url(../images/error.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.ui-dialog-content
{
    text-align:left;
}
