/**
 * Styling for the wall calendar options pages.
 */

/**
 * General (common)
 */
body.fixed-960 div.page-content-inner-container, div.page-content-inner-container
{
	padding-left:0px;
	padding-right:0px;
}

table.section-title
{
	background-color:White;
}

/* The table that surrounds the entire page */
#tblBounding
{
	width: 100%;	
}

/* Any button that moves us to the next step */
#next-button
{
	float: right;
	margin: 30px 25px 35px 0px;
	clear: both;
}

div.calendar-options
{
	margin: 0px 0px 20px 10px;
} 


/* Used to emphasize options */
.option-emphasis
{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

td.option-emphasis
{
	text-align: right;
	padding-right: 4px;
}

/**
 * uploads page-specific styles
 */

/* The upload page directions*/
div.option-upload-description
{
	font-weight: bold;
	color: #F60;
	width: 300px;
}

/* The upload details emphasis box */
.document-preview
{
	/* Placement: Top Right Corner */
	float: right;
	margin-right: 20px;
	width: 320px;
	text-align: center;
}

.document-preview img
{
	margin: 0px 5px 0px 5px;
}

.option-upload-emphasis td
{
    
	/* For the text which will be placed over the background image */    
    padding-left: 90px;	
    padding-right: 10px;
	text-align: left;

	/* Font Settings */
	font-size: 11px;
	color: #2E2F91;
	vertical-align:  middle;	
}

/* The header for the upload page */
.upload-header
{
	width: 100%;
}
div.upload-instruction
{
	max-width: 450px;
}
div.upload-repository-header
{	
	vertical-align: middle;
}

td.imageColumnHeader
{
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;	
	width: 70%;
}

td.editColumnHeader
{
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;	
	width: 15%;	
}

td.deleteColumnHeader
{
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;	
	width: 15%;	
}

#upload-image-repository
{
	margin: 30px 0px 20px 0px;	
	width: 625px;
}

/* The table that contains the upload controls. */
#divCalendarUploadContainer
{
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}

/* fix IE transitional mode rendering bug */
#tblUploadTabMain
{
	position: relative;
}

/* The table that containst the upload controls. */
#divMultiPhotoUploadContainer
{
	margin: 0px 40px 0px 20px;
}

/* The Add Another Photo link */
#multiUploadAddAnotherPhoto
{
	padding: 10px 0px 10px 20px;
}

/**
 * The upload instructions that appear above the upload controls.
 */
ul.upload-instructions
{
	list-style-type:none;
	margin:10px auto 10px 0px;
	padding-left: 2px;
	padding-right: 30px;
	text-align:left;
}

ul.upload-instructions li
{
    padding:0px 0px 2px 8px;
    margin-left: 0px;
    background-image:url(/vp/images/nns/common/bullets/bullet_list_big.gif);
    background-repeat:no-repeat;
    background-position:0px 5px;	
}

/* Calendar Layout Options Page */

#grid-color-options
{
	text-align: left;
}
table.grid-style-options
{
	width: 100%;
}

table.grid-style-options td
{
	text-align: center;
}

.style-option-price
{
	display: block;
}

table.options-page-layout
{
	width: 100%;
}

#layout-options-table td
{
	padding: 3px;
}

#layout-options-table a
{
	text-decoration: none;
}

div.wall-calendars-subheading
{
	font-weight: bold;
	font-size: 14px;
}

.layout-option-heading
{	
	font-weight: bold;	
	font-size: 11px;
	font-family: Arial;
	margin-top: 10px;
}

div.layout-option
{
	border: solid 1px #FFFFFF;
	padding: 2px 2px 2px 2px;	
	text-align: center;
}
div.layout-option-hover
{
	border: solid 1px #B4CCF6;
	padding: 2px 2px 2px 2px;	
	text-align: center;
}
div.layout-option-selected
{
	border: solid 1px #2E2F91;
	padding: 2px 2px 2px 2px;	
	text-align: center;
}
div.layout-option a
{
	padding: 3px;
}
div.layout-option-hover a
{
	padding: 3px;
}
div.layout-option-selected a
{
	padding: 3px;
}

span.layout-option-label
{
	display: block;	
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

#main-preview
{
	width: 320px;
	padding-top: 7px;
}

/**
 * Tab Overrides
 */

#TabsTable {
    left: 0px!important;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -4px;
    border: 0px 0px 0px 0px;
}


/* bottom-align the background images, we will crop from top */
#TwoLevelTabStrip td.LeftEdge {
	height: 0px;
	background-position: right bottom;
}
#TwoLevelTabStrip td.Middle {
	height: 0px;
	background-position: center bottom;	
}
#TwoLevelTabStrip td.RightEdge {
	height: 0px;
	background-position: left bottom;
}

