/* licensestream.css - Stylesheet for LicenseStream Application and Portal sites
 * Author: Sheryl Morgan
 * Copyright: 2008 Imagespan
 */
 
@font-face {
    font-family: 'Maven Pro Black';
    src: url('fonts/Maven Pro Black.otf');
}
@font-face {
    font-family: 'Maven Pro Bold';
    src: url('fonts/Maven Pro Bold.otf');
}
@font-face {
    font-family: 'Maven Pro Medium';
    src: url('fonts/Maven Pro Medium.otf');
}
@font-face {
    font-family: 'Maven Pro Regular';
    src: url('fonts/Maven Pro Regular.otf');
}

/*** GLOBAL STYLES -- All styles for Global go here ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a:link, a:visited /* Default black links; For Main Content links scroll down to Main Application styles */
{ 
	color: #000;
	text-decoration: none;
}

a:active, a:hover 
{
    text-decoration: underline;
}

body 
{
	text-align: center;
	background: #4d4d4d;
	color: #666;
	font-family: 'Maven Pro Medium', Arial;
	font-size: 12px;
}

h3 
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

hr.divider
	{
	clear: both;
	margin: 0px 0px 13px 10px;
	padding: 0;
	height: 1px;
	border: 0;
	color: #d9d9d9;
	background: #d9d9d9;
	}

BtnMM
    {
        background:#3f4a75;
        color:#ffffff;
        border-color:#FFFFFF;
        border-style:outset;
    }

   
/*** GLOBAL CLASSES & STYLES  -- All custom Global styles go here ***/

.errorText 
{
	color: darkRed;
	font-weight: bold;
}

.successText 
{
	color: Green;
	font-weight: bold;
}

.centeredLabel 
{
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

.block
{
    display: block;
    border: dashed 1px #ddd;
    border-top: solid 0px #ddd;
    line-height: 18px;
    padding: 2px 0px 2px 5px;
}

.marginBottom5
{
    margin-bottom: 1px;
}

.txtRight 
{
    text-align: right;
}

.clear 
{
    clear: both;
}

.boldTxt {
    font-weight: bold;
}

.grayBoxContent 
{
    display:block;
    background:#fff;
    border:0 solid #ccc;
    border-width:0 1px;
}

.grayBoxContent div 
{
    padding: 8px 10px;
}

.grayBorder 
{
    margin: 0px 0px 10px 10px;
}

.threeBreaks,
#mainApplicationLeft .uploadBg.treeBreaks {
    margin-top: 30px;
}
   
/*** 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;
 }

.paddedSelector /* used in prepareContent.aspx */
{
	padding: 4px;
}

.red /* used in selectAccount.aspx */
{
    color:#ff0000;
}

.green /* used in selectAccount.aspx */
{
    color:#339900;
}

.continueButton /* used in uploaderHtml.uplx */
{
	text-align: right;
	margin-top: 20px;
	margin-right: 20px; 
}

.extraTopPadding /* used in selectAccount.aspx */ 
{
    padding-top: 20px;
}    
    
.footnote /* used in addContent.aspx */
{
    font-size: 11px;
}

/*** Panels ***/

.panelContainer 
{
    margin-bottom: 20px;
    width: 500px;
}

	.panelHeader 
	{
	    text-align: center;
	    color: #fff;
	    font-weight: bold;
	    padding: 3px;
	    background-color: #333;
	    margin-top: 10px;
	}

	.panelHeaderRed
	{
	    text-align: center;
	    color: #ff0000;
	    font-weight: bold;
	    padding: 3px;
	    background-color: #333;
	    margin-top: 10px;
	}

    .panelBody 
    {
	    border-left: solid 1px #999;
	    border-right: solid 1px #999;
	    border-bottom: solid 1px #999;
	    margin-top: 0px;
	    padding: 5px 10px;
	}
        
		.panelBody table 
		{
			padding: 0px;
			margin: 0px;
		}
	    
	    .panelColumn 
	    {
		    width: 50%;
	    }
	    
	    .panelLabelCol 
	    {
			float:left;
			width:auto;
	    }
	    
	    .panelFormCol 
	    {
	        width: auto;
	        margin-left:130px;
		}

.panelContainerAuto 
{
    margin-bottom: 20px;
    width: auto;
}

#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;
}

/*** END Panels ***/

/*** Content Grid Styles ***/

.contentGrid
{
	border: solid 1px #CCC;	
}

#mainApplicationLeft .contentGrid td
{
	border: solid 1px #CCC;	
}

