/* general CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#FFF;
/*	text-align:center;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    font-size:12px;
}
del{
	color:#999;
}
acronym{
	/*border-bottom:1px dotted #333;*/
	border:none;
	background:url(images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr {width:100%; color: #fff; background-color: #fff; border:0px; border-top:1px dotted #605045; height:0px; }
	
	/*width:100%;
	border:0;
	margin:5px 0px !important;
	height:1px;
	color:#605045;
	background-color:#777;
	*/
p{
	margin:0px;
	padding: 0px;
	/*text-align:justify;*/
}
.noborder{
	border:0;
}

img{
	border:1px dotted #605045;
}
img.floatright,
img.floatleft,
#left img{
	border:0px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

#content ul{
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style-type:none;
}

#content ol{
	margin:0px;
	padding:0px 0px 0px 33px;
}
#content ul li{
	padding:0px 0px 7px 10px;
	background:transparent url(images/arrow.gif) no-repeat 0em 0.5em;
position:relative;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}

/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}
/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(images/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:transparent url(images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}
/* forms*/
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
margin:0px;
background-color:#ffffff !important;
}
form .button{
background-color:#ddd !important;}

form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;

}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
        color:#777;
width:100px;
margin:0px;
}
form textarea{
	padding:1px;
	line-height:16px;
background-color:#ffffff !important;
}
form, form p{
	margin:0px;
}

/* layout*/
#container {
	width: 920px;
	margin:auto;
overflow:hidden;
}
.line {
	float: left;
	position: relative;
	width: 920px;
	background-color: transparent;
}
.item {
	position: relative;
	left: 100%;
	float: left;
	background-color: transparent;
}

/* top section*/


#header-logo {height:79px;}

#logo {
width:424px;
margin-left:-900px;}


#login {width:300px; height: 79px; margin-left:-309px;}
#login .sap-content {padding-top:15px; text-align:right; font-size:0.9em; color:#333333;}
#login .sap-content a{color:#000000;}
#login .sap-content a:hover{color:#cc0066; text-decoration:none;}

#hide {display:none;}
#header {
	background-image: url(images/back-slogan.gif);
	background-repeat: no-repeat;
	background-position: center top;
        height: 33px;
}

#slogan {
	margin-left: -887px;
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;
	line-height: 27px;
    width:450px;
}

/* top right buttons*/

#rightnav  {
margin-left: -357px;
margin-top: 3px;
width: 350px;
line-height: 27px;
vertical-align: middle;
text-align:right;
}
ul#nav2
{
font-size:11px;
font-weight:bold;
color: #333333;
margin: 0px;
padding: 0px;
white-space: nowrap;
}

#nav2 li
{
display: inline;
list-style-type: none;
}

#nav2 a { padding: 2px 2px 1px 2px;}

#nav2 a:link, #nav2 a:visited{
color: #333333;
border-bottom:3px solid #d4e9f7;
border-left:3px solid #d4e9f7;
}

#nav2 a:hover
{
color: #333333;
background-color: #ffffff;
border-bottom:3px solid #605045;
border-left:3px solid #605045;
text-decoration: none;
}

/* top navigation bar*/
#nav {
	background-image: url(images/back-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 920px;
}
#navdiv{
	height: 31px;
	}
#navdiv .sap-content{
         width: 880px;
	margin-left: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
    text-align: left;
	line-height: 20px;
	margin: 0px;
	height: 20px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navlist{
	list-style-type:none;
	margin:0px;
	padding:13px 0px 0px 25px;
	height: 30px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	padding:8px 6px 9px 6px;
}
#navlist li a:hover{
	color:#d4e9f7;
}


/*content line goes behind nav*/

#content {
width:920px;
z-index:70;}




/*icons*/

.icons {
	    width: 100%;
        margin-bottom: 15px;
        background: #fff none;
}
#right .sap-content .icons li {
	background: #fff none;
	float: left;
	display: inline;
	padding: 0px;
	text-align: right;
    list-style-type: none;
	width:32px;
    margin-bottom:5px;
}
#right .sap-content .icons ul {
        padding: 0px;
        list-style-type: none;
}

/*search*/

#search {text-align:right; width:192px; clear:both;}

div#right fieldset {border:0px; margin:0px; padding:0px;}

div#right .sideitem form, div#right .sideitem form p {margin:0px; padding: 0px; width:192px; text-align:right;} 

div#right input {margin:0px; padding:0px;} 

div#right form label { height: 19px; width: 25px; line-height: 19px; vertical-align: middle; padding:0px; margin-bottom:0px; margin-top:0px;display:inline;}

#ajaxSearch_form {
            color: #444;
margin-bottom:0px;
margin-top:0px;
border: 0px;
padding:0px;
        }

        #ajaxSearch_input {
            width: 146px;
            height: 16px;
            border: 1px solid #888;
            background-color: #ffffff;
            padding: 0px;
	    vertical-align: middle;
margin-bottom:0px;
margin-top:0px;
        }

#ajaxSearch_submit { background-color:#ddd !important; height:18px; vertical-align: middle; }

        #ajaxSearch_output {
        border: 1px dotted #605045;
	    padding: 0px;
            margin: 0px 0px 0px 13px;
	    background: #ffffff;
	    display: block;
	    height: auto;
	    vertical-align: top;
           text-align: left;
	    width: 178px;
        }

#searchClose {margin:0px; padding:0px; border:0px none;}

        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
		.ajaxSearch_highlight1 {
	color: #CC33CC;
	background-color: #FFFF00;
		}
		.ajaxSearch_highlight {
	color: #CC33CC;
	background-color: #FFFF00;
		}

/* footer */
#bottom{
margin-top: 15px;
margin-bottom: 15px;
}
#footer{
        width:902px;
        margin-left:-100%;}

#footer .sap-content{
	color:#605045;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #605045;
    padding-top:10px;
}

#copyright{
	text-align:left;
	float:left;
	padding:0px;
	margin-top:0px !important;
	color: #605045;
	text-decoration: none;
}
#designcredit{
	float:right;
	text-align:right;
}
#designcredit a{
	color:#605045;
}
#designcredit a:hover{
	color:#cc0066;
	text-decoration:none;
}



