@charset "utf-8";
/* CSS Document */
img					{border:none;}

body				{ background:url(../images/imgTableBG.jpg) repeat;margin-top:0; margin-left:0;margin-right:0px}

/*Main Table Containting Everything*/
#tblMain			{width:100%;margin:auto; background:url(../images/imgTableBG.jpg) repeat; top:0; left:0}

/*----------------------------------------------*/
/*--------------Main Table Header---------------*/
/*----------------------------------------------*/
/*Main Header row*/
#trHeaderMain		{height:193px;background:url(../images/imgHeaderMiddle.jpg) repeat-x top; position:relative}
/*Header Left With Name*/
#tdHeaderLeft		{height:193px;width:449px;}
#dvLogo				{height:193px;width:449px;background:url(../images/imgHeaderLeft.png) left no-repeat; position:relative; z-index:1000; }
/*Header Right With Mueller Logo*/
#tdHeaderRight		{height:193px;width:auto; background:url(../images/imgHeaderRight.png) no-repeat right}
/*----------------------------------------------*/
/*--------------Main Footer Section-------------*/
/*----------------------------------------------*/
/*Footer*/
#tdFooterMain		{height:127px; background:url(../images/imgFooterRepeat.jpg) repeat-x}
/*Footer containing the picture of the Auctioneers logo and address*/
#dvFooterCont		{height:127px; background:url(../images/imgFooter.png) no-repeat top; width:673px; margin:auto}
/*Links*/
#dvLeftLinks		{width:307px; margin-left:25px; text-align:center}
/*----------------------------------------------*/
/*------------Main Content Section--------------*/
/*----------------------------------------------*/
/*Main Content*/
#dvMainContent		{max-width:750px; margin-right:20px}
/*----------------------------------------------*/
/*--------------Events Section------------------*/
/*----------------------------------------------*/
/*Events*/
#dvLeftEvents		{width:307px;margin-left:25px; margin-top:50px}
/*table containing the Events*/
#tblEvents			{width:307px;height:auto;text-align:center }
/*Events Header*/
#tdHeader			{width:307px; height:48px; background:url(../images/imgEventHeader.jpg) no-repeat center}
/*Event Middle with repeating bg*/
#tdMiddle			{width:307px; height:auto; background:url(../images/imgEventMiddle.jpg) repeat-y center; }
/*Events Footer*/
#tdFooter			{width:307px; height:20px; background:url(../images/imgEventFooter.jpg) no-repeat center }


/*----------------------------------------------*/
/*-----------------Hit Counter------------------*/
/*----------------------------------------------*/
/*Hit Counter*/
#spnCounter			{font-size:25px;background-color:black;color:white; margin:auto; margin-left:125px}
/*----------------------------------------------*/
/*---------Auction Picture Formatting-----------*/
/*----------------------------------------------*/
/*Main DIV surrounding the entire picture show*/
#dvPicCont		{width:600px;height:300px; overflow: auto; margin:auto; }
/*Big DIV with the pic of the selected pic*/
#dvBigPic		{width:300px; height:300px; position:absolute; cursor:pointer;   }
/*formatting for the big Div picture*/
#dvBigPic img	{width:300px; height:300px; position:absolute;  }
/*the mini DIV that contains all mini pics*/
div.miniPicRow	{width:275px; height:300px; margin-left:300px; float:right;  }
/*the mini Div's image formatting*/
div.miniPicRow img	{width:120px;height:100px; margin-bottom:10px; margin-left:15px; cursor:pointer}		
/*----------------------------------------------*/
/*----------Image Viewer Popup Window-----------*/
/*----------------------------------------------*/
#dvPicPopUp {display:none; margin:auto; }
.popup 		{background:url(../images/popImgBG.jpg) #336699 repeat-x center; border:2px solid #333; padding:10px;text-align:right;font-size:25px;
  }
.popup a	{color:#FFF; border:none; outline:none;}
/*----------------------------------------------*/
/*----------Subscribers Popup Window------------*/
/*----------------------------------------------*/
#dvHiddenPop		{display:none}
#dvPopUp			{background:url(../images/imgTableBG.jpg) repeat;width:300px; border:thin solid black; }
.dvPopUpHeader		{background:url(../images/imgPopUpHeader.jpg) repeat-x ; height:78px;}
.dvPopUpHeader h2	{margin:0; padding:0; font-size:40px; float:left; margin-top:32px}
.dvPopUpHeader a	{float:right; font-size:20px; color:#FFF; margin-top:50px;margin-right:10px; text-decoration:none; outline:none}
.dvPopUpBody		{margin:auto; width:250px; }
.dvPopUpBody div		{text-align:center}
.dvPopUpFooter		{background:url(../images/imgPopUpFooter.jpg) repeat-x; height:55px;}



/*----------------------------------------------*/
/*----------Event Calendar Formatting-----------*/
/*----------------------------------------------*/
/*div					{border:thin solid red;}*/
/*Main Calendar div*/
#dvCalendar			{text-align:center; width:275px; height:190px; margin:auto; padding-top:10px;}
/*links in the calendar*/
#dvCalendar	a		{text-decoration:none; color:#FFF; cursor:pointer}
/*Drop Down list*/
#lstMonth			{width:259px; font-weight:bold; text-align:center; background-color: #336699; color:#FFF; margin:auto; }
/*rows*/
div.dvCalWeek		{width:275px; margin:auto; margin-left:8px}
/*top cells thar contain day names*/
div.dvCalTitle		{width:35px;float:left; border:1px solid black; margin:auto }
/*cells that contain numbers and blank spaces*/
div.dvCalDay		{width:35px;float:left; border:1px solid black }
/*Formatting for the current Date*/
#spnCalCurrent		{color:Red; font-weight:bolder; }
/*cells that contain events*/
div.Event			{background:#336699}
/*event details outer div*/
div.hoverMessage	{position:relative;width:auto;height:auto}
/*event details inner div*/
div.hoverContent	{position:absolute;background: #4879C4; width:150px;left:-50px; font-size:12pt}
/*the event content formatting for the event name*/
span.evtName		{display:block; font-weight:bolder; text-decoration:underline; text-align:center}
/*the event content formatting for the event time*/
span.evtTime		{display:block; text-align:left}