/*** END Content Grid Styles ***/

/*** Preview Control Styles ***/

.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;
}

/*** END Preview Control Styles ***/

/*** Popups ***/

.previewPopup
{
	width: 885px;
	height: 700px;
}

.manageContentPopup
{
	width: 350px;
	height: 220px;
}

.restrictionPopup
{
	width: 630px;
	height: 400px;
}

.keywordGenPopup
{
	width: 520px;
	height: 560px;
}

.releasePopup
{
	width: 700px;
	height: 420px;
}

.modalPopup
{
	padding:10px;
    background-color: White;
    border-style: solid;
    border-color: #999;
    border-width: 2px;
    vertical-align: middle;
    overflow: auto;
}

.modalBackground 
{ 
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*** END Popups ***/

/*** Round Gray Corners ***/
.xtop, .xbottom 
{
    display:block;
    background:transparent;
    font-size:1px;
}
 
.gb1, .gb2, .gb3, .gb4 
{
    display:block;
    overflow:hidden;
}

.gb1, .gb2, .gb3 
{
    height:1px;
}

.gb2, .gb3, .gb4 
{
    background:#fff;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.gb1 
{
    margin:0 5px;
    background:#ccc;
}

.gb2 
{
    margin:0 3px;
    border-width:0 2px;
}

.gb3 
{
    margin:0 2px;
}

.gb4 
{
    height:2px;
    margin:0 1px;
}

/*** END Round Gray Corners ***/
	
/*** MASTER PAGE STYLES  -- All styles for Master page go here **/
#container 
{
	width: 960px;
	background:#fff;
	padding: 0px 0px 0px 0px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

#header 
{
    width: 960px;
	margin: auto;
	text-align: left; 
	background: #fff;
    padding: 0px;
    margin-top: 10px;
}	 

#header #headerLeft
{ 
	margin-left:10px;
	float:left;
}

#header #headerLeft img
{
.float: left;
}

#header #headerRight 
{
	text-align:right;
	background-position: top right;
	background-repeat: no-repeat;
	height:40px;
	margin-top:10px;
	padding-right:5px;
	float:right;
}	 

#header #headerRight a 
{
    color: #006cab;
	padding-left:6px;
	padding-right:6px;
	clear:both;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Maven Pro Black', Verdana;
}

#header #headerRight .loginStatus 
{
	padding:12px 10px 0px 0px;
	font-size:10px;
    font-family: 'Maven Pro Black', Verdana;
} 

#header #headerRight .loginStatus a 
{
	clear:both;
	padding-right:0px;
	text-decoration:underline;
    font-weight: normal;
}

.appHeader,
.portalHeader
{
    height: 70px;
    /*background-image: url(../../images/navBackground.jpg);*/
}

#navigation 
{
margin: 0px auto 15px auto;
padding-top:0px;
}

#navigation div
{
background-color: #3f4a75;
height: 27px;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
}

#navigation #nav
{
width: 100%;
}

#navigation a
{
display: block;
}

#navigation li
{
display: block;
height: 27px;
line-height: 27px;
}

#navigation li li
{
height: 200%;
padding: 5px 10px;
line-height: normal;
text-align: left;
margin-top: -1px;
.margin-top: -1px;
}

#navigation li a.lnkShoppingCart, li a.lnkShoppingCart:link, li a.lnkShoppingCart:active, li a.lnkShoppingCart:visited 
{
background: transparent url(../../images/icon_cart_on.png) center right no-repeat;
padding: 0px 24px 0px 0px;
}

#navigation li a.lnkShoppingCart:hover 
{
background: transparent url(../../images/icon_cart.png) center right no-repeat;
padding: 0px 24px 0px 0px;
}

#navigation li.lastLink
{
border-left-width: 1px;
border-right-width: 0px;
float:right;
}

/* NOTE -- Begining Menu Navigation Styles 
#navigation .nav 
{
	font-family: Helvetica, Arial, sans-serif;
	z-index:100;
	position:relative;
}

#navigation .nav, .nav ul 
{
	list-style: none;
	margin:0px;
	padding: 0px;
}

#navigation .nav li 
{
	float: left;
	margin: 0;
	padding-top:0px;
	position: relative;
	height: 34px;
}

#navigation .nav li img.divider
{
    margin-top: 1px;
	vertical-align: middle;
}

#navigation .nav li a, .nav li a:link, .nav li a:active, .nav li a:visited 
{
	margin: 0px;
	font: 13px Helvetica, Arial, sans-serif;
	color: #000000;
	display: block;
	line-height: 34px;
	text-decoration: none;
}

#navigation .nav li ul
{
	background: #000;
	opacity:.90;
	filter: alpha(opacity = 90);
}

#navigation .nav ul 
{
	margin-top:0px;
	padding:10px 0px 20px 0px;
	border-top: 1px solid #FFF;
	list-style: none;
	position: absolute;
	top: -999em;
}

#navigation .nav li:hover ul,.nav li.sfHover ul 
{
	top:34px;
}

#navigation .nav 
{
	margin-left:90px;
}

#nav-one li:hover a, #nav-one li.sfHover a 
{
	background: #000;
	color: #FFF;
}

#navigation #nav-one li ul li a, #nav-one li ul li:hover a, #nav-one li ul li.sfHover a 
{
	font-size:12px;
	border-bottom: 1px solid #666;
	margin:0px 30px 0px 30px;
	width:160px;
	background: #000;
	color: #FFF;
	padding: 10px 0px;
}

#navigation .nav li li a,
#navigation .nav li li a:link, 
#navigation .nav li li a:active, 
#navigation .nav li li a:visited 
    {
    line-height: normal;
    }

#navigation .nav li li
    {
    height: auto;
    }

#navigation 
{
	width:940px;
	margin-left:10px;
	margin-right:10px;
	clear:both;
	padding-top:0px;
}


#navigation #element 
{
	float:left;
	margin-top:0px;
	padding-left:0px;
}

.divider
{
	margin-top:10px;
}

#navigation #nav-one li ul li a:hover 
{
    color: #ffcc33;
} 

NOTE -- End of Menu Navigation code */


.searchBox
{
width: 215px;
height: 70px;
margin: 0px 0px 0px 20px;
float: left;
}

.searchContainer
{
margin-top: 45px;
}

input.txtBox
{
width: 128px;
margin-right: 7px;
color: #777;
font-size: 11px;
padding: 2px 0px;
font-family: 'Maven Pro Medium', Verdana;
}

#siteLogoContainer
{
display: none;
}

#footer 
{
	color:#666;
	padding: 1px 0px 4px 0px;
	background:#fff;
    font-size: 10px;
    font-family: 'Maven Pro Regular', Verdana;
} 

#footer a,
#footer a:link,
#footer a:visited
{
	color: #666;
    font-size: 10px;
    font-family: 'Maven Pro Regular', Verdana;
} 

#footer a:active,
#footer a:hover
{
	text-decoration:underline;
	color: #666;
    font-size: 10px;
    font-family: 'Maven Pro Regular', Verdana;
}

#footer #footerElement 
{
	margin: 0;
	padding: 0px 0;
}

#footer #footerElementText 
{
	margin: 0px;
	padding: 0px;
}

#footer #footerText 
{
	text-align:right;
	padding:10px 10px 0px 0px;
	font-size: 10px;
	height: 25px;
}

#footer #footerLogo 
{
    float: left;
}


/*** APPLICATION STYLES  -- All styles for LS version 2.0 go here **/

#navigationApp .nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font-family: 'Maven Pro Bold', 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;
}


#mainApplication { 
	color:#666;
	padding: 0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #fff;
    min-height:470px;height:auto !important;height:470px;
}

/* Left Content styles **/
#mainApplicationLeft {
	min-height:400px;
	width:610px;
	float:left;
	padding: 0px 20px 30px 0px;
	margin: 20px 0px 0px 20px;
	background: url(../../images/divider.jpg) top right no-repeat;
	_margin-left: 10px;
	}


