/* GLOBAL DECLARATIONS ------------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
	background-color: white;
}
a img {
	border: none;
}
#page {
	position: relative;
	width: 990px;
	margin: 0px auto 5px auto;
}


/* DOCUMENT HEAD ------------------------------------------------ */

#wrapper {
	width: 930px !important;
	width: 960px;
	height: 74px;
	margin-left: 30px !important;
}
#header {
	float: left;
	position: relative;
	width: 298px;
	height: 18px;
	margin: 56px 0px 0px 0px;
}
h1 {
	font-size: 9px;
	color: #CCC;
	font-weight: normal;
}
#header a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}


/* MENU --------------------------------------------------------- */

#menu {
	float: left;
	width: 546px;
	height: 74px;
	margin-left: 86px;
	list-style-type: none;
}
#menu li {
	position: relative;
	display: inline;
	float: left;
	width: 66px;
	height: 74px;
	margin: 0px 30px 0px 0px;
}
#menu li a {
	position: absolute;
	display: block;
	width: 66px;
	left: 0px;
	bottom: 0px;
	line-height: 11px;
	color: black;
	text-decoration: none;
	padding-bottom: 7px;
	border-bottom: 1px dotted black;
}
#menu li a:hover, #menu li a.selected {
	border-bottom: 1px solid black;
}


/* CONTENT AND THUMBNAILS --------------------------------------- */

#content {
	clear: both;
	width: 960px;
	margin: 51px 0px 0px 30px;
}
#thumbList {
	width: 960px;
	list-style-type: none;
}
#thumbList li {
	display: inline;
	position: relative;
	float: left;
	width: 162px;
	height: 110px;
	margin: 0px 30px 22px 0px;
}
.emptyThumb {
	/* NOTHING TO ADD! */
}
#thumbList li a {
	display: block;
	width: 162px;
	height: 103px;
	padding-bottom: 6px !important;
	padding-bottom: 3px;
	border-bottom: 1px solid white;
}
#thumbList li a:hover {
	border-bottom-color: black;
}
#thumbList li .uploadThumbLink {
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../img/ui/upload.gif) no-repeat;
	cursor: pointer;
	border: none;
}
#thumbList li .deleteGalleryLink {
	display: block;
	position: absolute;
	left: 24px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../img/ui/delete.gif) no-repeat;
	cursor: pointer;
	border: none;
}
#thumbList li .editPicsLink {
	display: block;
	position: absolute;
	left: 46px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../img/ui/edit.gif) no-repeat;
	cursor: pointer;
	border: none;
}


/* CONTACT PAGE ------------------------------------------------- */

#contactContent {
	clear: both;
	width: 546px;
	height: 660px;
	margin: 51px 0px 0px 30px;
	padding-left: 384px;
}
#contactContent a {
	border-bottom: 1px dotted black;
	text-decoration: none;
	color: black;
}
#contactContent a:hover {
	border-bottom: 1px solid black;
}
#contactLeftLink, #contactRightLink {
	display: block;
	float: left;
	width: 258px;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 2px;
	cursor: pointer;
}
#contactLeftLink {
	margin-right: 30px;
}
#contactLeftLink span, #contactRightLink span {
	display: block;
	width: 258px;
}


/* GALLERY ------------------------------------------------------ */

#gallery {
	clear: both;
	height: 631px;
	margin: 51px 0px 29px 30px;
	list-style-type: none;
}
#gallery li {
	display: inline;
	float: left;
	margin-right: 32px;
}
#gallery li a {
	white-space: nowrap;
}


/* FOOTER ------------------------------------------------------- */

#footer {
	width: 930px;
	height: 18px;
	line-height: 18px;
	margin-left: 30px;
	margin-bottom: 55px;
	font-size: 10px;
	color: #c8c8c8;
}
#copyright {
	display: block;
	float: left;
	height: 18px;
}
#tyfenLink {
	display: block;
	float: left;
	width: 39px;
	height: 17px;
	margin-top: 1px;
	background: url(../img/ui/tyfen.gif) no-repeat;
}
#logoutLink {
	display: block;
	float: right;
	height: 11px;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background-color: #ff0;
	border: 1px solid black;
	color: black;
}


