/*---------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MintexScheduling.css                               */
/*                                                                                 */
/* Contains:  www.MintexAppliance.com Scheduling Page Layout and Style Definitions */
/*                                                                                 */
/* Date Changed  Name                  Change                                      */
/* ============  ====================  =========================================== */
/* 12/23/2008    Brandon Hofmann       New Cascading Style Sheet                   */
/*---------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/* Primary Division Layer and the ONLY one with a Relative Position  */
/* permitting entire page to resize according to browser window size */
/*                                                                   */
/* Contains all subsequent Division Layers                           */
/*-------------------------------------------------------------------*/
#schedulingContainer
{
   position: relative;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 937px;
}

/*-----------------------------*/
/* Contains Scheduling Content */
/*-----------------------------*/
#schedulingContent
{
   background-color: #D8D8D8;
   background-image: url(../images/stainlessSteel.gif);
   background-repeat: repeat;
   border-left: 4px solid #000000;
   border-right: 4px solid #000000;
   border-bottom: 4px solid #000000;
   position: absolute;
   top: 215px;
   left: 20px;
   width: 832px;
   height: 718px;
   text-align: justify;
}

/*----------------------------------*/
/* Contains Scheduling Header Image */
/*----------------------------------*/
#schedulingHeader
{
   background-image: url(../images/schedulingHeader.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 10px;
   width: 812px;
   height: 35px;
}

/*--------------------------------------------*/
/* Contains Scheduling Description Properties */
/*--------------------------------------------*/
#schedulingContent_1
{
   background-color: #CCCFE0;
   position: absolute;
   top: 40px;
   left: 16px;
   width: 800px;
   height: 215px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*---------------------------*/
/* Contains Scheduling Times */
/*---------------------------*/
#schedulingContent_1a
{
   position: absolute;
   top: 50px;
   left: 307px;
   width: 185px;
   height: 80px;
   font-size: medium;
   font-weight: normal;
   text-align: right;
}

/*---------------------------------*/
/* Contains Scheduling Information */
/*---------------------------------*/
#schedulingContent_1b
{
   position: absolute;
   top: 130px;
   left: 0px;
   width: 800px;
   height: 85px;
   font-size: medium;
   font-weight: normal;
   text-align: justify;
}

/*---------------------------*/
/* Contains Scheduling Image */
/*---------------------------*/
#schedulingContent_2
{
   background-image: url(../images/schedulingContent.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 305px;
   left: 145px;
   width: 510px;
   height: 343px;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#schedulingFooter
{
   position: absolute;
   top: 658px;
   left: 0px;
   width: 832px;
   height: 60px;
}