#mainApplicationLeft span.spn_gray {
    color:#777;
    font-size: 14px;
    }
#mainApplicationLeft .leftHeadline {
	font-size:24px;
	margin-left: -1px;
	padding:0px 0px 5px 0px;
    color: #444;
	}	
#mainApplicationLeft .leftLargeTxt {
	font-size:24px;
	padding:0px 0px 5px 0px;
    color: #444;
	}
	
/* Reusable Gray Button **/
#mainApplication .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;
    }
        #mainApplication .divQuickBtn a {
            display: block;
            color: #000000;
            text-decoration: none;
            height: 48px;
            }
        #mainApplication .divQuickBtn a:hover {
            text-decoration: underline;
            }

#mainApplication .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;
    }
        #mainApplication .divQuickBtnShort a {
            display: block;
            color: #000000;
            font-size: 12px;
            text-decoration: none;
            line-height: 29px;
            text-align: center;
            }
        #mainApplication .divQuickBtnShort a:hover {
            text-decoration: underline;
            }

/* Table Styles**/
#mainApplicationLeft table { 
	margin-top:5px;
	}
#mainApplicationLeft table td {
	padding:6px;
	}
#mainApplicationLeft table img {
	vertical-align:text-bottom;
	}
#mainApplicationLeft table th {
	color: #333;
	text-align: left;
	background-color: #ccc;
	padding: 7px;
	}
	
