/********************************
* CRN Styles
* 
* 1. General Page Styles
* 2. Page Header Styles
* 4. Main Content Styles
* 5. Form Styles
* 6. Footer Styles
* brightcove
* channel services
* menus
* tabs
* videobox
toc subscriber service
header search box
tournament polls
********************************/ 


/*******************************
*
* 1. General Page Styles
*
*******************************/
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background: #969696;
}

/* default link style */
a,a:visited {
    color: #336699;
}

/* link hover color */
a:hover {
    color: #003366;
}

/* global paragraph style */
p {
    margin: 5px 0px 15px 0px;
    /*line-height: 18px;*/
}

p.list {
    margin: 5px 0;
}

p.noMargin {
    margin: 0;
}

p.quote {
    font-family: Calibri, Arial;
    font-size: 16px;
    font-weight: bold;
    clear: both;
    margin: 0;
}

input,select,textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}

table td {
    vertical-align: top;
}

hr {
    height: 1px;
    background: #999999;
}

#pageContainer {
    background: url("http://www.crn.com/images/gen_images/page_bg_tile.gif") repeat-y;
    width: 971px;
    overflow: hidden;
    padding: 0 10px 0 7px;
    margin-left: auto;
    margin-right: auto;
}

.pageBorderTop,.pageBorderBottom {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -10px;
  
    width: 990px;
    height: 15px;
    margin: 0 -7px;
}

.pageBorderBottom {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -504px;
}

form {
    margin: 0;
    padding: 0;
}

/*******************************
*
* 2. Page Header Styles
*
*******************************/ 


/* logo and eyebrow from sitead code */


#logo {
padding: 0 5px;
float: left;
}

#eyebrow {
	background: #efefef;
	text-transform:uppercase;
	color: red;
	font-weight:bold;
}

/* page header container */
#pageHeader {
    clear: both;
    display: block;
    height: auto;
    position: relative;
    z-index: 99 !important;
}

#splashPageHeader {
    height: 55px;
    background: #DDD;
    font-family: Calibri, Arial;
    font-weight: bold;
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}

#splashLogo {
    margin: 8px 30px 0 0;
    width: 190px;
}

#welcomeText {
    width: 85px;
    text-align: right;
    line-height: 20px;
}

.skipLink {
    margin: 0 0 5px 0;
}

.skipLink a,.skipLink a:visited {
    color: #999;
    font-weight: bold;
    font-family: Calibri, Arial;
    text-decoration: none;
}

#pageBranding {
    height: 74px;
    background: url("http://i.crn.com/misc/tbnr_right2.gif") no-repeat 430px 0px; 
  
}

/*utility nav item container */
#utilityNav ul,#pageFooter ul {
    margin: 0px;
    padding: 0px;
}

/* utility nav list items */
#utilityNav ul li,#pageFooter ul li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px 2px 0px 1px;
}

#pageFooter ul li {
    font-weight: normal !important;
    font-size: 11px !important;
}

/* utility nav container */
#utilityNav {
    text-align: right;
    color: #666;
    font-size: 11px;
    line-height: 30px;
    height: 28px;
    overflow: hidden;
    float: right;
    margin-top: 4px;
    padding-right: 2px;
}

#utilityNav ul {
    display: block;
    padding-right: 7px;
    height: 33px;
}

.register {
    width:300px;
  background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: 138px -631.5px;
}

/*utility nav link style */
#utilityNav a,#utilityNav a:visited {
    color: #333;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 7px;
    line-height: 30px;
}

#utilityNav a:hover {
    color: #1F1F1F;
}

#utilityNav a.white {
    color: #FFF !important;
}

/* utility nav link rollover color */
#utilityNav a.white:hover {
    color: #d0d5dd !important;
}

.username {
    color: #666;
    font-weight: bold;
    padding: 0 7px;
  /*   text-transform: uppercase; */
  text-transform: none;
}

#headerRight {
    float: right;
    color: #FFF;
    font-size: 11px;
    height: 72px;
    width: 500px;
    overflow: hidden;
    font-weight: bold;
}

#headerRight .label {
    text-transform: uppercase;
}

#searchBar {
    float: right;
    text-align: right;
    clear: right;
    height: 20px;
    width: 400px;
    margin: 18px 8px 0 0;
    padding: 0 0 0 20px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    z-index: 3;
}

#searchBar input,#searchBar select {
    vertical-align: middle;
}

#searchBar a,#searchBar a:visited {
    color: #FFF;
    font-weight: normal;
    padding: 2px 0 0 8px;
    position: absolute; 
}

#searchBar form {
    display: inline;
    margin: 0;
    padding: 0;
}

/*************************************
*
* 3. Primary Nav Styles
*
**************************************/
#primaryNav {
    height: 22px;
    width: 975px;
    clear: both;
    z-index: 99 !important;
    text-transform: uppercase;
}

/* primary nav image fix for IE */
#primaryNav img {
    margin: 0px 0px 3px 0px;
    padding: 0;
}

/* was padding 0 10 -- added font family */
.navItem {
    padding: 0 4px !important;
    font-family: sans-serif;
}

#community {
    position: absolute;
    padding-left: 10px;
    border-right: none !important;
    z-index: 5;
}

#community a {
    padding: 3px 0 3px 0px !important;
}


#navCapLeft {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -683px;
  
}

#navCapRight {
    background: url("http://www.crn.com/images/tbnr_images/tbnr_nav_cap_right.gif") no-repeat
        right top;
}

#navCapRightSubNav {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: 950px -725px;
}

#subNav {
    height: 25px;
    /*width: 928px;    overflow: hidden;*/
    margin: 0 3px 0 20px;  
    background: url("http://www.crn.com/images/tbnr_images/tnav_2ndlvl_cap_left.gif") no-repeat left top;
}

