@import url(layout.css);
@import url(menus.css);

/* above are the sylesheets responsible for the common page layout and system menus - must be at top */

/* long comments moved to documentation dir readme.txt */

/*
Main (X)HTML Selectors - Typography, Colours and Positioning
-------------------------------------------------------------------------[comment] */

body {
    line-height: 145%;

/* dg: added */
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #e4e8f0;
	color:#2a2a2a;

}


body.mceContentBody {
	background-color:#ffffff;
}

a {
    color: #023186;
    font-weight: bold;
}

/*
a normal link is being styled similarly across all pages, unless re-declared
-------------------------------------------------------------------------[comment] */

a:link { }
a:visited { }
a:active { }
a:hover { }

/*
leave pseudo-classes exactly in this order even if you decide to re-declare them
------------------------------------------------------------------[important note] */

a:link:hover, a:visited:hover {
    color: #CC3300;
    color: #FFA105;
    text-decoration: underline;
} /*
we dont really want to underline and hilite named anchors in this theme, just links
------------------------------------------------------------------[important note] */

/*
Tables and related selectors
-------------------------------------------------------------------------[comment] */

table {
    font-size: 11px;
    line-height: 1.35em;
    margin: 5px 0;
}

/*
the actual border should be visible only when border-width is re-declared
------------------------------------------------------------------[important note] */

th {
    color: #0079b0;
    background-color: #f3f3f3;
}

thead { }

tfoot {
    font-weight: bold;
    background-color: #DCDCE1;
}

th, td {
    padding: 1px 3px;
    height: auto;
}

td {
/** keep it transparent for nfc07
  background-color: #ffffff;
**/
}

/*
General text and related selectors
-------------------------------------------------------------------------[comment] */

h1, h2, h3, h4 {
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 120%;
    color: #000000;
    padding: 0;
    margin: .5em 0 .5em 0;
}

/*
page headers - shared typography and positioning
-------------------------------------------------------------------------[comment] */

h1 {
    color: #002c7a;
    font-size: 250%;
    padding-bottom: 0.25em;
   }
h2 { font-size: 20px;
    color: #004173;
}
h3 {
  color: #002c7a;
  font-size: 120%;
  margin-bottom: 0;
}

h4 { font-size: 120%; }

p { margin: .5em 0 0 0; }

