/* 
    Document   : wol
    Created on : Nov 24, 2013, 8:06:47 PM
    Author     : asher.goldberg
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    font-family:'Open Sans', arial;
    font-size:12px;
    background-image:url('/noise_lines.png');
}
#header {
    width:1120px;
    margin:auto;
    height:100px;
}

#footer {
    width:1120px;
    margin:auto;
    background-color:#1074ae;
    color:white;
    text-align:center;
    padding:15px 0px;
    font-size:14px;
}
#container {
    width:1098px;
    margin:auto;
    border:1px solid #ccc;
    padding:10px;
    background-color:#fff;
}

#loginForm {
    width:550px;
    margin:auto;
    text-align: center;
    border:2px solid #ccc;
    padding:10px;
    margin-top:30px;
    margin-bottom:30px;
}

.instructions {
    font-size:12px;
}

.error {
    font-weight:bold;
    color:red;
}

#peopleList {
    float:left;
    width:750px;
    margin-right:10px;
}

#sidebar {
    float:left;
    width:320px;
    border:1px dotted #ccc;
    font-size:12px;
    padding:5px;
}

#senderInfo {
    border-bottom:1px dotted #ccc;
    border-top:1px dotted #ccc;
    margin-top:20px;
    margin-bottom:10px;
    font-size:14px;
}

.peopleTable td {
    padding-right:10px;
    vertical-align:top;
    padding-bottom: 20px;
    font-size:11px;
}

#selectedNameList {
    padding-left:23px;
    font-size:11px;
}

.removeName, .removeAll {
    color: blue;
    text-decoration:underline;
    cursor:pointer;
}

.formTable td, th {
    text-align:left;
    font-size:12px;
    line-height:30px;
}

.formTable td {
    padding-right:30px;
}

.formTable td input, .formTable td select {
    width:100%;
}

.formHeading {
    font-size:18px;
    font-weight:600;
    color:#213464;
    border-bottom:1px dotted #ccc;
    margin: 10px 0px;
}

.red {
    color:red;
}

.requiredError {
    border:2px solid red;
}

input.IDBox {
    width:40px;
}

input.senderIDBox {
    width:40px;
}

.orderDetailsTable td, .orderDetailsTable th {
    text-align:left;
    font-size:14px;
}

.completedOrders {
    width:400px;
    padding:5px;
    border:1px dotted #ccc;
}

#peopleFormTable input[type=text], #peopleFormTable select {
    border:2px solid #ccc;
    font-size:12px;
    width:100%;
}

#peopleFormTable td {
    padding-right:20px;
    padding-bottom:10px;
}

.menu {
	margin:0;
	padding:0;
        background-color:#1074ae;
}

.menu li {
	list-style:none;
}

.menu li.left {
    float:left;
}

.menu li.right {
    float:right;
}

.menu li a:link, .menu li a:visited {
	display:block;
	text-decoration:none;
	background-color:#1074ae;
	padding: 0.9em 2em;
	margin:0;
	border-right: 1px solid #fff;
	color:#fff;
        font-size:14px;
}

.menu li a:hover {
	text-decoration:underline;
}

a:link {
    color: #1074ae;
}

a.buttons:link {
    color: #1074ae;
}

a.buttons:hover {
    color: #fff;
}

.donationTable td, th {
    text-align:left;
    font-size:13px;
    line-height:30px;
}

.donationTable td {
    padding-right:30px;
}

.donationTable td input, .donationTable td select {
    width:100%;
    border:1px solid #aaa;
    height:18px;
}
