/*
 * Name: Mammotome
 * Date: May 5 2010
 * Version: 1.0
 * Author: Mader Comunications Group
 */

/*
 * Imports
 */
@import 'mammotome_reset.css';
@import 'mammotome_rebuild.css';
@import 'mammotome_styles.css';
@import 'universal.css';

/*
 * Text
 */
.animate p{
text-align: center;
}
h1,h2,h3,h4,h5,h6, .animate p{
  font-family: "Myriad Pro", arial, helvetica ,sans-serif; 
  color: #6e2a8d;
  font-weight: 600;
}
  
h1{
  font-size: 2em;
}
h2, .animate p{
  font-size: 1.5em;
}
h3{
  font-size: 1.3em;
}
h4{
  font-size: 1.2em;
}
h5{
  font-size: 1.1em;
}
p{
  color: #333;
}
a{
  color: #6e2a8d;
  font-weight: 600;
  text-decoration: underline;
}
/*
----Special Tables ----
*/
.form td{
  vertical-align: middle;
  padding: 7px 5px;
}
table.data-table{
border: 1px solid #6e2a8d;
}
table.data-table tr:first-child{
background: #6e2a8d;
color: white;
font-weight: 700;
}
table.data-table tr:last-child{
border-bottom: none;
}
table.data-table tr{
border-bottom: 1px solid #6e2a8d;
}
.data-table td{
padding: 3px 5px;
vertical-align: top;
border-right: 1px solid #6e2a8d;
}
.data-table ul{
margin: 0;
padding: 0;
}
.data-table li{
list-style-type: none;
margin: 0;
padding: 0;
}
tr td:last-child{
border-bottom: none;
}
/*
 * --Layout --
 */
body{
  background: #efefef url(images/mammotome/BG-Main.png) 50% 0 repeat-y;
}
#mainBody{
  width: 999px;
  margin: 0 auto;
  background: #fff;
}
.IE6 #mainBody{
position: relative;
z-index: 0;
}

#header{
  color: #fff;
  background: #000 url(images/mammotome/BG-Header.jpg) 50% 0 no-repeat;
}
  .IE6 #header{
    /*background: #000000;*/
    height: 110px;
    position: relative;
    z-index: 550;
  }
  .IE7 #header{
    height: 120px; 
  }
  #logoContainer{
    float: left;
    padding: 5px 15px;
    background: #fff;
    font-size: 2em;
    color: #6e2a8d;
    font-weight: 600;
  }
  #searchBarContainer{
    float: right;
    margin-right: -10px;
    padding: 15px 15px 0 0;
  }
  .IE7 #searchBarContainer{
    margin-right: -8px;
  }
      #searchBarContainer #searchTerms {
        color:#6e2a8d;
        font-weight: bold;
        font-family: "Myriad Pro", arial, helvetica ,sans-serif; 
        font-size:12px;
        height:14px;
        margin:1px 3px 0 0;
        padding:0 5px;
        width:163px;
      }
      .IE7 #searchBarContainer #searchTerms, .IE8 #searchBarContainer #searchTerms, .AppleMAC-Safari #searchBarContainer #searchTerms{
        height: 16px;
      }
      #searchBarContainer #searchGo {
        background:url("images/mammotome/BG-Search-Go.png") no-repeat scroll 0 0 transparent;
        border: none;
        width: 25px;
        height: 20px;
        overflow: hidden;
        font-size: 0;
        line-height: 60px;
        position: relative;
        left: -10px;
        top: -2px;
      }
      .IE6 #searchBarContainer #searchGo, .IE7 #searchBarContainer #searchGo{
        top: 0;
      }
      .IE8 #searchBarContainer #searchGo{
        top: -6px;
      }
      .AppleMAC-Safari #searchBarContainer #searchGo{
        top: 7px;
      }
    
  #utilityNav{
    clear: right;
    float: right;
    font-size: 10px;
    width: auto;
    padding: 1em 1.5em 0 1em;
  }
      .IE6 #utilityNav{
text-align: right;
width: 650px;
        font-size: 10px;
      }
      .IE7 #utilityNav{
text-align: right;
        width: 600px;
      }
  #utilityNav ul{
  }
    #utilityNav li a{
      color: #fff;
      padding:0 5px;
    }
  #mainNav{
    clear: both;
padding-top: 1px;
    font-size: 12px;
  }
  .IE7 #mainNav{
    position: relative;
    top: 1px;