h3.highlight {
  color: #000;
  font-size: 180%;
}
h3.highlight a {
  color: #002c7a;
}
h3 a {
  color: #023186;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}

pre {
    color: #990066;
    font-size: 13px;
    font-family: courier, monospace;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    padding-left: 10px;
    background-image: url(../images/bullet-002c7a.gif);
    background-repeat: no-repeat;
    background-position: 0 .45em;
}

/* reset background on all pre-styled li elements for good browsers */
ul li[style] { background-image: none; }

blockquote {
    margin: 2em;
}

code {
    color: #990066;
    font-family: monaco, courier, monospace;
}

sup, sub {
    font-size: 11px;
    font-weight: normal;
}

/*
Form elements
-------------------------------------------------------------------------[comment] */

form {
    margin: 1em 0;
    padding: 0;
    display: block;
}

button { border: 2px outset #f0f0f0; }

input, select, textarea {border: 1px solid #004173;}

submit{
border: 2px outset #f0f0f0;
}

legend {
    color: #CC3300;
    border: 1px solid #aaaaaa;
    margin: 0 -1px;
    padding: 1px 5px;
    font-weight: bold;
    min-width:15em;
    display:block;
    background-image: url(../images/gradients.png);
    background-position: 0px -410px;
    background-repeat: repeat-x;
}

fieldset {
    border: 1px solid #004173;
    margin: 1em 0;
    padding:10px;
	background-color:#FFFFFF;
}


label.help-xar-form-label {

    /* help */
    border-bottom: 1px dotted #999;
    cursor: help;


    /* xar-form-label */
    padding: 2px;
    text-align: right;
    padding-left: 5px;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #0079b0;
    background-color: #f9f9f9;
    border:1px solid #f0f0f0;
    clear:left;
}
label.xar-form-label {
    padding: 2px;
    text-align: right;
    padding-left: 5px;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #333366;
    background-color: #f9f9f9;
    border:1px solid #f0f0f0;
    clear:left;

    position: relative;
    z-index: 66;
}

/* reset for table header labels to preserve table styles */
th label {
    background-color:transparent;
    border:0 none;
    width:auto;
    margin:auto;
}

td select {width:auto;}

/*
replaced elements
-------------------------------------------------------------------------[comment] */

img { border: 0px; }

/*
list elements
-------------------------------------------------------------------------[comment] */

ul, li, ol { line-height: 140%; }

/* THEME SPECIFIC CLASSES [gen_heading] */
h5, h6 {
    color: #333399;
    font-size: 11px;
    font-family: Arial, verdana, sans-serif;
    font-weight: bold;
}

hr {
    width: 100%;
    color: #cccccc;
    height:1px;
}
div#xc-footer {
  color: #0079b0;
  margin-top: 15px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  background-image: url(../images/css/footer-border.gif);
  background-position: 0px 0;
  background-repeat: repeat-x;
}

/* XARAYA REQUIRED INDIVIDUAL CLASSES [gen_heading] */
td.xar-norm { }
td.xar-alt { }

/* XARAYA REQUIRED ANONYMOUS CLASSES  [gen_heading] */

/*
these defaults apply to the left and right block group
-------------------------------------------------------------------------[comment] */
#xc-outer-wrapper-front, #xc-outer-wrapper-default {
  background-image: url(../images/css/top-grad.gif);
  background-position: 0px 0;
  background-repeat: repeat-x;
}
#xc-outer-wrapper {
  background-image: url(../images/css/top-menu-shad.gif);
  background-position: 0px 0;
  background-repeat: repeat-x;
}

