body {
  color:#333333;
  font-family:arial,sans-serif;
  font-size:8pt;
  line-height:1.5em;
  margin:0;
  padding:0;
}

a:link                {color:#003399;}
a:visited, a:active   {color:#003399;}
a:hover               {color:#0000FF;}

h1 {
  color:#333333;
  font-size:1.5em;
  font-weight:normal;
  margin:0;
  padding:0 0 4px;
}

h2 {
  color:#333333;
  font-size:1em;
  font-weight:bold;
  margin:0;
  padding-top:1em;
}

h3 {
  color:#333333;
  font-size:9pt;
  margin:0;
  padding:0;
  font-weight:bold;
}

p {
  color:#333333;
  line-height:1.75em;
  font-size: 9pt;
  margin: 0;
  padding:0;
}

div {
  font-size: 9pt;
}

/*-- Main Classes --*/
.main_column {
  width: 750px;
}

.header_row {
  height: 70px;
}

#header_column {
  background-image: url('/site/kingdomtools.com/img/logo.gif');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #006699;
}

.nav_row {
  height: 45px;
}

#nav {
  background-image: url('/site/kingdomtools.com/img/nav_row.jpg');
  background-position: top;
  background-repeat: repeat-x;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  text-decoration: none;
  vertical-align: middle;
}

.nav_unselected {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.subpage_top_row {
  height: 13px;
}

#subpage_top_column {
  background-color: #E0E0E0;
  color: #006699;
  text-transform: lowercase;
  font-size: 11px;
  padding: 0px 15px;
}

#subpage_top_column a {
  color: #006699;
  text-transform: lowercase;
  font-size: 11px;
  text-decoration: none;
}

#subpage_top_column a:hover {
  text-decoration: underline;
}

.subpage_bottom_row {
  height: 9px;
}

#subpage_bottom_column {
  background-color: #E0E0E0;
}

#GLOBAL_free_demo {
  float: right;
  position: relative;
}

#GLOBAL_free_demo a {
  position: absolute;
  top: -23px;
  right: 5px;
}

.middle_row {
  height: 195px;
}

#slider_column {
  width: 182px;
  height: 100%;
}

.bottom_row {
  height: 95px;
}

#GLOBAL_links {
  font-weight: normal;
  color: #FFFFFF;
  text-transform: Capitalize;
  text-decoration: none;
  font-size:12px;
  padding: 5px 10px 10px 0px;
}

#GLOBAL_links a {
  font-weight: normal;
  color: #FFFFFF;
  text-transform: Capitalize;
  text-decoration: none;
  font-size: 12px;
}

#GLOBAL_links a:hover {
  text-decoration: underline;
}

#GLOBAL_bottom {
  border: 1px solid #CCCCCC;
  margin-top: 1px;
  margin-bottom: 1px;
}

.footer_row {
  height: 60px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#GLOBAL_footer {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #006699;
  border-top: 3px solid white;
}

/*-- End Main Classes */

/*--  NAVIGATION MENU - Active page/subpages snippet (CSS mouseover) --*/
/*    This CSS snippet is used in conjunction with the javascript      */
/*    code found in the accompanying XSL.                              */

#nav a, #nav span {
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  font-size: 12px;
  text-transform: Capitalize;
  color: #CCCCCC;
}

#nav a:hover {
  text-decoration: underline;
}

a.nav_selected {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-image: url('/site/kingdomtools.com/img/down_arrow.gif');
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* Necessary only if you want the active page's background color to  */
/* also invert.                                                      */
a.nav_selected:hover {
  text-decoration: underline;
  background-image: url('/site/kingdomtools.com/img/down_arrow.gif');
  background-position: bottom center;
  background-repeat: no-repeat;
}

a.nav_unselected {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  background-image: none;
}

a.nav_unselected:hover {
  text-decoration: underline;
}

/*-- end snippet --*/

.slider_head {
  border: 1px solid #006699;
  border-top: 1px solid #FFFFFF;
  height:48px;
  line-height: 48px;
  width:100%;
  padding:5px;
  background:#006699;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.slider_body {
  border: 1px solid #CCCCCC;
  font-size: 12px;
  color: #999999;
  padding:5px;
  background:#FFFFFF;
  width:100%;
}

.action_icons {
  float:right;
  cursor:hand;
  cursor:pointer;
  border:none;
}

/*-- Calendar Classes --*/
.calendar_today {
  color:#C0C0C0;
  background-color:#F0F0F0
}
.calendar_day {
  color:#A0A0A0
}
.calendar_extra	{
  color:#F0F0F0;
  background-color:#F0F0F0
}
.calendar_subtitle {
  color:#FFFFFF;
  background-color:#909090;
  font-weight:bold
}
.calendar_title {
  color:#FFFFFF;
  background-color:#B0B0B0;
}
.calendar_todate {
  color:#C0C0C0;
  background-color:#F0F0F0;
  border-style:solid;
  border-color:#FF0000;
  border-width:2px;
}
.calendar_date {
  border-style:solid;
  border-color:#FF0000;
  border-width:2px;
  color:#A0A0A0;
}
.calendar_nav:link {
  background:transparent;
  text-decoration:none;
  color:#606060;
  font-weight:bold
}
.calendar_nav:visited, .calendar_nav:active {
  background:transparent;
  text-decoration:none;
  color:#606060;
  font-weight:bold
}
.calendar_nav:hover {
  background:transparent;
  text-decoration:none;
  font-weight:none;
  color:#000000;
  font-weight:bold
}
.calendar_link:link {
  background:transparent;
  text-decoration:none;
  color:#F0F0F0;
  font-weight:bold
}
.calendar_link:visited, .calendar_link:active {
  background:transparent;
  text-decoration:none;
  color:#F0F0F0;
  font-weight:bold
}
.calendar_link:hover {
  background:transparent;
  text-decoration:none;
  font-weight:none;
  color:#000000;
  font-weight:bold
}

/*-- KT Logo --*/
#ktlogo {
  margin-top: 5px;
}