padding-top: 0;
    z-index: 10;
  }
  #mainNav li{
    position: relative;
    float: left;
  }
    #mainNav li a{
      color: #fff;
      background: url("images/mammotome/BG-MainNav.png") left top repeat-x;
     padding: 1.2em .9em; 
      margin: 0 -3px;
      font-weight: 300;
    }
    /*
     * --  first level browser fixes --
     */
    .Firefox3 #mainNav li a, .AppleMAC-Safari #mainNav li a{
     
    }
    .IE6 #mainNav {
      font-size: 12px;
    }
    .IE6 #mainNav li a{
      background: url("images/mammotome/BG-MainNav.jpg") left top repeat-x;
margin: 0 -3px 0 -3px;
      padding: 1.5em .4em;
    }
    .IE7 #mainNav li a, .IE8 #mainNav li a{
      padding: 1.2em .8em;
    }
    /*
     * Second Level
     */
    #mainNav li ul{
      display: none;
      position: absolute;
      top: 47px;
      width: 200px;
      background: #efefef;
      z-index: 100;
    }
    #mainNav li ul li{
      float: none;
    }
    #mainNav li ul li a{
      float: none;
      padding: .5em 1em;
      margin: 0;
      background: transparent none;
      display: block;
      font-weight: bold;
      color: #000;
    }
    /*
     *  second level browser fixes
     */
     .AppleMAC-Safari #mainNav li ul, .IE7 #mainNav li ul, .IE8 #mainNav li ul{
       left: -3px;
     }
     .IE6 #mainNav li ul{
z-index: 1000;
     top: 54px;
     left: 0px;
     }
    .IE7 #mainNav li ul, .IE8 #mainNav li ul{
       top: 46px;
       left: -3px;
     }
     
     .AppleMAC-Safari #mainNav li ul a, .IE7 #mainNav li ul a, .IE8 #mainNav li ul a{
     padding: .5em .9em; 
    }
    .IE6 #mainNav li ul a{
      background: #efefef;
    }
    /*
     * Third Level
     */
     #mainNav li ul ul{
      position: static;
      display: inherit;
      background: #eee; 
      font-weight: normal;
     }
      #mainNav li ul ul a{
       color: #666;
       padding-left: 20px; 
      }
    #mainNav li.navFirst a{
      margin-left: 0;
    }
#mainNav li a.current{
background: #fff;
color: #000;
}
    #mainNav li span{
      padding: 1.2em 0;
      float: left;
    }
    /*--end #mainNav--*/
    
#pageTop{
  width: 100%;
  background: #6e2a8d url("images/mammotome/BG-Title.jpg") 0 0 no-repeat;
  height: 292px;
  overflow: hidden;
}
.IE6 #pageTop{

}
.IE7 #pageTop{
  position: relative;
  z-index: 0;
}
  #title-container{
    float: left;
    text-align: center;
    position: relative;
    width: 362px;
    height: 292px;
  }
.IE6 #title-container, .IE7 #title-container{
    z-index: 0;
  }
  #title-container .spacer{
    display: table;
    width: 362px;
    height: 292px;
  }
  #title-container .TitleZone{
    display:table-cell;
    text-align: center;
    vertical-align:middle;
  }
  #title-container .TitleZone h1{
    text-shadow: 1px 1px 5px #000;
    color:#FFFFFF;
    font-weight:100;
font-size: 2.7em;
    letter-spacing:1px;
  }
.AppleMAC-Safari #title-container .TitleZone h1{
font-weight: 600;
}
  #title-container > h1{
    color:#FFFFFF;
    text-shadow: 1px 1px 5px #000;
    display:table-cell;
    letter-spacing:1px;
    padding:0 2em;
    vertical-align:middle;
  }

  /*
   * -- IE --
   */
   .IE6 #title-container{
     width: 359px;
   }
  .IE6 #title-container > h1, .IE7 #title-container > h1{
    position: relative;
    top: -50%;
    left: -50%;
    display: block;
z-index: 0;
  }
  .IE6 #title-container .spacer, .IE7 #title-container .spacer{
    position: absolute;
    height: auto;
    top: 50%;
  }
  .IE6 #title-container .TitleZone, .IE7 #title-container .TitleZone{
    position: relative;
    top: -50%;
    left: -50%;
    display: block;
  }
  #title-container img{
    float: right;
    margin-left: -362px
  }
  #breadCrumbContainer ul{
    color: #6e2a8d;
    padding-left: 1.5em;
  }
  #breadCrumbContainer li a{
    font-weight: normal;
    text-decoration: none;
padding-right: 5px;
  }
#breadCrumbContainer li span{
padding-right: 5px;
}
/*
 * -- end #pagetop area
 */
#pageContent{
padding: 15px 20px;
background: url("images/mammotome/BG-2ndNav.png") 0 0 repeat-x;
}
#centerZone {
  width: 550px;
  float:right;
  padding-right: 50px;
  margin-left: -362px;
  overflow-x: hidden;
}
.fullPage #centerZone{
  margin: 0;
  width: auto;
  padding:0 50px 0 25px;
}
#callOutZOne{
  float: left;
  padding: 0 25px;
  width: 279px;
}