.xar-block-head,
.xar-block-head-right {
  background-image: url(../images/css/heading-border-bot.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 0.5em;
}

.xar-block-title,
div#xc-outer-wrapper-front .xar-block-title-center,
.xar-block-title-right {
    padding: 0;
    color: #b40000;
    font-family: Georgia,"Times New Roman",Times,serif;
}


.xar-block-body,
.xar-block-body-right {margin-bottom:10px;}

.xar-block-foot,
.xar-block-foot-right { margin-bottom: 2px; }

/*
topnav block group classes
-------------------------------------------------------------------------[comment] */

.xar-block-head-topnav { }
.xar-block-title-topnav { }
.xar-block-body-topnav { }
.xar-block-foot-topnav { }

/*
center block group classes
-------------------------------------------------------------------------[comment] */

.xar-block-head-center {
  width: 100%;
  background-image: url(../images/css/heading-border-bot.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 0.5em;

}

.xar-block-title-center {
    padding: 0;
    color: #b40000;
    font-family: Georgia,"Times New Roman",Times,serif;
}

.xar-block-body-center { }

.xar-block-foot-center {
    width: 100%;
    margin-bottom: 10px;
}

/*
module rendering area and related rules
-------------------------------------------------------------------------[comment] */

.xar-mod-head, .xar-mod-body, .xar-mod-foot { border: 1px solid #cccccc; }

.xar-mod-head {
    padding: 3px 10px;
    margin: 4px 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #333366;
    background-color: #ffffff;
    background-image: url(../images/gradients.png);
    background-position: 0px -250px;
    background-repeat: repeat-x;
    border-bottom: 0 none;
}

.xar-mod-title {
    font-size: 13px;
    font-weight: bold;
}

.xar-mod-body {
    padding: 5px 10px;
    margin:0;
}

.xar-mod-foot {
    border-top: 0 none;
    padding: 3px 10px;
}

/*
complementary styling - colors, backgrounds and outlines
-------------------------------------------------------------------------[comment] */

.xar-alt { background-color: #f0f0f0; }
.xar-accent { background-color: #efefef; }

.xar-alt-outline {
    border-color: #6699CC;
    border-width: 1px;
    border-style: solid;
}

.xar-accent-outline {
    border-color: #333366;
    border-width: 1px;
    border-style: solid;
}

.xar-norm-outline {
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}

/*
complementary text related styling
-------------------------------------------------------------------------[comment] */

.xar-norm { background-color: #FFFFFF; }
.xar-sub { font-size: 10px; }
.xar-error { color: #ff0000; }
.xar-title {
  font-weight: bold;
  margin-bottom: 0.7em;
}

/*
not sure if we still using this rule anywhere TODO: check
-------------------------------------------------------------------------[comment] */

/* THEME SPECIFIC ANONYMOUS CLASSES  [gen_heading] */
div.xar-block-body-topnav li, div.xar-block-body-topnav ul {
    display: inline;
    list-style-type: none;
    padding: 0 5px;
    margin: 0;
    border: 0;
} /*
since topnav group is available by default, we should take care of it
-------------------------------------------------------------------------[comment] */

/* hide section heading [gen_heading] */
div.xar-block-body-topnav .xar-menu-section h4 { display: none; }


div.xar-block-body-topnav .xar-menu-section ul li a {
    padding-right: .5em;
    padding-left: .5em;
}

/* all links should display horizontally in topnav block in this theme */
div.xar-block-body-topnav {
    margin: 0px 0;
    padding: 0px 0;
}

/* MISCELLANEOUS [gen_heading] */

abbr, acronym, .help {
    border-bottom: 1px dotted #999;
    cursor: help;
}



/* dg: added */


/* ===== Header-Bar Styles ===== */
div#classictopnavigation {
  background-image: url(../images/css/menu-top.gif);
  background-repeat:repeat-x;
  height:31px;
  text-align: center;
}
#ecom-header-bar {
  margin: 0 auto;
  width: 990px;
}

#ecom-header-bar ul {
display: block;
overflow: visible;
list-style: none;
background: transparent;
vertical-align: middle;
margin: 0px;
padding: 0px;
font-family:  Arial, verdana, sans-serif;
font-size: 15px;
}

#ecom-header-bar ul li {
  height: 31px;
  padding: 0px;
  color: #2b2b2b;
  text-decoration:none;
  white-space:nowrap;
  font-family: Georgia,Times,serif;
  vertical-align: center;
}
#ecom-header-bar ul#left-links li {
  float: left;
  /* border-left: 1px solid #FFFFFF; */
  background-image:url(../images/css/menu-top-sep.gif);
  background-position:100% 0%;
  background-repeat:repeat-y;
}
#ecom-header-bar ul#right-links li {
  float: right;
  /* border-left: 1px solid #FFFFFF; */
  background-image:url(../images/css/menu-top-sep.gif);
  background-position:0% 0%;
  background-repeat:repeat-y;
}

#ecom-header-bar ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #2b2b2b;
  height: 31px;
  display: block;
  float: left;
  line-height: 30px;
  padding-left:9px;
  padding-right:11px;
  background-image: none;
}
#ecom-header-bar ul li a:hover, #ecom-header-bar ul li a.header-menu-selected {
  background-image:url(../images/css/menu-top-selected.gif);
  background-position:0% 2px;
  background-repeat:repeat-x;
  color: white;
  text-decoration: none;
}
#sideads {
margin:0px auto 0px auto;
width: 200px;
}
#xc-outer-wrapper-front #sideads,
#xc-outer-wrapper-default #sideads {
margin: 0 auto;
width: 270px;
}
#xc-outer-wrapper #sideads .ad {
display: block;
margin: 0 auto;
border:1px solid #cccccc;
height:125px;
width:125px;
}
/*
 * Must be after #xc-outer-wrapper #sideads .ad
 */
