/* Copyright 2008-2010 AVISIAN, Inc. All rights reserved. */

/* ------------- */
/* Section: Base */
/* ------------- */

/* This section modified from code Copyright (c) 2007, Yahoo! Inc. All rights reserved. */
/* Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.4.0 */
/* From: base.css, part of YUI's CSS Foundation */

a {text-decoration:none;color:#002288;}

h1 {
  font-size: 138.5%;
}

h2 {
  font-size: 123.1%;
}

h3 {
  font-size: 108%;
}

h1, h2, h3 {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

blockquote, ul, ol, dl {
  margin: 1em;
}

ol, ul, dl {
  margin-left: 2em;
}

ol li {
  list-style: decimal outside;
}

ul li {
  list-style: square outside;
}

dl dd {
  margin-left: 1em;
}

th, td {
  border: 1px solid #666;
  padding: 0.5em;
}

th {
  font-weight: bold;
  text-align: center;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

p, fieldset, table, pre {
  margin-bottom: 1em;
}

input[type=text], input[type=password], textarea {
  *width: 11.9em;
  width: 12.25em;
}


/* ------------------- */
/*   Section: Layout   */
/* ------------------- */

#container {
  width:728px;
  margin:0px;
}

#content {
  width:540px;
  margin:0px;
  padding:0px;
  height:1433px;
}

table td#content {
  border-left:1px solid #ccc;
}

#content p img{
margin-right:7px;
float:left;
}

.entry {
  width:513px;
  margin-right:-500px;
  padding-left:13px;
}

/* ---------------- */
/* Section: Sidebar */
/* ---------------- */

#sidebar {
  font-size: 85%;
  color: #717170;
  width:188px;
  float:left;
  clear:left;
  overflow:hidden;
  border-top:1px solid #B0B0A9;
}

#sidebar h2 {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 123.1%;
  color: #555;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 0.33em 0;
  padding: 0px 13px;
}

#sidebar p.fancy {
  font-family: "Arial", sans-serif;
  font-style: normal;
}

#sidebar a {
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
}

#sidebar a:hover {
  border-bottom: 1px solid #ccc;
}

#sidebar li {
  margin: 0;
  padding: 0;
}

#box {
  border-top: 1px solid #e0e0e0;
}

/* ------------------- */
/* Section: Navigation */
/* ------------------- */

#nav {
  text-align: center;
  background-color: #f1f1f0;
  width: 728px;
  border-top: 1px solid #d0d0c9;
  border-bottom: 1px solid #b0b0a9; /* b0b0b9;*/
  font-family: "Arial", "Eurostile", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: bold;
  height: 2.8em;
  font-size: 92%;
}

#nav a {
  text-decoration: none;
  color: #666;
}

ul#navmenu {
  text-align: center;
  margin: 0 0.5em 0 1em;
}

ul#navmenu li {
  cursor:pointer;
  float: left;
  margin: 0;
  display: inline;
  padding: 0.7em 0.5em 0.6em 0.7em;
}

ul#navmenu li:hover {
  text-decoration:underline;
  color:#333;
}

li.selected {
  font-weight: bold;
  background: url(/resources/tab/tab_bg_left.gif) no-repeat left bottom;
  padding-top: -1px;
  border-top: none !important;
  color: #386 !important;
}

li.selected_after {
  background: url(/resources/tab/tab_bg_right.gif) no-repeat left bottom;
}

li#today {
  float: right !important;
  text-align: right;
  font-weight: bold !important;
}

.nav_item {
  display:inline;
}


/* ---------------- */
/* Section: Shadows */
/* ---------------- */

body {
  background-color: #f9f6f9;
  text-align: left !important;
}

#bd {
  background-color: #fff
}

#layout {
  margin-left: auto;
  margin-right: auto;
}

#layout td {
  vertical-align: top;
  border: 0px;
  padding: 0px;
}

td#gutter0 {
  height: 5px;
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-top-left.gif) no-repeat bottom right;
}

td#gutter1 {
  width: 5px;
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-left.gif) repeat-y top right;
}

td#gutter2 {
  width: 5px;
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-bottom-left.gif) no-repeat top right;
}

td#body_top {
  height: 8px;
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-top.gif) repeat-x bottom right;
}

td#body {
  background-color: #fff;
}

td#contents {
  background: #fff url(http://assets.avisian.com/gradients/vertical_2048.png) no-repeat top left;
}

td#side_top {
  height: 8px;
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-top-right.gif) no-repeat bottom left;
}

td#side {
  width: 240px;
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-right.gif) repeat-y top left;
}

td#foot {
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-bottom.gif) repeat-x top right;
}

