/*-------------------------------------------------

  NeoCMS Core File : stylesheet.tpl

  This file contains CSS definitions
  that affect the appearance of the whole site.

  Updated : 18-03-2010 19:54

-------------------------------------------------*/

html,body {
  margin:0;
  padding:0;
  font-family: "Trebuchet MS",Arial,sans-serif;
}

body {
  margin: 10px 0;
  text-align: center;
  background-color: #ffffff;
}

/*-------------------------------------------------
    Header
-------------------------------------------------*/

#ncms_header {
  position:relative;
  width: 100%;
  height: 150px;
  margin: 0px;
  padding: 0px;
  background-image: url('../ncms-images/page_furniture/mattsbits/header_780x150.jpg');
  /*background-repeat: repeat-x;*/
  background-position: 50% 50%;
  background-color: #325198;

  text-align: center;
}

#header_logo_left {
    width:220px;
    height:150px;
    text-align: left;    
    float:left;
}

#header_logo_right {
    width:220px;
    height:150px;
    text-align: right;
    float:right;
}

#header_title {

    height:100px;
    padding: 50px 0 0 0;
    margin-left: 220px;
    margin-right: 220px;
    text-align: center;
}

#ncms_header h1 {
    font-size: 200%;
    color: #ffffff;
    text-align: center;
}

#ncms_header_2 {
    width: 100%;
    padding: 5px 0px 2px 0px;
    background-color: #325198;
    text-align: center;

    min-height: 31px;
    _height: 31px;
}

#ncms_header_2 h1 {
    /*height: 28px;*/
    color: #ffffff;
}

.header_top_left {background-color:#ffffff;float:left;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mattsbits/corner_top_left.png');}
.header_centre {background-color:#325198;height:15px;}
.header_top_right {background-color:#ffffff;float:right;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mattsbits/corner_top_right.png');}
.header_bottom_left {background-color:#ffffff;float:left;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mattsbits/corner_bottom_left.png');}
.header_bottom_right {background-color:#ffffff;float:right;width:15px;height:15px;background-image: url('../ncms-images/page_furniture/mattsbits/corner_bottom_right.png');}

/*-------------------------------------------------
    Main Wrapper
-------------------------------------------------*/

#ncms_page_wrapper {
  width: 95%;
  margin: 0 auto;
  min-width: 750px;
  max-width: 1000px;
  text-align: left;
  background-color: #F0F8FF;
}

/*-------------------------------------------------
    Main Content
    overflow required to fix italics bug in IE
-------------------------------------------------*/

#ncms_centre_col_wrapper {
  float:right;
  width:100%;
  margin: 0px;
  padding: 0px;
  margin-left:-200px;
}

#ncms_centre_col {
  width: 100%;
}

#ncms_centre_col_content {
  margin-left:200px;
  padding: 5px 5px 5px 5px;
  background: #F0F8FF;
}

/*-------------------------------------------------
    Sidebar
-------------------------------------------------*/

#ncms_left_col {
  float:left;
  width:196px;
  padding: 5px 2px 10px 2px;
  background-color: #F0F8FF;
  font-size: 70%;
}

/*-------------------------------------------------
    Footer & Foot
-------------------------------------------------*/

#ncms_footer {
  width:100%;
  padding: 10px 0px;
  color: #FFFFFF;
  background-color: #325198;
  text-align: center;
  text-decoration: none;
  clear:both;
}

#ncms_footer a:link {color: #FFFFFF;}
#ncms_footer a:visited {color: #f4f9e5;}
#ncms_footer a:hover {color: #eaf4cc;}
#ncms_footer a:active {color: #eaf4cc;}

#ncms_foot {
  width:100%;
  padding: 5px 0px;
  color: #AAAAAA;
  background-color: #ffffff;
  font-size: 80%;
  text-align: center;
  clear:both;
}

#ncms_tooltip{
  position: absolute;
  width: 150px;
  border: 2px solid black;
  padding: 2px;
  background-color: #dddddd;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/*-------------------------------------------------
    Text
-------------------------------------------------*/
h1 {
    margin: 0;
    font-size: 120%;
}

h2 {
    margin: 0;
    font-size: 100%;
}

h3,h4,h5,h6 {
    margin: 0;
    font-size: 90%;
}

p.footnote {
    text-align: center;
    font-size: 70%;
    color: #325198;
}

