/* Start of CMSMS style sheet 'v2 CSS :: Main' */
* {
   margin:0;
   padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  8pt;
   margin:0;
   padding:0;
   background-image: url('images/stripes.png');
}

img {
   border: 0;
}

.textmiddle {vertical-align:middle;} 

a,
a:link, 
a:active {
   color: #005078; 
   text-decoration: none;
}

a:visited {
   text-decoration: none;
   color: #005078; 
}

a:hover {
   color: #f5822b;
}

a.bbottom { border: 1px dotted #FFF; }
a.bbottom:hover { border: none !important;  }

ol { text-align: left; padding-left: 30px; }
ul { text-align: left; padding-left: 30px; padding-bottom: 15px; }

body {
   color: #666666;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   width: 950px;
   background-image: url("images/logo_light_bg.png");
   background-repeat: no-repeat;
   background-position: left bottom;
}

div#header {
   padding-top: 15px;
   padding-bottom: 5px;
   margin-bottom:15px;
   height: 260px;
   font-size: 8pt;
}

div#header-logo { margin-bottom: 5px; }

div#slogan {
   position: relative;
   top: 192px;
   left: 35px;
   text-align: right;
   color: #deddd9;
   font-family: Courier New;
   font-size: 8pt;
   /* padding-top: 192px;
   padding-right: 10px; */
   height: 20px;
}

div#header-menu {
   text-align: center;
   font-size: 10pt !important;
}


div#SpaudaRight {
   border-top: 1px dotted #cccccc;
   padding-top: 8px;
   padding-bottom: 8px;
   line-height: 14px;
}

div#SocialIcons {
   border-top: 1px dotted #cccccc;
   padding-top: 5px;
   padding-bottom: 8px;
   line-height: 25px;   
   color: #005078; 
   font-weight:  bold;
}

div#Contact {
   border-top: 1px dotted #cccccc;
   padding-bottom: 5px;
   line-height: 15px;   
   color: #005078; 
   font-weight:  bold;
}

div#Search {
   padding-bottom: 8px;
   line-height: 25px;   
   color: #005078; 
   font-weight:  bold;
}

div#banners {
   color: #666666;
   padding-bottom: 12px;
   float: right;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#content {
   color: #666666;
   margin-left: 230px;
   margin-right: 200px;
   margin-bottom: 30px;
   width: 475px; /* minus 6px due to ie6 */
   text-align: justify;
   min-height: 600px;
   background-color: #FFF;
   padding:10px;
   overflow: hidden;
}

div#content_banners { clear: both; border-top: 1px dotted #ccc; padding: 10px 0 10px 0; margin-top:10px; }

div#leftsidebar {
   float: left;
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   margin-bottom: 200px;
/*   background-color: #FFF; */
   width: 200px;
   font-size: 10pt;
}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: left;
}

div#contacts {
   margin-top: 30px;
   padding-left: 10px; 
   line-height: 14px;
   font-size: 8pt;
   text-align: justify;
   padding-bottom: 20px;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   float: right;
   width: 200px;
   font-size: 10pt;
}

div#footer {
   clear: both;
   color: #fff;
   height: 60px;
   font-size: 8pt;
   text-align: center;
   padding-bottom: 10px;
}

div#footer p {
   font-size: 8pt;
   text-align: center;
   margin: 0;
}

div#footer p.author {
   font-size: 8pt;
   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 {
border-bottom:1px dotted #005078;
color:#005078;
font-size:12pt;
margin:0 0 10px;
padding:10px 0 5px;
text-align:left;
}

h2 {
   color: #005078; 
   font-size:14px;
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #005078; 
   font-size: 8pt;
   font-weight:  bold;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   padding-top: 15px;
}

h4 {
   color:#f5822b;
   font-size: 10pt;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   padding-top: 15px;
}

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 */

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: #FFF; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.xb1 {margin:0 5px; background:#cccccc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#FFF; border:0 solid #cccccc; border-width:0 1px; padding-left: 15px; padding-right: 15px; padding-bottom: 10px; }

thead.ProductTableHeader { background-color: #DEDEDC; } 
tr.ProductRowOdd { background-color: #FFF; }
tr.ProductRowEven { background-color: #EEE; }

ul.products { 
width: 460px;
list-style-type: none;
display: inline;
float: left;
padding: 0;
margin-bottom: 10px;
}

ul.products li {display: inline; float: left; width: 80px; height: 100px; padding: 15px; text-align: center; }

/* .thumb { border: 1px solid #D9DBDC;  width: 85px; height: 75px; text-align: center; padding-top: 10px; } */

/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
   margin-bottom:0.5em;
   margin-left:1em;
}
fieldset div div {
   margin-top:0.5em;
   margin-left:1em
}
fieldset {
   margin-bottom:1em;
   border:1px solid #666666;
   padding:0.5em
}
fieldset label {
   width:auto;
}
legend {
   color:#FFF;
   background:#666666;
   font-style:italic;
   font-size:1.2em;
   margin-bottom:0.5em;
   padding:0.2em;
   width:auto;
   border:1px solid #666666;
}
textarea {
   margin: 0.5em 0;
   width:98%;
   height: 6em
}

/* Apply this class to text/select input fields with shorter labels
   to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
   margin:0.5em 0;
   width:200px;
   text-align:center
}
.captcha img {border:1px solid #666666; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
   margin-bottom:0.5em;
   margin-left:1em;
}
fieldset div div {
   margin-top:0.5em;
   margin-left:1em
}
fieldset {
   margin-bottom:1em;
   border:1px solid #F60;
   padding:0.5em
}
fieldset label {
   width:auto;
}
legend {
   color:#FFF;
   background:#F60;
   font-style:italic;
   font-size:1.2em;
   margin-bottom:0.5em;
   padding:0.2em;
   width:auto;
   border:1px solid #666666;
}
textarea {
   margin: 0.5em 0;
   width:98%;
   height: 6em
}

/* Apply this class to text/select input fields with shorter labels
   to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
   margin:0.5em 0;
   width:200px;
   text-align:center
}
.captcha img {border:1px solid #666666; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input {border: 1px solid #666666; width:155px; }
.contactform input.checkbox {border: none;}
.contactform label {
   display: block;
   float: left;
   width: 150px;
}
.contactform label.label {
   display: inline;
   float: none;
margin:1.5em 0;
   width: 50px;
   font-size: 10px;
}
.contactform textarea {
background-color:#FFFFFF;
border:1px solid #666666;
font-family:Verdana,Arial,sans-serif;
font-size:8pt;
width:155px;
}
.formbuilderform .message {
   line-height: 16px;
   padding: 0 0 8px 0;
}

.searchsubmit {border: 1px solid #000; }
/* End of 'v2 CSS :: Main' */