table.accountGrid,
table.storageGrid {
	width: 580px;
    }

table .definitionColumn {
	width: 500px;
    }

table .accountColumn {
	width: 40px;
    }

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;
	    }
    	
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.tblSearchClass
	{
	border: solid 1px #ccc;
	}    

/* Tabs Styling **/
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: #c3c1c1 ! important;
        background-color: #394161 ! important; /* TODO: should be fixed in a proper way */
        }

    ul.tabsMenu li.tabChosen a{
        background-color: #3f4a75 ! important; /* TODO: should be fixed in a proper way */
        color: #ffffff ! important; /* TODO: should be fixed in a proper way */
        }
    ul.tabsMenu li.tab a:hover {
        background-color: #000000 ! important; /* TODO: should be fixed in a proper way */
        color: #ffffff ! important; /* TODO: should be fixed in a proper way */
        }

/* Panel Styling **/
.tabsDiv { 
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 2px 12px 8px 12px;
    line-height: 17px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    clear: both;
}   
    .tabsDiv table td.setwidth {
        width: 82px;
        font-weight: bold;
        }
.tabsDiv#divTransactions
{
padding: 0px 6px;
}

#divMetadataPanels table {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
    }

    #divMetadataPanels table td {
	    vertical-align: top;
	    background-color: #fff;
	    padding-bottom: 7px;
        }

    #divMetadataPanels table th {
	    text-align: center;
	    font-weight: bold;
	    padding: 3px;
	    background-color: #666;
        }
    #mainApplicationLeft table.tblHeaderBg th /* Gridview Header BG color */
        {
        background-color: #666;
        text-align: center;
        padding: 2px 6px;
        height: 26px;
        }
    #mainApplicationLeft table.tblHeaderBg {
        }
        .tabsDivGrid {
        margin: 0px;
        padding: 0px;
        border-bottom: solid 1px #999;
        }
        .tabsDivGrid div {
        margin: 0px;
        padding: 0px;
        }
.formPanel {
	border: solid 1px #ccc;
    background: #f6f6f6;
    padding: 10px 10px 10px 5px;
    margin: 10px 0px 10px 0px;
    }
    /* Store Manager - Manage Customers code*/
    td.setwidthRight {
        width: 85px;
        font-size: 11px;
        }
    a.rightPanelLinkSmall {
        text-decoration: underline;
        color: #333;
        font-size: 11px;
        }
    #moreOptionsTlb {
        display:none;
        margin:0px auto 10px auto;
        }

/* Upload Slider Styling **/
#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;
        }

/* Specific Pages -- **/
/* Market Content and Store Upload Buttons **/
.uploadBg { 
    width: 613px;
    min-height: 145px;
    margin: 5px 0px 30px -23px;
    position: relative;
    }
.uploadBg.uploadClearPadd {
    padding-left:30px;
    width: 583px;
    }
.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;
    }
.uploadBgImg1 {
    background: #fff url(../../images/uploadBtn3_bg.jpg) top left no-repeat;
    margin-top: 25px;
    }
.uploadBgImgNoIcon {    
    background: #fff url(../../images/uploadBtn_bgNone.jpg) top left no-repeat;
    margin-top: 25px;
    }
.uploadBgImgNoIcon2 {    
    background: #fff url(../../images/uploadBtn_bgNone_be.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.uploadClearPadd p.uploadBoxSix
		{
		margin-right: 13px;
		_margin-left: 4px;
		}
    .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;
        }
    
    .cms_container {
        padding:0px;
        margin:0px 0px 0px 0px;
        background: #f6f6f6;
        width: 270px;
        height: 130px;
        border-left: #ccc 1px dashed;
        border-right: #ccc 1px dashed;
        border-bottom: #ccc 1px dashed;
    }
    
    #mainApplicationLeft .cms_container table td {
        padding: 0px;
    }
    #mainApplicationLeft a.GroupName {
        font-size: 14px;
        color: #fff;
        margin-left: 0px;
        text-decoration: none;
        display: block;
        padding: 3px 6px;
        background: #333;
    }
    
    #mainApplicationLeft ul.marketingList {
        margin-left: 12px;
        margin-top: 5px;
        color: #333;
        padding: 0px 10px;
    }

    #mainApplicationLeft .marketingListItems a {
        color: #666;
        font-size: 11px;        
    }

    #mainApplicationLeft .marketingListItems a:hover {
        color: #333;        
    }
    
    #mainApplicationLeft .cms_container a.MoreLink {
        display: block;
        text-align: right;
        font-size: 11px;
        color: #000;
        font-weight: bold;
        padding-right: 10px;
        margin-top: 3px;
    }

    #mainApplicationLeft .cms_container table {
        margin-top: 0px;
    }

