﻿/* application.css - Stylesheet for the LicenseStream Application
 * Author: Sheryl Morgan
 * Copyright: 2009-2010 Imagespan
 * -----------------------------
 *
 * Sections :
 *    1)  Navigation .............. line 18
 *    2)  Application Styles ...... line 67
 *    3)  Table Styles ............ line 227
 *    4)  General Classes ......... line 366
 *    5)  Buttons ................. line 482
 *    6)  Site Component Styles ... line 753
 *    7)  .Net Controls ........... line 1119
 *    8)  Master Page Styles ...... line 1242
 */
   

/* ===============
   APP NAVIGATION
   =============== */

#navigationApp .nav li a, .nav li a:link, .nav li a:active, .nav li a:visited
{
	margin-top:4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	display: block;
	padding: 0px 20px;
	text-decoration: none;
}

#navigationApp .nav 
{
	margin-left:10px;
}

#navigationApp .nav li .appRight
{
	margin-left:280px;
}

#navigationApp #nav-one li:hover a, #nav-one li.sfHover a
{
	background: #000;
	color: #FFF;
}

#navigationApp #nav-one li li:hover a, #nav-one li li.sfHover a
{
	border-bottom: solid 1px #666;
	padding: 10px 0px;
}

#navigation .nav li a, #navigation .nav li a:link, #navigation .nav li a:active, #navigation .nav li a:visited 
{
	margin: 0px;
	font: 13px Helvetica, Arial, sans-serif;
	color: #000000;
	display: block;
	padding: 0px 20px;
	line-height: 34px;
	text-decoration: none;
}


/* ===============
  APPLICATION STYLES
   =============== */

#mainApplication
{ 
	color:#000000;
	padding: 0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
	background: #000000;
	background: url(../../images/content_back.gif) top left no-repeat;
	min-height:400px;height:auto !important;height:400px;
}
     
#mainApplicationLeft
    {
    min-height:400px;
    width:610px;
    float:left;
    color:#000000;
    padding: 0px 20px 30px 0px;
    margin: 20px 0px 0px 20px;
    background: url(../../images/divider.jpg) top right no-repeat;
    _margin-left: 10px;
    }

/* == Right Column Styles == */
#mainApplicationRight
{
	float: left;
	width: 240px;
	margin: 20px 0px 30px 10px;
	min-height: 400px;
}

#mainApplicationRight .rightHeadline
{
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px 10px;
}


.rightPara {
     margin-left: 10px;
     margin-bottom: 10px;
}

.rightPara.home {
    margin: 5px 10px;
    padding: 0px;
}

ul.rightPara {
    color: #666;
    margin-left: 30px;
    padding: 0px;
    }

.badgeHolder
    {
	clear: both;
	}
	
.badgeHolder .icon
    {
    float: left;
    width: 70px;
    }

.badgeHolder .iconText
    {
    float: left;
    width: 163px;
    font-size: 11px;
    margin: 7px 0px 15px 7px;
    }

.badgeHolder .iconText a:link,
.badgeHolder .iconText a:visited,
.badgeHolder .iconText a:active
    {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 11px;
    line-height: 16px;
    }

.badgeHolder .iconText a:hover
    {
    text-decoration: underline;
    display: block;
    font-size: 11px;
    line-height: 16px;
    }


#mainApplicationRight .panelContainerAuto 
{
    margin-left:10px;
}

#mainApplicationRight .panelBody .centerImg 
{
    margin: 4px auto 8px auto;
    width: auto;
    display: block;
}

#mainApplicationRight .panelBody span 
{
    line-height: 18px;
}

td.setLeftWidth 
{
    width:128px;
}

#mainApplicationRight .centerDiv table /* note: for Prepare Content */
{
	margin: 0px auto;
    width: 227px;
    text-align: center;
}

#mainApplicationRight .centerDiv table td.half
{
    width: 50%;
    background-color:#333;
    padding: 4px 0px 3px 0px;
}

#mainApplicationRight .centerDiv table td.half a
{
    color: #ccc;
    font-weight: bold;
}

td.setwidthRight /* for store manager - Manage Customers */
{
    width: 85px;
    font-size: 11px;
}
    
a.rightPanelLinkSmall
{
    text-decoration: underline;
    color: #333;
    font-size: 11px;
}
    
