#container {
    padding-top: 20px;
}

#content {
    margin: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#centralContent {
    margin: 15px 15px;
}

#controlRow {
    margin-top: -4px;
}

#footer {
    font-size: 80%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

#topNavMenu {
    text-align: right;
}

#styleGallery {
    margin-top: 3px;
    text-align: right;
}

.portfolioLink {
	text-decoration:none;
	font-size:150%;
}

.portfolioName{
	padding-bottom:5px;
}

.portfolioGrid {
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
	height:275px;
}

.portfolioGrid img{
	border: 2px solid black;
}

.message {
	text-align:center;
	font-size:120%;
}

.formHolder{
	width:100%;	
}

.label, .input{
	padding:4px 10px 4px 5px;
}


#controls {
    margin-top: 0px;
    text-align: center;
}

#controls span {
    cursor: pointer;
}

.galleryStyleLink img {
    border: none;
}

.galleryStyleLink {
    text-decoration: none;
}

.galleryStyleLink:hover {
    text-decoration: underline;
}

.image {
	width:100%;
	text-align:center;
}

#flashMessage {
    color: #CC5523;
    font-weight: bold;
}

.gridImage {
    height: 200px;
    margin-top: 10px;
    text-align: center;
}

.gridImageHeading {
    font-weight: bold;
    font-size: 150%;
}

.gridViewGalleryName{
	text-align:center;
}

.error_message {
    display: inline;
    color: red;
}

.smallContentVCenter {
    padding-top: 50px;
	padding-bottom: 50px;
	width:100%;
	text-align:center;
	float:left;
}

.formLabel{
	text-align:right;
	margin-bottom:5px;
	padding-top:2px;
}

.formInput, .formButtons {
	text-align:left;
	margin-bottom:5px;
}

td .detailsLabel {
    text-align: right;
    font-weight: bold;
}

.adminActions {
    font-size: large;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 1px solid #888888;
    margin-top: 10px;
    margin-bottom: 5px;
}

input.text {
	padding-bottom:3px;
}


.sortableTable {
    width: 100%;
}

.sortableTable img {
    border: none;
    margin-left: 5px;
}

.sortableTable caption {
    font-weight: bold;
    font-size: larger;
    margin-bottom: 15px;
    margin-top: 25px;
}

.topNavBar a {
    text-decoration: none;
}

.topNavBar a:hover {
    text-decoration: underline;
}

.topNavBar .item {
	font-size: 120%;
}

#topNavMenu .item {
    float: right;
}

#topInfoBar .item {
	float:left;
}

#topNavMenu .sep {
    float: right;
}

#topInfoBar .sep {
	float:left;
}

.topNavBar .sep {
    background-image: url(img/menusep.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
}

#photographerName {
    font-size: 300%;
    font-weight: bold;
}

.nameLink{
	text-decoration: none;
}

.resizeHolder{
	float:left;
}

.resizeHolderLast{
	clear:right;
	margin-bottom:10px;
}

.resizeText{
	width:100%;
	text-align:center;
	font-size:200%;
}

.sharedGallery{
	background-image: url(../img/accept.png);
    background-position: top left;
    background-repeat: no-repeat;
	height:60px;
	padding-left:70px;
	width:350px;
	
}

.unshareGallery{
	background-image: url(../img/block_sm.png);
    background-position: top right;
    background-repeat: no-repeat;
	height:30px;
	padding-right:30px;
	padding-top:5px;
	width:400px;
	text-align:right;
	
}

.unsharedGallery{
	background-image: url(../img/block.png);
    background-position: top left;
    background-repeat: no-repeat;
	height:60px;
	padding-left:70px;
	width:350px;
	padding-top:10px;
	
}

.shareGallery{
	background-image: url(../img/accept_sm.png);
    background-position: top right;
    background-repeat: no-repeat;
	height:30px;
	padding-right:30px;
	padding-top:5px;
	width:365px;
	text-align:right;
	
}

.galleryInfoLabel{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

.viewGallery {
background-image:url(../img/forward.png);
background-position:left top;
background-repeat:no-repeat;
font-size:175%;
height:45px;
margin-left:100px;
padding-left:50px;
padding-top:13px;
width:200px;
}

.clientGalleryRow{
	height:250px;
	margin-top:25px;
	margin-bottom:25px;
	border-bottom:1px solid;
}

.clientGalleryThumbnail{
	float:left;
	width:320px;
	text-align:center;
}

.loading-background{
	background-image:url(../img/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;	
}