/*
	website: sap expert
	author:  vilmos csizmadia
	version: 8.20.2010 - 8.23.2010
*/

a:link    { color: #136; text-decoration: none; }
a:visited { color: #136; text-decoration: none; }
a:hover   { color: #136; text-decoration: underline; }
a:active  { color: #136; text-decoration: underline; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* IE fix to center page */
}
.bulleted li
{
list-style:disc	
}
em {
	font-style: italic;
}

h1 {
	color: #136;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; /* 2em */
	margin-top: 11px;
}

h2 {
	color: #136;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	margin-top: 18px; /* 14px */
}

html {
    overflow-y: scroll;
}

p {
	color: #333;
	line-height: 16.5px; /* 22px */ /* 1.5em */
	margin-top: 16.5px; /* 1.5em */
	font-size: 11px; /* 1em */
}

strong {
	font-weight: bold;
}

#columns {
	background-image: url(/images/background_columns_360_10.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#content {
	float: left;
	padding-bottom: 20px;
	width: 600px;
}

#content ol {
	margin-top: 10px;
	margin-left: 40px;
}

#content ol li {
	line-height: 16px; /* 20px 22px */
	list-style-type: decimal;
	margin-top: 10px;/* 20px */
}

#content ul {
	margin-top: 10px;
	margin-left: 40px;
}

#content ul li {
	line-height: 16px; /* 20px 22px */
	list-style-type: disc;
	margin-top: 10px;/* 20px */
}

#content p a:link    { color: #136; text-decoration: underline; }
#content p a:visited { color: #136; text-decoration: underline; }
#content p a:hover   { color: #e9ab00; text-decoration: underline; }
#content p a:active  { color: #e9ab00; text-decoration: underline; }

/*********************/
/* begin div: footer */
/*********************/
#footer {
	background-image: url(/images/background_footer_980_210.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	margin-top: 8px;
}

	#footer p {
		font-size: 10px;
		line-height: 15px;
		margin-top: 10px;
	}
/*******************/
/* end div: footer */
/*******************/

/*************************/
/* begin div: navigation */
/*************************/
#navigation {
	border-bottom: 1px solid #ddd;
}

	#navigation a.menu {
		display: block;
		float: left;
		margin: 10px 0px 10px 8px;
	}
/***********************/
/* end div: navigation */
/***********************/

/***************************/
/* begin div: publications */
/***************************/
#publications {
	margin-left: 1px;
	/*margin-top: 10px;*/
}

	#publications a:link, #publications a:visited {
		background-image: url(http://sapinsider.wispubs.com/images/structural/bg_vertical_navigation.gif);
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-top: 1px solid #ddd;
		color: #136;
		display: block;
		padding: 10px 11px 10px 11px;
		text-decoration: none;

		border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
	}

	#publications a:hover, #publications a:active {
		text-decoration: underline;
	}

	#publications .active {
		float: left;
		margin-left: -1px;
		position: relative;
		z-index: 10;
	}

		#publications .active a:link, #publications .active a:visited {
			background-image: none;
			border-left: 1px solid #136;
			border-right: 1px solid #136;
			border-top: 1px solid #136;
			z-index: 10;
		}

	#publications .inactive {
		border-bottom: 1px solid #136;
		float: left;
		margin-left: -1px;
		position: relative;
		z-index: 0;
	}
/*************************/
/* end div: publications */
/*************************/


/*********************/
/* begin div: search */
/*********************/
#search {
	background-color: #136;
	margin-top: 10px;
	float: right;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	#search a:link, #search a:visited {
		color: #fff;
		font-weight: bold;
		margin: 0px;
		text-decoration: none;
	}

	#search a:hover, #search a:active {
		text-decoration: underline;
	}

	#search input {
		border: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 5px 0px 5px 5px;
		padding: 2px 1px 2px 3px;
		width: 198px;


		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
/*******************/
/* end div: search */
/*******************/




#sidebar {
	float: right;
	margin-right: 20px;
	padding-bottom: 20px;
	width: 319px; /* 339px */
}

/*#header {
	width: 980px;
}*/

#wrapper {
	margin: 0px auto; /* 10px auto */
	width: 980px;
	text-align: left; /* IE fix to center page */
}



/*********************/
/* begin form styles */
/*********************/
/*#content input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 1px 2px 3px;
	width: 300px;
}

#content select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 2px 2px 1px;
	width: 308px;
}*/

.button {
	font-weight: normal;
	padding: 3px 5px 3px 5px;
}

.error {
	color: #f00;
}

.form {
	background-color: #e7eaef;
	float: left;
	margin-top: 10px;
	padding: 0px 5px 5px 0px;
}

	.form .faded {
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

	.form .field {
		float: left;
		margin: 5px 0px 0px 5px;
	}

		.form .field select {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			padding: 2px 2px 2px 1px;
			width: 308px;
		}

		.form .field .text {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			padding: 2px 1px 2px 3px;
			width: 300px;
		}

	.form .label {
		color: #136;
		float: left;
		font-weight: bold;
		margin: 9px 0px 0px 0px;
		text-align: right;
		width: 150px;
	}

.note {
	color: #136;
	font-weight: bold;
}

.required {
	color: #f00;
	font-weight: normal;
}
/*******************/
/* end form styles */
/*******************/

.clear {
	clear: both;
}

.separator {
	background-image: url(/images/background_separator_32_1.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
	margin-top: 10px;
	padding: 0px;
}

/* this is an ie fix for 10px margins that don't show up properly */
.spacer {
	height: 10px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 1px 2px 3px;
	width: 300px;
}