#subNavInner {
    background: url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_cap_right.gif) no-repeat right top;
}

#subNavContent {
    height: 25px;
    line-height: 24px;
    background: url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_hi_tile.gif) repeat-x;
    /* margin: 0 10px 0 20px; */
    margin: 0 6px 0 16px;
}

#subNavContent a,#subNavContent a:visited {
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 11px;
    padding: 0 5px;
    border-right: 1px solid #bbb;
}

#subNavContent a.first {
    padding-left: 0;
}

#subNavContent a:hover { /*color: #003366;*/
    color: #336699
}

#subNavContent a.selected {
    color: #c22027 !important;
}


/* repeated subNav ids as classes */

.subNav {
    height: 25px;
    /*width: 928px;
    overflow: hidden;
    margin: 0 3px 0 40px;
    */
    margin: 0 3px 0 26px;
    background: url("http://www.crn.com/images/tbnr_images/tnav_2ndlvl_cap_left.gif") no-repeat left top;
}

.subNavInner {
    background: url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_cap_right.gif)
        no-repeat right top;
}

.subNavContent {
    height: 25px;
    line-height: 24px;
    background: url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_hi_tile.gif) repeat-x;
    margin: 0 10px 0 20px;
}

.subNavContent a,.subNavContent a:visited {
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 11px;
    /* padding: 0 6px; */
    padding: 0 3px;
    border-right: 1px solid #bbb;
}

.subNavContent a.first {
    padding-left: 0;
}

.subNavContent a:hover { /*color: #003366;*/
    color: #336699
}

.subNavContent a.selected {
    color: #c22027 !important;
}

/*************************************
*
* 4. Main Content Styles
*
**************************************/
#contentContainer {
    display: block;
    padding: 10px;
    margin: 0;
}

#splashContentContainer {
    display: block;
    padding: 0;
    margin: 0;
    background: url(http://www.crn.com/images/adsplash_images/adsplash_adbnr_tile.gif)
        repeat-x top;
}

.splashAd {
    margin-top: 1px;
}

#splashAdContainer {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* breadcrumb trail style */
.crumb {
    height: 15px;
    margin: 3px 0;
    font-size: 10px;
    color: #CCCCCC;
}

.crumb a {
    text-decoration: none;
}

.crumb a:hover {
    text-decoration: underline;
}

.backLink {
    font-size: 11px;
    position: relative;
}

/* page main content area container */
#mainContent { 
/*float: left;     margin: 10px;*/
}

#splashMainContent {
    padding: 20px;
    background: #FFF;
}

/* page title style */
h1 {
    font-family: Calibri, Arial;
    font-size: 30px;
    color: #666;
    margin: 0 0 5px 0;
    line-height: 26px;
}

h1.featureTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
}

h1.pageTitle {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin: 0px 0px 8px 0px;
    font-family: Calibri, Arial;
    border-bottom: 2px solid #336699;
}

h1.pageTitle1 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin: 0px 0px 8px 0px;
    font-family: Calibri, Arial;
}

h1.pageTitle img {
    margin-right: 5px;
}

/* page title 2 */
h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0px 0px 8px 0px;
    font-family: Calibri, Arial;
}

/* page title 3 */
h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0px 0px 8px 0px;
    font-family: Calibri, Arial;
}

ul {
    margin: 0 0 10px 18px;
    padding: 0;
}

ul ul {
    margin: 0 0 0 18px;
}