td#corner {
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-bottom-right.gif) no-repeat top left;
}



#contents img {
  float: left;
  padding: 2px 6px 4px 2px;
}


.categories {
  background: url(http://assets.avisian.com/resources/bg/box-bg-2.gif) repeat-x;
  border-top: 1px solid #bbb;
  padding: 8px 6px 0px 10px;
}

#adbar {
  padding-left: 4px;
}

table.ad {
  margin-top: 15px;
  margin-left: 50px;
}

div.ad {
  padding-left: 14px;
  padding-top: 14px;
}

#title {
  padding: 20px;
}

ul.meta {
  font-size: 100%;
  color: #666;
  font-variant: small-caps;
}

ul.meta a {
  color: #8899aa !important
}


div.feature_shadow {
  margin: 0  -0.5em 1em -0.5em;
  height: 5px;
  background: #f9f6f9 url(http://assets.avisian.com/resources/bg/bg-bottom.gif) repeat-x top right;
}

p.author {
  clear: both;
  width: 100%;
  color: #777;
  float: left;
  font-family: "Cambria", "Georgia", serif;
  font-size: 77%;
  padding: 0px;
}

/* --------------- */
/* Section: Styles */
/* --------------- */

.clearfix {
  clear: both;
}

h2.title {
  font-family: "Arial", "Cambria", "Calibri", "Georgia", "Trebuchet MS", serif;
  font-size: 140%;
  font-weight: normal;
  width:512px;
  margin:0px 0px 2px 0px;
  padding:0px;
}

h2.error {
  color: #600;
}

.entry_title {
  clear:both;
}

.published_at {
  vertical-align:top;
  display:inline;
  line-height:13px;
  float:right;
}

.button {
  width: auto;
  background-color:#3963c8;
  border 2px solid #DDEEFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Article Extra Area */

.article_extra {
  border: 1px solid #ddd;
  font-size: 9pt;
  line-height: 130%;
  padding: 0.5em 0.8em 0.5em 0.8em;
}

.article_extra img {
  float: left;
  margin: 2px 0 20px 0;
}

.extended h2 {
  text-shadow: 1px 1px 3px #ccc;
  font-family: "Arial", "Cambria", "Georgia", "Calibri", san-serif;
  font-weight:normal;
}

div.pagination {
  background: url(http://assets.avisian.com/gradients/horizontal_500.png) no-repeat top right;
  color: #999;
  padding: 1em;
}

p.pagination {
  text-align: center;
  font-family: "Cambria", "Georgia", serif;
  font-size: 146.5%;
  font-variant: small-caps;
}

p.pagination a {
  background: url(http://resources.avisian.com/images/background1.gif) repeat-x;
  border: 1px solid #d0d0c9;
  color: #777 !important;
  padding: 0.2em 0.4em 0.1em 0.4em;
}

div.related_heading {
  color: #555;
  font-family: "Calibri", "Trebuchet MS", "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 1em 1em 1em;
  text-align: center;
  font-size: 120%;
}

div.related_title {
  background: url(http://resources.avisian.com/images/background1.gif) repeat-x;
  border-top: 1px solid #d0d0c9;
}

div.related {
  padding: 0;
  min-height: 30em !important;
}

span.tag_article {
  color: #853;
  width: 3em;
}

span.tag_site {
  color: #986;
}

span.language {
  color: #999;
  font-family: "Cambria", serif;
  font-size: 85%;
}

span.language abbr {
  border-bottom: 1px solid #ddd;
  color: #999;
}

span.article_date {
  color: #555;
  font-family: "Cambria", "Georgia", serif;
  font-size: 93%;
  font-style: italic;
  white-space: nowrap;
}

span.event_date {
  color: #555;
  font-family: "Cambria", "Georgia", serif;
  font-size: 93%;
  font-style: italic;
  white-space: nowrap;
}

span.article_language {
  color: #666;
  font-size: 85%;
  padding: 0.1em 0.5em;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: bold;
}

span.article_language acronym {
  border: 1px solid #d9dfd9;
  text-decoration: none;
  padding: 0px 2px 1px 2px;
  background-color: #e9efe9;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

li.more {
  color: #555;
  font-style: italic;
  font-weight: bold;
}

div.matching {
  color: #678;
  float: right;
  font-size: 85%;
  font-style: italic;
  margin: 0.3em 1em;
}

p.results {
  background-color: #def;
  border-width: 0px 0 1px 1px;
  border-style: solid;
  border-color: #c0c0d9;
  color: #333;
  font-family: "Cambria", "Georgia", serif;
  font-size: 100%;
  font-style: italic;
  line-height: 166%;
  padding: 1em;
}

p.correction {
  background-color: #cde;
  border-bottom: 1px solid #d0d0c9;
  color: #333;
  font-family: "Cambria", "Georgia", serif;
  font-size: 100%;
  font-style: italic;
  line-height: 166%;
  padding: 1em;
}

#comments_form {
  border: 1px solid #ccc;
  padding: 20px;
}

#today {
  color: #666;
  float: right;
  font-family: "Calibri", "Trebuchet MS", sans-serif;
  font-size: 93%;
  font-weight: bold;
  margin: 0.8em 1.2em 0 0;
}

#today a {
  font-family: Arial, tahoma, sans-serif;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #666;
  text-decoration: none;
}

#today a:hover {
  border-bottom: 1px solid #999;
  color: #699;
}

.article_preview {
  background: url(http://resources.avisian.com/images/background1.gif) repeat-x;
  border-color: #d0d0c9;
  border-style: solid;
  border-width: 1px;
  font-family: "Arial", sans-serif;
  font-size: 85%;
  margin: 0.8em -0.4em 0.3em -0.8em;
  overflow: hidden;
  padding: 0 0.6em 0.5em 0.6em;
}

div#search {
  width:198px;
  color: #666;
  font-family: "Cambria", "Georgia", serif;
  font-size: 93%;
  text-align: right;
  background: url(http://assets.avisian.com/gradients/horizontal_500.png) repeat-y;
  padding: 9px;
  border-width: 1px 1px 1px 1px;
  margin:0px 0px 18px 18px;
  border-color: #e8e8e8 #dedede #dedede #eaeaea;
  border-style: solid;
  float:left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.live_search {
  margin: 0 0 1em 0;
  padding: 0.5em 1em;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8 #dedede #dedede #eaeaea;
  background-color: #eff;
  border-style: solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #004276;
  display: block;
  font-family: calibri,georgia,tahoma;
  font-size: 13px;
  width: auto;
  text-align: nowrap;
}

.live_search input {
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
  width: 80%;
}


#search input {
  background-color: #ddeeff;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0c0 #b0b0b0 #a0a0a0 #c3c3c3;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding: 0.1em;
  width: 135px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#search input:focus {
  background-color:#fbf6d8;
}


#signup {
  color: #666;
  font-family: "Cambria", "Georgia", serif;
  padding:0px 0px 0px 16px;
}

#signup input.email {
  background-color: #ddeeff;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0c0 #b0b0b0 #a0a0a0 #c3c3c3;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding: 2px;
  width: 150px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #999;
  text-align: center;
}
#signup input.email:focus {
  background-color:#fbf6d8;
}