#moreOptionsTlb
{
    display:none;
    margin:0px auto 10px auto;
}


/* ===============
    TABLE STYLES
   =============== */

#mainApplicationLeft table
	{ 
	margin-top:5px;
	}
#mainApplicationLeft table td
	{
	padding:6px;
	}
#mainApplicationLeft table img
	{
	vertical-align:text-bottom;
	}
#mainApplicationLeft table th
	{
	color: #fff;
	text-align: left;
	background-color: #000;
	padding: 7px;
	}
	
table.accountGrid,
table.storageGrid
	{
	width: 580px;
    }

table .definitionColumn
	{
	width: 500px;
    }

table .accountColumn
	{
	width: 40px;
    }
    	
table tr.tr_alternate
	{
    background-color:#e5e5e5;
    }
    
table tr.tr_topSpace td
	{
	width: 110px;
    .padding-top:15px;
    }
    
table.line
	{
    border: solid 1px #ccc;
    background: #f6f6f6;
    padding: 10px 10px 10px 5px;
    margin: 10px 0px 10px 0px;
    }    
	
    table .line td
	{
        padding: 2px;
        .padding-left: 15px;
     }

table tr.promoGrid
	{
	color: Green;
	font-weight: bold;
    }
    
table.noPaddTlb td a.GroupName
	{
    font-size: 13px;
    }

table td.leftColSpacing {
    width:280px;
}

table td.longColSpacing {
    width:420px;
}


/* == Register Table Styles == */
table.tableRegister
	{
    width: 480px;
    }    
	
table.tableRegister .txtRight
	{
	.padding-bottom: 15px;
	}  
	      
table.tableRegister .td_validation
	{
	padding: 5px 0 10px 20px;
	}   
	         
table.storageGrid td,
table.tableRegister td
	{
	vertical-align: middle;
	}   
	  
table.tableRegister td
	{
	padding: 2px 6px;
	}

/* == Login Box == */
.loginBox
{
	padding: 0 ! important;
	margin: 0 ! important;
	border-collapse: collapse ! important;
	border-spacing: 0 ! important;
}

.loginBox td
{
	padding: 0 ! important;
}

.loginBox table
{
	margin: 0 ! important;
	border-collapse: collapse ! important;
	border-spacing: 0 ! important;
}

.loginBox table td
{
	padding: 5px ! important;
}


/* ===============
   GENERAL CLASSES
   =============== */

span.spn_gray
{
    color:#777;
    font-size: 14px;
}

.leftHeadline
{
	font-size:24px;
	margin-left: -1px;
	padding:0px 0px 5px 0px;
}	

.leftLargeTxt
{
	font-size:24px;
	padding:0px 0px 5px 0px;
}

hr.divider
	{
	clear: both;
	margin: 0px 0px 13px 10px;
	padding: 0;
	height: 1px;
	border: 0;
	color: #d9d9d9;
	background: #d9d9d9;
	}

.red /* used in selectAccount.aspx */
{
    color:#ff0000;
}

.green /* used in selectAccount.aspx */
{
    color:#339900;
}

.extraTopPadding /* used in selectAccount.aspx */ 
{
    padding-top: 20px;
}  

.continueButton /* used in uploaderHtml.uplx */
{
	text-align: right;
	margin-top: 20px;
	margin-right: 20px; 
}  

.paddedSelector /* used in prepareContent.aspx */
{
	padding: 4px;
}

.editFrame /* used in contentData.aspx & manageRoyaltyProfiles.aspx */
{
    background-color:#d6d6d6;
}

.btnCalc {
    width: 30px;
}

.licenseSummaryDiv /* used in previewLicense.aspx */
{ 
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0;
    line-height: 17px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    border-left: solid 1px #666;
    border-bottom: 0;
    clear: both;
}

.licenseSummary
{
	font-family: Arial;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	color: #555555;
	background-color: #efefef;
	border-style: solid;
	border-color: #999999;
	border-width: 0 0 1px 0;
	height: 25px;
	line-height: 14px;
	padding: 0;
}

.licenseSummaryHeader
{
    font-family: Arial;
    font-size: .9em;
	font-weight: bold;
	text-align: left;
    background-color: #cfcfcf;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0 1px 0;
	height: 25px;
	padding: 0;
	margin: 0;
}


/* ===============
      BUTTONS
   =============== */

