.pageRotator{
	position: relative !important;
}
.jagcBanner{
	background-repeat: no-repeat;
	height: 57.0px;
	background-position:top left;
	width: 100.0%;
	font: bold 8pt arial,sans-serif;
}

.inMemoriam{
	min-height: 400px;
	background-image: url(inMemoriam.png);
	background-repeat:no-repeat;
}
.inMemoriamHeader{
	width: 100.0%;
	margin-left: 100px;
}
.lotusForm{
	background-color: #FFF;
}
body.lotusui{
	background-color: #FFF;
}
.lotusBtnImg{
	padding: 0;
	position: relative;
	top: -2px;
}
.lotusDialog h1 {
	font-size: 1em;
	padding: 5px 5px 5px 10px;
	color: navy;
	background-color: #FEF0CD;
	background-image: url('');
	min-height: 14px;
}
.lotusDialog ul li {
    list-style: disc outside none;
}
#contentMain{
	background-color: #FAFAFA;
}
#menuRotator{
	position: relative !important;
	top: -1px;
}

#photoRotatorPane{
	position: relative !important;
}
.body{
	overflow-y: auto;
}

.lotusWidget2 h2{
	line-height: 1em;
}
.lotusWidget2 h2 a, 
.lotusWidget2 h2 a:visited, 
.lotusWidget2 h2 a:hover, 
.lotusWidget2 h2 a:focus, 
.lotusWidget2 h2 a:active{
	color: blue;
	text-decoration: underline;
}

