﻿/* www.qualityassurancemag.com */
/* MainStyle.css */

/* ELEMENTS */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #0066cc; /* blue */
    font-weight: bold;
}

hr {
    color: #d6d6d6;
    background-color: #d6d6d6; /* light gray */
    border: none;
    height: 1px;
}

img 
{
    border: none;
}

h1
{
    font-size: 18px;
}

h2
{
    font-size: 16px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 12px;
}

h5
{
    font-size: 10px;
}

h6
{
    font-size: 8px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 2px 0;
}

/* LAYOUT */
#container {
    width: 960px;
    margin: 0 auto;
}

#floating 
{
    width: 500px; 
    height: 500px; 
    position: absolute; 
    left: 50%; 
    top: 168px; 
    margin-left: -250px;
    z-index: 999;
}

#leaderboard 
{
    padding: 12px 0 24px 0;
    margin: 0 auto;
    width: 728px;
}

#header
{
    position: relative;
    height: 111px;
}

#logo
{
    padding: 0 0 9px 6px;
    float: left;
}

/* HEADER NAVIGATION */
#headermenu 
{
    float: left;
    position: absolute;
    bottom: 0;
    left: 180px;
}

ul.tabs
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabs li {
    float: left;
    margin-right: 2px;
    font-size: 14px;
}

ul.tabs li a {
    color: #000;
    display: block;
    line-height: 31px;
    text-transform: lowercase;
    font-weight: normal;
    background: #e0dac4 url('/Images/nav-bg.gif') repeat-x;
    border: solid 1px #e5e0cc;
    padding: 0 10px;
}

#headermenu ul.tabs li a:hover, ul.tabs li.selected a 
{
    color: #fff;
    background: #7eb5e4 url('/Images/nav-selected-bg.gif') repeat-x;
    border: solid 1px #8bb6d9;
}

/* 3 states - doesn't work with js
#headermenu ul li a:hover 
{
    background: #2088ab url('/Images/nav-over-bg.gif') repeat-x;
    border: solid 1px #3787cc;
    color: #fff;
}

#headermenu ul li.selected a {
    color: #fff;
    font-weight: bold;
    background: #7eb5e4 url('/Images/nav-selected-bg.gif') repeat-x;
    border: solid 1px #8bb6d9;
}*/

#subnav 
{
    border: solid 1px #8bb6d9;
    border-bottom: none;
    background: #7db5e3 url('/Images/sub-nav-bg.gif') repeat-x;
    line-height: 45px;
}

#subnav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#subnav ul.selected
{
    display: block;
}

#subnav ul li 
{
    display: inline;
    font-size: 12px;
    text-transform: lowercase;
}

#subnav ul li a 
{
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 43px;
    color: #000;
    font-weight: normal;
}

#subnav ul li.current a
{
    font-weight: bold;
}

#subnav ul li a:hover
{
    text-decoration: underline;
}

#login
{
    float: right;
    margin-right: 3px;
}

#login .txt
{
    text-align: right;
    width: 140px;
    height: 17px;
}

#sitesearch a.btn
{
    border: solid 1px #7796ae;
    background: #87a3b6 url('/Images/login-btn-bg.gif') repeat-x;
    color: #fff;
    text-transform: lowercase;
    padding: 3px;
    font-weight: bold;
}

#sitesearch
{
    line-height: 28px;
    border: solid 1px #e5e0cc;
    background: #e0dac4 url('/Images/login-search-bg.gif') repeat-x;
    text-align: right;
    padding-right: 3px;
}

#sitesearch a
{
    color: #333300;
    font-weight: normal;
}

#sitesearch .txt
{
    width: 140px;
    height: 17px;
    margin-left: 10px;
}

a.btn
{
   border: solid 1px #abaa8c;
   background: #b3ab8b url('/Images/search-btn-bg.gif') repeat-x;
   color: #fff;
   text-transform: lowercase;
   padding: 3px;
   font-weight: bold;
}

#leftcolumn 
{
    width: 120px;
    float: left;
    margin: 10px 0;
    text-align: center;
}

