﻿body {
}

img{
border:0px;
}

#leftWrapper {
  margin-left: 34px;
  width: 460px;
  float: left;
}

#rightWrapper {
  margin-left: 30px;
  width: 430px;
  float: left;  
}

#divAssistanceDetail {
	width:457px;
	font-size: 13px;
}

a.secTab_ast:link, a.secTab_ast:visited, a.secTabSel_ast:link, a.secTabSel_ast {
  display: block;
  border: 1px solid #dcdcdc;
  line-height: 10px;
  height: 24px;
  float: left;
  text-decoration: none;
  color: #c0c0c0;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:3px;
}
a.secTab_ast:hover {
  background-color: #f0f0f0;
}

a.secTabSel_ast:link, a.secTabSel_ast {
  border-bottom: 1px solid #ffffff;
  color: #999999;
}

div.secTabLine_ast {
  height: 27px;
  float: left;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #ffffff;
}

div.divADetail {
  width: 300px;
  margin-right: 10px;
  float: left;
}

div.divAIcon {
  width: 40px;
  margin-right: 10px;
  float: left;
}

div.divADInfo{
float:right;
margin-top:20px;
}

div.yellowlist{
    background-image:url(../images/yellow_triangle.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding-left:20px;
    font-weight:bold;
    color:#000000;
}

div.divyellowlistContent{
    padding-left:20px;
    padding-bottom:20px;
}

div.divDot{
    background-image:url(../images/dot.gif);
    background-repeat:repeat-x;
    height:5px;
    margin-left:20px;
}


.blackbold{
    font-weight:bold;
    color:#000000;
}