/******************
HTML Tags
******************/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:15px 40px;
	background: #CBCBCB url(../Images/bg-main.gif) repeat-x;
	font-size:.72em;
	}


#content p, #content-side-2 p  { /* table */
	margin:0px 0px 20px 0px;
	}

#content-side-2 img {
	border:none;
	}

#breadcrumb-side label {
	display:none
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 2px 0px; /* 10 0 20 0 */
	padding:0px 10px 1px 20px; /* 10 10 20 */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

#breadcrumb-side form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

#breadcrumb-side form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-side form legend {
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#000000;
	}

a:visited {
	color:#000000;
	}

a:hover {
	color:#990000;
	text-decoration:none;
	}

a:active {
	color:#990000;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
	color:#990000;
	}

#mainnav-container a:visited {
	color:#990000;
	}

#mainnav-container a:hover {
	color:#000000;
	text-decoration:none;
	}

#mainnav-container a:active {
	color:#000000;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#topMenu-container a:link {
	color:#FF0000;
	}

#topMenu-container a:visited {
	color:#FF0000;
	}

#topMenu-container a:hover {
	color:#FF6633;
	text-decoration:none;
	}

#topMenu-container a:active {
	color:#669966;
	}
/* All link states are selected with an "a" */
#header a {
	color:#FFFFFF
	}

#breadcrumb-container a {
	color:#FF6600;
	}

/******************
HEADINGS
******************/

Legend
{
	font-weight:bold;
	Color:#990000;
}

h1 {
	font-size:1.6em;
	padding:0;
	margin:0 0 10px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/

/* IE doesn't use min-height */
#mainnav-container {
	padding:8px 10px 0px 10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(../Images/bg-topnav.gif) repeat-x;
	height:24px;
	min-height:24px;
	}

#mainnav {
	float:left;
	width:40%;
	}
#menunav 
{
	float:left;
	width:100%;
	}

#mainnav-side {
	float:right;
	width:60%;
	text-align:right;
	color:Black;
	font-weight:bold;
	}

#header {
	margin-bottom:1px;
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	height:50px;
	min-height:50px;
	background: #580808 url(../Images/bg-header.gif) repeat-x;
	font-size:1.8em;
	font-weight:bold;
	}

#header a {
	text-decoration:none;
	color:#FFFFFF;
	}

#slogan {
	font-size:.68em;
	margin:0px;
	font-weight:normal;
	padding-top:7px;
	}
	
#breadcrumb-container {
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(../Images/bg-topnav.gif) repeat-x;
	height:auto; /* 12px */
	min-height:32px;
	}

#breadcrumb {
	float:left;
	padding:8px 10px 4px 10px;
	}
	


#breadcrumb-side {
	float:right;
	padding:6px 10px 6px 10px;
	}

#content-container {
	background-color:#F6F6F6;
	border-top:1px solid #CBCBCB;
	border-right:1px solid #7F7F7F;
	border-bottom:2px solid #7F7F7F;
	border-left:1px solid #CBCBCB;
	padding:0px;
	margin:0px;
	position:relative;
	}

#content-side {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	padding:10px;
	}

#content-side-2 {
	position:absolute;
	top:0;
	right:0px;
	width:120px;
	padding:10px;
	}

#content {
	padding:10px 10px 0px 10px;
	margin:0px 0px 0px 0px; /* Left 171px right 140px */
	height:100%;
	background-color:#FFFFFF;
	border-left:1px dashed #D0D0BF;
	border-right:1px dashed #D0D0BF;
	}
#contentNoMenu {
	padding:10px 10px 0px 10px;
	margin:0px 0px 0px 0px; /* Left 171px right 140px */
	height:100%;
	background-color:#FFFFFF;
	border-left:1px dashed #D0D0BF;
	border-right:1px dashed #D0D0BF;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}
	
#topMenu {
	float:left;
	padding:8px 10px 4px 10px;
	}
#topMenu-container {
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(../Images/bg-topnav.gif) repeat-x;
	height:12px;
	min-height:32px;
	}	
#footer {
	margin-top:80px;
	padding:20px 10px 0px 10px;
	border-top:1px solid #7F7F7F;
	text-align:center;
	clear:both;
	background: #FFFFFF url(../Images/bg-topnav.gif) repeat-x;
	font-size:.95em;
	}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 7px 5px 0px;
	}
	
/**********
 Top menu
**********/
#topMenu-side li {
	padding:0px;
	margin:5px 0px 5px 10px;
	}

#topMenu-container ul {
	margin:0px;
	padding:0px;
	}

#topMenu-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
	}

#topMenu-side li {
	padding:0px;
	margin:5px 0px 5px 10px;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-side-2 ul.list, #content-side-2 ul.link-list-vertical,
#content-side ul.list, #content-side ul.link-list-vertical {
	margin:0px 0px 15px 0px;
	padding:0px;
	}

#content-side-2 ul.list li,
#content-side ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(../Images/bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li,
#content-side ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content-side-2 ul.link-list-vertical li a:link,
#content-side ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li a:visited,
#content-side ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li a:hover,
#content-side ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content-side-2 ul.link-list-vertical li a:active,
#content-side ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(../Images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
TABLE STYLES
******************/

.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}
	