#xc-outer-wrapper-front #sideads .ad,
#xc-outer-wrapper-default #sideads .ad {
border:1px solid #cccccc;
display: inline;
height:125px;
margin-top: 10px;
margin-bottom: 16px;
width:125px;
}
#xc-outer-wrapper-front #sideads .adbottom,
#xc-outer-wrapper-default #sideads .adbottom {
border:1px solid #cccccc;
display: inline;
height:125px;
margin-bottom: 10px;
width:125px;
}
#sideads .left {
float:left;
}
#sideads .right {
float:right;
}
.content-image-left {
    float: left;
    margin: 0 10px 5px 0;
}
.content-image-right {
    float: right;
    margin: 0 0 10px 10px;
}
.key-image {
  border: 2px solid #a90000;
}
#xc-header {
  vertical-align: bottom;
}
#cc-top-logo {
  display: inline;
  position: relative;
  float: left;
}
#cc-top-ad {
  display: inline;
  position: relative;
  width: 728px;
  height: 90px;
  float: right;
  z-index: 300;
  margin: 5px 10px 0 0;
}

.author {
  color: #0079b0;
}
#feature-headline {
  background-color: #e8e8e8;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
#profile-headline {
  background-color: #e8e8e8;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
#feature-headline .xar-norm {
  background-color: transparent;
}
#feature-headline h3 a {
  color: #002c7a;
}
#features li {
  margin-bottom: 8px;
}
#features img {
  border: 2px solid #a90000;
  position: relative;
  left: -2px;
}
#profile-headline img {
  border: 2px solid #a90000;
  position: relative;
  left: -2px;
}
#partner-ad-wrapper {
  border: 1px solid #bbbbbb;
  margin-bottom: 10px;
}
#rt-search, #rt-newsletter {
  background-color: #e1e5f0;
  padding: 5px;
}
#rt-newsletter fieldset {
  background-color: transparent;
  padding: 0;
  border-style: none;
}
#article-tools {
  display: inline;
  float: right;
}
#article-tools img {
  margin-left: 12px;
}
#article-header {
  background-image: url(../images/css/heading-border-bot.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
  position: relative;
  font-size: 17px;
  line-height: 160%;
}
#about-article {
  background-color: #d51111;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
}
#about-article a {
  color: white;
}
#about-article a:hover {
  background-color: white;
  color: #d51111;
}
#about-article .author {
  color: white;
}
#tagcloud {
  background-color: #002c7a;
  padding: 10px;
}
#tagcloud a {
  text-decoration: none;
  color: #28bcff;
  margin-right: 5px;
}
#tagcloud a:hover {
  text-decoration: underline;
  color: #fff;
}
#article h2 {
  color: #227ca5;
}
.article-sidebar1 {
  border: 1px solid #bbbbbe;
  background-color: #f7f7f7;
  color: #4a4a55;
  padding: 10px;
  float: right;
  margin: 10px 0 10px 10px;
  width: 160px;
}
.article-sidebar1 h1 {
  color: #002c7a;
  font-size: 120%;
  margin-top: 0;
}
.article-sidebar1 li {
    padding-left: 10px;
    background-image: url(../images/bullet-sidebar1.gif);
    background-repeat: no-repeat;
    background-position: 0 .45em;
}
.article-highlightbox {
  border: 1px solid #bbbbbe;
  background-color: #f7f7f7;
  color: #4a4a55;
  padding: 20px;
  margin: 10px 0;
}
.article-highlightbox h1,
.article-highlightbox h2,
.article-highlightbox h3 {
  margin-top: 0;
}
div.article-table {
  border: 1px solid #bbbbbe;
  padding: 10px;
}
table.article-table{
  border-spacing: 0;
}
.article-table .caption{
  color: #b40000;
  font-family: Georgia,"Times New Roman",Times,serif;
  padding: 0 0 10px 0;
  font-size: 120%;
  width: 100%;
  caption-side: top;
  font-weight: bold;
  text-align: left;
}
table.article-table th{
  font-weight: bold;
  text-align: left;
  color: #2a2a2a;
  background-color: transparent;
}
table.article-table td {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 2px solid white;
}
table.article-table tr {
}
table.article-table tr.tr1 {
  background-color: #f0f4ff;
}
table.article-table tr.tr2 {
  background-color: #e1e5f0;
}

