body {
    background-color: #ddd; /* Background color */
    color: #222; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 14px;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}
form{
    margin-bottom: 0em;
}
#header h1,#so h1 {
    margin: 0;
    padding: 0;
}
#header h1 a,#so h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}
#header ul,#so ul,#checkboxes ul {
    list-style: none;
    margin: 10px 10px 0px 10px;
    padding: 0;
}
#header ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 15px;
    text-decoration: none;
}
#so ul li div {
    background-color: #FFFFFF;
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: -1px;
    text-decoration: none;
    padding: 10px 10px;
    border: 1px solid #999999;
}
.iButton{
	margin:10px auto 10px auto;
	width:90%;
	text-align:left;
	font-weight:bold;
	font-size:17px;
	line-height:-5px;
}
.checkbox {
	float:right;
}
input.soinput{
	height:25px;
	font-size:inherit;
	margin-top:-3px;
	width:60%;
	border:none;
	float:right;
	text-align:right;
}
textarea.notesinput{
	height:90px;
	margin-left: auto;
	margin-right: auto;
	width:95%;
	font-size:inherit;
	text-align:left;
	font-family:inherit;
}
#so select{
	height:30px;
	width:60%;
	font:inherit;
	font-size:15px;
	float:right;
    padding-bottom: inherit;	
	text-align:center;
}
#so select.fullSelect{
    width:100%;
}
#so select option{
	text-size:15px;
}
#content, #sidebar {
    padding: 10px;
}
#footer {
    display: none;
}
#header ul li:first-child a,#so ul li:first-child div {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a,#so ul li:last-child div {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#header ul.hide {
    display: none;
}
#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}
/*Login Page*/
fieldset.login {
	margin:10px;
	border:1px solid #000;
	padding:10px;
}
#logo {
	margin:5px auto 15px auto;
	text-align:center;
}
legend.login {
	font-weight:bold;
	font-size:18px;
	line-height: 1.1;
	color:#000;
	border: 1px solid #000;
	padding: 2px 6px;
}
.username:focus, .username:hover,.password:focus, .password:hover {
	background-color:#B0C4DE;
}

.username,.password {
	width:95%;
	height:30px;
	font-size:25px;
	padding:3px;
	margin:10px 0px 10px 0px;
} 
.button {
	position: absolute;
    overflow: hidden;
    top: 8px;
    right: 10px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
.submitbutton {
	position: relative;
    overflow: hidden;
    margin: 10px 10px 0px 10px;
    border-width: 0 5px;
    padding: 0 3px;
    width: 94%;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align:center;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}

/*********Upload CSS**************/
#uploadProgress {
    padding:10px 0px 20px 0px;
}
.uploadProgressBar {
    height: 18px;
    background: green;
    float:left;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    display:block;
}
.fileUpload input.upload {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    cursor: pointer;
    opacity: 0;
    height: 30;
    width:100%;
    filter: alpha(opacity=0);
}
.uploadButton{
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
}

input[type="button"] {
    color: black !important;
}