/*Add Content Landing Page Styles **/
#mainApplicationLeft .landingImg { 
    background: url('../../images/landing_flash.jpg') top left no-repeat;
    margin-top: 40px;
    margin-left: 15px;
    width: 323px;
    height: 260px;
    float: left;
    }
    #mainApplicationLeft .landingImg .uploadTxt {
        font-size: 22px;
        color: #3e3e3e;
        text-align:center;
        margin-top: 28px;
        }

#mainApplicationLeft .addContent {
   margin-left: 355px;
   margin-top: 30px;
   width: 195px;
   } 

   .uploadChoiceContainer {
   margin: 30px 0px 20px 0px;
   }
   
   .uploadChoiceImg {
   background-image: url(../../images/add_content.jpg);
   height:173px;
   width:240px;
   float:left;
   }

   .uploadChoiceVid {
   background-image: url(../../images/add_content.jpg);
   height:173px;
   width:240px;
   margin-left: 271px;
   }
   
   .uploadChoiceContainer .morePadding {
   margin-left:30px;
   margin-right:30px;
   padding-top:16px;
   }
   
   .morePadding img {
   margin-bottom:20px;
   }

#mainApplicationLeft .addContent .boxBack {
    margin-left: 55px;
    height: 71px;
    width: 141px;
    background: #fff url('../../images/upload_mid_bg.jpg') no-repeat;
    }

    #mainApplicationLeft .addContent .boxBack a:link,
    #mainApplicationLeft .addContent .boxBack a:visited,
    #mainApplicationLeft .addContent .boxBack a:active {
        color: #ffffff;
        text-decoration: none;
        display: block;
        padding: 17px 0px 0px 16px;
        height: 54px;
        }

    #mainApplicationLeft .addContent .boxBack a:hover {
        color: #ffcc33;
        display: block;
        padding: 17px 0px 0px 16px;
        height: 54px;
        }

    #mainApplicationLeft .addContent .boxBack p {
        padding: 0px;
        margin:0px;
        }

    #mainApplicationLeft .addContent .boxBack p.iconImages {
        background: transparent url('../../images/icon_images.png') top right no-repeat;
        }
    #mainApplicationLeft .addContent .boxBack p.iconAudio {
        background: transparent url('../../images/icon_audio.png') top right no-repeat;
        }
    #mainApplicationLeft .addContent .boxBack p.iconFilm {
        background: transparent url('../../images/icon_film.png') top right no-repeat;
        }

#mainApplicationLeft #hiddenTxt {
    margin-left:90px;
    font-size: 10px;
    color: #545454;
    }
    
    
/*Store Landing Page Styles **/

.panelBody table.centerTable {
    margin: auto;
    text-align: center;
}

#mainApplicationLeft .panelBody table.centerTable td {
   padding: 6px 0px;
}

#mainApplicationLeft table td.leftColSpacing {
    width:280px;
}

#mainApplicationLeft table td.longColSpacing {
    width:420px;
}

.editFrame {
    background-color:#d6d6d6;
}

.btnCalc {
    width: 30px;
}


/* Right Column Styles **/
#mainApplicationRight {
	float: left;
	width: 240px;
	margin: 20px 0px 30px 10px;
	min-height: 400px;
	}
.rightHeadline {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px 10px;
	}
.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;
	    font-size: 11px;
	    line-height: 16px;
	    }
    .badgeHolder .iconText a:hover {
        text-decoration: underline;
        display: block;
	    font-size: 11px;
	    line-height: 16px;
	    }

.centerDiv table { /* note: for Prepare Content */
	margin: 0px auto;
    width: 227px;
    text-align: center;
}

.rightPara {
     margin-left: 10px;
     margin-bottom: 10px;
}

.rightPara.home {
    margin: 5px 10px;
    padding: 0px;
}