h2.date_articles {
  border-bottom: 1px dotted #ccc;
  color: #456;
  font-family: "Calibri", "Cambria", "Georgia", serif;
  font-size: 116%;
  font-weight: bold;
  margin: 0.4em 0 0.3em 0 !important;
}

.archives {
  margin: 0px 0px 8px 15px;
}

.read_more {
  font-family: "Eurostile", "Arial", "Helvetica", sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin: -0.7em 0 0 0;
  text-align: right;
  padding: 0;
}

ul.site_articles a {
  color: #004276 !important;
  text-decoration: none;
}

ul.articles a {
  color: #004276 !important;
  text-decoration: none;
}

ul.site_articles a:hover {
  border-bottom: 1px dotted #789;
  color: #305384 !important;
}

ul.site_articles {
  font-family: "Cambria", "Arial", sans-serif !important;
  font-size: 100%;
  list-style-type: none;
  margin: 0.5em 0 1em 0;
  padding: 0.2em 0.5em 0.2em 0.5em;
}

ul.site_articles li {
  background: url(/resources/bullet/grey2.gif) no-repeat;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 0 0.2em 1em !important;
}

div#sites {
  white-space: nowrap;
  width: 810px;
  margin: 0 auto 0 auto;
  text-align: center;
  background-color: #ececec;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #a0a0a0;
  border-radius: 0 0 0.75em 0.75em;
  -moz-border-radius: 0 0 0.75em 0.75em;
  -webkit-border-radius: 0 0 0.75em 0.75em;
  box-shadow: 2px 2px 4px #aaa;
  -moz-box-shadow: 2px 2px 4px #aaa;
  -webkit-box-shadow: 2px 2px 4px #aaa;
}

span.language abbr {
  position: relative;
  top: -4px;
  left: -1px;
}

ul.sites_list {
  display: block;
  font-size: 10pt;
  list-style-type: none;
  margin: 0 1em 0 1em;
  padding: 0.5em 0 0.5em 0;
  line-height: 1.5em;
}

