.AdSummaryTable
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#AdDetailsTable
{
    width: 100%;
    border-right: none;
    border-bottom: none;
}

#AdPreview
{
   border-left: solid 1px #aaa;
   border-right: solid 1px #aaa;
   background-color: #e9e8e9;
   text-align: center;
    vertical-align: top;
}

#AdPreview table
{
   width: 100%;
}

#AdPreview table tr td
{
   padding: 0px;
   text-align: center;
   vertical-align: middle;
   padding: 20px 0px 20px;
}

#AdPreview table tr td.AdActions
{
   background-color: #ddd;
   width: 200px;
   text-align: left;
   vertical-align: top;
   padding: 0px;
}

td.AdActions ul
{
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}

#uploadFiles
{
   padding: 2px 0px 2px 5px;
   background: #77e url( '../images/grey_arrow_right.gif' ) no-repeat scroll center right;
   display: block;
   font-size: 11px;
   line-height: 13px;
   text-decoration: none;
   color: #fff;
   letter-spacing: 1px;
   border-bottom: solid 1px #999;
}

#uploadFiles:hover, #uploadFiles:active
{
   padding: 2px 0px 2px 5px;
   background: #33a url( '../images/grey_arrow_right.gif' ) no-repeat scroll center right;
   display: block;
   font-size: 11px;
   line-height: 13px;
   text-decoration: none;
   color: #fff;
   letter-spacing: 1px;
   border-bottom: solid 1px #999;
}


td.AdActions ul li a:link, td.AdActions ul li a:visited
{
   padding: 2px 0px 2px 5px;
   background: #777 url( '../images/grey_arrow_right.gif' ) no-repeat scroll center right;
   display: block;
   font-size: 11px;
   line-height: 13px;
   text-decoration: none;
   color: #ddd;
   letter-spacing: 1px;
   border-bottom: solid 1px #999;
}

td.AdActions ul li a:hover, td.AdActions ul li a:active
{
   color: #fff;
   background-color: #666;
   background-image: url( '../images/white_arrow_right.gif' );
}

td.AdActions ul li a:hover, td.AdActions ul li a:active
{
   color: #fff;
   background-color: #666;
   background-image: url( '../images/white_arrow_right.gif' );
}

#TabDisplayPane
{
   padding: 0px;
}

#TabDisplayPane table
{
   width: 100%;
}

#InsertionDatesView, #ProofViewersView, #RevisionView, #ConversationView
{
   display: none;
}

#PageSelector
{
    margin-top: 5px;
    font: 8pt Verdana, Helevetica, sans-serif;
}

.ErrorSection
{
   font-size: 8pt;
   line-height: 14pt;

    color: white;
   background-color: maroon;

    padding: 10px 20px 10px 20px;

    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;

    text-align: center;
    vertical-align: middle;
}

.NoteSection
{
   font-size: 8pt;
   line-height: 14pt;

   color: white;
   background-color: #006600;

   padding: 10px 20px 10px 20px;

   border-top: solid 1px #aaa;
   border-left: solid 1px #aaa;
   border-right: solid 1px #aaa;

   text-align: center;
   vertical-align: middle;
}
