@charset "UTF-8";
/**
 * CSS for layout elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: layout-screen.css 65 2009-03-01 03:23:02Z jason.pelletier $
 */

body {
    font-family: Helvetica, sans-serif;
    font-size: 62.5%;
    color: black;
    text-align: center;
    -webkit-text-size-adjust: none;
}
body,
#header {
    background-color: white;
    margin: 0;
    margin-top: 100px;   
}

#page {
    position: relative;
    width: 360px;
    margin: auto;
    background-color: #B5D9E5;
    padding:5px;
    display: inline-block;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    box-shadow:2px 2px 1px #888;
    -moz-box-shadow:2px 2px 1px #888;
    -webkit-box-shadow:2px 2px 1px #888;
}
#content,
#header,
#footer {
    position: relative;
    width: 100%;
    text-align: left;
}
#content,
#footer {
    /*background-color: white;*/
}
    #content .inner,
    #header .inner,
    #footer .inner {
        position: relative;
        margin: 0 20px;
    }
    #content .inner {
    }
#content {
    overflow: hidden;
    padding-top: 5px;
    font-size: 1.0em;
    line-height: 1.2;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
}
    #header ul.navigation,
    #header ul.navigation ul {
        margin-top: 0;
    }
    #header ul.navigation {
        margin: 0 -15px;
    }
    #header ul.navigation li a {
        display: inline-block;
        margin: 0 4px;
        padding: 0.3em 10px 0;
        background-color: #BBB;
        border: 1px solid #BBB;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        font-size: 1.4em;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }
        #header ul.navigation li a:hover,
        #header ul.navigation li a:focus {
            background-color: #999;
            border-color: #999;
        }
        #header ul.navigation li.active a {
            background-color: white;
            border-color: white;
            color: #999;
        }
            #header ul.navigation ul {
                position: absolute;
                display: none;
                padding: 0 4px;
            }
                #header ul.navigation li:hover ul {
                    display: block;
                }
            #header ul.navigation ul a {
                margin: 0;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                font-size: 1.2em;
                font-weight: normal;
            }
            #header ul.navigation ul li.active a {
                font-weight: bold;
            }
#content-body {
    /*position: relative;
    width: 90%;
    text-align: left;
    background-color: wheat;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    padding: 20px 20px 25px 20px;*/
 /*   -webkit-border-radius: 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -moz-box-shadow:-3px 3px 15px -6px #000000 inset;
    background:none repeat scroll 0 0 #B5D9E5;
    border-color:#2C5985 #2C5985 #7DACD2 #7DACD2;
    border-style:solid;
    border-width:0px; 
    margin-bottom:10px; */
    position:relative;
    padding: 10px 15px 15px 20px;
}

#content-body ul{
	color:#F00;
	margin-left:50px;
}

#content-body input[type="text"]{
	border:1px solid #DDD;
	border-style:inset;
}
#content-body input[type="password"]{
	border:1px solid #DDD;
	border-style:inset;
}

#content-body input[type="submit"]:hover{
	cursor:pointer;
}

#footer {
    overflow: hidden;
    clear: both;
}
    #footer .inner {
        margin-top: 50px;
        margin-bottom: 20px;
    }
#textile-quickref {
    position: relative;
    width: 180px;
    float: right;
    clear: none;
    margin-top: 85px;
    margin-right: 20px;
    padding: 0 20px 25px;
    background-color: #DDD;
}
    body.action-new #content .inner,
    body.action-edit #content .inner {
        width: 700px;
        float: left;
    }

/* LINKS */
a {
    color: blue;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: orange;
}

/* NAVIGATION */
ul.navigation li,
ul.navigation ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    font-size: 1.0em;
    list-style: none;
}
ul.navigation li li {
    margin-top: 0;
}
ul.navigation li a {
    white-space: nowrap;
}

#logo {
    font-size: 180%;
    font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
    text-decoration:none;
    background: #1E4262;
    padding:10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#logo a{
		font-weight: bold;
    color: #699CFC;
}

#Email,#Password {
    width:68%;
    -moz-border-radius:5px 5px 5px 5px;
    border:medium none;
    display:block;
    height:auto;
    line-height:22px;
    padding:4px;
}

dt {
	  clear:both;
    float:left;
    font-size: 150%;
    text-decoration:none;
    font-weight: bold;
    padding:4px 10px;
    width:25%;
    text-align: right;
    margin-bottom: 10px;
}
dd {
	  margin-bottom:10px;	
}

.button-style{
    background: #1E4262;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:1px;
    color: #FFF;
    padding:5px 15px;
    -moz-box-shadow: 2px 2px 1px #888;
    -webkit-box-shadow: 2px 2px 1px #888;
    box-shadow: 2px 2px 1px #888;
}