span.site_selected {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 1px 5px 1px 3px;
  box-shadow: 1px 1px 2px #ddd;
  -moz-box-shadow: 1px 1px 2px #ddd;
  -webkit-box-shadow: 1px 1px 2px #ddd;
}

span.site_normal {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 1px 2px 1px 2px;
}

ul.sites_list li {
  display: inline;
  padding: 0 0 0 1em;
  margin: 0;
}

ul.sites_list li a {
  text-decoration: none;
  font-family: "Calibri" !important;
  font-weight: normal !important;
}

ul.articles {
  list-style-type: none;
  margin: 0;
  padding: 0px 10px 0px 13px;
}

ul.articles li {
  background: url(/resources/bullet/grey2.gif) no-repeat 0 0.2em;
  list-style-type: none;
  margin: 0 !important;
  line-height:13px;
  padding: 2px 0px 2px 13px !important;
}


li.category {
  border-bottom: 1px dotted #e0e0d9;
  padding: 2px;
  font-weight: bold;
}

.category a {font-size:11px;}

li.selected a {
  color: #386 !important;
}

hr {
  border-bottom: none;
  border-top: 1px dotted #ccc;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50%;
}

div.content {
  clear:left;
  color: #444;
  font-family: Arial, Calibri, "Trebuchet MS", sans-serif;
  font-size: 100%;
  line-height: 120%;
  margin-bottom: 1.2em;
  margin-top:7px;
}

img.ender {
  float: none !important;
  margin: 0px !important;
  padding: 0px !important;
}


.left {
  float: left;
}

.right {
  float: right;
}

.none {
  float: none;
}

span.preview_link {
  float: right;
  font-size: 100%;
  padding: 1px 2px 0 0px;
}

span.preview_link a {
  color: #678 !important;
}

span.preview_link a:hover {
  color: #9ab !important;
}

span.meter {
  color: #99aabb;
  font-family: "Calibri", "Arial", "Cambria", sans-serif;
  font-size: 77%;
  font-weight: bold;
  margin: 0;
  padding: 2px 0 0 0;
}

span.meter_left {
  background-color: #cde;
  border-color: #bcd;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  margin-left: 0.5em;
  padding: 0px 0px 0px 2px;
}

span.meter_right {
  background-color: #def;
  border-color: #bcd;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  margin-right: 0.2em;
  padding: 0px 0px 0px 2px;
}

span.rarr {
  color: #888880;
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  padding: 0.2em 0.4em;
}

span.darr {
  color: #888880;
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  padding: 0.2em 0.3em;
}

span.middot {
  font-family: "Cambria", serif;
}

p.fancy {
  font-family: Arial, "Cambria", "Georgia", serif;
  font-style: italic;
  padding: 0px 13px;
}

.byline {
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
  display: inline;
  font-size: 85%;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 190%;
  margin: 0;
  padding: 2px -0.08em 2px -0.08em;
}

#viewpage {
  color: #555;
  font-family: "Calibri", "Arial", sans-serif;
  padding: 14px;
}

div.breakout {
  font-family: "Calibri", "Georgia", serif;
  border-left: 1px dotted #ccc;
  color: #458;
  float: right;
  font-family: "Cambria", "Georgia", serif;
  font-size: 131.1%;
  font-style: italic;
  margin: 0 0.4em 0.4em 0.4em;
  padding: 0 0.4em 0 0.4em;
  width: 10em;
}

table.form th {
  border: none !important;
  font-family: "Cambria", "Georgia", serif;
  font-style: italic !important;
  line-height: 50%;
  text-align: right;
  vertical-align: middle;
}

table.form {
  color: #457;
  font-size: 85%;
  margin-left: auto;
  margin-right: auto;
  width: 40em;
}

table.form td {
  font-family: "Calibri", "Arial", sans-serif;
  padding: 3px !important;
}

p.more_words {
  clear: left;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  color: #600;
  font-size: 85%;
  font-style: italic;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  text-align: center;
  width: 60%;
}

span.penultimate {
  white-space: nowrap;
}

div.video {
  background: transparent url(http://resources.avisian.com/images/background1.gif) repeat-x scroll 0 0;
  border: 1px solid #d0d0c9;
  float: left;
  width: 150px;
  height: 150px;
  margin: 10px 13px 0 0;
  padding: 4px;
  overflow: hidden;
}

div.video_thumb {}
div.video_title {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 12px;
  padding: 3px;
}


span.recent_link a {
  color: #ddd !important;
}

span.recent_link a:hover {
  color: #eee !important;
  border-bottom: 1px solid #963;
}

.recent_date {
  color: #696;
}

#feature_head {
  margin-left: -12px;
  margin-right: -12px;
  padding: 0.15em;
  background-color: #cfcfcf;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #999;
  text-align: center;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}

