/*body attributes*/
.SIbody1 {
	background-color:#DEDEC8;
	margin:0px;
	/* MINIAPP */
}

.SIbody2 {
	background-color:#95B2C3;
	margin:0px;
	/* EWT */
}

/*header classes*/
.SIappdoctitle {
	font-family:arial,sans-serif;
	font-size:15pt;
	color:#5A9CCE;
	/* ScreenIndependent Header Title */
}

.SIheaderLeft {
	background-image: url(../images/header/leftheader.gif);
	width:100%;
	height:64px;
	background-repeat:repeat-x;
	/*left part of ScreenIndependent Header */
}

.SIheaderLogo {
	background-image: url( ../images/header/saplogo_sim.gif );
	width:356px;
	height:64px;
	/*SAP Logo in ScreenIndependent Header*/
}

.SIappHeadlink {
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#97A1C9;
	text-decoration:none;
	/* Links in ScreenIndependent Header*/
}

.SIappHeadlink:link {
	color:#97A1C9;
	text-decoration:none;
	/* Links in ScreenIndependent Header*/
}

.SIappHeadlink:visited {
	color:#97A1C9;
	text-decoration:none;
}

.SIappHeadlink:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/*links*/
A {
	text-decoration:none;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#0063A4;
}

A:active {
	text-decoration:none;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#0000FF;
}

A:visited {
	text-decoration:none;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#455900;
}

A:hover {
	text-decoration: underline;
}

/*function Link*/
.SIfunclink:link {
	color:#0063A4;
	text-decoration:none;
	/* special link type */
}

.SIfunclink:visited {
	color:#0063A4;
	text-decoration:none;
}

.SIfunclink:active {
	color:#0000FF;
	text-decoration:none;
}

.SIfunclink:hover {
	text-decoration: underline;
}

/*form classes*/
.SItableinput {
	font-family:arial,sans-serif;
	font-size:9pt;
	background:#FFFFFF;
	height:17px;
	border-width:0px;
	border-style:solid;
	border-color:#FEFEEE;
	padding-left:9px;
	padding-top:0px;
	padding-bottom:4px;
	padding-right:5px;
	/* Input Field: TableEntryField */
}

/*text classes*/
.SIradiotext {
	font-family:arial,sans-serif;
	font-size:9pt;
	/* for normal black text, used in radio buttons */
}

.SIcheckboxtext {
	font-family:arial,sans-serif;
	font-size:9pt;
	/* for normal black text, used in checkboxes */
}

.SIlabeltext, .text, .WAtext {
	font-family:arial,sans-serif;
	font-size:9pt;
	/* for normal black text, used in labels */
}

.SIlisttext {
	font-family:arial,sans-serif;
	font-size:9pt;
	/* for normal black text, used in lists */
}

.SIinspectiontext {
	font-family:arial,sans-serif;
	font-size:9pt;
	/* for normal black text, used in fields for inspectiontext*/
}

.SItextDisplayHeader {
	background-color:#6780B8;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	border: solid 1px #4F556A;
	height:20px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
}
/*used in TextDisplay for headlines*/
.SItextDisplayContent {
	background-color:#EEEEE0;
	border: solid 1px #EEEEE0;
	font-family:arial,sans-serif;
	font-size:9pt;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:20px;
}
/*used in TextDisplay for normal text*/
.SItextDisplayImageColumn {
	padding-left:10px;
}

.SItextDisplayheadline, .headline {
	font-family:arial,sans-serif;
	font-size:15pt;
	color:#965136;
}
/*for large red headlines, used in news items*/
.SIlistheadline, .headline2 {
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#965136;
}
/*for small red subheadlines, used in news items*/
.SItextDisplayheadline2 {
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#965136;
	padding-top:5px;
	padding-bottom:5px;
}
/*for small red subheadlines, used in news items*/
/*table classes*/
.SItableHeaderCell, .table1 {
	background:#CDCDBE;
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
}
/*for table column header*/
.SItableNavRow {
	background:#CDCDBE;
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
}
/*for navigation bar at bottom of tables*/
.SItableNoneditCell, .table5 {
	background:#F5F4E7;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#55554B;
	height:19px;
	/*for non-editable content in a table (lighter color bk)*/
}