ul.rightPara {
    color: #666;
    margin-left: 30px;
    padding: 0px;
    }

/* LeftMaster Styles **/

#mainApplicationTop {
    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 {
	font-size:24px;
	padding:0px 0px 5px 0px;
	}

.reversed #mainApplicationLeft {
	min-height:470px;
	width:605px;
	float:left;
	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 {
	float: left;
	width: 240px;
	margin: 20px 0px 30px 10px;
	min-height: 400px;
	_margin: 20px 0px 0px 5px;
	}

#mainApplicationRight .centerDiv table td.half {
    width: 50%;
    background-color:#ccc;
    padding: 4px 0px 3px 0px;
    }

#mainApplicationRight .centerDiv table td.half a {
    color: #333;
    font-weight: bold;
    }

.fileContainer {
    max-height: 1000px;
    width: 231px;
    margin-top:2px;
    overflow: auto;
    }

.selectionNone {
	background-color: #ffffff;
    }

.selectionInclude {
	background-color: #003366;
	color: #ccc;
    }

.selectionHighlight {
	background-color: #6699cc;
	color: #000033;
    }

.selectionIncludeHighlight
{
	background-color: #336699;
	color: #000033;
}    

.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.*/
}/**/
    
.buffer {
    margin-left: 8px;
    .margin-left: 0px;
    }


/* FullMaster Styles **/

#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;
	}

#mainApplicationFull table th {
	}

.invoiceTbl {
    padding-right:20px;
    padding-left:20px;
    padding-top:20px;
}

.invoiceTbl .headerTd {
    background-color:#c1c2c3;
    color:#333;
}


/* GridView Master styles **/
.gridViewMaster #mainApplication { 
	padding: 0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
}

.gridViewMaster #mainApplicationLeft {
	min-height:400px;
	width:675px;
	float:left;
	padding: 0px 0px 30px 10px;
	margin: 20px 0px 0px 20px;
	background: url(none) top right no-repeat; 
	_margin-left: 10px;
	}

.gridViewMaster #mainApplicationRight {
	float: left;
	width: 210px;
	margin: 20px 0px 30px 15px;
	min-height: 400px;
	}

    
/*Moved code to Application styles < Left Master Styles -- 1.7.09 SM */

.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;
}

.calendar td
{
	padding: 1px !important;
	margin: 0 !important;
}

/*Calendar control taken from LS1*/
.calendar .ajax__calendar_container
{
	font-family: 'Maven Pro Medium', 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;
}
/*End Calendar*/

.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: 'Maven Pro Medium', 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: 'Maven Pro Medium', 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;
}

.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;
}

.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: 'Maven Pro Medium', 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;
}  

.txtWatermark
{
    border: solid 1px #999;
    padding: 0px;
    margin: 0;
    font-size: 12px;
    height: 20px;	/* must specify height for consistent vertical alignment */
    line-height: 20px;
    vertical-align: middle;
    color: #777;
    font-family: 'Maven Pro Medium', Arial;
    width: 151px;
}
  
/* watermark positioning container */
.updnWatermark
{
    position: relative;	/* positioning container */
    width: 0;
    margin-top: -6px !important;
    /*height: 1.25em;*/	/* must specify height for consistent vertical alignment */
    vertical-align: middle;
}
/* IE7/6 hasLayout hack */
.updnWatermark
{
   *zoom: 1;
}
/* watermark label styling */
.updnWatermark label
{
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    color: #999;
    padding-left: 4px;
    /*height: 1.25em;*/	/* must specify height for consistent vertical alignment */
    vertical-align: middle;
}

/*Hoome - Logged In Styles **/

#mainContentText h2
    {
    font-size: 18px;
    line-height: 22px;
    color: #666;
    text-align: center;
    margin: 39px 8% 14px 0px;
    }

#mainContentText .promptContainer
    {
    padding: 25px 0px;
    text-align: center;
    }

#mainContentText h3
    {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #666;
    }

#mainContentText .promptContainer img
    {
    padding-bottom: 30px;
    }

#mainContentText p
    {
    padding-bottom: 26px;
    margin: 0px;
    line-height: 17px;
    }

#mainContentText p.btnsMargin
    {
    padding-bottom: 25px;
    }

#mainContentText p.btnsMargin input
    {
    font-size: 12px;
    }

#mainContentText .licenseSide
    {
    width:100%;
    float:left;
    }

#mainContentText .productSide
    {
    width:46%;
    float:left;
    margin-left: 12px;
    }
    