/* == Reusable Gray Button == */
.divQuickBtn
	{
    width: 139px;
    height: 48px;
    padding-top: 19px;
    background: url(../../images/quickBtn.jpg) top left no-repeat;
    margin-top: 1.5em;
    margin-right: 19px;
    text-align: center;
    float: left;
    }
	
.divQuickBtn a
	{
	display: block;
	color: #000000;
	text-decoration: none;
	height: 48px;
	}
	
.divQuickBtn a:hover
	{
	text-decoration: underline;
	}


.divQuickBtnShort
	{
    width: 139px;
    height: 29px;
    padding-top: 0px;
    background: url(../../images/quickBtnShort.jpg) top left no-repeat;
    margin-top: 1.5em;
    text-align: center;
    float: left;
    }
	
	#mainApplicationRight .divQuickBtnShort
		{
		margin-left: 40px;
		}
		
.divQuickBtnShort a
	{
	display: block;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 29px;
	text-align: center;
	}
	
.divQuickBtnShort a:hover
	{
	text-decoration: underline;
	}


/* == LANDING PAGE ICONS / Dark Gray == */

.uploadBg { 
    width: 613px;
    min-height: 145px;
    margin: 5px 0px 30px -23px;
    position: relative;
    }

.uploadBgImg {
    background: #fff url(../../images/uploadBtn_bg.jpg) top left no-repeat;
    margin-top: 25px;
    }
.uploadBgImg2 {
    background: #fff url(../../images/uploadBtn2_bg.jpg) top left no-repeat;
    margin-top: 25px;
    }
.uploadBgImgNoIcon {    
    background: #fff url(../../images/uploadBtn_bgNone.jpg) top left no-repeat;
    margin-top: 25px;
    }
.uploadBgImgQuick {    
    background: #fff url(../../images/uploadBtn_bgQuick.jpg) top left no-repeat;
    }
    
.uploadBg p {
    height: 125px;
    margin-left: 20px;
    float: left;
    color: #fff;
    margin-top: 0px;
	_margin-left: 12px;
    }
	
.uploadBg p.uploadBox {
	width: 149px;
	padding: 15px 8px 5px 20px;
	font-size: 14px;
	_padding-left: 18px;
	_width: 155px;
	}
	
.uploadBg p.uploadBox a,
.uploadBg p.uploadBox a:link,
.uploadBg p.uploadBox a:visited,
.uploadBg p.uploadBox a:hover {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 98px;
	margin-right: 11px;
	}
.uploadBg p.uploadBox a:hover {
	text-decoration: underline;
	}
	
.uploadBg p.uploadBoxOne {
	background: transparent url(../../images/screen.png) bottom right no-repeat;
	width: 164px;
	padding: 15px 5px 5px 22px;
	_padding-left: 18px;
	_width: 168px;
	}
.uploadBg p.uploadBoxTwo {
	background: transparent url(../../images/clapper.png) bottom right no-repeat;
	width: 172px;
	padding: 15px 5px 5px 8px;
	}
.uploadBg p.uploadBoxThree {
	background: transparent url(../../images/speaker.png) bottom right no-repeat;
	width: 166px;
	padding: 15px 5px 5px 0px;
	_padding-left: 8px;
	}
.uploadBg p.uploadBoxFour {
	background: transparent url(../../images/speakerphone.png) bottom right no-repeat;
	width: 124px;
	padding: 12px 52px 20px 18px;
	_padding-left: 18px;
	_width: 130px;
	font-size: 14px;
	line-height: 15px;
	}
.uploadBg p.uploadBoxFive {
	background: transparent url(../../images/board.png) bottom right no-repeat;
	width: 132px;
	padding: 12px 60px 25px 0px;
	font-size: 14px;
	}
.uploadBg p.uploadBoxSix {
	background: url(../../images/email.png) bottom right no-repeat;
	width: 118px;
	padding: 12px 57px 5px 8px;
	font-size: 14px;
	_padding-left: 4px;
	margin-left: 0px;
	}
.uploadBg p.uploadBoxSeven {
	background: transparent url(../../images/sign.png) bottom right no-repeat;
	width: 124px;
	padding: 12px 52px 0px 18px;
	_padding-left: 18px;
	_width: 130px;
	font-size: 14px;
	line-height: 15px;
	}
