/*layout for Cougar Kendo */
  
body {margin: 0px 15px 0px 15px; background: black;}
td, p, div, textarea {font-size: 12px;  font-family: Verdana, Arial, sans-serif;}
maintable {width:100%; height:100%;}
form {display: inline;}
td.contentbox {padding-left: 15px;}
input,textarea {font-size: 12px;  font-family: century gothic; color: #000000;
background: #FFFFFF; border: solid 1px #CCCCCC;}
td.header {background: #000 url("http://www.cougarkendo.com/img/header.jpg") left top no-repeat;  text-align: center;order-left: solid 1px #000000;	border-right: solid 1px #000000; }

a:link, a:visited { text-decoration: none; font-weight: 700; color: #60676c;}
a:hover {color: #400000;}
a:link.menu, a:visited.menu {text-decoration: none; font-weight: 700; color: #fff;}
a:hover.menu {color: #e4e4e4;}

.topbar {padding-left: 12px; font-size: 12px; font-family: Verdana, Arial, sans-serif;  word-spacing: 20px;   
      background: #000000; /* <-- menu background color */
      color: #FFFFFF; /* <-- menu font color */
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;	
  }

  .content {
    /* Do not edit */
      font-size: 11px;
      font-family: Century Gothic, Verdana, Arial, sans-serif;
    /* Editable elements below */
      border: solid 1px black; /* <-- content box border */
      color: #000000; /* <-- content box font color */
      background: #FFFFFF; /* <-- content box background */
  }
  .graphiclist {
    /* Do not edit */
      font-size: 14px;
      font-family: Century Gothic, Verdana, Arial, sans-serif;
    /* Editable elements below */
      border: solid 1px gray; /* <-- content box border */
      color: #000000; /* <-- content box font color */
      background: #FFFFFF; /* <-- content box background */
      padding: 5px;
  }
  .bottombar {
    /* Do not edit */
      font-size: 12px;
      font-weight: 700;
      font-family: Verdana, Arial, sans-serif;
    /* Editable elements below */
      background: #000000; /* <-- bottom bar background color (same as content border color) */
      color: #FFFFFF; /* <-- bottom bar font color */
      padding-bottom: 4px;
	border-left: solid 1px black;
	border-right: solid 1px black;	  
  }
  input.searchbox {
    border: none;
    background: #000000;
    color: #FFFFFF;
  }
  input.searchbutton {
    border: none;
    background: #000000;
    color: #C0C0C0;
  }
  .listbg_dark { background: #C0C0C0; }
  .listbg_light { background: #F3F3F3; }
  .border_2 { border: solid 1px black; }

  td.col1 {
    background: #ffffff;
	padding: 3px;
	border-left: 1px solid #000000;
  }
  

 td.col2 {
    background: white;
    border-left: dashed 1px #000000;
	border-right: 1px solid black;
  } 

  div.block {
    width: 92%;
    padding: 3px;
    border: none;
    border-top: none;
    background: #FFFFFF;
    text-align: left;
  }
  font.blockheader {
    margin-top: 15px;
    padding-left: 3px;
    padding-right: 3px;
    width: 92%;
    text-align: left;
    font-weight: 700;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    display: block;
    background: #ffffff;
    border: none;
  }
  div.block2 {
    width: 92%;
    padding: 3px;
    border: none;
    border-top: none;
	background: #FFFFFF;
	text-align: left;
  }
  font.blockheader2 {
    margin-top: 15px;
    padding-left: 3px;
    padding-right: 3px;
    width: 92%;
    text-align: center;
    font-weight: 700;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    display: block;
    background: #ffffff;
    border: none;
  }
    div.sideblock {
    width: 85%;
    padding: 3px;
    border: solid 1px black;
    border-top: none;
    background: #FFFFFF;
    text-align: left;
  }
  font.sideblockheader {
    margin-top: 15px;
    padding-left: 3px;
    padding-right: 3px;
    width: 85%;
    text-align: center;
    font-weight: 700;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    display: block;
    background: #fff;
    border: solid 1px black;
  }

   div.alert {
    width: 92%;
    padding: 3px;
    border: solid 1px #ff0000;
    border-top: none;
    background: #fff;
    text-align: left;
  }
  font.alert {
    margin-top: 15px;
    padding-left: 3px;
    padding-right: 3px;
    width: 92%;
    text-align: center;
    font-weight: 700;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    display: block;
    background: #ff0000;
    border: solid 1px #ff0000;
  }