/* GLOBAL DEFINITIONS */

/* General */
body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
}

a img {
	border: 1px solid blue;
}

input:focus {
	/*background:#FFFF7A;*/
}

input {
	/* size: 200px; */
}

.label {
	font-weight: bold;
}

.submit {
	text-align: center;
}

.formTable {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.bold {
	font-weight: bold;
}

.note {
}

/** CSS DEFINITIONS FOR SPECIFIC PAGE COMPONENTS */

.container {
	/*float: left; */
	/* margin: 10px 0px 0px 10px; */ /* margin on top and left */
	margin: 10px auto;
	width: 790px;
	/*border: 1px dotted red;*/
}

.centerColumn {
	float: left;
	width: 600px;
	margin-left: 10px;
	/*border: 1px dotted green;*/
}

/* Errors */
.errors {
	color:red;
	text-align:left;
}

/* Page Heading */
.pageHeading {
	font-size: 150%;
	font-weight: bold;
	padding: 20px 0px;
	display: block;
	/*border: 1px dotted orange;*/
	text-align: center;
}

/* BODY CONTENT */
.bodyContent {
}

/* FOOTER */
.footer {
	width: 100%;
	padding-top: 25px;
	clear: both;
	text-align: center;
	/*background-color: rgb(255, 80, 20);*/
	/*border: 1px dotted blue;*/
}


/* LEFT NAV */
.leftNav {
	width:170px;
	float:left;
}

/* LOGO */
.logo {
	padding: 10px 0px;
	text-align: center;
	font-size: 175%;
	color: #FF0000;
}

.leftNav a {
	display: block;
	padding-left: 10px;
}

.leftNav a:hover {
	/*background-color: #FFCC00;*/
}

.leftSidebarReadForm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.leftNav .readField {
	width: 90px;
}

.leftNav .readButton {
	width: 60px;
}

.leftNav .divider {
	margin: 10px 20%;
	border-bottom: 1px solid black;
	/*color: black;*/
	/*height: 10px;
	border: 1px solid red;*/
}

.leftSidebarBlock {
	/*border:1px solid black; */
	/*padding-bottom: 7px; */
}

.leftSidebarBlockHeader {
	font-weight: bold;
}

.leftSidebarCell {
	padding: 2px 0px;
}

.leftSidebarSubCell {
	padding-left: 20px;
}

.leftSidebarSubCell a {
	display: inline;
	padding-left: 0%;
}

.leftSidebarFormField {
	width:145px;
}

.leftSidebarForgotPass {
}

.autoreadClear a {
	padding-left: 10px;
	font-weight: bold;
}

.leftNav .checkout a {
	font-weight: bold;
	color: red;
}

/* Page specific css elements */

/* ViewAlbums and ViewAlbum */
.navBar {
	float: left;
}

.otherView {
	float: right;
	font-weight: bold;
}

/* ViewImage */
.viewImage .mainImage {
	clear: both;
	display:block;
	text-align:center;
}

.viewImage .title {
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

.viewImage .caption {
	display: block;
	padding: 0px 5%;
}

.viewImage .arrows {
	display: block;
	padding: 10px 0px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.viewImage .singleArrow {
	padding: 10px;
}

.viewImage .comments {
	display: block;
	padding: 0% 5%;
}

.viewImage .commentInfo {
	padding-left: 5%;
	font-weight: bold;
}

/* Info Table */
.viewImage .table {
	display: block;
	width: 100%;
	float: left;
	border-top: 1px solid #CCCCCC;
}

.viewImage .row {
	width: 100%;
	text-align: left;
	float: left;
	display: block;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.viewImage .labelCell {
	width:20%;
	float:left;
	display:inline;
	padding-left: 2%;
	margin-right: 2%;
	border-right: 1px solid #CCCCCC;
}

.viewImage .infoTitle {
	font-weight: bold;
}

.viewImage .viewOrder {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.viewImage .moreInfoLink {
	color: black;
	padding-left: 5%;
}

.viewImage #moreInfoText {
	display: block;
}
.viewImage #lessInfoText {
	display: none;
}
.viewImage #moreInfoTable {
	display: none;
	width: 100%;
	float: left;
}
.viewImage #moreInfoTable .row input {
	width: 70%;
	float: left;
}

/* Comments Table */
.viewImage .commentTable {
	display: block;
	width: 70%;
	padding: 0px 15%;
	float: left;
	padding-top: 10px;
	/*border: 1px dotted green;*/
}

.viewImage .commentRow {
	text-align: left;
}

.viewImage .commentRowBody {
	text-align: left;
	margin-top: 5px;
}

.viewImage .commentTitle {
	font-weight: bold;
	text-align: center;
}

.viewImage .commentFormField {
	width: 100%;
	height: 100px;
}

.viewImage .commenterFormField {
	width: 100%;
}

.viewImage .commentLogin {
	padding: 20px 0;
	width: 100%;
}

/* Email Form */
.emailForm {
	border:1px solid black;
}

.emailForm .row {
	padding: 10px 0;
}

.emailForm .label {
	width:30%;
	float:left;
	display:inline;
}

.emailForm .submit {
	padding-bottom: 8px;
	text-align: center;
}

/* Add/Update User */
.modifyUserForm {
}

.modifyUserForm .formField input {
	width: 250px;
}

/* Add image */
.addImageFieldFirst {
	display: block;
}

.addImageField {
	display: none;
	margin-top: 1px;
}

#moreImagesLink {
	display: block;
}

#noMoreImagesText {
	display: none;
}

#pleaseWaitMessage {
	display: none;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
	background: white;
}

/* Add Album */
.accountAddAlbumLabel {
	font-weight: bold;
	vertical-align: top;
}