li {
    list-style: url(http://www.crn.com/images/gen_images/bullet_grey.gif);
    line-height: 14px;
    padding: 2px 0;
    margin: 0;
}

ul.homeList li {
    /*list-style: url(http://www.crn.com/images/gen_images/bullet_red.gif);*/
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 10px;
}

ul.homeList a {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

ul.articleList li {
    line-height: 14px;
    margin-bottom: 10px;
}

ul.articleList a {
    font-weight: bold;
    font-size: 12px;
}

ul.first_five li {
    list-style: none;
}

td.right {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.center {
    vertical-align: middle;
}

.additionalDetail {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

.span1Col,.span1Col_R {
    float: left;
    width: 170px;
    margin: 0 20px 10px 0;
}

.span2Cols,.span2Cols_R {
    float: left;
    width: 370px;
    margin: 0 20px 0px 0;
}

.span3Cols,.span3Cols_R {
    float: left;
    width: 760px;
    margin: 0 20px 10px 0;
}

.span4Cols,.span4Cols_R {
    float: left;
    width: 760px;
    margin: 0 20px 20px 0;
}

.span5Cols,.span5Cols_R {
    float: left;
    width: 960px;
    margin: 0 20px 20px 0;
}
.rankingsSpan2Cols{
    float: left;
    width: 420px;
    margin: 0 20px 20px 0;
}

.spanCenter {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.spanHalf,.spanHalf_R {
    float: left;
    width: 465px;
}

.span1Col_R,.span2Cols_R,.span3Cols_R,.span4Cols_R,.span5Cols_R,.spanHalf_R
    {
    float: right;
}

.noMargin {
    margin-right: 0;
}

.mainFeature {
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}

.mainFeatureHeader,.categoryHeader,.categoryHeaderTall {
    height: 24px;
    line-height: 24px;
     background: url(http://www.crn.com/images/gen_images/sqrl_bnr_bg_edge.gif) no-repeat right top; 
    font-weight: bold;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
}
.categoryHeaderTall {
    height: auto;
    line-height: 18px;
    min-height: 24px;
}
.mainFeatureHeader div {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -767px;
  padding-left: 10px;
    height: 24px;
}

.otherTitle {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

#featureController {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -128px;
  
    height: 20px;
    width: 185px;
    text-align: center;
}

#featureController a.step,#featureController a.stepSelected {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -168px;
  
    padding: 0 5px 2px 4px;
    line-height: 18px;
    color: #666;
    text-decoration: none;
}

#featureController a.stepSelected {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -168px;
    color: #FFF;
}

.newsCategory {
    margin-bottom: 15px;
    font-size: 11px;
}


.categoryHeader {
    height: 22px !important;
    overflow: hidden;
    /*ackground: url(http://i.cmpnet.com/crn/images11/tab_bg_base_360.jpg) no-repeat left top; */
}
  
.categoryHeaderTall {
    height: auto;
    overflow: hidden;
    background: url(http://www.crn.com/images/gen_images/sqrl_bnr_bg_edge_tall.gif) no-repeat left top;
}
.categoryHeader div {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -811px;
    height: 22px;
    padding-left: 20px;
}
.categoryHeaderTall div {
    background: url(http://www.crn.com/images/gen_images/sqrl_bnr_cap_left_blue_tall.gif) no-repeat left top;
    height: auto;
    padding-left: 20px;
}
.categoryHeader div.borderBottom {
    height: 21px;
    border-bottom: 1px solid #BBB;
}

.categoryHeader1 {
    height: 22px !important;
    overflow: hidden;
    background: url(http://www.crn.com/images/gen_images/tab_bg_base_big.gif) no-repeat left top; 
    /*  wrong graphic - need to update this */
}

.categoryHeader1 div {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -811px;
  
    height: 22px;
    padding-left: 20px;
}

.categoryHeader1 div.borderBottom {
    height: 21px;
    border-bottom: 1px solid #BBB;
}

.embedded {
    background-position: right top;
}

.newsCategoryContainer {
    background: #F1F1F1;
    border: 1px solid #BBB;
    padding: 10px;
}

.moreCategory {
    padding-left: 18px;
}

.moreCategory a {
    font-weight: bold;
}

.listHeadline {
    margin: 0 !important;
    font-weight: bold;
    font-size: 14px;
    font-family: Calibri, Arial;
}

.listHeadline a {
    text-decoration: none;
}

.listLead {
    margin: 0;
    font-size: 11px;
    line-height: 16px;
}

.blogPhoto {
    margin: 4px 5px 0 0;
    float: left;
}

.blogAuthor {
    font-family: Calibri, Arial;
    margin: 0;
}

.blogTitle {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

.mainBlogAuthor {
    font-size: 12px;
    font-weight: bold;
}

.mainBlogTitle {
    font-size: 14px;
    font-weight: bold;
}

.imgPad_R {
    margin-right: 10px;
}

.imgPad_L {
    margin-left: 10px;
}

.moreLink {
    font-size: 11px;
    margin: 0;
}

.noUnderline {
    text-decoration: none;
}

.snav_level0,.snav_level1,.snav_level2,.snav_level3 {
    background: url(http://www.crn.com/images/gen_images/bullet_grey.gif) no-repeat;
    padding: 2px 0 2px 14px;
}

.snav_level1 {
    margin-left: 10px;
}

.snav_level2 {
    margin-left: 20px;
}

.parentCol {
    background: url(http://www.crn.com/images/gen_images/bullet_arrow_collapsed.gif) no-repeat left 3px;
    cursor: pointer;
}

.parentExp {
    background: url(http://www.crn.com/images/gen_images/bullet_arrow_expanded.gif) no-repeat left 3px;
    cursor: pointer;
}

.sqrl {
    background: #FFF url(http://www.crn.com/images/gen_images/sqrl_btmtall_tile.gif)
        repeat-x bottom;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0 8px;
    margin-bottom: 15px;
}

.sqrlBanner,.sqrlTop {
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    color: #555;
    margin: 0 -9px;
    text-transform: uppercase;
    /* background: url(http://www.crn.com/images/gen_images/sqrl_bnr_tile_wht.png) repeat-x top; */
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_2.png");
      background-position: 180px -52px;
  
}

.sqrlTop {
    background: url(http://www.crn.com/images/gen_images/sqrl_topshort_tile.gif);
    height: 10px;
}

.gray {
    background: url(http://www.crn.com/images/gen_images/sqrl_bnr_tile.gif) repeat-x;
}

.red {
    /*background: url(http://www.crn.com/images/gen_images/sqrl_bnr_tile.gif) repeat-x;*/
    color: #F00;
}

.redShort {
    color: #F00;
}

.blue {
    background: url(http://www.crn.com/images/gen_images/sqrl_bnr_tile.gif) repeat-x;
    color: #0A4988;
    font-family: Calibri, Arial;
    font-size: 18px;
}

.featureStories {
    height: 215px;
    color: #555;
    padding: 10px 0;
}

#featureImage {
    height: 185px;
    width: 185px;
    overflow: hidden;
}

#featureCopy {
    float: right;
    width: 172px;
}

#featureCopy h2 a {
    text-decoration: none;
    line-height: 20px;
}

#featureCopy p {
    line-height: 16px;
}

.topStories {
    /*background: url(http://www.crn.com/images/gen_images/tab_bnr_fade_tile.gif) repeat-x;*/
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_2.png");
      background-position: 0px -96px;
  
    height: 24px;
    color: #555;
    padding: 5px 0 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.sqrlTopLeft,.sqrlBannerLeft {
    /* background: url(http://www.crn.com/images/gen_images/sqrl_bnr_left_wht.png) no-repeat left top; */
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -1169px;
  
    height: 24px;
    /*overflow: hidden;
    width: 10px;
    position: relative;
    float: left;
    margin: 0 0 0 -9px;*/
}

.sqrlTopLeft {
    background: url(http://www.crn.com/images/gen_images/sqrl_topshort_left.gif) no-repeat left top;
    height: 10px;
}

.sqrlTopRight,.sqrlBannerRight {
    /* background: url(http://www.crn.com/images/gen_images/sqrl_bnr_right_wht.png) no-repeat left top; */
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: 350px -1213px;
  
    height: 24px;
    padding-left: 10px;
    /*width: 10px;
    position: relative;
    float: right;
    margin: 0 -9px 0 0 !important;*/
}

.sqrlTopRight {
    /* background: url(http://www.crn.com/images/gen_images/sqrl_topshort_right.gif) no-repeat right top;*/
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: 350px -1213px;
  
    height: 10px;
}

.sqrlBannerRight {
    /* background: url(http://www.crn.com/images/gen_images/sqrl_bnr_right_wht.png) no-repeat right top; */
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: 350px -1213px;
  
}

.sqrlContent {
    clear: both;
    z-index: 10;
    position: relative;
    padding-top: 5px;
    /*font-size: 11px;*/
}

.scroller {
    height: 390px;
}

.sqrlFooterLeft {
    /* background: url(http://www.crn.com/images/gen_images/sqrl_btmtall_left.gif) no-repeat left bottom; */
          background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -269px;
  
    height: 10px;
    width: 10px;
    position: relative;
    float: left;
    margin: 1px 0 -1px -9px !important;
}

.sqrlFooterRight {
    /* background: url(http://www.crn.com/images/gen_images/sqrl_btmtall_right.gif) no-repeat right bottom; */
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -364px;
  
    height: 10px;
    width: 10px;
    position: relative;
    float: right;
    margin: 1px -9px -1px 9px !important;
}

.sqrlGrid {
    margin-top: 5px;
    font-size: 11px;
}

.sqrlGrid td {
    padding: 0 0 5px 0;
}

.sqrlGrid img img.embed{
    margin-right: 8px;
}

.sqrlGrid img.noMargin {
    margin-right: 3px;
}

.sqrlGrid span {
    font-size: 10px;
    color: #999;
}

.tight {
    padding: 0;
    margin: -5px 0;
}

.redTitle {
    font-size: 16px;
    font-family: Calibri, Arial;
    color: #e11b22;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 14px;
}

#articleHeader {
    border-top: 3px solid #999;
    width: 955px;
}

#articleHeaderRight {
    width: 385px;
    /*height: 45px;*/
    height: auto;
    padding: 4px 7px 0 0;
    margin-bottom: 15px;
    color: #666;
    float: right;
    background: url(http://www.crn.com/images/gen_images/article_socialmedia_bg.gif) no-repeat bottom;
}

#articleFooter {
    border-top: 3px solid #999;
    /*height: 45px;*/
    height: auto;
    padding: 5px 7px 0 0;
    background: url(http://www.crn.com/images/gen_images/article_socialmedia_bg.gif) no-repeat right bottom;
    margin-bottom: 10px;
}

#articleHeaderLeft {
    width: 820px; 
    /* was 560 */
    float: left;
}

.articlebyline {
    float: left;
    width: 330px;
    font-family: Calibri, Arial;
    font-weight: bold;
    font-size: 18px;
    color: #666;
}

.articlepublishdate {
    float: right;
    width: 220px;
    text-align: right;
    font-family: Calibri, Arial;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.slideshowpublishdate {
    text-align: right;
    font-family: Calibri, Arial;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.embeddedFeature {
    width: 200px;
    margin: 5px 20px 10px 0;
    float: left;
    /*display: none;*/
}

.socialMediaTools {
    /*width: 378px;*/
    text-align: right;
    float: right;
    color: #666;
}

.socialMediaTools p {
    margin: 0 0 3px 0;
}

.socialMediaTools a {
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

.socialMediaTools a.small {
    font-size: 10px;
}

#relatedBar,.resultsBar {
    background: url(http://www.crn.com/images/gen_images/related_bnr_bg.gif) no-repeat right;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.square {
    background: url(http://www.crn.com/images/gen_images/related_bnr_bg.gif) no-repeat left top;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}

.squareTop {
    background: url(http://www.crn.com/images/gen_images/related_tbnr_bg.gif) no-repeat
        right;
}

.squareBottom {
    background: url(http://www.crn.com/images/gen_images/related_bbnr_bg.gif) no-repeat
        right;
}

#relatedBar>div,.resultsBar>div {
    background: url(http://www.crn.com/images/gen_images/related_bnr_cap_left.gif) no-repeat left;
    height: 22px;
    line-height: 21px;
    font-size: 10px;
}

.square>div {
    background: none;
}

.squareTop>div {
    background: url(http://www.crn.com/images/gen_images/related_tbnr_cap_left.gif) no-repeat left;
}

.squareBottom>div {
    background: url(http://www.crn.com/images/gen_images/related_bbnr_cap_left.gif) no-repeat left;
}

.resultsBar>div {
    font-size: 11px;
    padding: 0 10px;
}

/*#articleHeader h1 {
    font-family: Calibri, Arial;
    font-size: 30px;
    color: #666;
    margin: 0 0 5px 0;
    line-height: 26px;
}*/

.pubDate {
    font-size: 11px;
    color: #999;
}

.toolsResource td {
    font-size: 11px;
}

.toolsResource th {
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-left:  1px solid #BBB;
    background: url(http://i.cmpnet.com/designcentral/test/alexis/crn/sqrl_bnr_tile_wht.png) repeat-x;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
}

p.small,p.small a {
    font-size: 11px;
}

#adUnitHeader {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    text-align: center;
}

#adUnitHeader div {
    margin-left: auto;
    margin-right: auto;
}

#adUnitFooter {
    margin-top: 5px;
    text-align: center;
}

.adUnitVert {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -855px;
  
  
    border: 1px solid #D0D0D0;
    padding: 5px 5px 5px 20px;
    margin-bottom: 15px;
}

.adUnitVert1 {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -855px;
  
  
    border: 1px solid #D0D0D0;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
width: 360px;
float: left;
}

.adUnitVert2 {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -855px;
  
  
    border: 1px solid #D0D0D0;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
width: 360px;
float: right;
}

.adUnitVert_noImage {
     background: #F1F1F1 url(http://www.crn.com/images/gen_images/ad_bnr_bg_tile_vert.gif) repeat-y left;
     border: 1px solid #D0D0D0;
     padding: 5px 5px 5px 20px;
     margin-bottom: 15px;
}

#articleBody img {
    padding: 5px;
}
.adUnitVert img {
    text-align: center;
    border: none;
}

.adUnitHorz {
    background: #F1F1F1 url(http://www.crn.com/images/gen_images/ad_bnr_bg_horiz.gif) no-repeat;
    border: 1px solid #D0D0D0;
    /* padding: 25px 0 5px 4px; */
    /* changed jan 15 to fit skys better */
    padding: 25px 0 5px 0px;
    margin-bottom: 15px;
}




.adUnitHorz IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.linkTitle {
    border-top: 2px solid #BBB;
}

.linkTitle a,.linkTitle a:visited {
    font-family: Calibri, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #e11b22;
    text-decoration: none;
}

.linkCopy {
    line-height: 18px;
    margin-bottom: 10px;
}
/*
.placeholder {
    border: 1px solid #BBB;
    background: #EFEFEF;
    padding: 20px;
    font-style: italic;
    margin-bottom: 15px;
}
  */
.poweredBy {
    margin: 5px 0 0 0;
    display: block;
    color: #999;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#comments {
    font-size: 11px;
}

#commentsTab {
    background: url(http://www.crn.com/images/gen_images/comments_bnr_bg.gif) no-repeat;
    height: 40px;
    line-height: 38px;
    padding-left: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #E11B22; /*c22027*/
    border-bottom: 2px solid #BBB;
}

.commentsBandTop,.commentsBandBottom {
    /*height: 30px;*/
    line-height: 18px;
    background: #F1F1F1;
    border-bottom: 1px solid #CCC;
    padding: 5px 10px;
}

.commentsBandBottom {
    border-bottom: 2px solid #BBB;
    border-top: 1px solid #CCC;
    color: #999;
    padding-left: 50px;
    margin-bottom: 15px;
}

.commentsBody {
    margin: 5px 0;
}

.commentaMeta {
    margin: 0;
    line-height: 16px;
    color: #999;
}

.commentSubject {
    font-family: Calibri, Arial;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #336699;
    margin: 0;
}

.commentBody {
    margin: 0;
    line-height: 16px;
}

p.quoteAttrib {
    text-align: right;
    margin: 0 10px 0 0;
    font-style: italic;
}

/************************************
* 
* 5. Form Styles
*
************************************/ 

/* style for notation/help text */
.note {
    font-size: 11px;
    color: #999;
}

/* NOTE label text */
.noteLabel {
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    font-style: italic;
}

.fieldLabel {
    font-weight: bold;
}

#requiredFieldLegend {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.requiredField {
    font-weight: bold;
    color: #E11B22;
    display: block;
    float: left;
    font-size: 18px;
}

span.button {
    background: url(http://www.crn.com/images/btn_images/btn_red_bg_ng.gif) no-repeat right
        top;
    padding: 3px 7px 3px 0;
    /*padding: 4px 3px 1px 4px;*/
}

span.button a,span.button a:visited {
    background: url(http://www.crn.com/images/btn_images/btn_red_cap_base_ng.gif) no-repeat
        left top;
    padding: 3px 0 3px 7px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin-top: -3px;
    font-weight: bold;
    white-space: nowrap;
}

span.button a:hover {
    color: #d0d5dd;
}

span.button a.login {
    background: url(http://www.crn.com/images/btn_images/btn_red_cap_login_ng.gif) no-repeat
        left top;
    padding: 3px 0 3px 24px;
    /*padding: 4px 3px 1px 15px;*/
}

.buttonGo {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -45px;
  
    height: 19px;
    width: 25px;
    border: none;
}

input.buttonSmall,input.buttonMedium,input.buttonLarge {
    background: url(http://www.crn.com/images/btn_images/btn_red_bg_75.gif) no-repeat;
    height: 19px;
    width: 75px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
}

input.buttonMedium {
    background: url(http://www.crn.com/images/btn_images/btn_red_bg_100.gif) no-repeat;
    width: 100px;
}

input.buttonLarge {
    background: url(http://www.crn.com/images/btn_images/btn_red_bg_150.gif) no-repeat;
    width: 150px;
}

.searchButton {
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -45px;
  
    border: none;
    height: 19px;
    width: 19px;
    cursor: pointer;
}

.clear {
    height: 1px;
    clear: both;
    overflow: hidden;
}

.fieldError {
    background: #EE2525 !important;
    font-weight: bold;
    color: #FFF;
}

.fieldWarning {
    background: #F19827 !important;
    font-weight: bold;
    color: #FFF;
}

.errorMessageTop {
    color: #e11b22;
    font-weight: bold;
    background: #FFF3F3 url(http://www.crn.com/images/gen_images/icon_feedback_error.gif) no-repeat 4px 3px;
    border: 1px solid #B6151B;
    padding: 8px 5px 8px 38px;
}

.confirmMessageTop {
    color: #477000;
    font-weight: bold;
    background: #F3F8E9 url(http://www.crn.com/images/gen_images/icon_feedback_complete.gif) no-repeat 4px 3px;
    border: 1px solid #477000;
    padding: 8px 5px 8px 38px;
}

.loginFields {
    margin: 0 0 10px 20px;
}

.loginFields td {
    padding: 2px;
}

.feedbackIndent {
    padding-left: 40px;
}

.feedbackScale {
    width: 75px;
    text-align: right;
    padding-right: 5px;
}

.ruleTop td,p.moreVideosRule, .ruleTop {
    border-top: 1px solid #CCC;
}

.moreVideosRule {
    clear: left;
    width: 235px;
}

.resultsPaging {
    height: 20px;
}

.resultsPaging a {
    font-weight: bold;
}

.altRow {
    background: #e5edf5;
}

.whiteRow {
    background: #FFF;
}

.resultsTable {
    margin-bottom: 20px;
}

.resultsTable td {
    padding: 8px 5px;
}

.resultsTable a {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

#slideShowContainer {
    clear: both;
    padding: 10px;
    padding-bottom: 10px;
    background: #EEE;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
	min-height:420px;
}

#slideImage {
    float: left;
    margin-right: 20px;
	padding-bottom: 110px; /*mg 8/28/14 adds padding to bottom of image to avoid text wrap*/
}

/*#slideImage #decoded {
	padding-bottom: 100px; /*mg 8/28/14 adds padding to bottom of image to avoid text wrap*/
}*/

.searchForm {
    border: 1px solid #336699;
    border-top: none;
    height: 24px;
    padding: 7px 10px 5px 5px;
    margin: -8px 0 10px 0;
    background: url(http://www.crn.com/images/gen_images/form_tile_fade_blue.gif) repeat-x
        top;
}

#youtubePlayer { /*position: absolute;*/
}

.sitemapList {
    margin-top: -12px;
}

/***********************************
*
* 6. Page Footer - changed for ubm tech 11/12
* updated july 14 with styles from footer block
*
************************************/


/* blue color was color:#9cf; */

#footergrey {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
width: 95%;
height: 78px;
/* background-image:url(http://i.everythingchannel.com/boxescompiled.gif); */
background-color: white; 
background-repeat: repeat;

border: 1px solid #c7c7c7;
border-radius: 12px;
margin-left: auto;
margin-right: auto;
}

#footerleft {
float:left;
position: relative; 
top: 10px; 
left: 10px; 
padding-right: 3em; 

}

#footerright {
float:left;
width: 75%; 
}

#footerright ul {
border-bottom:1px solid #666;
padding:4px;
text-decoration:none;
color:#666;
margin:0 10px 0 0;
}

#footerright ul li {
display:inline;
}

#footerright ul li a {
color:#666;
text-decoration:none;

}

#footerright ul li a:hover {
text-decoration:underline;
}


/***********************************
*
* Brightcove
*
************************************/
#resp,#resp2,#resp3,#resp4,#resp5 {
    height: 390px;
    overflow-y: scroll;
    margin: -5px -8px;
    padding: 5px;
}

#resp3 {
    height: 265px;
    padding: 0;
}

.title {
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.titleList,.mainVid,.secondaryVid {
    margin: 0;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
    clear: both;
}

.title:hover,.titleList:hover,.secondaryVid:hover {
    background: #cadbeb;
}

.title p,.titleList p {
    margin: 0;
    padding: 0;
}

p.displayName {
    font-weight: bold;
    color: #336699;
  /* `  text-decoration: underline;
    font-family: Calibri, Arial; */
    font-size: 14px;
}

p.shortDescription {
    font-weight: normal;
    color: #ccc;
}

.mainVid {
    float: left;
}

.secondaryVid {
    margin-bottom: 5px;
}

div.thumb {
    display: block;
    width: 120px;
    height: 80px;
    /*margin-right:10px;*/
    background: #333;
    border: 1px solid #666;
}

div.thumbSmall {
    display: block;
    width: 70px;
    height: 50px;
    float: left;
    /*margin-right:10px;*/
    background: #333;
    border: 1px solid #666;
    margin: 0 10px 0 0;
}

div.thumbLarge {
    display: block;
    width: 230px;
    height: 155px;
}

div.thumb img,div.thumbSmall img,div.thumbLarge img {
    width: 100%;
    height: 100%;
}

.thumbScroller {
    width: 100px;
    height: 260px;
    float: right;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #BBB;
    background: #F1F1F1;
}

/* originally 290px */
.newsVideo {
    height: 310px;
}

/***********************************
*
* channel services
*
************************************/

#channelserviceswrapper {
    BORDER-TOP: #000 0px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FLOAT: left;
    OVERFLOW: hidden;
    WIDTH: 160px;
    COLOR: #cc0000;
    PADDING-TOP: 5px;
    POSITION: relative;
    HEIGHT: auto
}

#channelserviceslinks {
    FLOAT: left;
    PADDING-BOTTOM: 5px;
    WIDTH: 155px;
    POSITION: relative
}

#channelserviceslinks A {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #003399;
    TEXT-DECORATION: none
}

#channelserviceslinks A:hover {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ccc;
    TEXT-DECORATION: none
}

#channelserviceslinks {
    FLOAT: left;
    PADDING-BOTTOM: 5px;
    WIDTH: 155px;
    POSITION: relative
}

#channelservicesheadline {
    FONT-WEIGHT: bold;
    FLOAT: left;
    OVERFLOW: hidden;
    WIDTH: 160px;
    COLOR: #cc0000;
    POSITION: relative;
    HEIGHT: auto
}

.channelserviceslinks {
    FLOAT: left;
    PADDING-BOTTOM: 5px;
    WIDTH: 155px;
    POSITION: relative
}

.channelserviceslinks A {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #003399;
    TEXT-DECORATION: none
}

.channelserviceslinks A:hover {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ccc;
    TEXT-DECORATION: none
}

.channelserviceslinks {
    FLOAT: left;
    PADDING-BOTTOM: 5px;
    WIDTH: 155px;
    POSITION: relative
}

.channelservicesheadline {
    FONT-WEIGHT: bold;
    FLOAT: left;
    OVERFLOW: hidden;
    WIDTH: 160px;
    COLOR: #cc0000;
    POSITION: relative;
    HEIGHT: auto
}

#c4_ad {
    FLOAT: left;
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 5px;
    WIDTH: auto;
    POSITION: relative;
    HEIGHT: auto
}


/************************************
* 
* Primary Navigation Styles - menu css file
* 
*************************************/
.qmclear {
    font-size: 1px;
    height: 0px;
    width: 0px;
    clear: left;
    line-height: 1px;
    display: block;
}
.qmmc {
    position: relative;
    /*top: 0px;
    left: -30px;
    width: 913px;*/
}
.qmmc a {
    display: inline;
    white-space: nowrap;
    background-color: transparent !important;
}
.qmmc div a {
    float: none;
    background-color: transparent !important;
}

.qmmc div {
    visibility: hidden;
    display: none;
    position: absolute;
    /*left: 0 !important;*/
    top: 0 !important;
    margin: 24px 0 0 0;
    z-index: 99 !important;
}

/* sub-sub nav positioning */
.qmmc div div {
    margin: 10px 0 0 -1px;
}

#qm0 {
    background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_base.gif) repeat-x;
    /* margin: 0 10px 0 45px;  */
    margin: 0 10px 0 18px;  
    padding: 0 0 0 2px;
    height: 22px;
    z-index: 99 !important;
}

#qm0 a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    padding: 0 0 0 0;
    margin: 0;
}

#qm0 span {
    margin: 0px;
    border-right: 1px solid #b0b0b0;
}
#qm0 span.selected {
    padding: 3px 0 4px 0;
    height: 20px;
    border-right: none;
    /*background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_hi.gif) repeat-x; */
  background-image: url("http://i.crn.com/misc/2012/spriteme0112_2.png");
  background-position: 0px -10px;
}
#qm0 span.selected a {
    border-right: 1px solid transparent !important;
    color: #C22027 !important;
}

