/****************************************/
/*     Patrick's Custom Style Sheet     */
/*      A Modified Version Of Geek      */
/****************************************/

/* Body Properties */
body{
  background-color: none;
  background-image: url(site-images/ezsitebckgrnd-2_copy.gif);  
 }

/* Text Link Color and Decoration */
a{
  color: blue;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Text Link Mouse Over Properties */
a:hover{
  text-decoration: none;
  font-weight: bold;
  background-color: yellow;
}

/* Left Menu Properties */
div.sidepanel{
  top: 50px;
  left: 2px;
  width: 140px;
  text-align: center;
  font-family: verdana, arial, tahoma;
  font-size: 13px;
  font-weight: bold;

}

/* Left Menu Button Properties */
div.button{
  color: blue;
  background: #FFE4B5; 
  border-top: 2px solid #ffe4b5;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  border-left: 2px solid #ffe4b5;
  margin: 6px 3px;
}

a.menubutton{
  display: block;
  width: 140px;
  text-align: center;
  text-decoration: bold;
  padding; 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: blue;
  font-weight: bold;
  border: solid 1px #000000;
}

a.menubutton:hover{
  border: solid 1px #6100C1;
  background-color:#F0E1FF;
}



/*****************************************
* The Following Handle The Main Layout   *
* And Design Of The Tables Such As Menu, *
* Main Table Content Area, Etc           *
*****************************************/

/* Main Table Div Style Properties */

div.MainTableDiv{
  class: center;
  left: 2%;
  height: 100%;
}
#MainTableWidth{
  width: 760px;
}
.MainTable{
  background: none;
  border: 0px;
  border-style: dashed;
  border-color: #ccc;
  
}

/* Left Menu Table Properties */
.smallfieldcell{
  font: 13px; 
  font-family: Verdana, arial, helvetica, sans-serif;
  background: #daa520;
  color: #000000;
  border: 1px solid #000000;
  padding: 3px;
}

/* Top Header Style Properties */
.HeaderContent{
  background: none;
  color: #000000;
  border: 0px;
  border-style: solid;
  border-color: #ccc;
   
  
}

/* Main Page Content Area HOME Style Properties */
.MainContentHome{
  background: #ffffff;
  border: 2px;
  border-style: solid;
  border-color: #daa520;
  padding: 6px;
  LIST-STYLE-IMAGE: url(site-images/smalldot.jpg);
          
}

/* Main Page Content Area CATEGORY Style Properties */
.MainContentCategory{
  background: #ffffff;
  border: 3px;
  border-style: solid;
  border-color: #daa520;
  padding: 5px;
  LIST-STYLE-IMAGE: url(site-images/square.gif);
}

/* Main Page Content Area ITEM Style Properties */
.MainContentItem{
  background: #ffffff;
  border: 2px;
  border-style: solid;
  border-color: #daa520;
  padding: 2px;
  font-size: 12px;
  LIST-STYLE-IMAGE: url(site-images/square.gif);
  
}

/* Main Page Content Area ITEM Style WITHOUT The Left Menu */
div.MainContentNoLeftMenu{
  class: center;
  left: 0%;
  background: #FFFFFF;
  width: 760px;
  border: 2px;
  border-style: solid;
  border-color: #daa520;
  padding: 3px;
  
}

/* Bottom Footer Style Properties */
.FooterContent{
  background: none;
  color: #000000;
  border: 0px;
  border-style: solid;
  border-color: #ccc;
}


/********************************
* Support Page Table Properties *
********************************/
.support{
  background: #ffffff;
}

/********************************
 * Font Properties *
********************************/
.heading1{
  font-size: 24px;
  font-family: Georgia, Times, Verdana, Arial, sans-serif;
}
.heading2{
  font-size: 16px;
  font-family: Helvetica, Georgia, times, verdana, arial, sans-serif;
}
.heading3{
  font-size: 14px;
  font-family: georgia, times, verdana, arial, sans-serif;
}
.heading4{
  font-size: 16px;
  font-family: georgia, times, verdana, arial, sans-serif;
}
.heading5{
  font-size: 14px;
  font-family: georgia, times, verdana, arial, sans-serif;
}
.heading6{
  font-size: 12px;
  font-family: georgia, times, verdana, arial, sans-serif;
}
.tablefont{
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.textfont{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
}

/********************************/
/* Additional Toys To Play With */
/********************************/

/* Newspaper Dropcaps */
.cap {
  float: left;
  width: 42px;
  font-size: 62px;
  line-height: 51px;
  font-weight: normal;
  color:#909090;
  font-family: times,georgia;
}
.capOAH {
  float: left;
  width: 48px;
  font-size: 62px;
  line-height: 51px;
  font-weight: normal;
  color:#909090;
  font-family: times,georgia;
}
.capW {
  float: left;
  width: 56px;
  font-size: 62px;
  line-height: 51px;
  font-weight: normal;
  color:#909090;
  font-family: times,georgia;
}
.capJ {
  float: left;
  width: 38px;
  font-size: 62px;
  line-height: 51px;
  font-weight: normal;
  color:#909090;
  font-family: times,georgia;
}
.tableclass1{
  border: solid 1px;
  border-color: #000000;
}
.tableclass2{
  border: dotted 4px;
  border-color: #daa520;
}
.tableclass3{
  border: dashed 2px;
  border-color: #daa520;
}
.tableclass4{
  border: double 3px;
  border-color: #daa520;
}
.tableclass5{
  border: groove 2px;
  border-color: #000000;
}
.tableclass6{
  border: ridge 1px;
  border-color: #000099;
}