@charset "utf-8";
body{
	background:#FFF; 
	padding:0; 
	margin:2px; 
	color: #000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
}

fieldset {
	border: none;
	margin-bottom:.5em;
}

legend {
	font-size:.8em;
}

a {
	text-decoration: none;  
	color: #ffc600;	
}
a:hover {
	text-decoration: underline;	
}

textarea {
	background-color: #e6eef0;
	width:100%;
}

span.notifier{
	vertical-align:bottom;
}

.required { 
	background-color: #ffffa0;
}

table {
	padding: 0px;
	border-collapse: collapse;
	_border-collapse: ;
	font-size: 1em;
	display:inline;
	border:none;
}

table tr th {
	background: #bfbfbf url(../images/abap/backtableheader.png) repeat-x top; 
	border: 1px solid #6b7479;
	border-left:none;
	color: #000;
	font-weight: normal;
	padding: 2px;
}

table tr td {
	border: 1px solid #6b7479;
	border-left:none;
	border-top:none;
	background-color: #eff8fd;
	padding: 2px;
	color: #000;
}

table tr td.odd {
	background-color: #eff8fd;
}

table tr td.even {
	background-color: #d6ecf7;
}

.button {
	float:left;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #000;
	background: #bfbfbf url(../images/abap/backtableheader.png) repeat-x top; 
	width: 120px;
	margin-left: 15px;
}

.button img {
	float:left;
	margin-left:2px;
}

.button div {
	text-align:center;
	cursor:default;
}

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

#alvForm {
	height: 90%;
}

#sapTitleBar {
	height: 30px;
}

#menuBar {
	background-color: #112675;
	height: 30px;
}

#menuBar ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#menuBar ul li {
	display: inline;
}

#menuBar ul li span.menu {
	text-align: left;
	width: 40px;
	padding: 1px 5px 1px 5px;
	color: #4d61aa;
}

#sapLogo {
	position: absolute;
	right: 2px;
	top: 2px;
}

#buttonBar {
	background: #bfbfbf url(../images/abap/backbuttonbar.png) repeat-x top; 
	height: 30px;
	border-bottom: 1px solid #434345;
	border-top: 2px solid #475981;
}

#buttonBar ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#buttonBar ul li {
	display: inline;
}

#buttonBar ul li span {
	height: 100%;
}

#buttonBar ul li span.startTransaction {
	background: #aaaaa8; 
	padding: 8px 4px 4px 4px;
	_padding: 4px 4px 0px 4px;
	border-left: 1px solid #636365;
	border-right: 1px solid #e8e8ea;
}

#buttonBar ul li span input {
	margin-bottom: 2px;
	background: #FFF url(../images/abap/S_F_DROPDOWN.png) no-repeat right; 
	border: none;
}

#buttonBar ul li span img {
	margin: 6px 2px 0px 2px;
}

#titleBar {
	background: #FFF; 
	height: 27px;
	_height: 32px; /* IE Hack */
	padding: 4px 0px 0px 3px;
	_padding: 4px 0px 0px 3px; /* IE Hack */
}

#titleBar input {
	background-color: transparent;
	border: none;
	color: #5a5a80;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

#titleBar span {
	background-color: transparent;
	color: #5a5a80;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

#secondBar {
	background: #bfbfbf url(../images/abap/backalvbuttonbar.png) repeat-x top; 
	height: 35px;
}


#secondBar ul {
	_padding-top: 2px; /* IE Hack */
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#secondBar ul li {
	display: inline;
}

#secondBar ul li span {
	
}

#secondBar ul li span.buttonAlv {
	margin: 7px 1px 0px 1px;
	_border: 1px solid #b0aba8; /* IE Hack */
	_padding: 1px; /* IE Hack */
}

#secondBar ul li span.textbuttonAlv {
	margin: 0px 1px 0px 1px;
	border: 1px solid #b0aba8;
	padding: 1px;
	color: #000;
}

#secondBar ul li span img {
	margin: 6px 1px 0px 1px;
	border: none;
	padding: 1px;
}

#secondBar ul li span.buttonAlv img {
	margin: 7px 1px 0px 1px;
	border: 1px solid #b0aba8;
	_border: none; /* IE Hack */
	padding: 1px;
	_padding: none; /* IE Hack */
}

#screen {
	background-color: #97b3c8;
	height: 70%;
	padding: 2px;
}

#status {
	background-color: #97b3c8;
	height: 30px;
}

#statusBar {
	background: #bfbfbf url(../images/abap/backstatusbar.png) repeat-x top; 
	height: 20px;
	border-left: 1px solid #696f6b;
	margin-left: 10px;
	margin-right: 10px;
}

#statusImage {
	background: url(../images/abap/status.png) no-repeat right; 
	height: 20px;
	color: #000;
	margin-left: 1px;
	_margin-left: 0px;
	_padding-top: 1px;
	_padding-left: 1px;
}

#stdColumn {
	visibility: hidden; 
	display:inline;
	overflow: hidden;
	 /* display: none; */
}

#columnAdd {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#bkgPanel {
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width: 100%;
	height: 100%;
}

#panel {
	position:absolute;
	background-color: #FFF;
	width: 50%;
	height: 40%;
	top:10%;
	left:25%;
	padding: 5px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#panel .panelText {
	float:left;
	width: 80px;
	padding: 4px 0px 0px 4px;
}

#panel .panelField {
	text-align: right;
	width: 350px;
}

#panel .panelValidator {
	display: inline;
}

.titleBarStyle {
	color: #5a5a80;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

/* start -- reportInput */

div.reportInputContainer {
	padding: 5px 0px 0px 5px;
}

div.reportInput {
	display: inline;
	padding-bottom: 3px;
	_padding-bottom: 0px;
}

div.reportInputText {
	float:left;
	width: 20%;
	padding: 6px 0px 0px 5px;
	border-bottom: 1px solid #f5f4e2;
}

div.reportInputField {
	display: inline;
}

div.reportInputField input {
	text-align: right;
}

div.reportInputValidator {
	display: inline;
	vertical-align: bottom;
}

/* end -- reportInput */

#dynnrContainer {
	display: none;
}