#qm0 a:hover { 
    color: #d0d5dd !important;
}

#qm0 .qmactive {
    color: #CCC;
}

#qm0 .qmparent a {
    /*background-image: url(http://www.crn.com/images/tbnr_images/tbnr_nav_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95%;*/
}
#qm0 .qmparent a.selected {
    /*background-image: url(http://www.crn.com/images/tbnr_images/tbnr_nav_arrow_hi.gif);*/
}

#qm0 div  {
    background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_base.gif) repeat-x;
    padding: 0;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    /*border-top: solid 4px #24477B;*/
}

#qm0 div a, #qm0 div a:visited {
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: #FFF;
    padding: 0 15px 0 5px;
    margin-right: 0;
    border-bottom: 1px solid #999999;
    background: url(http://www.crn.com/images/tbnr_images/tbnr_nav_tile_base.gif) repeat-x;
}
#qm1 div a, #qm1 div a:visited {
    display: block;
    background:url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_hi_tile.gif) repeat-x;
}

#qm0 div a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#qm0 div .qmactive {
    color: #FFFFFF;
    text-decoration: none;
}

#qm0 div .qmparent {
    color: #FFF;
    background: none;
}

#qm1 .qmparent {
    padding-right: 16px !important;
}

#qm0 .qmparent .arrow, #qm1 .qmparent .arrow {
    position: absolute;
    top: 8px;
    margin-left: 3px;
    height: 7px;
    width: 7px;
    background: url(http://www.crn.com/images/tbnr_images/tnav_2ndlvl_arrow_hi.gif) no-repeat;
}

