* { font-family:arial, helvetica, sans-serif; }


#header {
	padding-top:10px;
	height:90px;
}

#footer {
	/*background-image: url(../../images/footer-repeat.jpg);*/
	/*background-repeat: repeat-x;*/
	height:40px;
	width:100%;
	padding-bottom:4px;

}
#footer-text {
	width:100%;
	align:center;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	color:#444444;
	padding-bottom:10px;
}

#signin {
	width:100%;
	margin-top:15px;
	margin-bottom:40px;
}

#welcome {
	width:100%;
	/*background:#FFFFFF;*/
}

#welcome-box {
	border:0px solid #B2BE52;
	/*background:#FFFFFF;*/
	height:140px;
	width:500px;
}

.input-box-large, .input-box-large-disabled {
    font-family:arial, helvetica, sans-serif;
    font-size:17px;
    background:#f8f8f8;
    border: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom:1px solid #999999;
    color: #555555;
    padding: 2px;
    width:275px;
    font-weight:bold;
 }
.large-font {
    font-family:arial, helvetica, sans-serif;
    font-size:17px;
    color: #333333;
 }

#login-loader{
	display:inline;
	padding-left:10px;	
	vertical-align:middle;
}

#index a {
	text-decoration:none;
	color: #407E86;
}

#index a:hover {
	color: #000000;
	text-decoration:underline;
}


.lineitem {
	cursor: move;
}

#main {
	width:100%;
	margin-top:10px;
	margin-bottom:50px;
}

#top {
	border:0px solid #B2BE52;
	background:#477B57;
	height:15px;
}
.group-heading {
	font-family:arial, helvetica, sans-serif;
	font-size:34px;
	color: #7A8130;
}