html, * {
    margin: 0;
    padding: 0;
}

body {
    font-family: "lucida grande", "Lucida Sans Unicode", "lucida sans", helvetica, tahoma, arial, sans-serif;
    font-size: 13px;
    color: #333;
}

h1 {
    color: #d2d2cb;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 10px;
}

h2 {
    font-size: 21px;
    line-height: 32px;
    color: #386daf;
}

h3 {
    font-size: 16px;
    line-height: 24px; 
}

p {
    line-height: 21px;
    padding-bottom: 13px;    
}

a {
    color: #386daf;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #689ddf;
    text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

ol, ul, li {
    list-style-type: none;
    clear: both;
}

address, cite {
    font-style: normal;
}

.grid-1, 
.grid-2,
.grid-3, 
.grid-4, 
.grid-5, 
.grid-6, 
.grid-7, 
.grid-8, 
.grid-9 {
    padding: 0 20px 20px 0;
}

.grid-edge { padding-right: 0; }

.grid-1 { width: 90px; }
.grid-2 { width: 200px; }
.grid-3 { width: 310px; }
.grid-4 { width: 420px; }
.grid-5 { width: 530px; }
.grid-6 { width: 640px; }
.grid-7 { width: 750px; }
.grid-8 { width: 860px; }
.grid-9 { width: 970px; }

table {}

tr.submit td { padding-top: 10px; }

td { vertical-align: top; }

        td.grid-1 img {
            border: 1px solid #777;

            -moz-box-shadow: 0 0 3px #999;
            -webkit-box-shadow: 0 0 3px #999;
        	box-shadow: 0 0 3px #999;
        }
    
    td.label { padding: 0 2px 0 0; text-align: right; width: 98px; }
    
    td.field { padding: 0; }

img { border: none; }

img.grid-2 {
    width: 198px;
    border: 1px solid #d2d2cb;

    -moz-box-shadow: 0 0 3px #d2d2cb;
    -webkit-box-shadow: 0 0 3px #d2d2cb;
	box-shadow: 0 0 3px #d2d2cb;    
}

label { font-size: 13px; line-height: 28px; }

select, input { margin-bottom: 5px; }
input[type="text"], input[type="password"] { width: 210px; }
input[type="checkbox"] { margin-bottom: 4px; }

button, input[type="reset"], input[type="submit"], input[type="button"] { margin-top: 4px; }

.cb { clear: both; }
.center { text-align: center; }
.error { 
    background-color: #ffebe8;
    line-height: 30px;
    padding: 1px 0 2px;
    text-align: center;
    color: #be371d;
    display: none;
}

.disabled {
/*    background-image: url("images/loading-transparent.gif");
    background-position: center center;
    background-repeat: no-repeat;
*/    opacity: 0.3;
}

.fieldhint {
    background-color: #fff;
    color: #ccc;
    font-size: 14px;
    height: 20px;
    margin-left: 1px;
    padding-left: 7px;
    position: relative;
    top: -28px;
    width: 102px;
}

.with-fieldhint { height: 30px; }

#main {
    width: 970px;
    margin: 0 auto;
}

#header {
    height: 47px;
    margin-bottom: 3px;

    border-bottom: 1px solid #ca9f57;
    border-left: 1px solid #ca9f57;
    border-right: 1px solid #ca9f57;

    background-color: #ffbf65;

    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
	box-shadow: 0 0 3px #aaa;
}

    #logo {
        float: left;
        width: 200px;
    }

    #logo img {
        cursor: pointer;
        left: 8px;
        position: relative;
        top: 6px;
    }
    
    #toolbar {
        line-height: 26px;
        overflow: hidden;
        padding: 9px 0 3px 7px;
    }
    
    #toolbar a {
        background-color: #fda;
        color: #34312C;
        display: block;
        float: left;
        font-size: 12px;
        height: 29px;
        margin-bottom: 0;
        margin-right: 8px;
        padding: 0 7px 1px 2px;
        
        -moz-box-shadow: 0 0 2px #da9033, inset 0px 0px 1px #fff;
        -webkit-box-shadow: 0 0 2px #da9033, inset 0px 0px 1px #fff;
    	box-shadow: 0 0 2px #da9033;

        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    #toolbar a:hover { background-color: #ffe5c5; }

    #toolbar .login, #toolbar .sign_up, #toolbar .resume, #toolbar .profile { float: right; }
    
    #toolbar .login { padding: 0 9px; }
        #toolbar .login .icon { display: none; }
        #toolbar .login .icon-label { margin-left: 0; }
    
    #toolbar .sign_up {
        background-color: #3e85be;
        border: 1px solid #014ea8;
        color: #fff;
        padding: 0 9px;        
    }
    
        #toolbar .sign_up:hover { background-color: #3e85be; }
        #toolbar .sign_up .icon { display: none; }
        #toolbar .sign_up .icon-label { margin-left: 0; }

    #toolbar .logout { float: right; padding: 0 9px 1px; }
        #toolbar .logout .icon { display: none; }
        #toolbar .logout .icon-label { margin: 0; }


    #toolbar .resume .icon { background-image: url("images/icon-blue-doc-pencil.png"); }
    #toolbar .profile .icon { background-image: url("images/icon-users.png"); }

#pantry {
    width: 199px;
    float: left;

    border-bottom: 1px solid #d2d2cb;
    border-left: 1px solid #d2d2cb;

    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
}

    #pantry h2 {
        border-right: 1px solid #d2d2cb;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        line-height: 25px;
        margin-left: 11px;
        padding-top: 13px;
        padding-bottom: 0;
    }

        #pantry h2.first-item { padding-top: 0; }

    #pantry ul { }
    
    #pantry li { }

        #pantry li.expander {
            border-right: 1px solid #d2d2cb;
            height: 25px;    
        }

    #pantry li a {
        border-right: 1px solid #d2d2cb;
        display: block;
        line-height: 25px;
        padding: 0 0 0 11px;
    }
    
    #pantry li a:hover { color: #333; background-color: #f2f2eb; }

    #pantry li.selected a {
        color: #333;
        background: url("images/tip-west.png") no-repeat right center #d2d2cb;
        border: medium none;
    }

#content {
    float: left;
    padding: 20px;
    width: 730px;
}

    #content.full-screen { width: 970px; padding: 20px 0 0 0; }

    #content ul, #content ol { padding-bottom: 13px; }
    #content li { 
        list-style-type: disc;
        margin-left: 21px;
        line-height: 21px;
    }

.more-info {
    background-color: #fffff0;
    border: 1px solid #d2d2cb;
    color: #555;
    padding: 20px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    margin-bottom: 20px;
}

#footer {
    border-top: 1px solid #d2d2cb;
    clear: both;
    float: left;
    margin-top: 20px;
}

    #footer td { padding: 10px; }
