/* DEFAULTS ----------------------------------------------------------------- */

body {
	margin: 0px;
	font: 67% verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
}

body2 {
	margin: 0px;
	font: 25% tahoma;
	color: #FF0000;
}

p, ol, ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
li {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
td, input, textarea, select {
	font: 8pt verdana, arial, helvetica, sans-serif;
}
a {
	color: #000000;
}
a:hover {
	color: #cc0000;
}
hr {
	color: #c2cadc;
}
.default_font {
	/* unless otherwise specified, this is the default font for any text */
	font: 67% verdana, arial, helvetica, sans-serif;
}

/* SIGN-IN ------------------------------------------------------------------ */

.loginBox {
	/* used for the bounding box around sign-in controls */
	font: 67% verdana, arial, helvetica, sans-serif;
    border: #c2cadc 1pt solid;
	background-color: #eff3f7;
}

/* TAB STRIP ---------------------------------------------------------------- */

.greetingtable {
    /* the table around the Account dropdown and Sign Out and Help links */
    background-color: #ffffff
}
.tabtable {
    /* the table that contains the tab strip */
    background-color: #ffffff
}
.activeTabTop {
    /* the selected top-level tab */
	font: bold 67% arial, helvetica, sans-serif;
	background-color: #eff3f7;
	color: #333333;
	padding: 2pt 4.5pt 2pt 4pt;
	border-top: #979fb6 1pt solid;
	border-left: #979fb6 1pt solid;
	border-right: #979fb6 1pt solid;
	letter-spacing: 1pt;
}
a.activeTabTopLink {
	color: #333333;
	text-decoration: none;
}
a.activeTabTopLink:hover {
	color: #333333
}
.inactiveTab {
	/* any top-level tab that isn't selected */
	font: bold 67% arial, helvetica, sans-serif;
	background-color: #4572c8;
	color: #e3e9f6;
    padding: 2pt 0pt 2pt 3pt;
    letter-spacing: 1pt;
}
a.inactiveTabLink {
	text-decoration: none;
	color: #e3e9f6;
}
a.inactiveTabLink:hover {
	color: #beccea;
}
.activeTabBottom {
    /* the lower part of the tab strip */
	font: bold 67% arial, helvetica, sans-serif;
	background-color: #eff3f7;
	letter-spacing: 1pt;
    color: #7e88a4;
    padding: 2pt 4pt 2pt 4pt;
    border-bottom: #979fb6 1pt solid;
}
.activeTabBottomCurrentChoice {
    /* the sub-tab that corresponds to the current active view */
	color: #333333;
}
a.activeTabBottomLink {
	/* any sub-tab on the bottom tab that isn't selected */
	text-decoration: none;
	color: #7e88a4;
}
a.activeTabBottomLink:hover {
	color: #333333;
}

/* LIST VIEWS --------------------------------------------------------------- */

.pageTitle {
	/* used for the page title that appears after the icon for the page */
	font: bold 92% arial, helvetica, sans-serif;
	color: #cc0000;
}
a.pageTitleLink {
	color: #cc0000
}
a.pageTitleLink:hover {
	color: #000000;
}
a.doneSearchingLink {
	background-color: #ffffcc;
}
.commandRowTop td {
    /* used for the top set of selection-based controls */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
}
a.bright {
    /* used for most command hyperlinks */
	color: #355fb3
}
.headerRow td {
    /* used for the header row of the list view */
	font: 67% verdana, arial, helvetica, sans-serif;
	background-color: #d7dce8;
	padding: 2pt 4pt 2pt 4pt;
	border-top: #c2cadc 1pt solid;
	border-bottom: #c2cadc 1pt solid;
}
.firstRow td {
	/* used for the first data row */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 2pt 2pt 2pt;
}
.evenRow td {
    /* used for even-numbered data rows, e.g., the 2nd row, the 4th row, etc. */
	font: 67% verdana, arial, helvetica, sans-serif;
    padding: 2pt 2pt 2pt 2pt;
 	background-color: #eff3f7;
    
}
/* used for dynamic titles that are nested in the catagories */
.LinkTitle  { color: #E0B546; font-size: 8pt; padding-left:13px;  padding-top:2px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}




.oddRow td {
    /* used for odd-numbered data rows, not including the first row, e.g., the 3rd row, the 5th row, etc. */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 2pt 2pt 2pt;
}
/* DSC ADD_inz ----------------------------------------------------- */

.VideTailTit {
    /* use for videodetails.aspx titles */
	font: 67% verdana, arial, helvetica, sans-serif;
    color: #457684;
    font-weight:bold;
 	
}



/* DSC ADD_inz  ----------------------------------------------------- */
.firstDescription td {
	/* used for any description in the first data row */
	font: 67% verdana, arial, helvetica, sans-serif;
	color: #999999;
	padding: 0pt 4pt 2pt 4pt;
}
.usedAsMediaThumbnail td {
    /* used in Files list to show the file that's being used as a thumbnail */
    padding: 2pt;
    border: #c2cadc 1pt solid;
}
.evenDescription td {
    /* used for any description in an even-numbered data row */
	font: 67% verdana, arial, helvetica, sans-serif;
	background-color: #eff3f7;
	color: #999999;
	padding: 0pt 4pt 2pt 4pt;
}
.oddDescription td {
    /* used for any description in an even-numbered data row */
	font: 67% verdana, arial, helvetica, sans-serif;
	color: #999999;
	padding: 0pt 4pt 2pt 4pt;
}
.minus {
	/* used for formatting negative values */
	color: #cc0000;
}
.na {
	/* used for formatting values that should appear lighter than other values */
	color: #cccccc
}
.commandRowBottom td {
    /* used for the bottom set of selection-based controls */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
	border-top: #c2cadc 1pt solid;
}

/* USAGE REPORTS ------------------------------------------------------------ */

.usageReportHeaderLeft {
    /* used for the left-most header in a usage report */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
	border-top: #c2cadc 1pt solid;
	background-color: #d7dce8;
	border-bottom: #c2cadc 1pt solid;
	border-left: #c2cadc 1pt solid
}
.usageReportHeaderMiddle {
	/* used for any middle header in a usage report */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
	border-top: #c2cadc 1pt solid;
	background-color: #d7dce8;
	border-bottom: #c2cadc 1pt solid;
}
.usageReportHeaderRight {
	/* used for the right-most header in a usage report */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
	border-top: #c2cadc 1pt solid;
	background-color: #d7dce8;
	border-bottom: #c2cadc 1pt solid;
	border-right: #c2cadc 1pt solid;
}
.usageReportHeaderEmpty {
    /* used when a usage report returns 0 requests */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
	border-top: #c2cadc 1pt solid;
	background-color: #d7dce8;
	border-bottom: #c2cadc 1pt solid;
	border-left: #c2cadc 1pt solid;
	border-right: #c2cadc 1pt solid;
}
.usageReportDataLeft {
	/* the data table cells on the left side of the usage report */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
	border-bottom: #c2cadc 1pt solid;
	border-left: #c2cadc 1pt solid;
	border-right: #c2cadc 1pt solid;
}
.usageReportData {
    /* any cell in usage report data that isn't on the left side */
	font: 67% verdana, arial, helvetica, sans-serif;
	padding: 2pt 4pt 2pt 4pt;
	border-bottom: #c2cadc 1pt solid;
	border-right: #c2cadc 1pt solid;
}
.dimTip {
	/* used for the tip text at the bottom of the usage report */
	font: 67% verdana, arial, helvetica, sans-serif;
	color: #999999;
}
.dimTipLink {
	color: #999999;
}

/* FORM VIEWS --------------------------------------------------------------- */

.shadedBox {
    /* used for the bounding box around controls in any form view */
    border: #c2cadc 1pt solid;
	background-color: #eff3f7;
}
.divider {
	/* used for the divider between groups of controls in a form view */
	font-weight: bold;
	border-bottom: #c2cadc 1pt solid;
	height: 20px;
}
.total td {
	/* used for the total row in the 'system status' view */
	border-top: #c2cadc 1pt solid;
	height: 20px;
}

/* STANDARD DIALOGS --------------------------------------------------------- */

.dialog_body {
	margin: 4px;
    font: 8pt verdana, arial, helvetica, sans-serif;
    background-color: #eff3f7;
}
.control {
    /* this is the default formatting for every input control */
    font: 8pt verdana, arial, helvetica, sans-serif;
}
.callout {
    /* used in the 'add storefront page' dialog for the page types */
    font-weight: bold;
}

/* ENABLED VS. DISABLED CONTROLS -------------------------------------------- */

.enabled, .dcCDVendors, .fullField, .subField, .hyperlinkField, .targetField {
    /* used for any control that's enabled and editable */
	background-color: #ffffff
}
.disabled, .dcCDVendorsDisabled, .fullFieldDisabled, .subFieldDisabled, .hyperlinkFieldDisabled, .targetFieldDisabled
{
    /* used for any control that's disabled or read-only */
	background-color: #eff3f7;
}

/* UPLOAD DIALOGS ----------------------------------------------------------- */

.statusBody
{
    /* this is the region at the bottom of the upload dialog */
	margin: 7px;
	font: 8pt verdana, arial, helvetica, sans-serif;
	background-color: #eff3f7
}
.progressBar {
	/* used for the entire progress bar */
	font: 8pt verdana, arial, helvetica, sans-serif;
	padding: 0pt;
	border: #999999 1pt solid;
	text-align: center;
}
.elapsedBar {
	/* used for the complete portion of the progress bar */
	background-color: #4572c8
}
.elapsedBackground {
	/* used for the pending portion of the progress bar */
	background-color: #FFFFFF
}

/* ERRORS ------------------------------------------------------------------- */

.error_font_small {
    /* used for displaying errors with a fixed-size font */
	font: 8pt verdana, arial, helvetica, sans-serif;
	color: #cc0000;
}
.errorfont {
    /* used for displaying errors that scale with the web browser font */
	font: 100% verdana, arial, helvetica, sans-serif;
	color: #cc0000;
}

/* HELP POP-UP -------------------------------------------------------------- */

.helpTop {
    /* the top frame of the help pop-up */
	background-color: #d7dce8;
}
.helpBody {
    /* the bottom frame of the help pop-up */
	margin: 4px;
	background-color: #eff3f7;
}
.helpTitle {
    /* used for the title in a help topic */
	margin-top: 0em;
	margin-bottom: 1em;
	font: bold 125% verdana, arial, helvetica, sans-serif;
}
.helpHeader {
    /* used for the header breaks in a help topic */
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font: bold 100% verdana, arial, helvetica, sans-serif;
}
a.helpLink {
	text-decoration: none;
}
a.helpLink:hover {
	color: #000000;
}

/* LICENSE AUTHENTICATION --------------------------------------------------- */

.authBody {
	/* used for the form where users enter their credentials */
	margin: 4px;
    background-color: #eff3f7;
    background-image: url(../images/backgroundauthenticate.gif);
}
.authTable {
    /* the table that contains all authentication controls */
	font: 8pt verdana, arial, helvetica, sans-serif;
	width: 329px;
}
.authInstructionRow {
    /* used for the row where instructions appear */
}
.authError {
    /* used for the text that appears for bad credentials */
    color: #cc0000;
}
.authUserNameRow {
    /* used for the row where the password controls appear */
}
.authUserNameControl {
    /* used for the input control for entering user name */
	font: 8pt verdana, arial, helvetica, sans-serif;
}
.authPasswordRow {
    /* used for the row where the password controls appear */
}
.authPasswordControl {
    /* used for the input control for entering user name */
	font: 8pt verdana, arial, helvetica, sans-serif;
}
.authRememberSignInRow {
    /* used to format the row where the "remember my user name and password" appear */
}
.authRememberSignInCheckbox {
    /* the checkbox next to "remember my user name and password" */
}
.authRememberSignInText {
    /* used to format the "remember my user name and password" text */
    font: 8pt verdana, arial, helvetica, sans-serif;
}
.authOKButton {
    /* used for the OK button */
	font: 8pt verdana, arial, helvetica, sans-serif;
}
.confirmBody {
	/* used for the form where users have been successfully authenticated */
	margin: 4px;
    background-color: #eff3f7;
    background-image: url(../images/backgroundconfirm.gif);
}
.confirmTable {
    /* the table that contains all confirmation text */
	font: 8pt verdana, arial, helvetica, sans-serif;
}
.denyBody {
	/* used for the form where users have been denied */
	margin: 4px;
    background-color: #eff3f7;
    background-image: url(../images/backgrounddeny.gif);
}
.denyTable {
    /* the table that contains all deny text */
	font: 8pt verdana, arial, helvetica, sans-serif;
	color: #cc0033;
}

/* DOWNLOAD RELEASE POP-UPS ------------------------------------------------- */

.downloadBody {
    margin: 8px;
}
.downloadDefault {
	font: 67% verdana, arial, helvetica, sans-serif;
}
.downloadTitle {
}
.downloadLink {
    color: #333399;
}
a.downloadLink:hover {
    color: #cc0033;
}

/* PUSH RELEASE POP-UPS ----------------------------------------------------- */

.pushBody {
      margin: 8px;
}
.pushDefault {
      font-family: verdana;
      font-size: 67%;
}
.pushTitle {
}
