﻿/*
table.tblSubMenu tr td.tdMenuGroup
{
	color:#000000;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	height:15px;
	width:100%;
	text-align:left;
}
table.tblSubMenu tr td.tdLevel2
{
    background-color: #e3ebde;
}

input.intAdmin 
{
	border:solid 1px #C9D7C6;
}
    


input.inpSmall 
{
	width:20px;
	font-family:Arial;
	font-size:11px;
	text-align:right;
	border:solid 1px #C9D7C6;
}
select.selSmall
{
	font-family:Arial;
	font-size:11px;
}

table.tblPropertyTable
{
	border-top:solid 1px #C9D7C6;
	font-size:11px;
	margin-top:8px;
}
table.tblPropertyTable tr th
{
	padding: 1px 5px 1px 5px;
	border-bottom:solid 1px #C9D7C6;
}
table.tblPropertyTable tr td
{
	border-bottom:solid 1px #C9D7C6;
}
div.divPropertyEdit 
{
	background:white;
	border:outset 2px white;
	width:570px;
	height:420px;
	position:absolute;
	padding:3px 3px 3px 3px;
	visibility:hidden;
}
div.divPropertyEdit table tr th, div.divPropertyEdit table tr td
{
	font-size:11px;
	text-align:left;
	border-bottom:solid 1px #a0a0a0;
	padding: 0px 5px 0px 5px;
}
div.divPropertyEdit table tr td input
{
	font-size:10px;
	border:solid 1px;
}

table.tblBigImages 
{
}

table.tblBigImages tr td img.imgSmallSelected
{
	border:solid 1px #6B79A5;
	margin:3px;
}
table.tblBigImages tr td img.imgSmall, table.tblBigImages tr td img.imgBig
{
	border:solid 1px #C9D7C6;
	margin:3px;
}

table.tblBigImages a
{
	text-decoration:none;
	font-weight:bold;
	color:#0000a0;
	font-size:13px;
}
table.tblBigImages a:hover
{
	color:#000000;
	text-decoration:underline;
}
div.divOrderMethods 
{
    margin-left:21px;
    border:solid 1px #C9D7C6;   
    width:735px;
}

table.tblOrderMethods 
{
    height:25px;
}
table.tblOrderMethods tr th
{
    padding:0px 5px 0px 5px;
}
table.tblOrderMethods tr td
{
    padding:0px 5px 0px 5px;
}
table.tblOrderMethods tr td a.aSelected 
{
    text-decoration:underline;
}
table.tblMenuUser tr td a 
{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
table.tblMenuUser tr td a:hover 
{
    color:#0000a0;
}
a.aUserLogin 
{
   color:#0000a0;
   font-weight:bold;
   text-decoration:none;
}
a.aUserLogin:hover
{
   color:#0000a0;
   text-decoration:underline;
}

table.tblOrders 
{
	background-color:#C9D7C6;
}
table.tblOrders tr.trCaption td
{
    font-weight:bold;
    text-align:center;
}
table.tblOrders tr.trData td
{
	background-color:#E9EDE6;
	padding-right:3px;
	padding-left:3px;
}
*/