﻿/* core */
*
{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body
{
    background-image: url('/images/bg.png');
    background-repeat: repeat-x;
    background-color: #ffffff;
    margin: 0px;
    font-family: Arial,Helvetica,Helvetica Neue,Verdana,sans-serif;
    font-size: 100%;
    color: #333333;
    line-height: 120%;
}

a:link, a:visited, a:active
{
    color: #1a8ae0;
    text-decoration: none;
    font-weight:normal;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    text-shadow: 2px 2px 2px #ffffff;
    font-size: 180%;
    letter-spacing: -2px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

h2
{
    text-shadow: 1px 1px 1px #ffffff;
    font-size: 140%;
    letter-spacing: -2px;
    line-height: 100%;
    margin-top: -5px;
    margin-bottom: 10px;
    font-weight: bold;
}

p
{
    font-size: 75%;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
}

.highlight
{
    font-weight: bold;
    color: #333333;
}
.clear
{
    clear: both;
}

span.displayNone
{
    display: none;
}

strong
{
    font-weight: bold;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

/* containers */

.containerPage
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#containerLogo a
{
    width: 150px;
    height: 150px;
    background-image: url('/images/senLogo.png');
    display: block;
    cursor: pointer;
    margin-top: 50px;
    float: left;
}

#containerBodyText
{
    float: left;
    width: 560px;
    margin-top: 50px;
    margin-left: 80px;
}

/* tech */

#containerTech
{
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}

#techAWS a
{
    background-image: url('/images/techAWS.png');
    display: block;
    width: 57px;
    height: 21px;
    float: left;
    margin-right: 20px;
}

#techAzure a
{
    background-image: url('/images/techAzure.png');
    display: block;
    width: 137px;
    height: 21px;
    float: left;
    margin-right: 20px;
}

#techNet a
{
    background-image: url('/images/techNet.png');
    display: block;
    width: 84px;
    height: 21px;
    float: left;
    margin-right: 20px;
}

#techSQL a
{
    background-image: url('/images/techSQL.png');
    display: block;
    width: 48px;
    height: 21px;
    float: left;
    margin-right: 20px;
}

/* clients */

#containerClients
{
    display: block;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px;
}

#clientAlliance a
{
    background-image: url('/images/clientAlliance.png');
    display: block;
    width: 121px;
    height: 21px;
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

#clientBIW a
{
    background-image: url('/images/clientBIW.png');
    display: block;
    width: 44px;
    height: 21px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#clientHillMoren a
{
    background-image: url('/images/clientHillMoren.png');
    display: block;
    width: 80px;
    height: 16px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#clientRIT a
{
    background-image: url('/images/clientRIT.png');
    display: block;
    width: 48px;
    height: 31px;
    float: left;
    margin-right: 20px;
}

#clientTradePorsche a
{
    background-image: url('/images/clientTradePorsche.png');
    display: block;
    width: 100px;
    height: 11px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

#clientUnity a
{
    background-image: url('/images/clientUnity.png');
    display: block;
    width: 23px;
    height: 25px;
    float: left;
    margin-right: 20px;
    margin-top: 2px;
}


/* form */

.buttonShowHideMap
{
}

#contactPanel
{
    margin-top: 20px;
    margin-bottom: 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 10px solid #e5e5e5;
    background-color: #e5e5e5;
    padding: 10px;
    font-size:inherit;
}

#contactForm
{
    clear: both;
}

.contactFormDetails
{
    width: 200px;
    float: left;
    margin-right: 20px;
    text-align: left;
    font-size:inherit;
    text-align:left;
    
}

.contactFormElements
{
    float:left;
    background-color: #e5e5e5;
}

#contactFormElementsMask {
	background:#666666 url(/images/mask_gradient_1000_.png) no-repeat;
	background-position:350px 200px;
}

.contactFormDetails p, .contactFormDetails p#companyHeader
{   
    font-size:inherit;
    font-size:75%;
    text-align:left;
}

.contactFormDetails p
{   
    font-size:70%;
}

.contactFormDetails div#contactDetails
{   
    margin-top:20px;
}

#contactGroup2.floatLeft
{
    margin-left:10px;
}

.formLabel
{
    font-weight: bold;
    clear: left;
    font-size: 75%;
}

input[type=text], input[type=password], select
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    text-align: left;
    letter-spacing: 0px;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 125px;
    font-size: 75%;
    clear: both;
}

input.formEmail
{
    width:141px;
}

textarea
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    text-align: left;
    letter-spacing: 0px;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 80%;
    line-height: 150%;
    width: 288px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
{
    background-color: #ffffcc;
}

.button
{
    float: right;
    clear: both;
}

/* footer */

.footerText
{
    font-size: 70%;
    display: block;
    padding-top: 5px;
    line-height: 160%;
    margin-bottom:100px;
}

#footerAbove
{
    margin-top: 30px;
    margin-bottom: 0px;
    clear: both;
    margin-bottom: 5px;
    color:#666666;
}

.partner a
{
    display: block;
    float: left;
    margin-left: 5px;
}

#partnerNetsmith a
{
    background-image: url('/images/partnerNetsmith.png');   
    width: 55px;
    height: 11px;
    margin-top: 3px;
}

#partnerPWCom a
{
    background-image: url('/images/partnerPW.png');
    width: 68px;
    height: 10px; 
    margin-top: 6px;
}


#footerBelow
{
    border-top: solid 1px #cccccc;
    margin-top: 5px;
    color:#999999;
}

.footerContact, .footerContact a, .footerContact a:active, .footerContact a:link, .footerContact a:visited
{
   color:#999999;
}

.footerCopyright, .footerCopyright a, .footerCopyright a:active, .footerCopyright a:link, .footerCopyright a:visited
{
    color: #cccccc;
}


/* form messages */

.ui-corner-all, .pagination li a, .pagination li, #tooltip, ul#dashboard-buttons li a, .fixed #sidebar {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
}

.response-msg 
{
    font-size:70%;
    margin:0 0 10px;
    padding:6px 10px 10px 45px;
    display:block;
    width:243px;
}

.response-msg ul
{
    margin-left:10px;
    padding-left:10px;
}

.response-msg li
{
    list-style-type:square;
    line-height:140%;
}

.notice {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F9E5 url(/images/notice.png) no-repeat scroll 10px 50%;
border:1px solid #E8E3AA;
color:#828400;
}

.inf {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E5ECF9 url(/images/info.png) no-repeat scroll 10px 50%;
border:1px solid #AAC6E8;
color:#0055B5;
}

.success {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E9F9E5 url(/images/success.png) no-repeat scroll 10px 50%;
border:1px solid #B4E8AA;
color:#1C8400;
}
.error {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9E5E6 url(/images/error.png) no-repeat scroll 10px 50%;
border:1px solid #E8AAAD;
color:#B50007;
}

.validationError {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9E5E6 url(/images/error.png) no-repeat scroll 10px 50%;
border:1px solid #E8AAAD;
color:#B50007;
}

.formElementValidation
{
    color:Red;
}