.fullPage #callOutZOne{
  width: 550px;
  float: right;
  padding-right: 50px;
  padding-top: 15px;
  margin-left: -362px
}
/*
 * -- SecondaryNav --
 */
#secondaryNav{
margin-left: -45px;
}
#secondaryNav li a{
background:none repeat scroll 0 0 #FFF;
color:#c3afd4;
font-weight:bold;
margin-left:1px;
padding:5px 5px 5px 44px;
text-decoration:none;
}

#secondaryNav li a.current{
  border-bottom: 1px solid #c3afd4;
  
  color: #6e2a8d;
}
#secondaryNav li ul a{
padding-right: 20px;
padding-left:80px;
}
#secondaryNav li ul a.current{
color: #6e2a8d;
padding-left:80px;
border-bottom: none;
}
#secondaryNav li ul ul a{
padding-left: 100px;
}
#secondaryNav li ul ul a.current{
color: #6e2a8d;
padding-left:100px;
border-bottom: none;
}

#bottomZone{
  padding: 15px 50px 15px 25px;
  clear: both;
}
.fullPage #bottomZone{
  clear: none;
  float: left;
  padding: 0 25px;
  padding-top: 15px;
  width: 279px;
}

#bottomNav{
  clear: both;
  background: url(images/mammotome/BG-BottomNav.png) 0 0  repeat-x;
  color: #fff;
  height: 30px;
  width: 1000px;
  margin: 0 -20px;
  text-align: right;
  margin-top: 50px;
  padding-top: 8px;
 
}
#bottomNav ul{
  padding-right: 75px;
}
#bottomNav li a{
  padding: 0 5px;
  color: #fff;
}
#contetnFooter{
margin-top: 10px;
color: #777;
font-size: 11px;
}
/*
* ---- Classes for the quiz ----
*/
dl.quiz{margin: 0;}
.quiz ol{font-weight: 600; margin: 10px 20px;}
.quiz dt{font-weight: normal;}
.quiz b{color: #6e2a8d; vertical-align: baseline;}
.quiz li{
cursor:pointer;

}
span.correct{
        display: none;
      }
      .quiz dt, .quiz dd{
        display: none;
      }
      .selected{
        color: #FF0000;
      }
      .quiz ol{
        list-style-type: lower-alpha;
      }
.score{
font-size: 24px;
}
.bad{
 color: red;
}
.good{
color: green;
}
.avg{
color: blue;
}

.q_of_q  {
font-size:24px;
color: #6e2a8d;
margin: .3em 0;

}
/*
----Filter block ----
*/
.Aggregation p{
margin-bottom: 0;
}
.Aggregation p.linkText{
padding-bottom: .3em;
/*border-bottom: 1px dashed #6e2a8d;*/
text-align: right;
clear: left;
}
.Aggregation .loading{
display: none;
}

/*
---- Filter with teaser image ----
*/

.AggregationResults .image p, .AggregationResults .image p.linkText, .AggregationResults .image h4{
	margin-left: 190px;
}
.AggregationResults img{
	float: left;
        margin-bottom: 0;
padding: 2px;
border: 1px solid #999;
}
.AggregationResults .image{
min-height:140px;
}
.AggregationResults .image h4{
clear: none;
}
.AggregationResults .image p.linkText{
border-bottom: none;
}

.AggregationResults .data div > div{
	padding-top: 20px;
	margin-top:6px;
	border-top:#6e2a8d dashed 1px;
}
.paginationFooter{
	font-size: 80%;
	list-style-type: none;
	display: block;
height:20px;
}
.paginationFooter li{
	margin-right:6px;
	padding:5px;
	display: block;
	float: left
}
.paginationFooter .prevButton, .paginationFooter .nextButton{
	padding: 0;	
}
.paginationFooter .prevButton a, .paginationFooter .nextButton a{
	display:block;
	text-decoration:none;
	padding:5px;
  border-color: #ccc #999 #999 #ccc;
  border-style: solid;
  border-width: 1px;
  background: #fff url("images/frmBg2.jpg") 0 0 repeat-x;
}

/*
*----Login Block----
*/
.ErrorMessage{
display: none;
}
.LogIn .logInForm{margin-bottom: 30px;}
.LogIn .loggedIn{margin-bottom: 30px;}
.altLogin .loggedIn{
display: none;
}

.LogIn h3 {
border-bottom:1px solid #C3AFD4;
margin:0 0 10px -45px;
padding:0 0 0 65px;
}
.LogIn .username, .LogIn .password{text-align: right;margin-bottom: 5px;}
.LogIn label{margin-right:15px;}
.LogIn .username input, .LogIn .password input{width: 149px;}
.LogIn .ErrorMessage{color: red; text-align: right;}
.LogIn .buttons{float: right; margin-bottom: 5px;}
.LogIn .forgot{
	clear: right;
	float: right;
	font-size: 80%;
}
.LogIn .account{
	float: right;
	padding-right: 15px;
	font-size: 80%;
}
.LogIn .loggedIn h3{
	display: none;
}
/*
 * ---- Registration Block ----
 */
.accountProfile .ErrorMessage{margin:10px 0;padding:10px; border:1px solid red;}
.accountProfile .SFMessage ul{list-style-type: none; color:red; margin-left:15px;}
.UserAccount {
    border: 1px solid #666666;
    width: 350px;
    padding: 10px 10px 30px 10px;
}
.accountForm{text-align: right;}
.accountForm > div{margin-bottom: 10px;}
.accountForm .required {text-align: left;}
.accountForm .required span{color: red;}
.accountForm input{display: inline;}
.accountProfile .reqYes{color: red;}
.UserAccount .buttons{
	text-align: right;
}
/*
----Faq----
*/
.FAQ{
margin-top: 15px;
}
.FAQ dt{
font-weight:bold;
font-style: italic;
padding:10px 0 0 20px;
background: url("images/faq_q.png") no-repeat scroll left 10px transparent;
border-top:#C3AFD4 dashed 1px;
}

.FAQ dd{
margin:15px 0 15px 60px;
padding-left: 20px;
background: url("images/faq_a.png") no-repeat scroll left top transparent
}
/*
--Search Results --
*/
.titleMiddle{
display: none;
}
.hide-dev-links .Freeform a{
display: none;
}
/*
--Job-Posings --
*/
.job-posting td {
    padding: 15px 5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    vertical-align: middle;
}
.job-posting tr td:last-child{
border-bottom: 1px solid #999;
}

.job-posting table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.job-posting h2{
font-size: 14px;
text-transform: uppercase;
}
.apply{
margin: 5px 5px 15px 0;
padding: 5px;
border: 1px solid;
background: #eee;
display: block;
width: auto;
float: left;
}
.graphic-assets a{
font-weight:normal;
}
.graphic-assets img{
border: none;
}

.IE7 .copy{
margin-left: 15px;
}
.copy sup{
left:-0.1em;
bottom: 0.3em;
}
.IE sup{
font-size: 14px;
}
#contactFooter{
float: right;
}
.TOCBlock{
margin-bottom: 15px;
}
.TOCBlock h4{
color:#6E2A8D;
font-weight:600;
text-decoration:underline;
font-size: 12px;
}
.IE .registered{
position: relative;
bottom: 0.5em;
font-size: 60%;	
}
/*
--- Pass Through ---
*/
.pass-through	.login{
border: 1px solid #444;
margin-bottom: 15px;
padding: 15px;
position: relative;
}
.pass-through	.login p input{
width: 231px;
padding: 3px 6px;
}
.pass-through	.required{
color: #FF0000;
}
.pass-through	.login p.zip input{
width: 39px !important;
}
.pass-through	.login p.ph input{
width: 92px !important;
}
.pass-through	.required{
color: #FF0000;
}