/* ADMINISTRATION ----------------------------------------------- */

#editMenu {
	display: block;
	position: absolute;
	right: 30px;
	top: 45px;
	width: 20px;
	height: 20px;
	background: url(../img/ui/editMenu.gif) no-repeat;
	cursor: pointer;
	border: none;
}
#editMenuForm {
	width: 370px;
}
.editMenuFormLabel {
	display: block;
	width: 370px;
	font-size: 10px;
	color: #999;
}
#editMenuForm .editMenuFormField {
	display: block;
	width: 200px;
	line-height: 18px;
	margin-bottom: 5px;
	border: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#editMenuForm .editMenuFormButton {
	display: block;
	float: right;
	line-height: 11px;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background-color: #ff0;
	border: 1px solid black;
	color: black;
	cursor: pointer;
}
#adminShield {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 930px;
	height: 756px;
}
#adminBoxFrame {
	display: none;
	position: absolute;
	top: 150px;
	width: 402px;
	padding: 15px;
}
#adminBox,
#uploadThumbBox,
#managePicsBox {
	display: none;
	position: absolute;
	top: 165px;
	width: 370px;
	padding: 15px;
	border: 1px solid black;
	background-color: #e9e9e9;
}
#messageBox,
#picsMessageBox,
#delGalleryMsgBox {
	width: 370px;
}
#messageBox p,
#picsMessageBox p,
#delGalleryMsgBox {
	width: 370px;
}
#tempThumb,
#galleryThumb {
	display: block;
	width: 162px;
	height: 103px;
}
#hiddenPicThumbID, #hiddenPicFilename {
	display: none;
}
#errorMsg,
#picsErrorMsg,
.editQuestion {
	font-size: 13px;	
}
#submitLink,
#thumbSubmitLink,
#picsSubmitLink,
#delGallerySubmitLink {
	display: block;
	float: right;
	height: 11px;
	margin-left: 3px;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background-color: #ff0;
	border: 1px solid black;
	color: black;
	cursor: pointer;
}
#cancelLink,
#thumbCancelLink,
#picsCancelLink,
#delGalleryCancelLink {
	display: block;
	float: right;
	height: 11px;
	margin-left: 3px;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background-color: #ffc;
	border: 1px solid #666;
	color: #666;
	cursor: pointer;
}
#uploadPicLink {
	display: block;
	width: 20px;
	height: 20px;
	margin-bottom: 13px;
	background: url(../img/ui/upload.gif) no-repeat;
	cursor: pointer;
}
#picsList {
	width: 370px;
	list-style-type: none;
}
#picsList li {
	position: relative;
	width: 334px;
	height: 15px;
	padding: 3px 0px 3px 36px;
}
#picsList li span {
	display: block;
	width: 334px;
	font-size: 13px;
	line-height: 15px;
	cursor: move;
}
#picsList li .viewPicLink {
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
	width: 15px;
	height: 15px;
	background: url(../img/ui/picView.gif) no-repeat;
	cursor: pointer;
	border: none;
}
#picsList li .deletePicLink {
	display: block;
	position: absolute;
	left: 18px;
	top: 3px;
	width: 15px;
	height: 15px;
	background: url(../img/ui/picDelete.gif) no-repeat;
	cursor: pointer;
	border: none;
}
#editContactLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 7px;
	background: url(../img/ui/editContact.gif) no-repeat;
	cursor: pointer;
}
#editContactForm {
	width: 370px;
}
#editContactForm .editContactFormField {
	display: block;
	width: 364px !important;
	width: 360px;
	line-height: 18px;
	margin-bottom: 5px;
	border: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#editContactForm .editContactFormTextarea {
	display: block;
	width: 364px !important;
	width: 362px;
	height: 54px;
	line-height: 18px;
	margin-bottom: 5px;
	border: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#editContactForm .editContactFormButton {
	display: block;
	float: right;
	line-height: 11px;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background-color: #ff0;
	border: 1px solid black;
	color: black;
	cursor: pointer;
}