#leftcolumn .contentbox 
{
    border-bottom: dotted 1px #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#leftcolumn h1 
{
    text-transform: lowercase;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* Marketplace Menu */
.marketplacemenu {
    margin-bottom: 10px;
    border: solid 1px #e5e0cc; 
    padding: 6px;
    text-align: center;
    background-color: #e7ebf7;
    font-size: 9px;
}

.marketplacemenu h2 {
    text-align: left;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    color: #1869B5;
}

.marketplacemenu ul 
{
    margin: 0 0 6px 0;
    list-style: none;
    padding: 0;
}

.marketplacemenu li {
    text-align: left;
    padding: 4px 0;
    border-top: dotted 1px #969696; /* silver */
}

.marketplacemenu li a {
    color: #010101; /* black */
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.marketplacemenu li a:hover {
    color: #0066cc; /* blue */
}

.noresults {
    text-align: left;
    display: block;
    padding-bottom: 12px;
    padding-top: 0;
    margin-top: 0;
}

a.title {
    margin-bottom: 12px;
    display: block;
    font-size: 12px;
}

#middlecolumn
{
    width: 700px;
    float: left;
    margin: 10px;
}

#middlecolumn h1.header
{
    text-transform: lowercase;
    background: url('/Images/right-arrow.gif') no-repeat right center;
    font-size: 12px;
    margin: 0;
    padding: 4px 20px 4px 0; 
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.box
{
    width: 100%;
    border-top: dashed 1px #d6d6d6;
    padding: 10px 0;
}

.bluebg
{
    background: #7cb4e3 url('/Images/blue-box-bg.gif') repeat-x;
    border: solid 1px #8bb6d9;
    padding: 10px;
    position: relative;
}

.graybg
{
    background: #dfd9c3 url('/Images/gray-box-bg.gif') repeat-x;
    border: solid 1px #e5e0cc;
    padding: 10px;
    position: relative;
}


#leftside
{
    width: 414px;
    float: left;
}

/* TOP STORY */
#topstory h2
{
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 18px;
}

#topstory h2 a 
{
    color: #000;
}

#topstory p
{
    margin: 0;
}

/* HEADLINE NEWS */
#headlinenews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#headlinenews ul li {
    float: left;
    width: 202px;
    margin: 0 0 10px 5px;
}

#headlinenews ul li.clearleft
{
    margin: 0 5px 10px 0;
}

#headlinenews ul li a {
    color: #000;
    font-weight: normal;
}

/* CURRENT ISSUE */
#issuecover 
{
    float: left;
    width: 86px;
    text-align: center;
}

#issuecover a.fineprint 
{
    font-size: 10px;
    color: #fff;
}

.fineprint
{
    font-size: 10px;
}

#issuearticles
{
     float: left; 
     width: 300px;
     padding-left: 6px;
}

#issuearticles h3
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
}

#issuearticles h3 a
{
    color: #000;
}

#issuearticles p
{
    margin: 0;
    padding: 0;
}

#issuearticles hr.seperator
{
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff; 
    border-style: none none solid;
    height: 1px;
}

#rightside
{
    width: 276px;
    float: right;
}

/* MULTIMEDIA */
#multimedia h4
{
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

/* SPOTLIGHT */
#spotlight h3
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
}

#spotlight h3 a
{
    color: #000;
}

/* CASE STUDY */
/* Left aligns an image to a h3 heading for the title, 
and p for the description */
.imagelist img {
    float: left;
}

.imagelist p {
    margin-top: 4px;
    margin-bottom: 0;
}

#casestudy.imagelist h3, #casestudy.imagelist p {
    margin-left: 118px;
}

/* PRODUCT */
#product.imagelist h3, #product.imagelist p 
{
    margin-left: 118px;
}

/* Expert */
#expert h3
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
}

#expert h3 a
{
    color: #000;
}

#expert div.imagelist h3, #expert div.imagelist p 
{
    margin-left: 118px;
}

#rightcolumn
{
    width: 120px;
    float: left;
    margin: 10px 0;
    text-align: center;
}

#footer
{
    background: #38acd1 url('/Images/footer-bg.gif') repeat-x;
    border: solid 1px #3787cc;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
}

/* Footer Menu */
#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#footer ul li {
    display: inline;
    border-left: solid 1px #fff;
    margin-left: 3px;
    padding: 0 1px 0 6px;
}

#footer ul li a {
    font-size: 10px;
    color: #fff;
    line-height: 10px;
}

