﻿/*-------------------------Forms------------------------------*/
#formPanel
{
    margin: 0px;
    padding: 0px;
}

.fieldColumn
{
    float: left;
    width: 250px;
    margin:0px;
    padding: 10px 0px 10px 10px;
    z-index: inherit;
}
.formList {
    padding:0;
    margin:0;
    list-style:none;
    z-index: inherit;
    }
.formLabelContainer
{
    text-align: right;
}
.formFieldContainer
{
    text-align: left;
}
fieldset
{
    border: 0px;
    z-index: inherit;
}
.formLabel {
    display: block;
    float: left;
    width: 185px;
    line-height: 16px;    
    z-index: inherit;
    } 
input.formField {
    width: 195px;
    height: 16px;
    font: 12px Arial, Verdana, Sans-Serif;
    color: #505050;
    border: 1px solid #505050;
    padding: 3px; 
    background: #F1F5F6;   
    z-index: inherit;
    }
.formDropdown
{
    width: 215px;
    height: 20px;
    line-height: 20px;
    font: 12px Arial, Verdana, Sans-Serif;
    color: #505050;
    border: 1px solid #505050;
    padding: 2px; 
    background: #F1F5F6;   
    z-index: inherit;
}
.formButton
{    
    float: right;
    display: block;
    height: 24px;
    background-image: url('form/formButton.gif');
    background-repeat: repeat-x;
    border: solid 1px #189E94;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}
.formEditor
{
    display: block;
}
.formHeader
{
    padding: 2px 0px 2px 5px;
    background-color: #189E94;
    color: #fff;
    font-weight: bold;
}
#formProcessing
{
    margin: 50px 0px 0px 100px;
    padding: 40px;
    border: solid 2px #189E94;
    width: 250px;
    text-align: center;
}
#formProcessingWrapper
{
    font-size: 16px;
}
#formComplete
{
    margin: 50px 50px 0px 50px;
    padding: 20px;
    border: solid 2px #189E94;
    width: 400px;
    text-align: left;
}
#formCompleteWrapper
{
    font-size: 16px;
}
#formTreeViewWrapper
{
    text-align: left;
    width: 500px;
}
.formValidatorContainer
{
    color: Red;
}
/*-------------------------Forms------------------------------*/
/*-------------------------News------------------------------*/
.newsListDateWrapper
{
    margin-top: 15px;
    margin-bottom: 5px;
}
.newsListTitleWrapper
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}
.newsListSummaryWrapper
{  
}
.newsListMoreWrapper
{
    margin-bottom: 20px;
}
.newsListMore:hover
{
    cursor: pointer;
}
.singleNewsTitleWrapper
{
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.singleNewsPublicationDate
{
}
.singleNewsAuthor
{
    font-style: italic;
}
.singleNewsBackWrapper
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.singleNewsBack
{
}
/*-------------------------News------------------------------*/

/*-------------------------Testimonials------------------------------*/
.testimonialsListWrapper
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
}
.testimonialsListContactWrapper
{
    padding: 0px 0px 0px 0px;   
    font-style: italic; 
}
.testimonialsListTitleWrapper
{
    padding: 0px 0px 0px 0px;    
    font-style: italic;
}
.testimonialsListCompanyWrapper
{
    padding: 0px 0px 5px 0px;
    font-weight: bold;
}
.testimonialsListIndustryWrapper
{
    padding: 0px 0px 0px 0px;
    font-style: italic;
}
.testimonialsListTestimonialWrapper
{
    padding: 5px 0px 0px 0px;
}
.testimonialsListLinkWrapper
{
    padding: 0px 0px 0px 0px;
}
/*-------------------------Testimonials------------------------------*/
/*-------------------------Testimonial Item------------------------------*/
.testimonialCompanyWrapper
{
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.testimonialContactWrapper
{
    padding: 0px 0px 0px 0px;  
    font-style: italic;  
}
.testimonialTitleWrapper
{
    padding: 0px 0px 0px 0px; 
    font-style: italic;   
}
.testimonialIndustryWrapper
{
    padding: 0px 0px 0px 0px;
    font-style: italic;
}
.testimonialTestimonialWrapper
{
    padding: 5px 0px 0px 0px;
}
.testimonialLinkWrapper
{
    padding: 0px 0px 0px 0px;
}
/*-------------------------Testimonial Item------------------------------*/
/*-------------------------Polls------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 185px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;      
    padding: 0;
    margin: 10px 0 10px 0;        
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }
.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0 0 5px 0;        
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    line-height: 1.6em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;
    list-style: none;    
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
    }
 
 .RadioButtonListCssClass
 {
 }
 .pollResultsCssClass
 {
    border: solid 0px #189E94; 
 }
 .PollBox .button
 {
    height: 24px;
    background-image: url('form/formButton.gif');
    background-repeat: repeat-x;
    border: solid 1px #189E94;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
 }
 /*-------------------------Polls------------------------------*/
  /*-------------------------Site Map------------------------------*/
 .sitemapRoot
 {
    font-weight: bold;
 }
 .sitemapParent
 {
    font-weight: bold;
 }
 .sitemapNode
 {
    font-size: 13px;
 }
   /*-------------------------Site Map------------------------------*/