﻿
.plusIcon, .plusBlockIcon {
    background-image: url("Images/plus.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.editIcon, .editBlockIcon {
    background-image: url("Images/note.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.nextIcon, .nextBlockIcon {
    background-image: url("Images/GreenPlayArrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.nextButton {
    font-weight: bold;
}

.buyIcon, .buyBlockIcon {
    background-image: url("Images/buy.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
}

.section .title {
	font-weight: bold;
	font-size: 1.3em;
}

#pageHeader {
	margin-bottom: 1em;
}

#pageHeader .caption {
	font-size: 80%;
	font-style: italic;
	margin-left: 1em;
}

#pageHeader h2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0px;
}

.dashboard .section {
	background-color: #eef8ff;
	padding: 3px;
    margin-top: 10px;
}

.editor-field {
	padding-bottom: 0.75em;
}

.header-link {
    color: white;
    text-decoration: none;
}

th {
    text-align: left;
}

.tableSectionHeader {
	text-align: center;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 3px;
}

#messages {
    margin-bottom: 2em;
}

#messages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#messages ul li {
    display: block;
    margin: .75em 0;
    padding: 10px;
    border: 2px solid #ddd;
    background-color: #eee;
    color: #222;
}

#messages ul.Notice li {
    background: #FFF6BF;
    color: #817134;
    border-color: #FFD324;
}

#messages ul.Success li {
    background: #E6EFC2;
    color: #529214;
    border-color: #C6D880;
}

#messages ul.Error li {
    background: #FBE3E4;
    color: #D12F19;
    border-color: #FBC2C4;
}

.field-validation-error {
	font-weight: bold;
	color: red;
}

.sell-time-table
{
    margin-left: -2px;
}
.sell-time-table tbody tr td .editor-field .t-datetimepicker .t-picker-wrap .t-input
{
    height: 15px;
}

.delivery-mechanism-table 
{
    margin-left: -2px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}
.delivery-mechanism-table tbody tr td {
    padding: 0px;
}
.delivery-mechanism-table tbody tr td .t-datetimepicker .t-picker-wrap .t-input 
{
    height: 15px;
}

.categoryNode {
    background-image: url("Images/Folder.png");
    width: 21px;
    height: 16px;
}
    
.productTypeNode {
    background-image: url("Images/Hollywood_Ticket.png");
    width: 23px;
    height: 12px;
}

input[class="input-large"] {
    width: 400px;
}