.SItableNoneditCell1, .table7 {
	background:#F5F4E7;
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
	/*for display, dynamic, editable table text: lighter color, black text*/
}

.SItableNoneditCell2, .table8, .table6 {
	background:#EBEAD8;
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
	/*for display, dynamic, editable table text (alternating bk color): darker color, black text*/
}

.SItableInputCell {
	background-color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
	/*background color for TableCell subtype INPUT*/
}

.SItableBorderColor {
	background:#4F556A;
	/* Color for the groubox and table border outlines*/
}

.SItableHeader, .header2, .tableHeader {
	background:#6780B8;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	height:19px;
	/*for table headers: makes dark blue background, white text*/
}
.SItableHeader1 {
	background:#6780B8;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	/*for table headers: makes dark blue background, white text*/
}

.SItableSelectionColor {
	background-color:#FFCC33;
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
	/*color for selected table rows */
}

/*dynamic display table classes*/
.SIdynamicdisplaytableHeader {
	background-color:#6780B8;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	height:19px;
	border: solid 1px #4F556A;
	/*used for the header of dynamicdisplaytable*/
}

.SIdynamicpagetableHeader {
	background-color:#6780B8;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	height:19px;
	border: solid 1px #4F556A;
	/* for DynamicPageTable Header*/
}
  
.SIdynamictableHeaderBorder {
	border: solid 1px #4F556A;
	border-bottom-width:0;
	/*border Color for DynamicTables*/
}

.SIdynamicpagetableNavRow {
	background-color:#CDCDBE;
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
	border-left: solid 1px #4F556A;
	border-right: solid 1px #4F556A;
	border-bottom: solid 1px #4F556A;
	/*for DynamicPageTable Navigation Row*/
}