.table td {
	padding:5px;
	}

thead th, tfoot th {
	background-color:#E8E8E8;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:10px;
	font-weight:normal;
	font-variant:small-caps;
	}

/******************
CLASSES
******************/

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #E0E0E0 url(../Images/background_table_04.gif) repeat-x;
	padding:8px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(../Images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	}

.none {
	display:none;
	}

.clear {
	clear:right;
	}
.center
{
	text-align:center;
}


.controlsLabel
{
	background:#580808;
	color: White;
	font-weight:bold;
}

.title
{
	width:100%;
	background:#580808;
	color: White;
	font-weight:bold;
	font-size:1.1em;
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.progress
{
	display: block;
	position: absolute;
	padding: 2px 3px;
}

.container
{
	border: solid 1px #808080;
	border-width: 1px 0px;
	position: relative;
	top: 30%;
	text-align: center;	
}

.header
{
	background-color: #F2F2F2;
	border-color: #808080 #808080 #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;
	font-family: Arial, helvetica, clean, Sans-Serif;
}

.body
{
	background-color: #F2F2F2;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
	text-align: center;
}

.ValidateHighlight
{
	background-color: #FF6666;
}

.BorderlessTr
{
    border-style: none;
    border-width: thin;
    border-collapse: collapse;
    empty-cells: show;
    padding: 0px;
    margin: 0px;
}

.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.dLogin {
	margin-bottom:1px;
	padding:10px 10px 10px 10px;
	
	}
.dLogin Label
{
	margin-bottom:1px;
	color:Black;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px 20px 10px;
	width:140px;
}

.dLogin input
{
	margin-bottom:1px;
	color:Black;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	width:220px;
}

#topitems
{
	height:200px;
	width:100%;
	}
#topitems .Item
{
	float:left;
	padding:10px 2px 10px 2px;
	
}

.dlBiddingRequirements td
{
	text-align: right 
}

.dlBiddingRequirements td .right
{
	text-align: left ;
	padding: 0px 0px 0px 10px;
	width:75px;
}

.dlBiddingRequirements td .label
{
	text-align: right ;
	padding: 0px 0px 0px 0px;
	width:150px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	font-family: Arial, helvetica, clean, Sans-Serif;
}

.dlBiddingRequirements td .rightneg
{
	text-align: right ;
	padding: 0px 30px 0px 0px;
	width:50px;
	color:Red;
	font-weight: bold;
}

.dlBiddingRequirements td .rightpos
{
	text-align: right ;
	padding: 0px 33px 0px 0px;
	width:50px;
	color:Black;
	font-weight: bold;
}


.dlAuctionDetails td
{
	text-align: right 
}

.dlAuctionDetails td .right
{
	text-align: left ;
	padding: 0px 0px 0px 10px;
	width:175px;
}

.dlAuctionDetails td .label
{
	text-align: right ;
	padding: 0px 0px 0px 0px;
	width:150px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	font-family: Arial, helvetica, clean, Sans-Serif;
}

.dlAuctionDetails td .rightneg
{
	text-align: right ;
	padding: 0px 30px 0px 0px;
	width:50px;
	color:Red;
	font-weight: bold;
}

.dlAuctionDetails td .rightpos
{
	text-align: right ;
	padding: 0px 33px 0px 0px;
	width:50px;
	color:Black;
	font-weight: bold;
}



#dlAuction td
{
	text-align: right;
	width:100px;
}

#dlAuction .label
{
	text-align: right ;
	padding: 0px 0px 0px 0px;
	width:170px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	font-family: Arial, helvetica, clean, Sans-Serif;
}
#dlAuction .right
{
	text-align: left ;
	padding: 0px 0px 0px 10px;
	width:105px;
}


/******************
KANDAN CHANGES
******************/
.left_articles {
	margin: 0 0 0 0;
	background: #eee url(images/bgshade.gif) repeat-x;
	color: #454545;
	padding: 15px 15px 5px 10px;
}

.tdStyles 
	{
		 font-size: .9em;
	}
	.btnStyles 
	{
		font-size: .9em;
	}
	.inputStyles 
	{
		font-size: .9em;
		margin-left: 47px;
		margin-right: 0px;
	}
	.inputStylesDropDown
	{
		font-size:small;
		margin-left: 47px;
		margin-right: 0px;
	}



.detail
{
	background-color:#FFe27F;
	PADDING: 30px 30px 30px 30px;
}
.detailerror
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#FFFFCC;
	border:solid 2px #000;
	padding:4px;
}

.controlsLabel
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: .9em;
}
.controlsLabelVal
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	color: black;
	font-weight:bold;
	font-size: .9em;
}

.controlsTextBox
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;	
	color: black;
	font-weight:bold;
	
}

.controlsAll
{
	color: #580808;
	font-size:smaller;
}
.controlsTextBoxUpload
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;	
	color: black;
	font-weight:bold;
	width:200px;
	padding: 1px 4px;
}
.controlsLabel
{
	background:Silver;
	color: #580808;
	font-weight:bold;
}
.footer
{
	text-align:right;
	padding:8px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.CustomValidatorCalloutStyle div,
.CustomValidatorCalloutStyle td { 
    border:solid 1px blue; background-color: #ADD8E6; 
}



