.mceContentBody {
	background: url(../graphics/dgrey062.gif) #999;
	color: #ffffff;
}

h1 {
	color: #0CF;
}

font.mediuminpage {
	FONT-SIZE: large; 
	FONT-FAMILY: courier new,courier;
	font-weight: bold;
}

td.contentbody {
	padding-right: 30px;
}
BODY.body1 {
	background-color: #000078;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	}

div.pagecontent {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	}

img.bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

div.scrolling {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	overflow: auto;
	z-index:2;
	}

IMG.pagebg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	}

TABLE.maintable {
	background: url(../graphics/bg-4.png) #000;
	}


IMG.photostrip {
	width: 100px;
	height: 75px;
	cursor: pointer;
	}
	
IMG.deletebutton {
	width: 200px;
	height: 30px;
	cursor: pointer;
	}

IMG.photodisp {
	width: 400px;
	height: auto;
	}
	
TABLE.htable {
	background-image: url(../graphics/bcbg.jpg);
	}

TD.htable2 {
	background-image: url(../graphics/gel-header-40.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.tdcontent {
	background: url(../graphics/dgrey062.gif) #999;
	color: #ffffff;
	}

TABLE.bodyt {
	background: url(../graphics/dgrey062.gif) #999;
	}
TD.menut {
	background-color: #000078;
	}

a { 
	outline-style: none;
	color: #0CF;
	}
 
ul.menuback {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../graphics/bg-7.png) #FB8003;
	width: 200px;
	overflow: auto;	
	}
//background: url(../graphics/bg-2.png);

.shutter {
	background-image: none;
	width: 200px;
	height: 50px;
	left: -200;
	display: block;
	margin: 0px;
	}

.shutter1 {
	background: url(../graphics/gel-header-13.png) no-repeat; 
	width: 200px;
	height: 50px;
	display: block;
	margin: 0px;
	}

a.link {
	width: 200px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	}
//background: url(../graphics/window-01.png) no-repeat bottom center;
//Content CSS
	
IMG.erroriconshow {
	width:48;
	height:48;
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
}

IMG.erroriconhide {
	with:48;
	height:48;
	position:absolute;
	bottom:0px;
	right:0px;
	display: none;
}

.loadvistrue {
	display: block;
	}

.loadvisfalse {
	display: none;
	}
	
div.showeditor {
	overflow: visible;
}
div.hideeditor {
	overflow: hidden;
	height: 1px;
}

img.thumb {
	width: 100px;
	height: auto;
}
img.vpthumb {
	max-width:200px;
	width: expression(this.width > 200 ? 200: true);
	max-height:150px;
	height: expression(this.height > 150 ? 150: true);
}
img.invpthumb {
	max-width:67px;
	width: expression(this.width > 67 ? 67: true);
	max-height:50px;
	height: expression(this.height > 50 ? 50: true);
}
img.vpfull {
	max-width:400px;
	width: expression(this.width > 400 ? 400: true);
	max-height:300px;
	height: expression(this.height > 300 ? 300: true);
}
div.scrollimgmgr {
	width: 340px;
	height: 340px;
	overflow: auto;
	border: 1px solid #000;
}
td.titlebar {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #000;
	background: url(../graphics/tablebg-03.png) repeat-x;
	background-color: #0000E2;
	color: #fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
td.contenttrans {
	border: 0px;
	padding: 0px;
}
td.content {
	padding: 1px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #F7F7F7;
	color: #000;
}
.glink2 {
	background-color: #0000E2;
	border-color: #0000E2;
}

.glink3 {
	background-color: #F7F7F7;
	border-color: #0000E2;
}

div.pageslide {
	overflow: hidden;
	position: relative;
}

img.wsthumb {
	width: 200px;
	height: 160px;
}

img.fleft {
	float: left;
}
img.fright {
	float: right;
}