﻿/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* 
========================
*/

div#background
{
	text-align:left;
}

.Breadcrumb
{
	display:none;
}

h3.gallery
{
	background-color:#EBEBEB;
    color:Black;
	font-size:120%;
	font-variant: small-caps;
    padding-left: 0.5em;
    clear:both;
    text-align:left;
}

#contact table, #gallery{
width:100%;
}

.profile 
{
	clear:both;
}
.profile p 
{
	margin-bottom: 1em;
	text-align:justify;
}

#contact .nzippDataItem
{
	max-width: 25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#contact td
{
	vertical-align:top;
}
/* set spacing between large image and caption */
#gallery h5
{
	margin: 0;
	padding-top:0;
}
#gallery #cell_caption
{
	text-align:left;
	padding-left:0.5em;
}
/* display the portrait img floated to the right */
#background img
{
	float:right;
	display: inline;
	margin-left:20px;
	margin-bottom:20px;
}
/* set the style of the div around the images */
/*#gallery #large_image, #gallery #thumbs .thumbnail, #gallery #large_image_caption*/
#gallery td
{
	background-color: #FFF;
	border: 1px solid #C0C0C0;	
}
#gallery
{
	border-spacing: 5px;
}

/* set the size of the larger image frame */
#gallery #cell_image
{
	/*width:370px;*/
	width:490px;
	height:370px;
}

#gallery #cell_image, #gallery  td.thumbnail
{
	text-align:center;
	vertical-align:middle;
}

/* set the thumbnail size */
#gallery .thumbnail
{
	/*width:85px;*/
	width: 110px;
	height:105px;
}
/* Testing - Hide the menu from the left 
#Table_9, #Table_10, #Table_11
{
	display:none;
}
*/

#contact, #background
{
	margin:5px;
}

/*
===================================
	Edit Profile Page
*/

#editProfile #info
{
	width:100%;
}

#editProfile table
{
	margin: 10px;
	vertical-align:text-top;
}
/*
#editProfile #info td input
{
	width:100%;
}*/
#editProfile #info td .nzippSpecialities input
{
	width:auto;
}

#editProfile #info td .nzippSpecialities
{
	padding:0;
	margin:0;
}
#editProfile h3
{
	padding-left:0.25em;
}

#editProfile .thumbnailCell
{
	height: 80px;
	width: 80px;
	text-align: center;	
}

#editProfile .captionCell
{
	width: 20em;
}
#editProfile .commandCell
{
	width: 7em;
	text-align:left;
}
#editProfile .commandCell, #editProfile .captionCell
{
	padding: 5px;
	vertical-align: text-top;
}

#editProfile .captionCell label
{
	margin-top: 5px;
	margin-bottom: 2px;
	display:block;
}
#editProfile .captionCell .nzippTextbox
{
	width: 100%;
}
.TB_ToolbarSet
{
	display: none;
}

#editProfile .bio
{
	width: 100%;
	display:block;
	height: 15em;
}

.administratorControls
{
	margin-top: 20px;
	margin-bottom: 20px;
	float:left;
	clear: both;
	text-align:center;
	width: 100%;
}
.photoGrid
{
	width:100%;
}

.administratorControls .link
{
	padding: 1em;
}

.photoGrid
{
    border: solid 1px #CCCCCC;
}

.photoGrid tbody tr td, .photoGrid tbody tr th
{
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;	
}

.photoGrid tbody tr th
{
	padding:0.25em;
}

#editProfile #info .multiRowLabel
{
	vertical-align:top;
}