#feature {
  margin-left: -12px;
  margin-right: -12px;
  padding: 1em;
  background-color: #efefef;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  border-radius: 0 0 6px 6px
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}

div.headline_link {
  padding-top: 0.5em;
  clear: both;
  border-bottom: 1px solid #666;
}

div.headline_link a {
  font-size: 120%;
  font-family: "Cambria", "Georgia", serif;
}

div.headline_link a:hover {
  border-bottom: 1px solid #963;
}

div.headline_excerpt {
  margin: 0.5em 0 0.5em 0;
  overflow: hidden;
}

div.headline_excerpt a {
  color: #ccddee !important;
}

div.headline_excerpt img.first {
  max-width: 420px;
  margin: 2px 10px 5px 0;
}

div.featured_article_link {
  text-align: center;
  margin: 0 0 0 0;
  padding: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

div.headline_section {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  text-align: center;
  margin: 0 0 0 0;
  padding: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

div.featured_article_link a {
  color: #def  !important;
}

div.headline_published {
  color: #bbb;
  font-family: "Cambria", "Georgia", serif;
  font-size: 77%;
  padding: 0;
}

/* footer layout */

div.article_footer_head {
  clear: both;
  font-family: "Calibri", "Arial", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin: 1em -0.5em -1em -180px;
  padding: 3px;
  background-color: #272727;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #333;
  border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
}

div.article_footer {
  clear: both;
  background-color: #101010;
  color: #eee;
  font-size: 100%;
  font-family: "Calibri", "Arial", serif;
  margin: 1em -0.5em -1em -180px;
  padding: 0.5em 0.5em 1em 0.5em;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #333;
  border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
}

div.footer_headlines_head {width: 230px; float: left; padding: 2px 1em 2px 1em;}
div.footer_features_head  {width: 420px; float: left; padding: 2px 0.5em 2px 0.5em;}

div.footer_headlines {
  width: 230px;
  float: left;
  padding: 1em;
  margin: -0.5em 0.5em -1em -0.5em;
  background-color: #303039;
  border-right: 1px solid #333;
  font-size: 93%;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}

div.footer_features {
  width: 420px;
  float: left;
  padding: 0.5em;
}

div.copyright {
  font-family: "Cambria", "Calibri";
  background-color: #bbb;
  border-top: 1px solid #999;
  text-align: center;
  padding: 2.5em;
  margin-left: auto;
  margin-right: auto;
  color: #888;
  letter-spacing: 1pt;
  font-size: 77%;
  font-style: italic;
}

.copyright a {
  text-decoration: none;
  color: #799;
}

table.matrix th,
table.matrix td {
  font-family:  "Calibri";
  font-size: 10pt;
  border: 1px solid #ddd;
  padding: 4px;
}

table.matrix th.tag {
  text-align: left;
}


div.tag_count {
  margin: -2px 0 1px 0;
}

.tag_count {
  font-size: 77%;
  color: #bbb;
}

span.tag_count {
  margin: 2px;
}

.tag_count a {
  color: #bbb !important;
}

/* ad bar */

div.side_head {
  text-align: center;
  font-family: "Georgia";
  font-variant: small-caps;
  font-size: 100%;
  margin: 0.5em 1em -0.5em 1em;
  color: #777;
}

/* -------------- */
/* Section: Sites */
/* -------------- */

#contents a {
  color: #028;
  text-decoration: none;
}

div#sidebar a {
  color: #616181;
}

