/* Start of CMSMS style sheet 'Clean : Main' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background: url(uploads/images/background_watermark.jpg) top left;
}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #314284;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #314284;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #314284;
}

body {
   background-color: #fff;
   color: #666666;
   margin:1em;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   /*max-width: 750px;*/
   /*min-width: 750px;*/
   max-width: 950px;
   min-width: 950px;
   /width: 950px;               /* hack: ie fix for min-width ignorance */
   background-color: #fff;
}

div#header {
   /* border-bottom: 4px solid #948979; */
   border-bottom: 4px solid #314284;
   font-size: 24px;
   margin-bottom:0px;
   padding-top: 10px;
   padding-left: 10px;
   /*padding-bottom: 10px;*/
   height: 70px;
  background: #dddddd url(uploads/images/website/toplogo_3.jpg) top left no-repeat;
}

div#header h1 {
   font-size: 32px;
   color: #314284;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#search {
          float: right;
          width: 220px;  
          font-size: 0.9em;
          color: #666666;
}

div#search input {
          padding-left: .5em;
          padding-right: .5em;
          font-size: 1em;
          color: #666666;
}

div#menuWrapper {
          height: 25px;
          border-bottom: 1px solid #dddddd;
          border-right: 1px solid #dddddd;
          background-color: #ececec;
}

div#content {
   color: #666666;
   margin-left: 180px;
   margin-right: 210px;
}

div#leftsidebar {
   float: left;
   width: 150px;
   display: inline;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

div#logos {
   margin-top: 20px;
   border-bottom: 1px dotted #dddddd;
   width: 100%;  
   text-align: center;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   float: right;
   width: 175px;
}

div#footer {
   clear: both;
   /* background-color: #575352; */
   background-color: #3a3429;
   color: #89817f;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h1.title {
          margin-top: 3px;
          line-height: 1.6em;
          padding-left: 27px;
          background: url(uploads/images/icons/vw_logo_mini.gif) center left no-repeat;
}

h2 {
   color: #666666; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* END LISTS */

/* youtube wrapper */
div.movie {
          float: right;
          padding-left: 10px;
}

table.tblInput {
          font-size: 1em;
          border: 1px dotted #dddddd;
}

table td.frmLabel {
          width: 40%;
          font-weight: bold;
          text-align: right;
}

table .frmInputHelpText {
          font-size: .8em;
}

.error {
          font-size: 1em;
          font-weight: bold;
          color: #ff0000;
}

div.section {
          margin-bottom: 10px;
          padding: 3px;
          border-bottom: 1px dotted #dddddd;
}

table#feucalendar-addevent td label {
          padding-right: 40px;
}

div#user {
          margin-bottom: 10px;
          padding-top: 5px;
          padding-right: 5px;
          padding-bottom: 5px;
          border-bottom: 1px dotted #dddddd;
}

div#user table {
          width: 100%;
          border: none;
}

div#user table img {
          border: 1px solid #404040;
}

div#user table td {
          vertical-align: center;
}

div#user table td.userDetails {
          text-align: center;
}

div#section_container {
          
}

.hiddenObj {
     display: none;
}

.showObj {
     display: block;
}

.cgfeedback_addcoment fieldset {
     width: 570px;
}

.cgfeedback_addcoment fieldset input, textarea {
     width: 370px;
}
/* End of 'Clean : Main' */

