body
{
  margin: 8px;
  background-color: #33495e; /* AUTOMATE THIS */
  color: #333;
}

body, td, th, span, div, p, h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

th
{
  font-weight: normal;
}

h1 
{
  font-family: trebuchet ms;
  font-weight: bold;
  color: #FFF;
  font-size: 180%;
  margin: 0;
}

h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000000;
}

a, a:active, a:visited
{
  color: #000000;
}

a.button, a.button:visited, a.tab, a.tab:visited, a.axislist
{
  color: #000000;
  text-decoration: none;
}

a.tab
{
  width: 80px;
  display: block;
  text-align: center;
}

hr
{
  height: 1px;
  background-color: #ffffff;
  border-style: none;
}

input, text, select
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  padding-left: 3px;
  padding-right: 3px;
}

input.button
{
  height: 20px;
  color: #333333;
  font-size: 12px;
  padding-left: 1px;
  padding-right: 1px;
  background-image: url("http://www.mapmymoves.com/images/listheader_test.gif");
  background-color: #d3d3d3;
  border: 1px solid #666666;
}

input.button:hover
{
  color: black;
}

img
{
  behavior: url('skins/default/pngbehavior.htc');
}

.alttext
{
  font-size: 11px;
}

/** common user interface objects */
#container
{
  z-index:0;
  background-color:#74a6cf; /* AUTOMATE THIS */
  position:absolute;
  top: 70px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: expression((parseInt(document.documentElement.clientWidth))-38 + 'px');
  height: expression((parseInt(document.documentElement.clientHeight)-91)+'px');
}

#tabbar
{
  position: absolute;
  top: 48px;
  left: 20px;
  right: 20px;
  height: 43px;
  width: expression((parseInt(document.documentElement.clientWidth))-38 + 'px');
  background: #33495e; /*AUTOMATE THIS*/
  overflow:hidden;
}

