/* BEP 2005 css - on-screen / primary */
/* v0.2, 21 Feb 2005 */
/* 'Suckerfish' top nav dropdowns from http://www.alistapart.com/articles/dropdowns/, by Patrick Griffiths & Dan Webb */
/* content */
a.tooltip {
  z-index:24;
  color:#FF5E2F;
  position:relative;
  border-bottom:1px #FF5E2F;
  text-decoration:none;
}

a.tooltip:hover {
  z-index:25;
  color:#7a7a7a;
  border-bottom:1px #7a7a7a;
  text-decoration:none;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position:absolute;
  top:2em;
  left:0em;
  border:1px solid #F0D070;
  padding:3px;
  display:block;
  width:245px;
  color:#D0A010;
  background-color:#FFFFE4;
}
#contentsynd
{
    z-index: 0;
    position: relative;
    margin: 0 15px 0 200px;
    padding: 120px 0 2em 0;
    color: #333;
    background-color: transparent;
}
.syndFormLabel
{
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.welcomeMsg
{
    margin: 1.6em 0 1.6em 0;
    padding: 0.25em;
    font-size: 85%;
    border-bottom: 1px solid #d78023;
}
.syndGridHeader
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #daddeb;
    padding: 4px 4px 4px 5px;
}
.syndicationList
{
    list-style-type: none;
    text-align: left;
    line-height: 1.4em;
    margin: 0.5em 0 0 0;
    padding: 0 0 0 1.5em;
    background-color: transparent;
    background-image: url(/style%20library/en-us/core%20styles/Images/bullet.gif);
    background-position: 0 0.5em;
    background-repeat: no-repeat;
}
.helplink
{
  position:absolute;
    
    top: -20px;
    right: 0;
}
fieldset
{
    padding: 0 0.5em 1em 0px;
    margin-bottom: 0px;
}

.before_wide
{
    position:relative;
    height:1px;
}

.cba_wide
{
    position: absolute;
   /* right: 270px;
    line-height: 1.6em;
    width: 12em;
    */
    padding-left: 170px;
}

.c_wide
{
    height: 60px;
    padding-left: 170px;
}

.after_wide
{
   clear:both;
}

.cbc_wide
{
   /* right: 270px;
    line-height: 1.6em;
    width: 12em;
    padding-left: 170px;*/
        padding-left: 170px;

}

.row
{
    clear: both;
    padding-left: 1em;
    padding-top: 0.7em;
}
.row label
{
    padding-left: 5px;
    padding-right: 10px;
}

.syndAdminLabel
{
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.syndCheckbox
{
    padding-left: 170px;
    line-height: 1.6em;
    width: 30em;
}

.syndDateBox
{
    width: 10em;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
}


.syndFormLabel
{
    float: left;
    width: 150px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cbd_wide
{
    position: absolute;
   /* right: 10em;
    width: 12em;
    line-height: 1.6em;*/
}

.legend_help
{
    position:relative;
    width: 100%;
}

.leftlabel
{
    float:none;
    padding-left:50px;
    width: 300px;
}
.aligned
{
    float:none;
    padding-left:50px;
    left: 300px;
}