﻿.errors
{
	color: #ff0000;
	font-weight: bold;
}

.success
{
	background-image: url('../images/tick.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px !important;
	color: Green; 
	font-weight: bold;
}

.helptext
{
	 font-style: italic;
	 font-size: 12px;	
	 width: 500px;
	 padding-bottom: 10px;
}

.label
{
	font-size:      13px;
	font-weight:    bold;
	font-family:    Verdana;
	color:          #607f8f;
}


.content div
{
	margin: 0;
	padding: 0;
}

.content
{
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 13px;
	padding: 0px 0px 0px 10px;
}

.content p
{
	margin: 0px;
}

.content h1, .content h3, .content h4
{
	padding: 0;
	margin: 0;
	margin: 15px 0px 15px 0px;
}

.content h1, .content h3
{
	font-size: 14px;
}

.content h4, .h4label
{
	font-size: 12px;
	font-weight: bold;
	color: #607f8f;
}

/* used to surpress wrapping of a div */
div.NoWrap
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/* defines styles used for admin site when displaying lists of items to edit */
.PrimaryRow
{
	background-color: #ffffff;
}

.AlternateRow
{
	background-color: #dddddd;
}

.Indent
{
	padding-left: 20px !important; 
	padding-bottom: 20px; 
}

/* defines styles for tables that use row headers for data display */

div.RowHeaderTable 
{
	padding: 10px 0px 10px 0px;
}

.RowHeaderTable table
{
	border-collapse: separate;
	border-spacing: 0px;
}

.RowHeaderTable th
{
	font-size:      13px;
	font-weight:    bold;
	font-family:    Verdana;
	text-align:     right;
	vertical-align: top;
	color:          #607f8f;
	padding: 0px 10px 0px 15px;
}

.RowHeaderTable th:first-child
{
	padding-left: 0px;
}

.RowHeaderTable td
{
	font:  10pt Arial;
	color: black;
	font-weight: normal;
	vertical-align: top
}

/* defines styles for tables that use column headers for data display */

div.ColumnHeaderTable
{
	padding: 10px 0px 10px 0px;
}

.ColumnHeaderTable table
{
	border-collapse: collapse;
	border-spacing: 0px;
}


.ColumnHeaderTable th, .ColumnHeaderTable tfoot td
{
	font:  10pt Arial; 
	color: #233241;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.ColumnHeaderTable th
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.ColumnHeaderTable tfoot tr:first-child>td, .ColumnHeaderTableFooter
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.ColumnHeaderTable td
{
	font:  10pt Arial;
	color: black;
	font-weight: normal;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.ColumnHeaderTable table
{
	padding-bottom: 10px;
}

.OddRows
{
	background-color: #ffffff;
}

.EvenRows
{
	background-color: #dddddd;
}


/* used for confirmation popups */

.ConfirmationPopup
{
	background-color: #bfcdd5;
	border: solid 2px black;
	padding: 20px !important;
}

.ConfirmationPopup h3
{
	text-align: center;
}

.ModalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/* used for Item Type page i think */

.EditItemGridToolbar table
{
	border-collapse: separate;
    border-spacing: 0px;
}

.EditItemGridToolbar th
{
	font-weight: normal;
	font-size: 10px;
	font-variant: small-caps;
	text-align: center;
	height: 22px;
}

.EditItemGridCaption
{
	font-variant: small-caps;
	height: 22px;
	font-size: 12px;
}

.EditItemGridValue
{
	font-weight: bold;
	color: #273d4d;
}

.EditItemGridToolbar td
{
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
}

.EditItemGridToolbar td:first-child
{
	padding-left: 0px;
}

.EditItemGridToolbar td:last-child
{
	padding-right: 0px;
}

/* order invoice styles */

.InvoiceAddress
{
	border: solid 2px black;
	padding: 15px !important;
	width: 250px;
	display: block;
	min-height: 85px;
}

.InvoiceAddressHeader
{
	font-weight: bold;
	display: block;
	padding-bottom: 6px;	
}

/* used for categories */

.Description
{
	font-style: italic;
	font-size: 10px;
}

/* main menu styles */
.leftmenu h4
{
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #aaaaaa;
	font-size:      12px;
	font-weight:    bold;
	font-style: italic;
	font-family:    Verdana;
	text-align: left;
}

.leftmenu h4:first-child
{
	padding-top: 0px;
}


.menuAdmin ul
{
	text-align: left;
	font-size:   11px;
	font-family: Verdana;
	line-height: 18px;
}

.mainmenuText ul, .menuAdmin ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 15px;
}

.mainmenuText ul:first-child, .menuAdmin ul:first-child 
{
	padding-left: 0px;
}

.mainmenuText li
{
	position: relative;
}

.mainmenuText li p
{
	position: absolute;
	left: 17px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.mainmenuText li div
{
	float: left;
	margin: 0;
	padding: 0;
}

.mainmenuText li a
{
	background-position: center;
}

.mainmenuText a, .menuAdmin a
{
	color: #ffffff;
	text-decoration: none;
}

.mainmenuText a:hover, .menuAdmin a:hover
{
	text-decoration: underline;
}

li.menuLoading 
{
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 21px;
	height: 16px;
	font-style: italic;
	color: #aaaaaa;
}

#menuMain
{
	float: right; 
	height: 28px; 
	line-height: 28px; 
	vertical-align: middle;
}

#menuMainCatalog
{
	float: right;
	width: 137px;
	height: 28px;
	text-indent: -400em;
	padding: 0px 0px 0px 10px;
	margin: 0;
}


#menuMainCatalog a, #menuMainCatalog a:visited
{
	display: block;
	width: 137px;
	height: 28px;
	background-image: url('../images/catalog_request.jpg');
}

#menuMainCatalog a:hover, #menuMainCatalog a:active
{
	background-image: url('../images/catalog_request_o.jpg');
}