.accountAddAlbumForm {
	vertical-align: top;
}

.accountAddAlbumOption {
	font-weight: bold;
}

.accountAddAlbumTitle {
	width: 350px;
}

.accountAddAlbumCaption {
	width: 350px;
	height: 75px;
}

/* ADD IMAGES */
#installJavaText {
	display: block;
}

#uploadDidntWorkLink {
	display: block;
	color: black;
	margin-left: 5%;
}

#uploadDidntWorkText {
	display: none;
	margin-left: 5%;
}

/* View Albums */
.viewAlbums .noElementsText {
	display: block;
	clear:both;
	padding: 10% 0px;
	text-align: center;
}

.viewAlbums .hasPrivateContentText {
	display: block;
	clear:both;
	padding: 20px 0px;
	text-align: center;	
}

.viewAlbums .viewAlbumsAutoread {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	padding-top: 10px;
}

/* Change Order */
#sortableList {
  list-style-type: none;
  margin:0;
  padding:0;
}
#sortableList li {
  cursor:move;
}

/* VIEW ORDER */
.viewOrder .cell {
	float: left;
	margin: 3px;
	font-weight: bold;
	text-align:center;
	border: 1px solid #CCCCCC;
	height: 150px;
	width: 130px;
}

.viewOrder .submitRow {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.viewOrder .submitButton {
	margin-left: 10px;
}

/* ACCOUNT EDIT ALBUMS */
.allAlbumSettings {
	padding: 20px 0;
}

/* TABLE */

.statsTable {
	width: 100%;
	float: left;
}

.statsTable a {
	width:100%;
	height: 100%;
	display: block;
}

.statsTable a:hover {
	color: #0000FF;
	background-color:#FFE6CC;
}

.statsTable .statsHeaderRow {
	background-color: #F5F5F5;
    font-weight: bold;
    height: 30px;
}

.statsTable .statsHeaderRow a {
	color: black;
	text-decoration: underline;
    text-align: center;
}

.statsTable .statsHeaderRow a:hover {
	color: black;
}

.statsTable .statsHeaderRow img {
	border-width: 0px;
}

.statsTable .statsRow {
	background-color: white;
	height: 30px;
}

.statsTable .statsRowOdd {
	background: #F6F4F4;
	height: 30px;
}

.statsTable .statsCell {
	width: auto;
}

.statsTable .statsFooterRow {
	background-color: white;
    font-weight: bold;
}

.statsTable .orderArrow {
	border-width: 0px;
}

/* Thumbs Table */
.thumbsTable {
	width: 100%;
	float: left;
}

.thumbsTable .thumbsCell { 
	margin: 3px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	height: 130px;
	width: 130px;
}

.thumbsTable .thumbsCell img {
	display: block;
	margin: 3px auto 0px auto;
}

.thumbsTable .thumbsCell .title {
	margin: 5px;
	display: block;
}

/* viewAlbumTitle, viewAlbumCaption, viewAlbumTitleCaptionBox are for the album description box */
.thumbsTable .viewAlbumTitle {
	text-align: center;
	display:block;
	float: left;
	padding: 15px 5%;
	font-weight: bold;
}

.thumbsTable .viewAlbumCaption {
	text-align: left;
	float: left;
	padding: 0% 5%;
}

.thumbsTable .titleCaptionBox { 
	margin: 3px;
	border: 1px solid #CCCCCC;
	float: left;
	display: inline;
	text-align: center;
	min-height: 130px;
	width: 266px;
}

/* View Albums */
.thumbsTable .thumbsAlbumsCell { 
	margin: 3px;
	border: 1px solid #CCCCCC;
	float: left;
	display: inline;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	height: 200px;
	width: 190px;
}

.thumbsTable .thumbsAlbumsCell img {
	display: block;
	margin: 15px auto 15px auto;
}

.thumbsTable .thumbsAlbumsCell .title {
	font-weight: bold;
	margin: 5px 2px;
	display: block;
}

.thumbsTable .thumbsAlbumsCell .date {
	margin: 0px;
	display: block;
	padding: 0% 2%;
}

.thumbsTable .thumbsAlbumsCell .albumOrComponent {
	margin-top: 20px;
	display: block;
}

.thumbsTable .titleLink {
	cursor: text;
}

/* Page Bar */
.pageBar {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	/*border: 1px dotted yellow;*/
}

.pageBarPage {
	padding-left: 3px;
	padding-right: 3px;
}

.pageBarArrow {
	margin: 3px;
	padding: 0px 3px;
	border: 1px solid blue;
}

.pageBarGotoForm {
	padding-left: 20px;
	display: inline;
}

/* More Info Link on View Album */
.thumbsTable .titleCaptionBox .moreInfoLink a {
	color: black;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}

.thumbsTable .titleCaptionBox #moreInfoText {
	display: block;
}

.thumbsTable .titleCaptionBox #lessInfoText {
	display: none;
}
.thumbsTable .titleCaptionBox #moreInfoTable {
	display: none;
	padding-left: 10px;
}
.thumbsTable .titleCaptionBox .moreInfoRow {
	float: left;
	width: 100%;
	text-align: left;
	padding: 5px 0;
}

/* View All Users */
.viewAllUsers .thumbsTable .thumbsAlbumsCell {
	height: 175px;
}
.viewAllUsers .thumbsTable .thumbsAlbumsCell .title {
	font-weight: normal;
	margin: 10px;
}
.viewAllUsers .letter {
	border: 1px solid blue;
	margin: 5px;
	padding: 5px;
	float: left;
	display: inline;
}
.viewAllUsers .current {
	border-color: black;
	border-width: 2px;
	padding: 4px;
}