.uploadBg p.uploadBoxEight {
	background: transparent url(../../images/folder.png) bottom right no-repeat;
	width: 122px;
	padding: 12px 55px 0px 0px;
	font-size: 14px;
	}
.uploadBg p.uploadBoxNine {
	background: transparent url(../../images/paper.png) bottom right no-repeat;
	width: 141px;
	padding: 12px 34px 1px 20px;
	font-size: 14px;
	_padding-left: 20px;
	margin-left: 0px;
	}
.uploadBg p.uploadBoxTen {
	background: transparent url(../../images/people.png) bottom right no-repeat;
	width: 160px;
	padding: 12px 42px 12px 18px;
	_padding-right: 38px;
	font-size: 14px;
	line-height: 15px;
	}
.uploadBg p.uploadBoxTen span {
	margin-right: 30px;
	}
.uploadBg p.uploadBoxEleven {
	background: transparent url(../../images/reports.png) bottom right no-repeat;
	width: 136px;
	margin-left: -5px;
	padding: 12px 32px 8px 0px;
	font-size: 14px;
	}
.uploadBg p.uploadBoxTwelve {
	background: transparent url(../../images/stop.png) bottom right no-repeat;
	width: 137px;
	margin-left: -8px;
	padding: 12px 25px 8px 36px;
	font-size: 14px;
	_padding-left: 0px;
	_width: 153px;
	_margin-left: 28px;
	}
.uploadBg p.uploadBoxTwelve span {
	_margin-right: 30px;
	}
.uploadBg p.uploadBoxThirteen {
    background: transparent url(../../images/shield_3.png) bottom right no-repeat;
    width: 160px;
    padding: 12px 5px 12px 18px;
    _padding-right: 1px;
    font-size: 14px;
    line-height: 15px;
    }
.uploadBg p.uploadBoxThirteen span {
    margin-right: 30px;
    }
.uploadBg p.uploadBoxFourteen {
    background: transparent url(../../images/spyglass.png) bottom right no-repeat;
    width: 160px;
    padding: 12px 5px 12px 18px;
    _padding-right: 1px;
    font-size: 14px;
    line-height: 15px;
    }
.uploadBg p.uploadBoxFourteen span {
    margin-right: 30px;
    }
.uploadBg p.uploadBoxFifteen {
    background: transparent url(../../images/money.png) bottom right no-repeat;
    width: 122px;
    margin-left: 30px;
    padding: 12px 32px 8px 0px;
    font-size: 14px;
        }
	
.uploadBg p a:link,
.uploadBg p a:visited,
.uploadBg p a:active {
	color: #fff;
	}
.uploadBg p a:hover {
	color: #ffcc33;
	}
	
.uploadBg p img {
	display: block;
	margin-top: 11px;
	}
	
.uploadBg p.uploadBoxFour img {
	margin-top: 10px;
	}
	
.uploadBg p span {
	font-size: 11px;
	line-height: 13px;
	display: block;
	padding-top: 5px;
	}


/* ===============
   COMPONENT STYLES
   =============== */

/* == CONTENT GRID == */
.contentGrid
{
	border: solid 1px #e5e5e5;
}

table.contentTblBorder /*Begin Search Table styles */
{
    border: solid 1px #ddd;
}

table .paddRight
{
    margin-right: 10px;
}

.divEmailLightbox
{
    text-align: right;
    margin-top: 10px;
    margin-right: 25px;
}

#mainApplicationLeft .contentGrid td
{
	border: solid 1px #e5e5e5;
}

.divGridContentName
{
    position:relative;
    margin-top:5px;
}

#mainApplicationLeft .contentGrid td.thumbnailCell,
#mainApplication .contentGrid td.thumbnailCell
{
    height:150px;
    width:150px;
    padding:0px;
    margin:0px;
    border:0px;
}

.tiny
{
    overflow: hidden;
    width: 150px
}

.descriptionTxt
{
    position: relative;
    height: 8px !important;
    font-size: 12px;
    font-style: italic;
}

.txtSpacer
{
    padding-left:70px;
}

.contentGrid .centeredLabel input
{
    margin: 0px -2px 0px 0px;
    padding: 0px;
}

.divSort /* sort styles */
{
    position: relative;
    bottom: 7px;
    height:8px !important;
}