#tabbar ul
{
  margin:0px;
  padding:0px;
  width: 70em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabbar ul li  
{
  display: inline;
  list-style: none;
}

#tabbar ul li a
{
  width: 8em;
  display: block;
  float: left;
  padding: 4px 0;
  margin: 1px 2px 0 0;
  text-align: center;
  font-family: tahoma, verdana, sans-serif;
  font-size: 95%;
  font-weight:bold;
  text-decoration: none;
  color: #333;
}

#tabbar ul li a
{
  background-color: #A4CDEF; /*AUTOMATE THIS*/
  border: 1px solid #A4CDEF;/*AUTOMATE THIS*/
  border-bottom: none;
}

#tabbar ul li.selected a
{
  background-color: #74a6cf; /*AUTOMATE THIS*/
  border: 1px solid #74a6cf;/*AUTOMATE THIS*/
  color:#ffffff;/*AUTOMATE THIS*/
  border-bottom: none;
}

#tabbar ul a:hover
{
  background-color: #74a6cf; /*AUTOMATE THIS*/
  border: 1px solid #74a6cf;/*AUTOMATE THIS*/
  color:#ffffff;/*AUTOMATE THIS*/
  border-bottom: none;
}

#right_header
{
  z-index:2;
  position: absolute;
  top: 84px;
  left: 199px;
  right: 20px;
  width: expression((parseInt(document.documentElement.clientWidth)-220)-0+'px');
  height: 18px;
  padding: 3px 0px 3px 0px;
  margin-top:1px;
  margin-left:1px;
  margin-right:1px;
  border:1px solid #EEE; /*AUTOMATE THIS*/
  background-image: url("http://www.mapmymoves.com/images/listheader_test.gif");
}

#left_header
{
  z-index:2;
  position: absolute;
  top: 84px;
  left: 20px;
  right: 0px;
  width: 175px;
  height: 18px;
  padding: 3px 0px 3px 0px;
  margin-top:1px;
  margin-left:1px;
  margin-right:1px;
  border:1px solid #EEE; /*AUTOMATE THIS*/
  background-image: url("http://www.mapmymoves.com/images/listheader_test.gif");
}

.header
{
  background-color: #eee; /*AUTOMATE THIS*/
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  z-index:100;
  overflow:hidden;
  text-align:center;
}

#copyright
{
	margin-right:10px;
	text-align:right;
	color:#000;
	font-weight: normal;
}

#logo
{
  position: absolute;
  top: 0px;
  left: 20px;
  width: 394px;
  height: 60px;
  z-index: 100;
  border:1px dashed #807059;
  background-color: #FFFFFF;
  text-align:center;
}

#taskbar
{
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  height: 30px;
  background-color: #33495e; /*AUTOMATE THIS*/
  color:#FFFFFF;
  overflow: hidden;
  width: expression((parseInt(document.documentElement.clientWidth)-38)+'px');
  text-align:left;
  padding-top:8px;
  padding-bottom:12px;
}

#footerleft
{
  z-index:2;
  position: absolute;
  left: 20px;
  width: 175px;
  bottom: 20px;
  height: 16px;
  overflow: hidden;
  margin-top:1px;
  margin-left:1px;
  margin-right:1px;
  border:1px solid #EEE; /*AUTOMATE THIS*/
  background-color:#EEE; /* AUTOMATE THIS */
  background-image: url("http://www.mapmymoves.com/images/listheader_test.gif");
}

#footerright
{
  z-index:1;
  position: absolute;
  left: 199px;
  right: 20px;
  bottom: 20px;
  height: 16px;
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  overflow: hidden;
  margin-top:1px;
  margin-left:1px;
  margin-right:1px;
  border:1px solid #EEE; /*AUTOMATE THIS*/
  background-color:#EEE; /* AUTOMATE THIS */
  background-image: url("http://www.mapmymoves.com/images/listheader_test.gif");
}

#right-footer a,
#right-footer a:active,
#right-footer a:visited,
#left-footer a,
#left-footer a:active,
#left-footer a:visited
{
  color: #999999;
  font-size: 11px;
  text-decoration: none;
}

#right-footer a.active,
#right-footer a.active:active,
#right-footer a.active:visited,
#left-footer a.active,
#left-footer a.active:active,
#left-footer a.active:visited
{
  color: #CC0000;
}
#right-footer a.active:hover,
#left-footer a.active:hover
{
  text-decoration: underline;
}

#right
{
  z-index:1;
  position: absolute;
  top: 113px;
  left: 200px;
  right: 20px;
  bottom: 40px;
  border:1px solid #A4CDEF;/* AUTOMATE THIS */
  background-color: #A4CDEF; /*AUTOMATE THIS*/
  overflow:auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-156)+'px');
}

#right_data
{
  position:relative;
  overflow: auto;
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-145)+'px');
  border: 1px solid #0000ff;
}

#left
{
  z-index:1;
  position: absolute;
  top: 113px;
  left: 20px;
  width: 176px;
  bottom: 40px;
  border:1px solid #A4CDEF;/* AUTOMATE THIS */
  background-color: #A4CDEF; /*AUTOMATE THIS*/
  overflow: auto;
  /* css hack for IE */
  height: expression((parseInt(document.documentElement.clientHeight)-156)+'px');
}

#left-contents
{
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
}

#left-contents li
{
 /* height: 18px; */
  font-size: 11px;
  background: url(images/icons/folder-closed.png) no-repeat;
  background-position: 10px 1px;
  border-bottom: 1px solid #EBEBEB;
/* IE 5.5  margin-left: -16px; */
}

#left-contents li a
{
  display: block;
  padding-left: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

#left-contents li.selected
{
  /*background-color: #929292;*/
  background-color:#BBD9EE;
  border-bottom: 1px solid #000000;
}

#left-contents li.selected a
{
  color: #FFF;
  font-weight: bold;
}

#left-contents ul {
  list-style: none;
  padding: 0;
  margin:0;
  border-top: 1px solid #EBEBEB;
}