.jagcDeleteMouseover{
	background-image: url(close_red.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.jagcDeleteMouseout{
	background-image: url(close_gray.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.jagcComment{
	background-color: #EDEFF4;
	border-bottom: 1px solid #D2D9E7;
	padding: 5px 3px;
	width: 350px;
}
.jagcCommentContainer{
	padding-left: 20px;
	padding-bottom: 10px;
}
.jagcBannerLoginButton{
	width: 140px;
	margin-top: 5px;
	margin-right: 10px;
	background-color: #000;
	color: white;
	border: 1px solid gray;
	cursor: pointer;
	border-radius: 11px;
	-moz-border-radius: 10px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	-webkit-border-radius: 11px;
}
.jagcBannerPublicAdminButton{
	width: 160px;
	margin-top: 5px;
	margin-right: 10px;
	background-color: #000;
	color: white;
	border: 1px solid gray;
	cursor: pointer;
	border-radius: 11px;
	-moz-border-radius: 10px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	-webkit-border-radius: 11px;
}
.contentContainerMain{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;	
}
.contentContainerCenter{
	width: 580px;
	float: left;
	margin-right: 20px;
}
.contentContainerRight{
	width: 400px;
	float: left;
}
.contentContainerDisplay{
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.contentPortalView{
	padding: 20px;
}

.tabColumn{
	float: left;
	padding: 5px;
}

.ribbonContainerPublic,
.ribbonContainerPrivate{
	width: 100%;
	position:relative;
	top: -500px;
	z-index: -1;
}
.ribbonPanePrivate,
.ribbonPanePublic{
	width: 100%;
	height: 310px;
}

.ribbonPanePublic,
.ribbonContainerPublic{
	background: #8B99AA; /* Old browsers */
	background: -moz-linear-gradient(top,  #8B99AA 0%, #C3CEE5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8B99AA), color-stop(100%,#C3CEE5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8B99AA 0%,#C3CEE5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8B99AA 0%,#C3CEE5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8B99AA 0%,#C3CEE5 100%); /* IE10+ */
	background: linear-gradient(top,  #8B99AA 0%,#C3CEE5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8B99AA', endColorstr='#C3CEE5',GradientType=0 ); /* IE6-9 */
}
.ribbonPanePublic h3{
	margin-left: 26px;
	color: #000;
}
.ribbonPanePublic ul{
	list-style-image:url('bullet_orange.png');
	margin-top: 0;
}
.ribbonPanePublic a,
.ribbonPanePublic a:visited{
	color: #000;
}
.ribbonPanePublic a:hover{
	text-decoration: none;
	color: #fff;
}

.ribbonPanePrivate ul{
	list-style-image:url('bullet_orange.png');
	margin-top: 0;
}
.ribbonPanePrivate a,
.ribbonPanePrivate a:visited{
	color: #fff;
}
.ribbonPanePrivate a:hover{
	text-decoration: none;
	color: orange;
}
.ribbonPanePrivate h3{
	margin-left: 26px;
	color: #f8b500;
}

.ribbonPanePrivate, .ribbonContainerPrivate{
	background: #17233c; /* Old browsers */
	background: -moz-linear-gradient(top,  #17233c 0%, #335684 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17233c), color-stop(100%,#335684)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #17233c 0%,#335684 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #17233c 0%,#335684 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #17233c 0%,#335684 100%); /* IE10+ */
	background: linear-gradient(top,  #17233c 0%,#335684 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17233c', endColorstr='#335684',GradientType=0 ); /* IE6-9 */
}
.homeTabsPrivate, .homeTabsPublic, .lotusTitleBar,
.lotusTitleBar .lotusTabs li,
.lotusTitleBar .lotusSearch .lotusScope, 
.lotusTitleBar .lotusSearch .lotusBtnImg {
	background-image: url(MenuBG.png);
	background-repeat: repeat-x;
	background: #17233c; /* Old browsers */
	background: -moz-linear-gradient(top,  #17233c 0%, #335684 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17233c), color-stop(100%,#335684)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #17233c 0%,#335684 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #17233c 0%,#335684 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #17233c 0%,#335684 100%); /* IE10+ */
	background: linear-gradient(top,  #17233c 0%,#335684 100%); /* W3C */
	ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#17233c', endColorstr='#335684',GradientType=0 )"; /* IE8-9 */
}
.lotusBanner{
	height: 27px;
	border-bottom: 1px solid gray;
	background: #525252; /* Old browsers */
	background: -moz-linear-gradient(top,  #525252 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #525252 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #525252 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #525252 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #525252 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.lotusSearch .lotusText{
	height: 10px;
	color: #E0E0E0;
	border-radius: 11px;
	-moz-border-radius: 10px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	-webkit-border-radius: 11px;
	background: #474747; /* Old browsers */
	background: -moz-linear-gradient(top,  #474747 0%, #1c1c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #474747 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #474747 0%,#1c1c1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #474747 0%,#1c1c1c 100%); /* IE10+ */
	background: linear-gradient(top,  #474747 0%,#1c1c1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
}

.lotusTitleBar .lotusTabs a:hover,
.menuSelected{
	background-image:url(MenuBGHover.png);
	background-repeat:repeat-x;
	background: #2e4770; /* Old browsers */
	background: -moz-linear-gradient(top,  #2e4770 0%, #3c619b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e4770), color-stop(100%,#3c619b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2e4770 0%,#3c619b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2e4770 0%,#3c619b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2e4770 0%,#3c619b 100%); /* IE10+ */
	background: linear-gradient(top,  #2e4770 0%,#3c619b 100%); /* W3C */
	mx-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4770', endColorstr='#3c619b',GradientType=0 )"; /* IE8-9 */
}

.lotusSearch{
	float: right;
	margin-top: 2px;
}
.lotusSearch .lotusSearchButton{
	border: 0;
	cursor: pointer;
}
.lotusBanner{
	font-size: 0.9em;
}
.lotusBanner ul.lotusInlinelist li a, 
.lotusBanner ul li span.lotusUser {
	border-width: 1px 0 0 0;
	padding: 3px 10px 7px;
}

.lotusui .lotusContent{
	padding: 0;
	border: 0;
}

.lotusContent{
	box-shadow: 0px 0px;
	float:left;
	xwidth:84%;
}

.lotusTitleBar{
	border: 0;
}
.lotusMain{
	border-top: 1px solid gray;
}
.homeTabsPublic a:hover,
.homeTabsPrivate a:hover{
	font-weight: bold;
}
.lotusTitleBar .lotusTabs{
	height: 100%;
	padding: 5px 0 0 0;
}
.lotusTitleBar .lotusTabs li{
	border: 0px;
}
ul.lotusTabs .portlet-tab{
	height: 100%;
}
.lotusTitleBar .lotusTabs a,
.lotusTitleBar .lotusTabs a:visited{
	padding: 13px 10px;
}