﻿.myButton {
    -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 12px 37px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
        background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
        background-color: #476e9e;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }


body{font-family: lucida grande, arial, helvetica,sans-serif;font-size:12px;color:#555555;margin:0px;padding:0px;background-color:#2C2C2C; background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(55,55,55,1) 40%)}
a:link{text-decoration:none;color:#555555;}
a:visited{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;color:#000000;}
a:active{text-decoration:none;color:#333333;}
a:focus{outline: none;}

/* UNIVERSAL PROPERTIES ----------------------------------- */
.clearBoth{clear:both;}
.clearBoth2{clear:Both;height:10px;}
.clearBoth3{clear:Both;height:20px;}
.underline{text-decoration:underline}
.italic{font-style:italic;font-size:12px;}
.regular{font-size:12px;}
.small{font-size:10px;}
.bold{font-weight:bold;}
.margin10{margin:10px;}
.floatRight{float:right;}
.floatLeft{float:left;}
.faint a{color:#999999;}
.faint a:hover{color:#000000;}
.pageBottomPadding{height:85px;}
.hr{padding:5px 0px 5px 0px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:10px;}
.largeFont{font-size:40px;color:#ccc;}
.padding{height:20px;}

/* Login USER CONTROL----------------------------------- */
.liWrap input{font-size:20px;}
.liWrap input:focus{background-color:#ffffcc;color:#000;}
.liWrap a{text-decoration:underline;}
.liWrap{width: 430px;min-height:200px; margin: 50px auto 10px auto; padding:10px 30px 30px 30px; border: 3px solid #d00;background-color:#2C2C2C;font-size:16px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
.liTitle{font-size:30px;font-weight:bold;color:#fff;text-shadow:1px 1px 3px #ccc;}
.loginIcon{position:absolute;margin-left:271px;margin-top:0px;width:128px;height:128px;border:1px solid #e9e9e9;border-left:none;background-image:url(images/locked.png);-moz-border-radius-topright: 7px;-webkit-border-radius-topright: 7px;-moz-border-radius-bottomright: 7px;-webkit-border-radius-bottomright: 7px;}
.logoutIcon{position:absolute;margin-left:271px;margin-top:0px;width:128px;height:128px;border:1px solid #e9e9e9;border-left:none;background-image:url(images/unlocked.png);-moz-border-radius-topright: 7px;-webkit-border-radius-topright: 7px;-moz-border-radius-bottomright: 7px;-webkit-border-radius-bottomright: 7px;}
.LiMessage{color:Red;}
.cpHeader
{
    color: white;
    background-color: #719DDB;
    font: bold 11px auto "Trebuchet MS", Verdana;
    font-size: 12px;
    cursor: pointer;
    width:372px;
    height:34px;
    padding: 4px;           
}
.cpBody
{
    background-color: #DCE4F9;
    font: normal 11px auto Verdana, Arial;
    border: 1px gray;               
    width:350px;
    padding: 4px;
    padding-top: 7px;
} 
#titleWrap{width:400px;margin:0 auto;}
#left_col{float:left;width:150px;}
#right_col{float:right;width:250px;font-size:30px;font-weight:bold;color:#fff;}
        

/* CREATE USER WIZARD CONTROL----------------------------------- */
.cuwWrap input{font-size:14px;}
.cuwWrap input:focus{background-color:#ffffcc;color:#000;}
.cuwWrap select{font-size:20px; width:225px;color:#999;}
.cuwWrap{width: 700px; padding: 10px 10px 30px 10px; margin: 50px auto 10px auto; border: 1px solid #ccc;background-color:#E6E6E6;font-size:16px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
.cuwTitle{font-size:30px;font-weight:bold;color:#999;text-shadow:1px 1px 3px #ccc;}
.createUserIcon{position:absolute;margin-left:271px;margin-top:-35px;width:128px;height:128px;border:1px solid #e9e9e9;border-left:none;background-image:url(images/register.png);-moz-border-radius-topright: 7px;-webkit-border-radius-topright: 7px;-moz-border-radius-bottomright: 7px;-webkit-border-radius-bottomright: 7px;}
.cuwMessage{color:Red;}

/* PASSWORD RECOVERY USER CONTROL----------------------------------- */
.prWrap input{font-size:20px;}
.prWrap input:focus{background-color:#ffffcc;color:#000;}
.prWrap{width: 240px; padding: 10px 30px 30px 30px; margin: 50px auto 10px auto; border: 1px solid #ccc;background-color:#E6E6E6;font-size:16px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
.prTitle{font-size:30px;font-weight:bold;color:#fff;text-shadow:1px 1px 3px #ccc;}
.pwRecoveryIcon{position:absolute;margin-left:271px;margin-top:-35px;width:128px;height:128px;border:1px solid #e9e9e9;border-left:none;background-image:url(images/recover-pw.png);-moz-border-radius-topright: 7px;-webkit-border-radius-topright: 7px;-moz-border-radius-bottomright: 7px;-webkit-border-radius-bottomright: 7px;}
.prMessage{color:Red;}

/* (default) ajax password strength indicator option 1 - simple text */
.passwordStrengthIndicator {background-color:Gray; color:White; font-family:Arial; font-size:x-small; font-style:italic; padding: 2px 3px 2px 3px; margin-top: 2px;}

/* captcha */
.captcha{background-image:url(images/captcha-bg.jpg);border:1px solid #fff;}

/* temporary content css - for home page login box */
.buttonCSS a{display:block; float: left; width:auto; border: 1px solid #CCCCCC; font-size: 11px; color: #000000; margin-right: 3px; margin-top: 6px; background-image: url('images/temporary/button-bg.jpg'); padding: 6px;}
.buttonCSS a:hover{border: 1px solid #6699cc; background-image: url(images/temporary/button-hover-bg.jpg); color: #000000; text-decoration: none;}
.tempLoginWrap{margin:100px auto auto auto;width:500px;border:1px solid #ccc;padding:15px;-moz-border-radius: 7px;-webkit-border-radius: 7px;}