/*************************************
*
* Tabs Style file
*
**************************************/

#tabs
{
    font-family:Arial, Helvetica, sans-serif;
    height:22px;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    z-index:10;
}

.tabsContent
{
    border-top:1px solid #BBB;
    margin-top:-1px;
}

#tabs a,#tabs a:visited
{
    background:url(http://www.crn.com/images/gen_images/tab_bg_base.gif) no-repeat right;
    color:#369;
    cursor:pointer;
    float:left;
    font-size:11px;
    font-weight:700;
    height:22px;
    margin:0;
    position:relative;
    text-decoration:none;
}

#tabs a:hover
{
    color:#036;
}

#tabs a span
{
    background:url(http://www.crn.com/images/gen_images/tab_cap_right_base.gif) no-repeat left;
    display:block;
    float:left;
}

#tabs a span span
{
    background:none;
    display:block;
    float:left;
    height:14px;
    margin:0 20px 0 10px;
    padding:5px 0 3px;
}

#tabs a.selected,#tabs a.selected:visited,#tabs a.selectedError,#tabs a.selectedError:visited
{
    /* background:url(http://www.crn.com/images/gen_images/tab_bg_hi.gif) no-repeat right; */
  background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  /* background-position: -224px -394px;  previous setting*/
  background-position: -196px -394px;
    color:#e11b22;
    position:relative;
    z-index:3;
}

#tabs a.selected span
{
    /* background:url(http://www.crn.com/images/gen_images/tab_cap_right_hi.gif) no-repeat left; */
      background-image: url("http://i.crn.com/misc/2012/spriteme0112_1.png");
  background-position: -10px -1257px
}

#tabs a.selected span span
{
    background:none;
}

.endTab,a.endTab
{
    border-right:none!important;
}

#launchpadbox
{
    background-color:gray;
    border:1px solid gray;
    color:#FFF;
    font-size:11px;
    font-weight:700;
    left:670px;
    line-height:140%;
    padding:3px;
    position:absolute;
    top:90px;
    z-index: 20; 
}

#launchpadbox a
{
    color:#FFF;
    text-decoration:none;
}

/*************************************
*
* VideoBox code
*
**************************************/

.left
{
	cursor:pointer;
	float:left;
	text-align:center;
	width:80px;
}

.middle
{
	cursor:pointer;
	float:left;
	text-align:center;
}

.right
{
	cursor:pointer;
	float:left;
	text-align:center;
	width:110px;
}




		
/*************************************
*
* Home page VideoBox styles
*
**************************************/



.videoBoxContainer
{
	background:#F1F1F1;
	background-color:#FFF;
	border:1px solid #BBB;
	font-family:Helvetica, Arial;
	margin-bottom:15px;
	margin-top:12px;
	padding:6px;
	width:340px;
}

.NewthumbLarge
{
	cursor:pointer;
	height:192px;
	width:340px;
}

.displayName
{
	color:#369;
	cursor:pointer;
	padding-top: 10px;
	font-size:14px;
	font-weight:700;
	margin-bottom: 0pt; 
	text-decoration: none;
}

.note
{
	color:#369;
	font-size:11px;
	margin:5px 0 3px;
	width:84px;
}

.shortdesc
{
	color:black;
	font-size:11px;
	font-weight:400;
	margin:5px 0 3px;
	padding-bottom: 4px; 
}

.container
{
	height:100%;
	line-height:16px;
	width:100%;
}


.clear
{
	clear:both;
	height:0;
	width:100%;
}

.center
{
	vertical-align:middle;
}

.videoleft,.videomiddle,.videoright 
{
	cursor:pointer;
	float:left;
	text-align:left;
	width:33%;
}

/***********************************
 * *
 * * crn mag landing page
 * *
 * ************************************/



#crnMag_leftCol {
	padding: 6px;
	float: left;
	width: 209px;
}
#crnMag_leftCol img {
	margin: 0px auto 0px auto;
	display: block;
}
#crnMag_leftCol ul {
	float:left;
	margin: 0px 0px 10px 0px;
	padding:0px;
	width: 100%;
	display: inline;
}
#crnMag_leftCol ul li {
	float:left;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #e21a22;
	text-decoration: none;
	background-image: url(http://i.cmpnet.com/crn/images11/crn_mag_sidenav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	list-style-type: none;
	width: 100%;
	margin: 1px 0px 1px 0px;
	padding:0px;
}
#crnMag_leftCol ul li a {
	float:left;
	color: #e21a22;
	text-decoration: none;
	outline:none;
	width:100%;
}
#crnMag_leftCol ul li a:hover, #crnMag_leftCol ul li a.active {
	color: #FFF;
	text-decoration: none;
	background-image:url(http://i.cmpnet.com/crn/images11/crn_mag_sidenav_bg_hov.gif); 
	background-repeat:repeat-x; 
	float:left;
}
.crnMag_leftColImages {
	float:left;
	width:100%;
}
.crnMag_leftColImages img {
	margin: 0px auto 10px auto !important;
}