#StandardTabs td.RowOneWords,
#StandardTabs td.RowOneWordsClickable,
#StandardTabs td.RowOneWordsSelected {
	/* hackery to make FF work (tried on 1.5) */
	line-height: 8px;
	font-size: 8px;
}

/* don't show so much white space above tabs */
#TwoLevelTabStrip div.LineThree {
    display: none;
}

table#TwoLevelTabStrip {
	position: relative;
	left: -4px;
	width: 725px;
	margin-right: -4px;
	
}

table#TwoLevelTabStrip td.LeftEdgeShort {
	height: 47px;
}

table#TwoLevelTabStrip td.MiddleShort {
	vertical-align: bottom;
}

table#TwoLevelTabStrip div.LineThree {
	display: none;
}

table#TwoLevelTabStrip td.RowTwoWordsClickable {
}

table#TwoLevelTabStrip td.RowTwoWordsSelected {
}

#TwoLevelTabStrip tr.BottomStrip {
	height: 0px;
	display: none;
}

#TwoLevelTabStrip td.BottomStrip {
	height: 0px;
	font-size: 0px;
	display: none;
}

table#TwoLevelTabStrip td.RightEdge {
	background-image: url(/vp/images/nns/common/background/tabs/tabstrip_tile.gif);
	background-repeat: repeat-x;
}


/*	Colorization options on the studio page	*/

#divEditorWorkArea #grid-color-options
{
  padding: 10px 0px 0px 0px;
  text-align: center;
}

#divEditorWorkArea #grid-color-options input
{
/*vertical-align: -4px;*/
}

/*****************
 * Photo Overhaul
 *****************/
.image-grid-box .image-grid-box-inner
{
	width:138px;
	height:122px;
	padding-left:8px;
	padding-right:8px;
	text-align: center;
	float: left;
}

.image-grid-box .image-grid-box-title
{
	margin: 3px -1px 3px -1px;
}

.image-grid-box-title
{
	text-align: center;
}
 
.image-grid-box-drop-area
{
	border: solid 1px #BEC3C5;
	width: 120px;
	height: 93px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #383838;
}

.image-grid-box
{
	width:150px;
}

.image-grid-repository-entry
{
	width:170px;
	position:absolute;
	height:150px;
}

#calendarUploadLeftCol
{
	float:left;
	width:228px;
	padding-right: 10px;
}

#calendarUploadRightCol
{
	width: auto;
	float: left;	
}

.studio-image-repository
{
	height: 580px;
}

#divImageRepositoryContainer
{
	width: auto;
	height: 75%;
}

#collageCalloutPrice
{
	margin-top: 25px;
	margin-bottom: 8px;
}

#collageCalendarCallout
{
	float: left;
}

#calendarCoverDropBox
{
	width: 490px;
	float: left;
	margin-right: 20px;
	position: relative;
}

#collageOnCoverDiv
{
	float:left;
	padding-top:30px;
	width:300px;
}

#collageOnCoverText img
{
	float:left;
	margin-right: 3px;
}
#collageOnCoverText span
{
	display:block;
	float:left;
	padding-top:7px;
	width:180px;
}
#collageOnCoverCheckbox
{
	margin-bottom:4px;
}
#collageOnCoverCheckbox input
{
	margin-bottom: 0px;
	vertical-align: bottom;
}

#imgAddPhoto, #upgradeToCollageButton
{
	cursor: pointer;
}