/* Forms */
/* FORM ELEMENTS */
.form {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.dropdownlist {
    width: 200px;
    border: solid 1px #acacac ; /* gray */
}

.label {
    width: 55px;
    display: block;
    float: left;
    clear: left;
    padding-top: 4px;
}

.multitxt {
    border: solid 1px #acacac ; /* gray */
    padding: 4px 2px 0 2px;
}

.txt {
    border: solid 1px #acacac ; /* gray */
    font-size: 12px;
    /*vertical-align: middle;*/
}
     
/* Generic Classes */    
.clearleft
{
    clear: left;
}

.clearright
{
    clear: right;
}

.clearboth
{
    clear: both;
}

.topmargin 
{
    margin-top: 10px;
}

.bottommargin 
{
    margin-bottom: 10px;
}

.floatleft
{
    float: left;
}

img.floatleft 
{
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.floatright
{
    float: right;
}

img.floatright 
{
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
}

.uppercase
{
    text-transform: uppercase;
}

.lowercase
{
    text-transform: lowercase;
}

.block 
{
    display: block;
}

.imgborder
{
    border: solid 1px #000;
}

a.morelink {
    text-transform: uppercase;
    background: #e0dac4 url('/Images/more-bg.gif') repeat-x;
    line-height: 31px;
    border: solid 1px #e2dcc7;
    padding: 0 10px;
    display: block;
}

a.white 
{
    color: #fff;
}

.indent {
    padding-left: 8px;
}

.indentdouble {
    padding-left: 16px;
}

.bold {
    font-weight: bold;
}

hr.seperator {
    color: #fff;
    background-color: #fff;
    border: 1px dotted #d3d3d3; /* Light Gray */
    border-style: none none dotted;
    height: 1px;
}

/* Horizontal list */
ul.inlinelist {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

ul.inlinelist li {
    padding: 0 8px;
    display: inline;
    background: none;
}

ul.inlinelist li a {
    font-weight: normal;
}

a.message, .message
{
    font-weight: bold;
    color: #B5171A;
}

.alternate {
    background-color: #f7f7f7; /* Off White */
}

/* Reorder List */
.dragHandle {
	cursor: move;
	border: outset thin white;
    text-align: center;
}

.callbackStyle {
	border: thin blue inset;
}

.callbackStyle table {
	background-color: #5377A9;	
	color: Black;
}

.reorderListDemo li {
	list-style: none;
	margin: 2px;
}

.reorderListDemo li a {color: #FFF !important; font-weight: bold;}

.reorderCue {
	border: dashed thin black;
	width: 100%;
	height: 100%;
}

.itemArea {
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
}

/* Pop-up */
.modalpopup {
    background-color: #F7EFDE;
    border: solid 1px #c3c2c2;
    text-align: left;
    width: 450px;
}

.modalpopup h3 {
    padding: 10px;
    background-color: #84BAE7;
    color: #fff;
    margin-top: 0;
}

.modalpopup p {
    padding: 10px;
}

ul.nolist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nolist li {
    padding: 4px 0;
    background: none;
}

.center {
    text-align: center;
}

a.underline {
    text-decoration: underline;
}

.years div.selected a
{
    text-decoration: underline;
}

.years div a
{
    cursor: pointer;
	cursor: hand;
	font-weight: normal;
}

.creativeissues div
{
    display: none;
}

.creativeissues div.selected
{
    display: block;
}

#boxhead
{
    border-bottom: #d6d6d6 1px dashed;
    padding-left: 5px;
    padding-bottom: 5px;
    text-transform: lowercase;
    font-family: Arial Helvetica sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#filter
{
    border-bottom: #d6d6d6 1px dashed;
    padding: 10px;
    text-transform: lowercase;
    font-family: Arial Helvetica sans-serif;
    font-size: 12px;
    font-weight: bold;
}



#classified-list
{
   padding: 5px;
    
}

#rtArrow
{
    margin-left:5px;   
    vertical-align: middle;
}

.collapse-panel-header
{
    margin-bottom: 5px;    
}

#classified-list
{
    margin: 10px 0;
    border: solid 1px #e1e1e1;
    border-top: none;
    border-bottom: none;
}

#classified-list .collapse-panel-header h3
{
    background: #fff url('/images/expand-header-bg.gif') repeat-x left bottom;
    padding: 6px 10px;
    text-transform: uppercase;
    font-family: Arial, Sans-Serif;
    font-size: 90%;
    border: solid 1px #e1e1e1;
    border-left: none;
    border-right: none;
    margin: 0;
    margin-top: -1px;
}

#classified-list .collapse-panel-header h3 img
{
    float: right;
    position: relative;
    top: 4px;
}

#classified-list .collapse-panel hr
{
    border-top: 1px dotted #e1e1e1; 
    padding: 10px;
}