.contentGrid .centeredLabel input.outerSortBtnLeft
{
    margin-right: 2px;
}

.contentGrid .centeredLabel input.outerSortBtnRight
{
    margin-left: 2px;
}

.errorText.contentGridError /* grid error text style */
{
    margin-top: 10px;
}

.selectionNone /* select thumbnails Prepare Content styles */
{
	background-color: #ffffff;
}

.selectionInclude
{
	background-color: #003366;
	color: #ccc;
}

.selectionHighlight
{
	background-color: #6699cc;
	color: #000033;
}

.selectionIncludeHighlight
{
	background-color: #336699;
	color: #000033;
} 

.fileContainer
{
    max-height: 1000px;
    width: 231px;
    margin-top:2px;
    overflow: auto;
}   
    
.buffer
{
    margin-left: 8px;
    .margin-left: 0px;
}


/* == FILTER ACCORDION == */

.filterLine
{
	background-color: #CCC;
	padding: 5px; 
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #888;
}

.filterLineSelect
{
	padding: 5px;
	font-weight: bold;
	background-color: #6699cc;
	color: #000033;
}

 .accordianImg
{
    .margin-bottom: -3px;
}
 
.galleryView
{
}

.galleryView h1
{
    font-size: 22px;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    line-height: 24px;
}

