html
, td
{
  font-size: 9px;
  color: black;
  font-family: Tahoma, Arial, sans-serif;
}
input{
  font-size: 13px;
}

#buttons 
{
    position: fixed;
    margin-top: 8px;
    padding: 4px;
	background-color: #950101;
  	background: linear-gradient(top,#950101,#222222);
	background: -ms-linear-gradient(top,#950101,#222222);
	background: -moz-linear-gradient(top,#950101,#222222);
	background: -o-linear-gradient(top,#950101,#222222);
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#950101),to(#222222));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#950101', endColorstr='#222222'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#950101', endColorstr='#222222')"; /* IE8+ */  
    border: 1px solid #888;
    right: 8px;
    top: 0px;  
	-moz-border-radius: 0px 10px 0px 10px;
    -webkit-border-radius: 0px 10px 0px 10px;
    border-radius: 0px 10px 0px 10px;
	z-index:5;
}

#processing 
{
    position: fixed;
    right: 20px;
    top: 90px;
    display: none;  
}

#error
{
	background-color: #950101;
  	background: linear-gradient(top,#950101,#222222);
	background: -ms-linear-gradient(top,#950101,#222222);
	background: -moz-linear-gradient(top,#950101,#222222);
	background: -o-linear-gradient(top,#950101,#222222);
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#950101),to(#222222));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#950101', endColorstr='#222222'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#950101', endColorstr='#222222')"; /* IE8+ */  	
	border: 1px #444 solid;
	height: 90px;
	vertical-align:middle;
	text-align:center;
	font-weight:700;
	color: white;
	font-size: 3em;
	margin:0 auto;
	margin-top:50px;
	margin-right:30px;

    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
/*
  Define the basic layout elements.
*/

#maintable
{
  width: 100%;
}
#main
{
	position: relative;
	padding: 10px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
#main:before, #main:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 38px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

#main:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}	


img#pic{
	max-width:150px;
}

#excel_data {
	margin:0 auto;
	width:95%
}


#excel table{
	padding-left:10px;
	padding-right:10px;
}
#excel{
	margin-left: 30px;
}

#excel input {
	font-weight: inherit;
	width: 100%;
	padding: 0px;
	height:100%;
	color:inherit;
	text-align: inherit;
	font-family: inherit;
	border:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#info
{
	width: 95%;
	margin: 0 auto;
	/*background:black;*/
	color: black;
	background: linear-gradient(top,#D3D3D3,#B3B3B3);
	background: -ms-linear-gradient(top,#D3D3D3,#B3B3B3);
	background: -moz-linear-gradient(top,#D3D3D3,#B3B3B3);
	background: -o-linear-gradient(top,#D3D3D3,#B3B3B3);
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#D3D3D3),to(#B3B3B3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3D3D3', endColorstr='#B3B3B3'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3D3D3', endColorstr='#B3B3B3')"; /* IE8+ */
  	
	border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#info td
{
  padding: 4px 4px 4px 4px;
  margin: 0;
  color: white;
   /*background-color:inherit;*/
}
#info span
{
  letter-spacing: .1em;
  /*color: gray;*/
  /*background-color: white;*/
}
#info input{
  color: white ;
  width: 100% ;
  border-style: solid;
  border-color: lightgray ;
  border-width: 0 0 1px 0;
  background-color:transparent;
}
#info td.unit
{
  width: 12.5%;
}

#tabbed
{

}

#imgload
{
  width: 100%;
}
#imgload td
{
  padding: 0;
}
#imgload #pic
{
  width: 125px;
  height: 193px;
  border: 1px solid black;
  cursor: pointer;
}
#imgload td.loadtext
{
  padding-left: 1em;
  text-align: left;
}
#imgload input{
  border: 1px solid black;
  text-align: center;
}
#imgload td.loadinputs
{
  width: 6em;
}


/************************************************************************/

#notes
{
  width: 100%;
  margin-top: 2em;
  
}
#notes tr.header td
{
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
}
#notes tr.header td span
, #notes tr.header td a
{
  background-color: black;
  color: white;
  font-size: 12px;
  font-weight: normal;
  font-variant: small-caps;
  text-decoration: none;
}
#notes tr.header td a:hover
{
  background-color: black;
  color: white;
  text-decoration: underline;
}
#notes textarea
{
  border: 1px solid black;
  width: 100%;
  font-size: 12px;
  font-family: Arial, sans-serif;
  height: 200px;
  padding: 2px;
background: rgba(0, 0, 0, 0);
border: 1px solid #DDD;
padding: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
 
}
#notes div
{
  border: 1px solid black;
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding: 2px;
background: rgba(0, 0, 0, 0);
border: 1px solid #DDD;
padding: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;  
}
#picdiv{
padding:0px;
}
#picdiv img{
	margin:5px;
	*width:150px;
}

/************************************************************************/

#footer
{
  font-size: 9px;
  background-color: white;
  color: gray;
  text-align: right;
}
#save
{
  text-align: center;
}

#sheetbutton.button_submit{
	background: #666 url(../../SMF/Themes/firebrick205/images/theme/awesome-overlay-sprite.png) repeat-x 0 -60px;
	cursor: pointer;
    
	font-size: 0.8em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 130%;
	
    text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	
	height: 24px;
	width:150px;
	vertical-align: middle;
	
	position: relative;
	display: inline-block;

	padding: 5px 10px 8px;
	margin-bottom: 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	zoom: 1;
	*display: inline;	
}
#sheetbutton.button_submit:hover
{
	background: #666 url(../../SMF/Themes/firebrick205/images/theme/awesome-overlay-sprite.png) repeat-x 0 0;
	color: #fff;
	border: none;
}

#excel{
	margin-left:39px;
	margin-top: 4px;
	position:relative;
}
#excel input[type='radio'],input[type='checkbox'] {
	margin: 0 3px;
	background: #ccc !important;
}

#excel input[type='text'],input[type='url'],input[type='number'],input[type='email'] {
	margin: 0 3px;
	background: rgba(220,220,220,0.4) !important;
}

#excel input{
	color: #000;
	padding: 2px;
}

#excel textarea {
	color: #000;
	background: rgba(220,220,220,0.4) !important;
	padding: 2px;
}