/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}

h1,h2,h3,h4,h5 {
    font-weight:700;
}

h2 {
    font-size:1.4em;
    line-height:1.8em;
}
h3 {
    font-size:1.3em;
    line-height:1.7em;
}
h4 {
    font-size:1.3em;
    line-height:1.6em;
}

/** General Style Info **/
body {
	background: #dcdcdc url("/img/noise.jpg");
	color: #444;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

.loginBox {
    width:340px;
    margin: 0 auto;
    padding: 30px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow:0px 0 13px rgba(0,0,0,.9);
    -moz-box-shadow:0 0 13px rgba(0,0,0,.9);
    box-shadow:0 2px 10px rgba(0,0,0,.4),0 5px 33px #fff;

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}
.forgotPassword {
    display: block;
    width: 360px;
    margin: 15px auto 20px;
    font: 400 12px Arial, sans-serif;
    text-align: right;
}
    .forgotPassword a {
        color: #777;
        text-decoration: none;
        margin-right: 14px;
    }
        .forgotPassword a:hover {
            color: #222;
            text-decoration: underline;
        }
.loginBox button {
    float: right;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 10px;
    margin: 0;
    cursor: pointer;
}
    .loginBox button:hover {
        padding: 5px 12px;
        margin: -2px;
    }

.loginBox input[type=password],
.loginBox input[type=text] {
    margin-right: 20px;
    color: #777;
    padding:0 3px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
}
    .loginBox input:focus {
        color: #000;
    }

.loginBox label {
    display: block;
    float: right;
    width: 120px;
    line-height: 26px;
    height: 26px;
}

.loginBox .input {
    margin-bottom: 10px;
}


.loginInfo {
    width: 360px;
    margin: 0 auto 20px;
    line-height: 18px;
    font-size: 14px;
}
    .loginInfo a {
        color:#000;
    }
    .loginInfo a:hover {
        color:#fff;
        text-decoration: none;
    }

        /* DROP SHADOW */
        .drop-shadow {
            position: relative;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }
        /* Raised - no drop-shadow class needed  */
        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        /* Lifted corners */

        .lifted {
            -moz-border-radius:4px;
                 border-radius:4px;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
               -moz-transform:rotate(-3deg);
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
               -moz-transform:rotate(3deg);
                -ms-transform:rotate(3deg);
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }

.blue {
    color: #fff;
    background: rgb(106,173,207);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.06, rgb(79,131,184)),
        color-stop(0.53, rgb(96,157,198)),
        color-stop(0.77, rgb(106,173,207))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(79,131,184) 6%,
        rgb(96,157,198) 53%,
        rgb(106,173,207) 77%
    );
}

.green {
    color: #111;
    background: rgb(166,245,63);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.41, rgb(138,204,37)),
        color-stop(0.71, rgb(166,245,63))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(138,204,37) 41%,
        rgb(166,245,63) 71%
    );
}

.brown {
    color: #fff;
    background: rgb(197,136,65);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.07, rgb(126,74,9)),
        color-stop(0.54, rgb(164,104,36)),
        color-stop(0.77, rgb(197,136,65))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(126,74,9) 7%,
        rgb(164,104,36) 54%,
        rgb(197,136,65) 77%
    );
}

.login h1.logo {
    display: block;
    font: bold 72px/110px Helvetica;
    letter-spacing: -1px;
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    text-shadow: 0 1px 0 #fff,0 -1px 0 #000;
    color: #444;
}
.logo a {
    color: #444;
    text-decoration: none;
}
    .logo a:hover {
        color: #000;
    }

.small {
    font-size: 0.33em;
}

.leaf {
    padding: 0;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 8px 2px 8px 2px;
    background: rgba(0,0,0,0.25);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

.leaf:hover {
    color: #fff;
}

.fakeCheckBox,
.fakeRadio {
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}
.fakeRadio input[type=radio] {
    display: none;
}
.fakeCheckBox input[type=checkbox] {
    display: none;
}

.fakeRadio:before,
.fakeCheckBox:before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    content: " ";
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    background: rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset,1px 1px 1px rgba(255,255,255,0.1);
    top:0px;
    left:0px;
}
.fakeRadio:before {
    border-radius: 20px;
}

.checked:after {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    background:#ffffff;
    content: " ";
    top: 5px;
    left: 5px;
}

.fakeCheckBox.checked:after {
    width: 5px;
    height: 11px;
    background:transparent;
    border: 1px solid #fff;
    border-width: 0 4px 4px 0;
    top: 1px;
    left: 7px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loginBox fieldset {
    box-shadow: 0 1px 0 rgba(0,0,0,0.5), 0 2px 0 rgba(255,255,255,.3);
    margin-bottom: 10px;
    padding: 0 15px;
}

.loginBox fieldset:last-child{
    box-shadow: none;
    margin-bottom: 0;
}



.message,
.box {
    color: #000;
    border:1px solid #ababab;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#dedede;
    line-height:1.4em;
    width: 350px;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,.2) inset,0 0 5px rgba(255,255,255,.5);
    text-shadow: 0 0 2px rgba(255,255,255,.5);
}
    .box h3 {
        color:#5a3332;
        font:400 20px/22px InaiMathi,'lucida grande',verdana,helvetica,arial,sans-serif;
    }
    .message b,
    .box b {
        color:#000;
    }



.allrightBox {
    background:#d4f779;
    border-color:#73a000;
}

.warningBox {
    background:#ffffc4;
    border-color:#f2ab00;
}

.error-message {
    
    margin: 5px 0 15px;
    padding: 5px 5px 5px 10px;
    border:1px solid #ababab;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background: rgba(200,0,0,.5);
    box-shadow: 0 0 15px rgba(0,0,0,.2) inset;
    text-shadow: 0 0 2px rgba(255,255,255,.5);
}

.error-message a {
    color:#fff;
    text-decoration: underline;
}
.error-message a:hover {
    color:rgba(255,255,255,.8);
    text-decoration: none;
}


.errorBox {
    background:#fecfa0;
    border-color:#c64800;
}

.message,
.infoBox {
    background:#c2e4ff;
    border-color:#658ddf;
}


.cake-sql-log {
    margin-top: 600px;
}

.required label:after {
    content: '*';
    color:rgba(200,0,0,.5);
    margin-left: 2px;
}