/*left menu style sheet*/
/*Copyright (c)2009 Kevin Estep, Carolina PC Pros, LLC*/
/*This version created for Stallings Brothers Holdings, Inc*/
/*Updated: 02/26/2009*/

/* ----------------customize link behaviour---------------- */

/*  default unvisited link appearance */
a:link{
	background-color : transparent;
  background-image : none;
  font-weight      : normal;
  font-style       : normal;
  text-decoration  : underline;
  color            : black;
  font-size        : 13pt
}

/*  default visited link appearance */
a:visited {
  background-color : transparent;
  background-image : none;
  font-weight      : normal;
  font-style       : normal;
  text-decoration  : underline;
  color            : black;
  font-size        : 13pt;
}

/*  default hover over link appearance*/
a:hover {
  text-decoration : underline;
  color           : white;
  background-color:black;
}

a.modlink:link {
  background-color : transparent;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14pt;
  text-decoration  : none;
  color            : black;
}

a.modlink:visited {
  background-color : transparent;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14pt;
  text-decoration : none;
  color           : black;
}

a.modlink:hover { 
  background-color : transparent;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14pt;   
  text-decoration : none;
  color           : black;
}

body {
  background-color: rgb(0,0,0)
}

table.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
  line-height: 120%;
  color:black;
  background-color: rgb(255,255,255);
  border-width:1px;
  border-color:black;
  border-style:solid;
  border-collapse  : collapse;  
}

table.frame {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  line-height: 120%;
  color:black;
  background-color: rgb(255,255,255);
  border-width:0px;
  border-color:red;
  border-style:solid;
  border-collapse  : collapse;  
}

td.frame {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11pt;
  line-height: 120%;
  color:black;
  background-color: rgb(255,255,255);
  border-width:0px;
  border-color:red;
  border-style:solid;
  border-collapse  : collapse;
  vertical-align:top; 
}
  
td.framefooter {
  font-family: Arial, Helvetica, sans-serif;
  font-size:9pt;
  line-height: 120%;
  color:black;
  background-color: #C0C0FF;
  border-width:0px;
  border-color:red;
  border-style:solid;
  border-collapse  : collapse; 
}


table.menu {
  width:180px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
  color:white;
  background-color: rgb(0,0,0);
  border-width:0px;
  border-color:black;
  border-style:solid;
  border-collapse  : collapse;  
}

td.menu {
  font-family: Arial, Helvetica, sans-serif;
  text-align : center;
  line-height: 120%;
  color:white;
  padding:4px;
  border-width:0px;
  border-color:red;
  border-style:solid;
  border-collapse  : collapse;
  background       : url(button-bg.gif); 
}
  
tr.menu {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
  color:white;
  text-align:center;
  border-width:0px;
  border-color:#808080;
  border-style:solid;
  border-collapse  : collapse; 
}

table.content {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
  line-height: 120%;
  color:black;
  text-align:left;
  vertical-align:top;
  padding:8px;
  border-width:0px;
  border-color:red;
  border-style:solid;
  border-collapse  : collapse;
  background-color:white;
}

td.content {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
  line-height: 120%;
  color:black;
  text-align:left;
  vertical-align:top;
  padding:8px;
  border-width:0px;
  border-color:red;
  border-style:solid;
  border-collapse  : collapse;
}

table.pricing {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
  line-height: 120%;
  color:black;
  text-align:left;
  vertical-align:top;
  border-width:2px;
  border-color:black;
  border-style:solid;
  border-collapse  : collapse;
  background-color:white;
}

td.pricing {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
  line-height: 120%;
  color:black;
  text-align:left;
  vertical-align:top;
  padding:2px;
  border-width:1px;
  border-color:black;
  border-style:solid;
  border-collapse  : collapse;
}

table.email {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
  line-height: 120%;
  color:black;
  text-align:left;
  vertical-align:top;
  border-width:1px;
  border-color:black;
  border-style:solid;
  border-collapse  : collapse;
  background-color:white;
}

td.email {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12pt;
  line-height: 120%;
  color:black;
  text-align:left;
  vertical-align:top;
  padding:2px;
  border-width:1px;
  border-color:black;
  border-style:solid;
  border-collapse  : collapse;
}