#left-contents ul li {
  padding-left: 15px;
  background-position: 25px 1px;
}

#left-contents li.selected li {
  background-color: #F9F9F9;
}

#left-contents li.selected li a{
  color: black;
  font-weight: normal;
}

/***** common table settings ******/
table.records-table thead tr td
{
  height: 20px;
  padding: 0px 4px 0px 4px;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
  font-size: 8px;
  font-weight: bold;
}

table.records-table tbody tr td
{
  height: 16px;
  padding: 2px 4px 2px 4px;
  font-size: 8px;
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  text-align: left;
}

table.records-table tr
{
  background-color: #FFFFFF;
}

table.records-table tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}

table.headers-table tr td
{
  font-size: 11px;
  border-bottom:1px solid #FFFFFF;
}

table.headers-table td.header-title
{
  width: 80px;
  color: #666666;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  padding-right: 4px;
}

table.headers-table tr td.subject
{
  width: 95%;
  font-weight: bold;
}

.tableEvenRow {background-color:#ffdbdb;}

.error{color:#ff0000}
.E {background-color: #E7E7E7;color:black;font-weight: normal;}
.O {background-color: #FFFFFF;color: black;font-weight: normal;}
.S {background-color: #d7eaf9;color: black;font-weight: normal;}
.N {background-color: #A4CDEF;color: black;font-weight: normal;}
.box_border{border:1px solid #33495e} /*AUTOMATE THIS*/

#nav {background-color: transparent;padding: 0em 0em 0em 2em;white-space: nowrap;list-style: none;margin: 0;height: auto;line-height: normal;}
#nav li {display: inline;}
#nav li a {/* */ background-color: transparent;border-color: #8cacbb;border-width: 1px;border-style: solid solid none solid;color: #436976;height: auto;margin-right: 0.5em;padding: 0em 1.25em;text-decoration: none;text-transform: lowercase;}
#nav li.selected a {/* */ background-color: #dee7ec;border: 1px solid #8cacbb;border-bottom: #dee7ec 1px solid;color: #436976;}
#nav li a:hover {background-color: #dee7ec;border-color: #8cacbb;border-bottom-color: #dee7ec;color: #436976;}
#tools {/* */ background-color: #dee7ec;border-top-color: #8cacbb;border-top-style: solid;border-top-width: 1px;border-bottom-color: #8cacbb;border-bottom-style: solid;border-bottom-width: 1px;line-height: 1.6em;color: Black;padding: 0em 3em 0em 3em;margin: 0;text-align: right;text-transform: lowercase;list-style: none;}
#tools .portalUser {background: transparent url(http://plone.org/user.gif) center left no-repeat;padding-left: 18px;}
#tools .portalNotLoggedIn {/* */ color: Black;padding: 0;background: transparent;background-image: none;}
#tools li {color: #436976;margin-left: 1em;display: inline;}
#tools li a {text-decoration: none;color: #436976;}
#tools .visualIconPadding {padding-left: 10px;}
.visualCaseSensitive {text-transform: none;}
.hiddenStructure {display: block;background: transparent;background-image: none;/* */ border: none;height: 1px;overflow: hidden;padding: 0;margin: -1px 0 0 -1px;width: 1px;}
#menu {position:absolute;top:50px;}
.selected{background-color: #74a6cf;}
.btnSide { font-size: 10px; font-family: Tahoma, Arial, sans-serif; font-weight: bold; background-color: #74a6cf; text-align: center; vertical-align: middle; width: 150px; height: 20px; z-index: 0; padding: 1px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right-style: solid; border-right-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; }
.chkFriend { font-size: 10px; font-family: Tahoma, Arial, sans-serif; font-weight: bold; background-color: #74a6cf; text-align: center; padding: 1px; z-index: 0; vertical-align: middle; border-top: 1px solid #fff; border-right-style: solid; border-right-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; border-left: 1px solid #fff; }
