/* ---( Basic Structure Elements )------------------------------- */

body {
  background-color: #fff;
  color: #333;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

#top {
  margin: 0 auto; 
  width: 100%; 
  height: 20px;
  background: url(/kv/images/top.gif) repeat-x fixed top;
}


#footer {
  height: 50px;
  bottom: 0;
  border-top:1px solid #ccc;
  font-size:11px;
  color:#999;
  text-align:right;
  margin-top: 30px;
  padding: 5px 5px 1em;
  margin-right: 30px;
  margin-left: 30px;
}

span#footer_legal_copy {
  line-height: 16px;
  padding-bottom: 20px;
}

#sitetable
{
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size:  13px;
  margin-top: -15px;
  position: relative;
 
}



/* ---( Text Elements )------------------------------- */


#bodytext {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  padding-left: 30px;
  padding-right: 60px;
}

#bodytext h1 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #999;
  font-size: 24px;
}

#bodytext h2 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #999;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
}

#bodytext h3 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #999;
  font-weight: normal;
  font-size: 18px;
}

#bodytext p {
  color: #333;
  font-size: 13px;
  line-height: 19px;
}

#bodytext a:link {
  color: #06c;
  text-decoration: none;
}

#bodytext a:visited {
  color: #06c;
  text-decoration: none;
}

#bodytext a:hover {
  color: #06c;
  text-decoration: underline;
}

#bodytext li {
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 15px;
  padding-right: 30px;
}


/* --- Dashboard Elements --- */

#dashboard {
  padding: 3px 3px 3px 10px;
}

#dashboard_left {
  float:left;
}

#dashboard_right {
  float: right;
  text-align: right;
}

#dashboard_inset {
  padding: 1px;
  padding-left: 4px;
  position:relative;
  border-bottom: 1px solid #ccc;
}

#dashboard_nav_menu {
  padding-bottom: 5px;
  font-size: 12px;
}

div#dashboard_content {
  padding-top: 5px;
  padding-bottom: 10px;
}


/* --- End Dashboard Elements --- */



/* Global Elements */

a:link { 
  color: #313330; 
}

a:visited { 
  color: #313330; 
}

div.spacer {
  clear: both;
}

img {
  border: none;
}


/* pages controller stuff */

div.public_container {
  margin: 20px 40px 20px 40px;
}

div.public_dashboard {
}

div.public_navigation {
  float:left;
  width: 160px;
  padding-top: 6px;
  margin-right: 4px;
}

div.public_navigation li{
  color: #999;
  list-style: none;
  margin: 0 0 0 -28px;
  font-size: 14px;
  padding: 4px 4px 4px 3px;
}

div.public_navigation li a:link{
  text-decoration: none;
  color: #666;
}

div.public_navigation li a:visited{
  text-decoration: none;
  color: #666;
}

div.public_navigation li a:hover{
  text-decoration: underline;
}

div.public_content {
  margin-left:160px;
  padding-right:20px;
  padding-bottom:20px;
  border-left: 1px dotted #999;
}

