﻿
/*This rmoves the default borders on the layout the layout control.*/
html .t-container-fluid, html .t-row-wrap > .t-row {
    max-width: none;
}
/*Page content place holders*/

.pagewrapper {
    margin-left:12%;
    margin-right:12%;
    /*background-color:#cef3fa;*/
    /*background-color:#fde09c;*/
    /*background-color:#fff0cc;*/
    /*background-color:#e6fafc;*/
   

     
}


h1{
        font-weight: 500;
   
 }
h2{
        font-weight: 500;
   
 }
.bluebannercontent
{
   background-color: #01C9EE;
   min-height:60px;
   color:white;
   padding:0px;
  
  }
.bluebannerheaderlabel{
    margin-left:12%;
    margin-right:12%; 
    font-size:2.5em;
    padding-top:5px;
}

.contentplaceholder
{
   background-color: white;
   margin: 20px 0px 20px 0px;
    height:auto !important; 
    background-repeat: repeat;
  background-color:#e6fafc;
  text-align:center;
  padding:10px; 
  
     }

.PortfolioImages
{
    -moz-box-shadow: 0px 3px 6px 1px gray;
    -webkit-boxs-hadow: 0px 3px 6px 1px gray;
    box-shadow: 0px 3px 12px 1px gray;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    max-width: 280px;
    width: 100%;
    
}

/**ALL PAGES**/
.LeftColumn
{
       /*max-width: 620px;*/
       /*min-height:200px;*/
      
       }

.RightColumn
{
    
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    text-align:center;
      }


.RightColumnImage
{
    width:100%;
     max-width: 620px;
    box-shadow: 5px 5px 10px silver;
    }

/*three column layout images with links.*/
/*.threeimages
{
    font-size: .85em;
    text-align:center;
     
}

.threeimagesLinks
{
     text-decoration:none;
    }*/

.grid {
    -moz-box-shadow: 0 0 4px gray;
    -webkit-boxs-hadow: 0 0 4px gray;
    box-shadow: 0 0 4px gray;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
       padding: 0px 0px 0px 0px;
    background-color: #FFFBF3;
    margin-bottom:20px;
}

.Alt0 {
    background-color:#01c9ee;
    color:white;
    
    margin:5px;
    padding:3px;
   /*font-size: 1.25em;*/
   /*font-weight: lighter;*/
    font-style: normal;
   
    
}
.Alt1 {
    /*background-color:#96E6F5;*/
    /*color:white;*/
    
    margin:5px;
    padding:3px;
   /*font-size: 1.25em;*/
   font-weight: normal;
    font-style: normal;
   
    
}
.Alt2 {
    background-color:#FFE09A;
    /*background-color:#96E6F5;*/
    /*color:white;*/
    
     padding:3px;
     margin:5px;
     /*font-size: 1.25em;*/
     font-weight: normal;
    font-style: normal;
}

.cellpadding {
    padding-left:20px;
}

u {text-decoration: none;
    border-bottom: 10px solid black;
}
    