body {
	font-family: Verdana;/*Comic Sans MS*/;
	color: #333333;
	font-size:15px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}

.colorBox
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float:left;
	margin: 1px;
	border: none;
}
.colorBox:hover
{
	margin: 0;
	border: 1px solid;
	border-color: #666666;
}
.topContentTopDiv {
	background:url(images/topdiv_top_gradient.png) repeat-x;
	height:31px;
	clear: both;
}
.topContentBottomDiv {
	background: url(images/topdiv_bottom_gradient.png); height:31px; clear: both;
}
#mainDiv {
	background: url(images/gradient.png) repeat-y top center;
	position: absolute;
	width:100%;
	min-height: 100%;
}
#logoDiv {
	float: left;
	padding: 0px 0px 0px 20px;
}
#latestPicturesContentDiv {
	float: right;
	padding: 0px 20px 0px 0px;
}
#latestPicturesContentDiv img {
	width: 100px;
}
#loadingThumbDiv {
	text-align: center;
	z-index:9999999;
	position:fixed !important;
	overflow: visible;
	top:100px;
	_top:expression((eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop :document.body.scrollTop)+100);
}
* html #loadingThumbDiv { /* IE BUG */
	position: absolute;
}
.thumbContainer {
	padding: 10px;
	margin: 4px;
	float: left;
	background: white;
	border: 1px solid #ccc;
}
.thumbContainer:hover {
	background: #eeeeff;
}

.topIndent {
	margin-top: 10px;
}

.button {
	background:url(images/transparency.png);
	margin: 5px;
	padding: 5px 10px;
	border: 1px #ccc solid;
	cursor: pointer;
	text-align: center;
}
.button:hover {
	background: #eeeeee;	
}

.containerTitleBar
{
	background:url(images/topbar_gradient.png) repeat-x;
	margin: 2px;
	padding: 5px;
}
.containerMainContent
{
	background:url(images/transparency.png);
	margin: 10px 30px 5px 30px;
	overflow: hidden;
}
.subFrame {
	overflow: hidden;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 0px 1px;
	margin: 10px;
}
.subFrameTop {
	background: url(images/subframe_top_gradient.png) transparent;
	height: 15px;
	clear: both;
}
.subFrameContent {
	background: #fff;
	padding: 5px;
	overflow: hidden;
}
.subFrameBottom {
	background: url(images/subframe_bottom_gradient.png) transparent;
	height: 15px;
	clear: both;
}


/*SWFUPLOAD*/
.progressContainer {
	padding: 5px;
}
.progressName {
	color:#555555;
	font-size:8pt;
	font-weight:700;
	height:14px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	width:323px;
}
.progressBarInProgress, .progressBarComplete, .progressBarError {
	background: url(images/progress_bar.png) repeat-x;
	background-color: #ccccdd;
	border: 1px solid #ccc;
	font-size:0;
	height:10px;
	margin-top:2px;
	width:0;
}
.progressBarComplete {
	background-color:#cceecc;
	width:100%;
}
.progressBarError {
	background-color:red;
	visibility:hidden;
	width:100%;
}
.progressBarStatus {
	font-family:Arial;
	font-size:7pt;
	margin:2px 0px 5px 0px;
	text-align:left;
	white-space:nowrap;
	width:337px;
}
.progressBarTitle {
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
}
.progressWaitMessage {
	font-size: 9px;
	color: #999999;
	padding: 5px;
	text-align: center;
}
a.progressCancel {
	background-image:url(images/cancelbutton.png) no-repeat;
	display:block;
	float:right;
	font-size:0;
	height:14px;
	width:14px;
}
hr {
	border: 1px solid #cccccc;
}