.galleryView h2
{
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.galleryView .userTitleContact
{
    margin: 0px;
    padding: 0px;
    width: 45%;
    float: right;
}

.galleryView .userTitleContact b
{
    color: #606060;
    font-size: 12px;
    display: block;
    margin: 0px 0px 6px 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.galleryView .userTitleContact div
{
    margin: 5px 4px;
}

.galleryView .userTitleContact a,
.galleryView .userTitleContact a:link,
.galleryView .userTitleContact a:visited
{
    color: #454545;
    font-weight: normal;
    text-decoration: underline;
}

.galleryView .userTitleContact a:active,
.galleryView .userTitleContact a:hover
{
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.galleryView .userTitleContact .spn_gray
{
    font-family: arial, Verdana;
    font-size: 12px;
    color: #666;
}

.galleryView .userBio
{
    line-height: 17px;
    margin-bottom: 20px;
    margin-right: 47%;
}

.galleryView .userBio p
{
    padding: 0px;
    margin: 0px;
}    
 
.galleryView .userBio ul
{
   width: 80%;
   margin: 0px auto;
}

.galleryView .userBio li
{
   margin: 6px 0px;
   list-style-position: outside;
   .list-style-position: inside; 
}

.galleryView .galleryPanel
{
}

.galleryView .galleryPanel p.desc
{
	margin: 0px;
	padding: 2px 0px 10px 0px;
	line-height: 17px;
}

.topp
{
    background: url(../../images/gal_frame_top.jpg) top left no-repeat;
    width: 166px;
    height: 6px;
    margin-bottom: 0px;
}

.bott
{
    background: url(../../images/gal_frame_bot.jpg) bottom left no-repeat;
    width: 166px;
    height: 6px;
    margin-bottom: 6px;
}

.roundedTab
{/*
width: 148px;
padding: 0px 6px 0px 6px;
background: #e6e6e6 url(../../images/gal_frame_bg.jpg);
border-left: solid 1px #aaa;
border-right: solid 1px #aaa;
padding-top: 1px; */
}

.galleryView .contentGrid
{
	background: transparent;
	border-top: solid 0px #aaa;	
	border-bottom: solid 0px #aaa;	
	border-left: solid 0px #aaa;	
	border-right: solid 0px #aaa;
}

.td_bg
{
    background: #e6e6e6 url(../../images/gal_frame_bg.jpg);
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    width: 164px;
    padding-top: 2px;
}

#mainApplicationLeft table.val
{
    margin:0px;
    padding:0px;
    height: 150px;
}

table.val td
{
    margin:0px auto;
    padding:0px;
    text-align: center;
}

#mainApplicationLeft .galleryView .contentGrid td
{
	border: solid 0px #CCC;
	padding: 4px 8px 0px 0px;
}


/* == TABS STYLES == */

ul.tabsMenu
{ 
    width: auto;
    height: 20px;
    display: block;
    border-left: solid 0px #666;
    margin-top: 10px;
}

ul.tabsMenu a
{
	display: block;
	color: #333 ! important;
	text-decoration: none ! important; /* TODO: should be fixed in a proper way */
	}
	
ul.tabsMenu li
{
	display: block;
	width: 140px;
	height: 20px;
	border-top: solid 0px #666;
	border-right: solid 3px #fff;
	float: left;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	}
	
.shorten ul.tabsMenu li
{
	width: 110px;
	}
	
ul.tabsMenu li.tab a
{
	color: #000 ! important;
	background-color: #bbb ! important; /* TODO: should be fixed in a proper way */
	}

ul.tabsMenu li.tabChosen a,
ul.tabsMenu li.tab a:hover
{
	background-color: #333 ! important; /* TODO: should be fixed in a proper way */
	color: #fff ! important; /* TODO: should be fixed in a proper way */
	}


/* == UPLOAD SLIDER == */

#mainApplicationLeft #slider
{
    width:575px;
    margin-top:15px;
}
    
#mainApplicationLeft #slider .header
{
	width:555px;
	padding:0px 0px;
	font-weight:normal;
	margin-top:5px;
	cursor:pointer;
	}
	
#mainApplicationLeft #slider .header:hover
{
	color:#666666;
	}
	
#mainApplicationLeft #slider .content
{
	overflow:hidden;
	}
	
#mainApplicationLeft #slider .text
{
	width:555px;
	padding: 4px 12px 2px 12px;
	}
	
#mainApplicationLeft #slider .text p
{
	padding: 0.5em 0em;
	}


/* == OVERLAY STYLES == */

.overlay
{
    margin:-137px 0px 0px 0px;
    position: absolute;
    .margin-left: -88px;
    .width: 177px;
}
    
.overlayGrid
{
    margin: -175px 0px 0px 3px;
    position: absolute;
}

/*\*/
html*.overlay
{
[margin:-137px 0px 0px 0px;/*Firefox and Netscape browsers only.*/
margin:0px 0px 0px 0px;/*Safari */
]margin:-137px 0px 0px -88px;/*Affects IE 7 only.*/
[position:absolute;/*Firefox and Netscape browsers only.*/
position:relative;/*Safari*/
]position:absolute;/*Affects IE 7 only.*/
[padding:auto auto auto auto;/*Firefox and Netscape browsers only.*/
padding:auto auto 10px auto;/*Safari */
]padding:auto auto auto auto;/*Affects IE 7 only.*/
}/**/


/* ===============
 .NET CONTROL STYLES
   =============== */

/* == PREVIEW CONTROL == */

.contentPreview
{
	width: 870px;
}

#mainApplicationLeft .contentPreview table td
{
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#mainApplicationLeft .contentPreview .storyboardViewer td 
{
	text-align: center;
	border: solid 1px #CCCCCC;
	margin: 0px;
	padding: 5px;
}


#mainApplicationLeft .contentPreview #divVideoComments table td 
{
	margin: 0px;
	padding: 5px;
}


.contentPreview .leftPreviewSection
{
	width: 550px; 
	margin-right: 10px; 
	float: left;
}

.contentPreview .leftPreviewSection .leftPanel
{
	width: 550px;
}

.contentPreview .rightPreviewSection
{
	width: 300px;
	margin-left: 10px;
	float: right;
}

.contentPreview .rightPreviewSection .rightPanel
{
	width: 300px;
}

.contentPreview .actionButton
{
	margin-right: 20px;
}

.contentPreview .storyboardViewer
{
	overflow: auto;
}


/* == CALENDAR CONTROL == */

.calendar td
{
	padding: 1px !important;
	margin: 0 !important;
}

/*Calendar control taken from LS1*/
.calendar .ajax__calendar_container
{
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #d3d3d3;
    border: 1px solid #696969;
    color: #000000;
}

.calendar .ajax__calendar_header
{
	font-weight: bold;
    color: #ffffff;
    background-color: #696969;
	padding-top: 3px;
}

.calendar .ajax__calendar_footer
{
    font-weight: bold;
    color: #ffffff;
    background-color: #696969;
	padding-bottom: 3px;
}

.calendar .ajax__calendar_active .ajax__calendar_day,
.calendar .ajax__calendar_active .ajax__calendar_month,
.calendar .ajax__calendar_active .ajax__calendar_year
{
    font-weight: bold;
    color: #000000;
    background-color: #CD5C5C;
}

.calendar .ajax__calendar_dayname
{
	font-weight: bold;
}

/* Safari hack */
.calendar .ajax__calendar_months,
.calendar .ajax__calendar_years
{
   visibility: hidden;
}


/* ===============
  MASTER PAGE STYLES
   =============== */

/* == Full Master == */
#mainApplicationFull
{
    margin: 0px 20px 0px 15px;
    padding: 20px 0px 0px 0px;
}

#mainApplicationFull span.spn_gray
{
    color:#777;
    font-size: 14px;
}

#mainApplicationFull .leftHeadline
{
	font-size:24px;
	margin-left: -1px;
	padding:0px 0px 5px 0px;
}	

#mainApplicationFull .leftLargeTxt
{
	font-size:24px;
	padding:0px 0px 5px 0px;
}


/* == Grid View Master == */
.gridViewMaster #mainApplication
{ 
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
	background: #000000;
	background: url(../../images/content_back.gif) top left no-repeat;
	min-height:400px;height:auto !important;height:400px;
}

.gridViewMaster #mainApplicationLeft
{
	min-height:400px;
	width:675px;
	float:left;
	color:#000000;
	padding: 0px 0px 30px 10px;
	margin: 20px 0px 0px 20px;
	background: url(../../images/divider.jpg) top right no-repeat; 
	_margin-left: 10px;
}

.gridViewMaster #mainApplicationRight
{
	float: left;
	width: 215px;
	margin: 20px 0px 30px 10px;
	min-height: 400px;
}


/* == Left Master == */

#mainApplicationTop /* Top Content styles */
{
    margin: 0px 20px 0px 15px;
    padding: 20px 0px 0px 0px;
}

#mainApplicationTop p
{
    padding: 1em 0px;
    line-height: 16px;
}
	
#mainApplicationTop span.spn_gray
{
    color:#777;
    font-size: 14px;
}
	
#mainApplicationTop .leftHeadline
{
	font-size:24px;
	margin-left: -1px;
	padding:0px 0px 5px 0px;
	}	
	
#mainApplicationTop .leftLargeTxt /* end ***/
{
	font-size:24px;
	padding:0px 0px 5px 0px;
	}

.reversed #mainApplicationLeft /* reverse styles */
{
	min-height:400px;
	width:610px;
	float:left;
	color:#000000;
	padding: 0px 0px 30px 22px;
	margin: 20px 20px 0px 17px;
	background: url(../../images/divider.jpg) top left no-repeat;
	_margin: 20px 0px 0px 15px;
	}

    .reversed #mainApplicationLeft h3
	{
        margin-bottom: 3px;
    }

.reversed #mainApplicationRight /* end ***/
{
	float: left;
	width: 240px;
	margin: 20px 0px 30px 10px;
	min-height: 400px;
	_margin: 20px 0px 0px 5px;
	}
	
.previewfloat
{
	background-position: width:250px;
	display:none; 
	/*visibility: hidden;*/
	position: absolute;
	left: -3000px;
	z-index: 10;
	border: 2px solid #000000 !important;
	width:270px;
	height: 305px;
	max-width: 270px;
	max-height: 310px;
	background-color: #FFFFFF;
	text-align:center;
    /*
    This technique will work in Firefox, Safari, Chrome and any other CSS3-compatible browser. 
	This technique will not work in Internet Explorer.
	*/
    -moz-border-radius: 15px;        
     border-radius: 15px; 

}
.previewimage
{
	position:relative;
	margin:10px 10px 50px 10px;  
	border: 1px solid #000000 !important;
	width:250px;
	height: 250px;
	max-width: 250px;
	max-height: 250px;
	background: #D7D7D7;
	/*
    This technique will work in Firefox, Safari, Chrome and any other CSS3-compatible browser. 
	This technique will not work in Internet Explorer.
	*/
    -moz-border-radius: 10px;    
     border-radius: 10px; 	 
}   
.previewcopyright
{
	width:250px; 
	height:15px;
	margin: -50px 10px 35px 10px;
	text-align:right;
	font-family:Sans-Serif;
	font-size:10px;
	display:block;
} 
    	
.previewcaption
{
	margin: -35px 10px 0px 10px;
	width:250px; 
	height:25px;
	text-align:left;
	display:block;
	font-size:10px;
}  
 