.form-container{
position: relative;
display: inline-block;
vertical-align: top;
}
.pass-through label{
position: absolute;
z-index:  2;
padding: 3px 8px;
cursor: text;
}
.AppleMAC-Safari .pass-through label{
padding: 7px 8px;
}
.pass-through label.editing{
color: #999;
}


.pass-through .error-message, .pass-error-message{
display: none;
color: #FF0000;
position: absolute;
left:266px;
width:17em;
margin-top: 2px;
background: #fff;
background: rgba(255,255,255,0.9);
padding-left:5px;
border: 1px solid;
}
.pass-through .buttons{
float: right;
clear: both;
}
.pass-through #callOutZOne{
min-height: 460px;

}
.IE8 .pass-through #pageContent{
background: none;
}
.pass-through #pageTop{
height: auto;
min-height: 60px;
}
.pass-through #pageTop h1{
color: #fff;
margin:14px 10px 10px 50px;


}
.lit-ex{
color: #fff;
background: #6F2A8E;
border: 1px solid #82539B;
padding: 2px 10px;
position: relative;
left: -7.6em;
text-decoration: none;
}
.Unknown.Firefox3 .lit-ex, .AppleMAC-Safari .lit-ex{
top: 1px;
}
.AppleMAC-Safari .lit-ex, .IE .lit-ex{
left: -9em;
}
.IE .lit-ex{
top: -1px;
}