#crnMag_rightLeftColContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 728px;
	background-image:url(http://i.cmpnet.com/crn/images11/crn_mag_right_col_bg.gif); 
	background-repeat:repeat-y;
	background-position:right;
}

#crnMag_centerCol {
	padding: 20px;
	float: left;
	width: 456px;
	background-color: #FFF;
}
#crnMag_centerCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 0px;
}
#crnMag_centerCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #0059af;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#crnMag_centerCol h3, #crnMag_centerCol h3 a {
	margin: 0px;
	padding: 0px;
	color:#595959;
}
#crnMag_centerCol h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e21a22;
}
#crnMag_centerCol p {
	margin: 0px 0px 15px 0px;
	color:#595959;
}

#crnMag_rightCol {
	width: 210px;
	margin: 6px;
	height: 321px;
	background-image:url(http://i.cmpnet.com/crn/images11/crn_mag_right_col_feature_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 101 !important;
	 float: right;
	
}
#crnMag_rightColContent {
	/* width: 252px;*/
	text-align: center;
	margin: 21px 0px 0px 7px;
}

#crnMag_rightColContent p {
	margin: 12px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	color: #f0dd9a;
	letter-spacing: .1em;
}



/***********************************
 * *
 * * header search box
 * *
 * ************************************/


#searchbox {
	float: right;
	font-size: 1em;
	margin-top: 25px;
	margin-right: 180px;
	display:block;
	width:200px;
	}
#search_box {
	background-color: #fff;
	border: solid 2px #e6e4de !important;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
	width:64%;
}


#homelink {
position: absolute;
top: 0;
left: 0;
width: 404px;
height: 74px;
text-indent: -9999px; //these two lines are to hide my actual link text.
overflow: hidden; //these two lines are to hide my actual link text.
}

#tcclink {
position: absolute;
top: 0;
left: 800px;
width: 166px;
height: 68px;
text-indent: -9999px; //these two lines are to hide my actual link text.
overflow: hidden; //these two lines are to hide my actual link text.
}	

/***********************************
 * *
 * * from meta block - for spacing of news subdirectory page headlines
 * *
 * ************************************/

.item-list ul li {padding-bottom: 4px !important;}  /* change -jd */

/* adjusting h2 block titles to space better */
.block-title {
margin-top: 0;
margin-left: -6px; 
font-size: 12px !important;



/***********************************
 * *
 * * for tournament polls
 * *
 * ************************************/


.group-middle {
    width: 48%;
}    
    
.percent {
border: 1px solid grey;
display: none;
}
    
.total {
border: 1px solid grey;
display: none;
}    