.secureidnews_color      {color:#7b0704;}
.contactlessnews_color   {color:#006566;}
.rfidnews_color          {color:#14477a;}
.cr80news_color          {color:#b55002;}
.thirdfactor_color       {color:#8c660d;}
.nfcnews_color           {color:#017d09;}
.idniticias_color        {color:#237834;}
.digitalidnews_color     {color:#706328;}
.enterpriseidnews_color  {color:#583958;}
.financialidnews_color   {color:#557766;}
.governmentidnews_color  {color:#585443;}
.healthidnews_color      {color:#0a1b68;}


.secureidnews_logo       { color: #ab4744 }
.contactlessnews_logo    { color: #008588 }
.rfidnews_logo           { color: #336699 }
.cr80news_logo           { color: #f08232 }
.thirdfactor_logo        { color: #cc862d }
.nfcnews_logo            { color: #41ad49 }
.idnoticias_logo         { color: #126723 }
.digitalidnews_logo_1    { color: #c0af47 }
.digitalidnews_logo_2    { color: #706328 }
.enterpriseidnews_logo_1 { color: #735673 }
.enterpriseidnews_logo_2 { color: #583758 }
.financialidnews_logo_1  { color: #779988 }
.financialidnews_logo_2  { color: #557766 }
.governmentidnews_logo_1 { color: #787463 }
.governmentidnews_logo_2 { color: #585443 }
.healthidnews_logo_1     { color: #4a8ba8 }
.healthidnews_logo_2     { color: #1a4b78 }
.fips201_logo            { color: #718eb6 }

body#secureidnews     h2 { color: #7b0704 !important }
body#contactlessnews  h2 { color: #006566 !important }
body#rfidnews         h2 { color: #14477a !important }
body#cr80news         h2 { color: #b55002 !important }
body#thirdfactor      h2 { color: #8c660d !important }
body#digitalidnews    h2 { color: #706328 !important }
body#nfcnews          h2 { color: #017d09 !important }
body#idnoticias       h2 { color: #237834 !important }
body#enterpriseidnews h2 { color: #583958 !important }
body#financialidnews  h2 { color: #557766 !important }
body#governmentidnews h2 { color: #585443 !important }
body#healthidnews     h2 { color: #0a1b68 !important }


body#secureidnews     .site a { color: #7b0704 !important }
body#contactlessnews  .site a { color: #006566 !important }
body#rfidnews         .site a { color: #14477a !important }
body#cr80news         .site a { color: #b55002 !important }
body#thirdfactor      .site a { color: #8c660d !important }
body#digitalidnews    .site a { color: #706328 !important }
body#nfcnews          .site a { color: #017d09 !important }
body#idnoticias       .site a { color: #237834 !important }
body#enterpriseidnews .site a { color: #583958 !important }
body#financialidnews  .site a { color: #557766 !important }
body#governmentidnews .site a { color: #585443 !important }
body#healthidnews     .site a { color: #0a1b68 !important }

body#secureidnews     .rsite a { color: #d0d0b0 !important }
body#contactlessnews  .rsite a { color: #d4e9d4 !important }
body#rfidnews         .rsite a { color: #d4e9d4 !important }
body#cr80news         .rsite a { color: #d4e9d4 !important }
body#thirdfactor      .rsite a { color: #d4e9d4 !important }
body#digitalidnews    .rsite a { color: #d4e9d4 !important }
body#nfcnews          .rsite a { color: #d4e9d4 !important }
body#idnoticias       .rsite a { color: #d4e9d4 !important }
body#enterpriseidnews .rsite a { color: #d4e9d4 !important }
body#financialidnews  .rsite a { color: #d4e9d4 !important }
body#governmentidnews .rsite a { color: #d4e9d4 !important }
body#healthidnews     .rsite a { color: #d4e9d4 !important }

body#secureidnews     .site { color: #7b0704 !important }
body#contactlessnews  .site { color: #006566 !important }
body#rfidnews         .site { color: #14477a !important }
body#cr80news         .site { color: #b55002 !important }
body#thirdfactor      .site { color: #8c660d !important }
body#digitalidnews    .site { color: #706328 !important }
body#nfcnews          .site { color: #017d09 !important }
body#idnoticias       .site { color: #237834 !important }
body#enterpriseidnews .site { color: #706328 !important }
body#financialidnews  .site { color: #706328 !important }
body#governmentidnews .site { color: #706328 !important }
body#healthidnews     .site { color: #706328 !important }

/* -------------- */
/* Section: Logos */
/* -------------- */

#logo {
  margin: 0 0 -1.2em 0.843em;
  padding-top: 4em;
}

#logo a {
  text-decoration: none;
}

#caption {
  color: #555;
  margin: 3px 0 0 1em;
  padding-left: 14px;
  font-family: Eurostile, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Search area */

label#search {
  color: #555;
  font-size: 105%;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Calibri", "Trebuchet MS", "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
}

.logotype {
  font-family: Eurostile, "Eurostile LT", Helvetica, Arial, sans-serif;
  font-weight:400;
  font-size: 5em;
  letter-spacing: -1px;
  text-shadow: 1px 1px 3px #ccc;
  -moz-text-shadow: 1px 1px 3px #ccc;
  -webkit-text-shadow: 1px 1px 3px #ccc;
}

.logotype_normal {
  font-family: "Eurostile", "Eurostile LT", "Calibri", "Trebuchet MS", "Georgia", "Times New Roman", serif;
  font-size: 115%;
  font-weight: bold;
}

.logotype_caption {
  font-family: "Calibri", "Trebuchet MS", "Georgia", "Times New Roman", serif;
  font-size: 200%;
  line-height: 50%;
  font-weight: bold;
}

.news         { color: #444; }
.news_normal  { color: #444; }
.news_caption { color: #444; }


li.list_secureidnews     { background: url(/resources/bullet/secureidnews-1.gif) no-repeat 1px 2px !important; }
li.list_contactlessnews  { background: url(/resources/bullet/contactlessnews-1.gif) no-repeat 1px 2px !important; }
li.list_rfidnews         { background: url(/resources/bullet/rfidnews-1.gif) no-repeat 1px 2px !important; }
li.list_cr80news         { background: url(/resources/bullet/cr80news-1.gif) no-repeat 1px 2px !important; }
li.list_thirdfactor      { background: url(/resources/bullet/thirdfactor-1.gif) no-repeat 1px 2px !important; }
li.list_nfcnews          { background: url(/resources/bullet/nfcnews-1.gif) no-repeat 1px 2px !important; }
li.list_idnoticias       { background: url(/resources/bullet/idnoticias-1.gif) no-repeat 1px 2px !important; }
li.list_digitalidnews    { background: url(/resources/bullet/digitalidnews-1.gif) no-repeat 1px 2px !important; }
li.list_fips201          { background: url(/resources/bullet/fips201-1.gif) no-repeat 1px 2px !important; }
li.list_enterpriseidnews { background: url(/resources/bullet/enterpriseidnews-1.gif) no-repeat 1px 2px !important; }
li.list_financialidnews  { background: url(/resources/bullet/financialidnews-1.gif) no-repeat 1px 2px !important; }
li.list_governmentidnews { background: url(/resources/bullet/governmentidnews-1.gif) no-repeat 1px 2px !important; }
li.list_healthidnews     { background: url(/resources/bullet/healthidnews-1.gif) no-repeat 1px 2px !important; }

body#secureidnews     #caption { background: url(/resources/bullet/secureidnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#contactlessnews  #caption { background: url(/resources/bullet/contactlessnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#rfidnews         #caption { background: url(/resources/bullet/rfidnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#cr80news         #caption { background: url(/resources/bullet/cr80news-1.gif) no-repeat 0.1em 0.2em !important; }
body#thirdfactor      #caption { background: url(/resources/bullet/thirdfactor-1.gif) no-repeat 0.1em 0.2em !important; }
body#nfcnews          #caption { background: url(/resources/bullet/nfcnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#idnoticias       #caption { background: url(/resources/bullet/idnoticias-1.gif) no-repeat 0.1em 0.2em !important; }
body#digitalidnews    #caption { background: url(/resources/bullet/digitalidnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#fips201          #caption { background: url(/resources/bullet/fips201-1.gif) no-repeat 0.1em 0.2em !important; }
body#enterpriseidnews #caption { background: url(/resources/bullet/enterpriseidnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#governmentidnews #caption { background: url(/resources/bullet/governmentidnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#financialidnews  #caption { background: url(/resources/bullet/financialidnews-1.gif) no-repeat 0.1em 0.2em !important; }
body#healthidnews     #caption { background: url(/resources/bullet/healthidnews-1.gif) no-repeat 0.1em 0.2em !important; }

li.icon_secureidnews     { background: url(/resources/icons/gif/secureidnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_contactlessnews  { background: url(/resources/icons/gif/contactlessnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_rfidnews         { background: url(/resources/icons/gif/rfidnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_cr80news         { background: url(/resources/icons/gif/cr80news_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_thirdfactor      { background: url(/resources/icons/gif/thirdfactor_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_nfcnews          { background: url(/resources/icons/gif/nfcnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_idnoticias       { background: url(/resources/icons/gif/idnoticias_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_digitalidnews    { background: url(/resources/icons/gif/digitalidnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_fips201          { background: url(/resources/icons/gif/fips201_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_enterpriseidnews { background: url(/resources/icons/gif/enterpriseidnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_financialidnews  { background: url(/resources/icons/gif/financialidnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_governmentidnews { background: url(/resources/icons/gif/governmentidnews_1.gif) no-repeat 0.1em 0.2em !important; }
li.icon_healthidnews     { background: url(/resources/icons/gif/healthidnews_1.gif) no-repeat 0.1em 0.2em !important; }

ul.icons {
  padding: 0;
  margin: 2em 0.5em 1em 0.5em;
}

li.icon {
  list-style-type: none !important;
  padding: 0px 0 2px 1.5em;
}

li.list {
  font-family:arial;
  font-size: .93em;
  list-style-type: none !important;
}

div.logo_caption {
  font-size: 85%;
  color: #555;
  font-weight: bold;
  line-height: 120%;
  font-family: "Calibri", "Trebuchet MS", "Georgia", "Times New Roman", serif;
}

/* -------------- */
/* Section: Areas */
/* -------------- */

.area_display {
}

.resource_display {
  padding: 0;
  margin: 1.4em 1.01em 0 1.4em;
}

.area_market {
  width: 728px;
}

div.resource_market {
  margin: 1.4em 0 0 1.4em;
  padding: 0;
  float: right;
}

.area_text {
}

.area_text_head {
  margin: 1.4em 0 -1em 1.4em;
  font-family: "Calibri", "Trebuchet MS", "Arial";
  padding: 3px;
  font-weight: bold;
  font-size: 85%;
  text-align: center;
}

.area_text_head a {
  color: #777;
  text-decoration: none;
}

.resource_text {
  font-family: "Calibri", "Trebuchet MS", "Arial";
  padding: 1.4em 0 0 1.4em;
}

.area_banner {
  background-color: #ccc;
}

.area_leader {
  border-bottom:1px solid #B0B0A9;
  line-height:0px;
}

.area_leader div a {line-height:0px;}

.area_leader img {
  width: 100%;
}

.resource_leader {
  line-height:0px;
}

.resource_leader object {width: 728px;}

/* ----------------- */
/* Section: Overlays */
/* ----------------- */

/* the overlaid element */
.resource_overlay {
  position: absolute;
  display: none;
  background-image: url(/tools/img/overlay/white.png);
  width: 640px; /* height is set dynamically */
  padding: 3em;
  font-size: 1em;
  z-index: 10000;
}

/* default close button positioned on upper right corner */
.resource_overlay div.close {
  background-image: url(/tools/img/overlay/close.png);
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}

img.badge {
  width: 100%;
  margin: 3px 0 3px 0;
}

/* ------------------- */
/* Section: Flowplayer */
/* ------------------- */

img.play {
  margin: 99px 208px 99px 208px;
}

div.fp {
  display: table;
  margin: 1em 0.5em 1em 0.5em;
  box-shadow: 0.25em 0.25em 0.75em #5a666b;
  -moz-box-shadow: 0.25em 0.25em 0.75em #5a666b;
  -webkit-box-shadow: 0.25em 0.25em 0.75em #5a666b;
}

div.audio {
  margin: 1em 0 1em 0 !important;
  clear: both;
  width: 100%;
  height: 28px;
  box-shadow: 0.25em 0.25em 0.75em #5a666b;
  -moz-box-shadow: 0.25em 0.25em 0.75em #5a666b;
  -webkit-box-shadow: 0.25em 0.25em 0.75em #5a666b;
}

div.shadow {
  box-shadow: 0.25em 0.25em 0.75em #5a666b;
  -moz-box-shadow: 0.25em 0.25em 0.75em #5a666b;
  -webkit-box-shadow: 0.25em 0.25em 0.75em #5a666b;
}

div.calendar {
  margin: 0.5em 5em 0.5em 0em;
  font-size: 93%;
}

/* --------------------- */
/* Section: Related_Grid */
/* --------------------- */

#r_grid_outter {
  padding:13px;
  padding-top:5px;
}
#r_grid_outter .top {
}
#r_grid_outter .bottom {
  margin-top:11px;
}
#r_grid_inner {}
#r_grid_left {
  width:49%;
  float:left;
}
#r_grid_left_inner {
}
#r_grid_right {
  width:49%;
  float:right;
}
#r_grid_right_inner {
}
.r_grid_side_inner {
}
.r_grid_item {
  background: url("http://resources.avisian.com/images/background1.gif") repeat-x scroll 0 0 transparent;
  border:1px solid #ccc;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.r_grid_item .read_more {
  font-size:11px;
  font-family:Eurostile, "Eurostile LT", arial, georgia, tahoma;
  float:right;
  margin:0px;
  margin-top:5px;
}
.r_grid_date {
  font-family:arial,georgia,tahoma;
  float:right;
  font-size:9px;
  font-weight:600;
  padding:4px 5px;
  margin-left:7px;
  color:#555;
}
.r_grid_title {
  font-size:13px;
  padding:7px 7px 0px;
}
.r_grid_title a {
  color:
}
.r_grid_body {
  padding:7px;
  padding-top:0px;
  font-size:10.5px;
  margin-bottom:15px;
}
.r_grid_body p {margin:7px 0px 0px;}
