/* DW.CSS

 * Copyright (C) 2005 Six Ray Vision LLC.  All rights reserved.

 * version: $Id: dw.css,v 1.2 2005/04/20 17:17:40 doug Exp $

 */







/* STYLE FOR BODY AREA */




#body h2.alt {
	background-image:  url(/transera/data/arrow-h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin: 17px 0px 5px;
	padding-top: 4px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #aaa;
}




#body ul {

  position: relative; left: -10px;
  margin-top: 10px;

  list-style-image: url('/transera/data/arrow-li.gif');

}

#body li {
margin-bottom: 5px;
}


#body em {

  color: #7e8998 ! important;

}



#body p {

  color: #333;

  margin: 2px 0px 5px;

}
#body p.red {

  color: #c45d4a;
}



#body h2.title {

  font-size: 13px;

  padding: 0px;

  margin: 10px 0px;

  color: #57667d;

}
#body h3.title {

  font-size: 12px;

  padding: 0px;

  margin: 10px 0px;

  color: #57667d;

}
#body h3.myth {

  font-size: 12px;

  padding: 0px;

  margin: 7px 0px;

}


.tabs-left-pad {
  padding-left: 10;
}

.tabs {border-bottom: 1px solid #666;}

.tabs {background-image: url('/transera/data/tabs-bg.gif');}

.tabs a, .tabs a:link, .tabs a:active, .tabs a:visited {
  color: #ffffff;
  margin-right: 12px;
  margin-left: 12px;
  font-weight: bold;
}

.tabs a:hover {color: #70d1fc;}


.tabs a.on, .tabs a.on:link,.tabs a.on:active, .tabs a.on:visited {
  color: #70d1fc;
}

.tabs a.on:hover {
  color: #70d1fc;
}


