﻿body 
{
    font-family: Arial, Tahoma, Verdana;
    font-size:13px;
   
    margin:0;
    padding:0;

}
ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.about-us img{max-width:100%;height:auto!important;}
.page-container
{
    width:972px;
    padding:0px;
    margin:0px auto;
}
.footer-panel
{
    padding-top:20px 0px;
}
a
{
    text-decoration:none;
   color:#336699;
}
a:hover
{
    text-decoration:none;
}
.clr
{
    clear:both;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.show
{
    display:block;
}
.hide
{
    display:none;
}

input.contact-txt,
textarea.contact-txtarea
{
    padding:5px 3px;
    border-width:1px;
    border-style:solid;  
    border-color:#aaa;
    font-family:Arial, Tahoma, Verdana;
    font-size:12px;
    width:185px;
    background-color:#aeaeae;
}
textarea.contact-txtarea
{
    min-height:94px;
    max-height:94px;
    min-width:185px;
    max-width:185px;
}
input.TextBoxField,
textarea.TextAreaField
{
    min-width:300px;
    max-width:300px;
    background-color:#f8f8f8;
    
    background-repeat:repeat-x;
    border:solid 1px #c1c1c1;
}
textarea.TextAreaField
{
    min-height:94px;
    max-height:94px;
}
input.SubmitButton
{
    border-width:1px;
    border-style:solid;    
    height:36px;
    
    padding-left:20px;
    padding-right:20px;
    background-position:left top;
    background-repeat:repeat-x;
    font-size:14px;
    font-family:Arial;
    text-transform:uppercase;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/App_Themes/DevCms/border-radius.htc); /*prefix IE*/
    background-image:url(/App_Themes/DevCms/img/cmd-bg-blue.png);
    border-color:#3079ed;
    color:#fff;
}
input.ContactButton
{
    border-width:1px;
    border-style:solid;    
    border-color:#aaa;
    height:25px;
    
    padding-left:10px;
    padding-right:10px;
    background-position:left top;
    background-repeat:repeat-x;
    font-size:12px;
    font-family:Arial;
    text-transform:uppercase;
    background-color:#aeaeae;
    color:#000;
}
.pnl-cor-5
{
    border:solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/App_Themes/DevCms/border-radius.htc); /*prefix IE*/
}
.pnl-cor-10
{
    border:solid 1px #ccc;
    padding:20px;
    background-color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/App_Themes/DevCms/border-radius.htc); /*prefix IE*/
}
.err-pnl
{
    padding:10px;
    text-align:center;
    background-color:#fce07f;
    border:solid 1px #e3b104;
    color:#806300;
}
.waiting-nav
{
    background-image:url(/App_Themes/DevCms/img/load.gif);   
    background-position:center;
    background-repeat:no-repeat;
    height:300px;
}
.PagerControl
{
clear:both;
    text-align:center;
    padding:10px;
}
.PagerControl div.PagerResults
{
    display:none;
}
.PagerControl div.PagerNumberArea a,
.PagerControl div.PagerNumberArea span
{
    color:#336699;
}
.PagerControl div.PagerNumberArea span.SelectedPage
{
    color:red;
}
.PagerControl div.PagerNumberArea a.UnSelectedPage
{
    
}