.SItableAllbackOffImage {
	background-image:url(../images/tables/arrow_allback_off.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

.SItableBackOffImage {
	background-image:url(../images/tables/arrow_back_off.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

.SItableForwardOnImage {
	background-image:url(../images/tables/arrow_forward_on.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

.SItableAllforwardOnImage {
	background-image:url(../images/tables/arrow_allforward_on.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

.SItableAllbackOnImage {
	background-image:url(../images/tables/arrow_allback_on.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

.SItableBackOnImage {
	background-image:url(../images/tables/arrow_back_on.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

.SItableForwardOffImage {
	background-image:url(../images/tables/arrow_forward_off.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

.SItableAllforwardOffImage {
	background-image:url(../images/tables/arrow_allforward_off.gif);
	width:15px;
	height:15px;
	cursor:hand;
	border:0px;
}

/*scroll table classes*/
.SIscrolltableheader {
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	vertical-align:bottom;
}
  
.SIscrollTable {
	background-color:#CDCDBE;
}

.SIscrollTableScrollingBorder {
	background-color:#CDCDBE;
	border-bottom: solid 1px #4F556A;
	border-right: solid 1px #4F556A;
}

.SIscrollTableBorder {
	background:#4F556A;
}

.SIscrollTableBorder1 {
	border-top:1 solid #4F556A;
}

/*list classes*/
OL.ol {
	margin-left: 25px;
	margin-top:3px;
	/*indent of ordered lists*/
}

UL.ul {
	list-style-image: url(../images/lists/cube.gif);
	margin-left:22px;
	margin-top:3px;
	/*indent and image of unordered lists*/
}

UL.smallul {
	list-style-image: url(../images/lists/smallcube.gif);
	margin-left:22px;
	margin-top:3px;
	/*indent and image of small unordered lists*/
}

/*button classes*/
.SIupstateButton {
	text-align: center;
	border: solid 1px;
	border-color: #CDCDBE #7E7E72 #7E7E72 #CDCDBE;
	font-family:arial,sans-serif;
	font-size:9pt;
	cursor: hand;
	color: #000000;
	width:0px;
	background-image: url(../images/buttons/upstate/bk.gif);
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

.SIupstateButton:link {
	color:#000000;
	text-decoration:none;
}

.SIupstateButton:visited {
	color:#000000;
	text-decoration:none;
}

.SIupstateButton:hover {
	color:#0063A4;
	text-decoration:none;
}

.SIactionButton {
	border-width:1px;
	border-color:#3F588C;
	border-style:solid;
	background:url(../images/buttons/action/bk.gif);
	width:0px;
	font-family:arial,sans-serif;
	font-size:9pt;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

.SIactionButton:link {
	color:#FFFFFF;
	text-decoration:none;
	/* used for LargeAction-, SmallAction- and FinalizButtons*/
}

.SIactionButton:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.SIactionButton:hover {
	color:#9CDEFF;
	text-decoration:none;
}

.SIdownstateButton {
	border-width:1px;
	border-color:#8D8D80;
	border-style:solid;
	background:url(../images/buttons/downstate/bk.gif);
	width:0px;
	font-family:arial,sans-serif;
	font-size:9pt;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

.SIdownstateButton:link {
	color:#000000;
	text-decoration:none;
}

.SIdownstateButton:visited {
	color:#000000;
	text-decoration:none;
}

.SIdownstateButton:hover {
	color:#0063A4;
	text-decoration:none;
}

.SIinactiveButton {
	text-decoration:none;
	cursor:default;
	border-width:1px;
	border-color:#8D8D80;
	border-style:solid;
	background:url(../images/buttons/inactive/bk.gif);
	width:0px;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#999989;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

.SIinactiveButton:link {
	text-decoration:none;
	cursor:default;
	border-width:1px;
	border-color:#8D8D80;
	border-style:solid;
	background:url(../images/buttons/inactive/bk.gif);
	width:0px;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#999989;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

.SIinactiveButton:visited {
	text-decoration:none;
	cursor:default;
	border-width:1px;
	border-color:#8D8D80;
	border-style:solid;
	background:url(../images/buttons/inactive/bk.gif);
	width:0px;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#999989;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

.SIinactiveButton:hover {
	text-decoration:none;
	cursor:default;
	border-width:1px;
	border-color:#8D8D80;
	border-style:solid;
	background:url(../images/buttons/inactive/bk.gif);
	width:0px;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#999989;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

/* deprecated */
.SItrayButton {
	font-family:arial,sans-serif;
	font-size:7pt;
	color:#000000;
	text-align: center;
	cursor: hand;
	border: solid 1px;
	border-color: #CDCDBE #7E7E72 #7E7E72 #CDCDBE;
	width:0px;
	background-image: url(../images/buttons/tray/bk.gif);
	margin-top:0px;
	margin-bottom:0px;
	margin-left:1px;
	margin-right:1px;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}
 
.SItrayButton:link {
	color:#000000;
	text-decoration:none;
}

.SItrayButton:visited {
	color:#000000;
	text-decoration:none;
}

.SItrayButton:hover {
	color:#0063A4;
	text-decoration:none;
}

.SIf4EntryFieldButton {
	background:url(../images/buttons/f4/tanicon.gif);
	width:17px;
	height:19px;
}

/*fields*/
.SIrequiredfield {
	color:red;
	/*red star for required fieldlabels*/
}

.SInoneditfieldvalue {
	font-family:arial,sans-serif;
	font-size:9pt;
	background-color: #F5F4E7;
	height:15px;
	padding-top:2px;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}

.SInoneditfieldinspectiontext {
	font-family:arial,sans-serif;
	font-size:9pt;
	height:19px;
	padding-top:3px;
}

/*groupbox*/
.SIgroupboxcontent{
	background-color: #DEDEC8;
	border: solid 1px #4F556A;
	/*background and border color for ScreenIndependent Groupbox*/
}

.SIgroupBoxHeaderEmpty {
	background-color: #DEDEC8;
	border-bottom: solid 1px #4F556A;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	/*used for an empty groupbox header*/
}

.SIgroupBoxContentPadding {
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#000000;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:10px;
	padding-right:10px;
	/*padding of groupbox content*/
}

.SIgroupboxheader{
	padding-bottom:1px;
	vertical-align:top;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:normal;
	background-color: #6780B8;
	border-style:none;
	margin-right:-3px;
	border-bottom-style: solid;
	border-bottom-color: #4F556A;
	border-bottom-width:1px;
	height:17px;
	/*header of ScreenIndependent groupbox*/
}

.SIgroupBoxCornerimage{
	background-image:url(../images/corner.gif);
	width:17px;
	height:17px;
}

/*tray*/
.SItrayouterborder {
	border-width:1px;
	border-style:solid;
	border-color:#4f556A;
	margin-bottom:10px;
}

.SItraytablebg {
	background-color:#DEDEC8;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-style:solid;
	border-right-color:#b5b6a5;
}

.SItraylabelbgopen {
	background-color:#6780B8;
	background-image: url(../images/arrow_opened.gif);
	background-repeat:no-repeat;
	cursor:hand;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#ffffff;
	height:18px;
	padding-left:22px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#8CA5D6;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#8CA5D6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#4A526B;
}

.SItraylabelbgclose {
	background-color:#6780B8;
	background-image: url(../images/arrow_closed.gif);
	background-repeat:no-repeat;
	cursor:hand;
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#ffffff;
	height:18px;
	padding-left:22px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#8CA5D6;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#8CA5D6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#4A526B;
}

.SItraylabelend {
	background-image: url(../images/corner.gif);
	background-repeat:no-repeat;
	width:18px;
	height:18px
}

.SItraybody {
	background-color:#DEDEC8;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 9px 10px;
	border-width:1px;
	border-style:solid;
	border-right-color:#b5b6a5;
	border-bottom-color:#b5b6a5;
	border-left-color:#ffffff;
	border-top-color:#dedec8;
}

/*tree*/
.SItree{
	background-color:#DEDEC8;
	font-family:arial,sans-serif;
	font-size:9pt;
	/* tree background color and of level 1 nodes */
}

.SItreelevel2{
	background-color:#E2E1D0;
	border-top: solid 1px #BEBEAB;
	border-bottom: solid 1px #EBEAD8;
	/* used for DIV enclosing sibling nodes of level 2 */
}

.SItreelevel3{
	background-color:#EBEAD8;
	border-top: solid 1px #C6C6B7;
	border-bottom: solid 1px #F5F4E7;
	/* used for DIV enclosing sibling nodes of level 3 */
}

.SItreelevel4{
	background-color:#F5F4E7;
	border-top: solid 1px #CDCDBE;
	border-bottom: solid 1px #FDFDF3;
	/* used for DIV enclosing sibling nodes of level 4 */
}

.SItreelevel5{
	background-color:#F5F4E7;
	border-top: solid 1px #CDCDBE;
	border-bottom: solid 1px #FDFDF3;
	/* used for DIV enclosing sibling nodes of level 5 */
}

.SItreelevel6{
	background-color:#F5F4E7;
	border-top: solid 1px #CDCDBE;
	border-bottom: solid 1px #FDFDF3;
	/* used for DIV enclosing sibling nodes of level 6 */
}

.SItreelevel7{
	background-color:#F5F4E7;
	border-top: solid 1px #CDCDBE;
	border-bottom: solid 1px #FDFDF3;
	/* used for DIV enclosing sibling nodes of level 7 */
}

.SItreelevel8{
	background-color:#F5F4E7;
	border-top: solid 1px #CDCDBE;
	border-bottom: solid 1px #FDFDF3;
	/* used for DIV enclosing sibling nodes of level 8 */
}

.SItreelevel9{
	background-color:#F5F4E7;
	border-top: solid 1px #CDCDBE;
	border-bottom: solid 1px #FDFDF3;
	/* used for DIV enclosing sibling nodes of level 9 */
}

.SItreelevel10{
	background-color:#F5F4E7;
	border-top: solid 1px #CDCDBE;
	border-bottom: solid 1px #FDFDF3;
	/* used for DIV enclosing sibling nodes of level 10 */
}

.SItreelevel0{
	background-color:#DEDEC8;
}

.SItreeoffset1 {
	margin-left:0px; /* node indent level 1 nodes */
}

.SItreeoffset2 {
	margin-left:16px; /* node indent level 2 nodes */
}

.SItreeoffset3 {
	margin-left:32px; /* node indent level 3 nodes */
}

.SItreeoffset4 {
	margin-left:48px; /* node indent level 4 nodes */
}

.SItreeoffset5 {
	margin-left:64px; /* node indent level 5 nodes */
}

.SItreeoffset6 {
	margin-left:80px; /* node indent level 6 nodes */
}

.SItreeoffset7 {
	margin-left:96px; /* node indent level 7 nodes */
}

.SItreeoffset8 {
	margin-left:112px; /* node indent level 8 nodes */
}

.SItreeoffset9 {
	margin-left:128px; /* node indent level 9 nodes */
}

.SItreeoffset10 {
	margin-left:144px; /* node indent level 10 nodes */
}

.SItreeoffset11 {
	margin-left:160px; /* node indent level 11 nodes */
}

.SItreeoffset12 {
	margin-left:176px; /* node indent level 12 nodes */
}

.SItreeoffset13 {
	margin-left:192px; /* node indent level 13 nodes */
}

.SItreeoffset14 {
	margin-left:208px; /* node indent level 14 nodes */
}

.SItreeoffset15 {
	margin-left:224px; /* node indent level 15 nodes */
}

.SItreeoffset16 {
	margin-left:240px; /* node indent level 16 nodes */
}

.SItreeoffset17 {
	margin-left:256px; /* node indent level 17 nodes */
}

.SItreeoffset18 {
	margin-left:272px; /* node indent level 18 nodes */
}

.SItreeoffset19 {
	margin-left:288px; /* node indent level 19 nodes */
}

.SItreeoffset20 {
	margin-left:304px; /* node indent level 20 nodes */
}

.SItreeoffset21 {
	margin-left:320px; /* node indent level 21 nodes */
}

.SItreeSelColor {
	background-color:#FFCC33; /* node selection color */
}

.SItreeNodeMarked {
	border-bottom: solid 1px #000000;
	/* marked node */
}

.SItreeNodeUnmarked {
	border-bottom: 0px;
	/* unmark node */
}

.SItreeOpenFolder{
	background-image: url(../images/expander_open.gif);
	width:16px;
	height:11px;
}

.SItreeClosedFolder{
	background-image: url(../images/expander_close.gif);
	width:16px;
	height:11px;
}

.SItreeDoc{
	background-image: url(../images/doc.gif);
	width:16px;
	height:15px;
}

.SItreeText {
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#000000;
}

.SItreeText:link {
	color:#000000;
	text-decoration:none;
}

.SItreeText:visited {
	color:#000000;
	text-decoration:none;
}

.SItreeText:active {
	color:#000000;
	text-decoration:none;
}

.SItreeText:hover {
	color:#0063A4;
	text-decoration:underline;
}

/*ruler*/
.SIruler {
	height:2px;
	border:1px;
	border-left-style:none;
	border-right-style:none;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color:#A0A092;
	border-bottom-color:#FDFDF3;
}

.SIhruler1 {
	background-color:#A0A092;
	/*color for shadow line*/
}

.SIhruler2 {
	background-color:#FDFDF3;
	/*color for highlighted line*/
}

/*plain messages*/
.SImessageUncritical, .messageUncritical {
	font-family:arial,sans-serif;
	font-size:12pt;
	color:#003D84;
	font-weight:bold;
}

.SImessageCritical, .messageCritical {
	font-family:arial,sans-serif;
	font-size:12pt;
	color:#CA0101;
	font-weight:bold;
}

.SImessageImg {
	background-image: url( ../images/arrow.gif );
	width:12px;
	height:9px;
}

/*toolbox*/
.SItoolbox {
	background-color: #DEDEC8;
	border-top: solid 1px #4F556A;
	border-left: solid 1px #4F556A;
	border-right: solid 1px #4F556A;
	border-bottom: solid 1px #8D8D80;
}

.SItoolboxFolder {
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #4F556A;
	border-top: solid 1px #FFFFFF;
}

.SItoolboxFolderText {
	font-family:arial,sans-serif;
	font-size:9pt;
	color:#55554B;
}

.SItoolboxItems {
	font-family:arial,sans-serif;
	font-size:9pt;
	border-bottom: solid 1px #4F556A;
	border-top: solid 1px #BEBEAB;
	border-right: solid 1px #BEBEAB;
	background-color:#F5F4E7;
}

.SItoolboxItem {
	font-family:arial,sans-serif;
	font-size:9pt;
	margin-left:22px;
}

SCRIPT {
	display:none;
}

/*bevels*/
.SIbevelBottom{
	background-image:url( ../images/bevelbottom.gif );
	width:100%;
}

.SIbevelTop{
	background-image:url( ../images/beveltop.gif );
	width:100%;
}