/*-------------------------------------------------
    Links
-------------------------------------------------*/
a:link {color: #0000AA;text-decoration: underline;}
a:visited {color: #0000AA;text-decoration: underline;}
a:hover {color: #0000CC;}
a:active {color: #0000CC;}

img {
    border: 0px;
    vertical-align: middle;
}

/*-------------------------------------------------
    Forms
-------------------------------------------------*/

fieldset {
    padding: 5px 5px;
    margin: 5px 0px 0px 0px;
    font-size: 80%;
    background-color: #F0F8FF;
}

fieldset legend {
    font-size: 100%;
    padding: 2px 5px;
    color: #1e0a30;
    background-color: #F0F8FF;
    font-weight: bold;
}

fieldset input {
    font-size: 90%;
}

.fieldset_on DIV {
	display: block;
}

.fieldset_off DIV {
	display: none;
}

/*-------------------------------------------------
    Data Tables
-------------------------------------------------*/

.data_table {
    width: 96%;
    margin: 5px auto 5px auto;
}

.data_table th {
    padding: 5px 5px;
    text-align: center;
    color: #ffffff;
    background-color: #325198;
}

.data_table tr.odd {
    background-color: #B9D3EE;
}

.data_table tr.even {
    background-color: #C6E2FF;
}

.data_table td {
    color: #000000;
    padding: 0px 5px;
}

/*-------------------------------------------------
    Category display above category lists
-------------------------------------------------*/
#category_title {
    color: #ffffff;
    background-color: #325198;
    padding: 5px 5px;
    margin-bottom: 5px;
}

/*-------------------------------------------------
    Admin pages
-------------------------------------------------*/

#admin_title {
    padding: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    background-color: #325198;
}

#admin_title h1 {
    color: #ffffff;
}

/*-------------------------------------------------
    Pages
-------------------------------------------------*/

#page_title {
    padding: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    background-color: #325198;
}

#page_title h1 {color: #ffffff;}

#page_title img {margin: 5px;}

#next_previous {
    text-align: center;
}

/*-------------------------------------------------
    Items
-------------------------------------------------*/
.item {padding: 0px 0px;margin: 0 0 5px 0;background-color: #FFFFFF;}

.itemtitle1 {font-size: 80%;padding: 2px 5px 5px 5px;color: #ffffff;background-color: #325198;}
.itemtitle2 {font-size: 110%;padding: 10px 5px 10px 5px;color: #ffffff;background-color: #325198;}
h1.itemtitle {color: #ffffff;background-color: #325198;}
h1.itemtitle a:link {color: #ffffff;}
h1.itemtitle a:visited {color: #eeeeee;}
h1.itemtitle a:hover {color: #b7a3c9;}
h1.itemtitle a:active {color: #b7a3c9;}

.itemcategories {padding: 2px 5px 5px 5px;color: #1e0a30;background-color: #B9D3EE;font-size: 80%;}
.itemcategories a:link {color: #1e0a30;text-decoration: underline;}
.itemcategories a:visited {color: #1e0a30;text-decoration: underline;}
.itemcategories a:hover {color: #1e0a30;text-decoration: underline;}
.itemcategories a:active {color: #1e0a30;text-decoration: underline;}

.itemimage {
    padding: 5px 5px 5px 5px;
    width: 110px;
    text-align: center;
    float: left;
}

.itembody1a,.itembody1b {
    padding: 5px 5px 5px 5px;
    margin : 0px 0px 0px 0px;
    font-size: 90%;
}

.itembody1a {
    margin-left: 120px;
}

.itembody2 {
    padding: 0 5px 0 5px;
    margin: 0px 0px 0px 0px;
    font-size: 90%;
    clear: both;
}

.itemlinks {
    padding: 5px 5px 5px 5px;
    font-size: 90%;
    clear: both;
}

.itemlinks ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.itemlinks li {
    padding: 0px;
    margin: 0px;
}

.itemtechnorati {
    padding: 0px 5px;
    color: #1e0a30;
    background-color: #B9D3EE;
    font-size: 80%;
    clear: both;
}

.itembody1a img, .itembody1b img, .itembody2 img {
    padding: 5px 5px 5px 5px;
    float: left;
    vertical-align: top;
}

.itembody1a a:hover img, .itembody1b a:hover img, .itembody2 a:hover img {
    background: #b7a3c9;
}

blockquote {
  /*width:100%;*/
  background: #FFFFFF;
  padding: 10px 10px 10px 40px;
  margin: 5px 5px;
  border: 1px solid #325198;
  font-family: courier,Arial,sans-serif;
  font-style: italic;
  background-image: url('../ncms-images/icons/icon_quote.gif');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

pre {
  background: #F0F8FF;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px;
  border: 1px solid #B9D3EE;
  font-family: courier,"courier new", monospace;
}

#next_previous {
    text-align: center;
}

#sidebar_banner {
    text-align: center;  
}