﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 7px;
	text-align: left;
	overflow: hidden;
}

form
{
	margin:7px;
}

.body_dynamic
{
	overflow: hidden;
	background-color:#505050;
}

.divMaster
{
	background-color: #ffffff;
	width: 100%
}

.WizardButtonsDiv
{
	position:absolute;
	bottom:0px;
	right:0px;
	margin-bottom:4px;
	margin-right:3px;
}

.inputButton
{
	background-image: url(../images/maintab_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #adadad;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
}

.leftSideContainer
{
	float: left;
}

.rightSideContainer
{
	float: right;
}

.mainContainer
{
	margin: 10px
}

.LogoutDiv
{
	float: right;
}

.MainTabSpacer
{
	background-color: white;
	cursor: default;
	width: 5px;
}

.MainTab
{
	background-color: #ffffff;
	cursor: default;
	width: 400px;
	float: left;
}

.DefaultMainTab
{
	color:black;
	background-image: url(../images/maintab_bg.gif);
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
	border: 1px solid #adadad;
}

.DefaultMainTabHover
{
	color:black;
	background-image: url(../images/maintab_bg.gif);
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
	border: 1px solid #adadad;
}

.SelectedMainTab
{
	color:white;
	background-image: url(../images/menu_bg.gif);
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	cursor:default;
	border: 1px solid #adadad;
}

div.Login
{
	border: solid 1px #adadad;
	width: 250px;
}

.ItemsGrid
{
	cursor: default;
	width: 100%;
	clear: both;
}

.ItemsGridHeadingRow
{
	background-color: #e9e9eb;
	background-image: url(../images/header_rowbg.gif);
}

.ItemsGridHeadingCell
{
	background-image: url(../images/header_bg.gif);
	background-color: #e9e9eb;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ItemsGridHeadingCellHover
{
	background-image: url(../images/header_hoverBg.gif);
	background-color: #f6f6f7;
}

.ItemsGridHeadingCellActive
{
	background-image: url(../images/header_activeBg.gif);
	background-color: #f6f6f7;
}

.ItemsGridHeadingCellText
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
}

.ItemsGridRow
{
	background-color: #ffffff;
	cursor: default;
}

.ItemsGridRow td.DataCell
{
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #eae9e1;
	font-family: verdana;
	font-size: 10px;
}

.ItemsGridSelectedRow
{
}

.ItemsGridSelectedRow td.DataCell
{
	background-color: #ffeec2;
	padding: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: verdana;
	font-size: 10px;
	border-bottom: 1px solid #4b4b6f;
	border-top: 1px solid #4b4b6f;
	border-right: 0px;
}

.ItemsGridSelectedRow td.FirstDataCell
{
	background-color: #ffeec2;
	border-left: 1px solid #4b4b6f;
	border-right: 0px;
	padding-left: 2px;
	padding-right: 3px;
}

.ItemsGridSelectedRow td.LastDataCell
{
	background-color: #ffeec2;
	border-right: 1px solid #4b4b6f;
}

.ItemsGridRowHover
{
}

.ItemsGridRowHover td.DataCell
{
	font-family: verdana;
	font-size: 10px;
	background-color: #f0f0f0;
	cursor: pointer;
	padding: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #eae9e1;
}

.ItemsGridGroupByRow
{
	color: #706f91;
	background-color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 2px solid #a5a4bd;
	padding-top: 10px;
	padding-bottom: 3px;
}

.SliderPopup
{
	background-color: #fff4d7;
	border: 1px solid #4b4b6f;
	border-top-color: #9495a2;
	border-left-color: #9495a2;
	font-size: 11px;
	font-family: Verdana;
	width: 150px;
	height: 30px;
}

.ItemsGridFooterText
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}

/* items grid summary footer */

.ItemsGridFooter
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	background-color: #e9e9eb;
	background-image: url(../images/header_rowbg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top: solid 1px #eae9e1;
	overflow: hidden;
	padding: 3px;
	clear: both;
}

.ItemsGridFooterSummary
{
	float: left;
}

.ItemsGridFooterPagerLinks
{
	float: right;
}

.Header
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #adadad
}

#HeaderCenter
{
	background-color: white;
	width: 100%;
}

/* footer style */

div.Footer
{
	clear: both;
	border-left: #adadad 1px solid;
	border-right: #adadad 1px solid;
	border-bottom: #adadad 1px solid;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	top: 0;
	background-image: url(../images/header_rowbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 3px
}

div.Footer a
{
	color: #000000;
}

/* end footer style */

/* section headers styles */
.MainSectionHeader
{
	background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #adadad;
	color: #000000;
	padding: 3px;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}

.MainSectionHeaderNoBottom
{
	background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #adadad;
	color: #000000;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.SubSectionHeader
{
	background-image: url(../images/subheader_small_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #adadad;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}

.SubSectionHeader span
{
	display: block;
	padding: 3px;
}

.SubSectionHeaderNoBorder
{
	background-image: url(../images/subheader_small_bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}

.SubSectionHeaderNoBorder span
{
	display: block;
	padding: 3px;
}

/* end section headers styles */

/* items tool bar styles */

.itemsGridToolbarMenuContainer
{
	height: 20px;
}

.ItemsGridToolbarSearch
{
	font-family: Verdana;
	font-size: 10px;
}

.ItemsGridToolbarSearchButtons
{
	background-image: url(../images/maintab_bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	border: solid 1px #adadad;
	height: 18px;
	cursor: pointer;
}

.ItemsGridToolbarMenu
{
	background-color: #ffffff;
	color: #00368f;
	text-align: left;
	clear: both;
}

.ItemsGridToolbarSubMenu
{
	border: solid 1px #adadad;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px
}

.ItemsGridToolbarMenuItem
{
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	cursor: pointer;
	white-space: nowrap;
	border: solid 1px #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.ItemsGridToolbarMenuItemSelected
{
	color: #000000;
	font-family: Verdana; 
	font-size: 10px; 
	cursor: pointer;
	white-space: nowrap;
	border: solid 1px #adadad;
}

.ItemsGridToolbarMenuItemOver
{
	color: #000000;
	background-color: #f0f0f0;
	font-family: Verdana; 
	font-size: 10px; 
	cursor: pointer;
	white-space: nowrap;
	border: solid 1px #000000;
}

.ItemsGridToolbarSubMenuItem
{
	font-family: Verdana; 
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.ItemsGridToolbarSubMenuItemOver
{
	font-family: Verdana; 
	font-size: 10px;
	cursor: pointer;
	background-color: #F0F0F0;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.ItemsGridToolbarSubMenuItemBreak
{
	cursor: default;
	height: 6px;
	background-image: url(../images/break.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/* end items tool bar styles */

.SearchContainer
{
	float: right;
	font-size: small;
}


.loginLoadingPanel
{
	height: 160px;
}

.SmallCommandLink
{
	cursor: pointer;
	font-size: 10px;
	color: #0000ff
}

.InfoColumnDual
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	color: Blue;
	width: 35%;
	font-size: 12px;
}

.InfoColumn 
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	color: blue;
	font-size: 12px;
}

.LabelColumn 
{
	padding-right: 2px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	color: black;
	font-size: 10px;
}

.LabelColumnDual
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	color: black;
	width: 15%;
	font-size: 10px;
}

.LabelColumnLeft
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	color: black;
	width: 30%;
	font-size: 10px;
}

.SpacerColumn
{
	width: 2px
}

.InputColumn
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	width: 70%;
	vertical-align: top;
	font-family: Verdana;
}

.InputColumnDual
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	width: 35%;
	vertical-align: top;
}



.ViewItemTable
{
}

.ViewItemTable .LabelColumn
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	font-size: 12px
}

.ViewItemTable .InfoColumn 
{
	padding-right: 0;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 5px;
	font-size: 12px;
	color: blue;
}

/* view item toolbar menu styles */

.ViewItemToolbarMenu
{
	color: #00368f;
	text-align: left;
	clear: both;
	background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #adadad;
	border-right: solid 1px #adadad;
}

.ViewItemToolbarSubMenu
{
	border: solid 1px #adadad;
	background-color: #f9f9f9;
	color: #000000;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px
}

.ViewItemToolbarMenuItem
{
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	cursor: pointer;
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ViewItemToolbarSubMenuItem
{
	font-family: Verdana; 
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ViewItemToolbarSubMenuItemOver
{
	font-family: Verdana; 
	font-size: 10px;
	cursor: pointer;
	background-color: #efefef;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ViewItemToolbarSubMenuItemBreak
{
	cursor: default;
	height: 6px;
	background-image: url(../images/break.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* end view item toolbar menu styles */

/* Calendar styles */
.Calendar
{
	font-size: 10px;
	background-color: #ffffff;
	border: solid 1px #adadad;
}
.CalendarTitle
{
	background-image: url(../images/containerheader.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight:bold;	
}
.CalendarDayHeader
{
	text-align: center;
	font-weight: bold;
	background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	width: 20px;
}
.CalendarDay
{
	border: solid 1px #ffffff;
	text-align:center;
	width: 20px;
}
.CalendarDayHover
{
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	border: solid 1px #adadad;
	width: 20px;
}
.CalendarOtherMonthDay
{
	color:#999999;
	border: solid 1px #ffffff;
	text-align:center;
	width: 20px;
}
.CalendarSelectedDay
{
	font-weight: bold;
	background-color: #FBE694;
	color: #000000;
	border: solid 1px #adadad;
	width: 20px;
}
.CalendarMonth
{
}
.CalendarNextPrev
{
	cursor:pointer;
}
.CalendarButton
{
	background-image: url(../images/calendar.gif);
	background-position: center;
	border: solid 1px #adadad;
	width: 25px;
	height: 18px;
}
.CalendarFooterDiv
{
	width: 100%;
	text-align: center;
}
.CalendarFooterButton
{
	background-image: url(../images/maintab_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #adadad;
	font-size: 10px;
	margin: 2px;
}
/* end Calendar styles */


/* input controls styles */
.InputExtraLarge {
	width: 97%;
	font-size: 10px;
	font-family: Verdana;
}

.InputMultiLineExtraLarge {
	width: 97%;
	height: 100px;
	font-size: 10px;
	font-family: Verdana;
}

.InputLarge {
	width: 80%;
	font-size: 10px;
	font-family: Verdana;
}

.InputMedium {
	width: 200px;
	font-size: 10px;
	font-family: Verdana;
}

.InputSmall {
	width: 100px;
	font-size: 10px;
	font-family: Verdana;
}

.InputExtraSmall {
	width: 50px;
	font-size: 10px;
	font-family: Verdana;
}

.InputMediumCheckBoxList {
	border: #adadad 1px solid;
	height: 100px;
	width: 200px;
	font-size: 10px;
	font-family: Verdana;
}

.InputDropDown
{
	font-size: 10px;
	font-family: Verdana;
}

.LoginInput
{
	width: 150px;
	font-size: 10px;
	font-family: Verdana;
}

/* end input controls styles */

/* details tab styles */
.DetailsTab
{
	background-color: #ffffff;	
	cursor: default;
	position: relative
}

.DefaultDetailsTab
{
	color:black; 
	background-image: url(../images/tab_bg.gif);
	font-family:Verdana; 
	font-size:10px; 
	font-weight: bold;
	cursor:pointer;
}

.DefaultDetailsTabHover
{
	color:black; 
	background-image: url(../images/hover_tab_bg.gif);
	font-family:Verdana; 
	font-size:10px; 
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
}

.SelectedDetailsTab
{
	color:black; 
	background-image: url(../images/selected_tab_bg.gif);
	font-family:Verdana; 
	font-size:10px; 
	font-weight: bold;
	cursor:default;
}

.ScrollItemDetailsTab 
{
  color: black; 
  background-image: url(../images/tab_bg.gif);
  border: 1px solid #919B9C; 
  font-family: Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.ScrollItemDetailsTabHover 
{
  color: black; 
  background-image: url(../images/hover_tab_bg.gif);
  border: 1px solid #919B9C; 
  font-family: Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.detailsTabPage
{
	height: 200px;
	width: 100%;
}

.DetailsTabSpacer
{
	background-color: white;
	cursor: default;
	width: 5px;
}
/* end details tab styles */

/* details toolbar menu styles */

.detailsToolbarMenu
{
}

.DetailsToolbarMenuItem
{
	padding: 2px;
	cursor: pointer;
}

.DetailsToolbarMenuItemHover
{
	cursor: pointer;
	background-color: #adadad
}

.DetailsToolbarMenuItemHover2
{
	cursor: pointer;
	padding: 1px;
	background-color: #f0f0f0;
	border: solid 1px #000000;
}

/* datagrid for details tabs */

.DetailsGrid
{
	cursor: default;
	margin-top: 5px;
	width: 100%;
}

.DetailsGridHeadingRow
{
	background-color: #E9E9EB; 
	background-image: url(../images/header_rowbg.gif);
}

.DetailsGridHeadingCell
{
	background-image: url(../images/header_bg.gif);
	background-color: #E9E9EB; 
	padding: 3px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
}

.DetailsGridHeadingCellHover
{ 
	background-image: url(../images/header_hoverBg.gif);   
	background-color: #F6F6F7;
}

.DetailsGridHeadingCellActive
{ 
	background-image: url(../images/header_activeBg.gif);   
	background-color: #F6F6F7;  
}

.DetailsGridHeadingCellText
{
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: left;
}

.DetailsGridRow
{
	background-color: #FFFFFF; 
	cursor: default;
}

.DetailsGridRow td.DataCell 
{ 
	padding: 3px; 
	padding-top: 2px; 
	padding-bottom: 1px; 
	border-bottom: 1px solid #EAE9E1; 
	font-family: verdana; 
	font-size: 10px; 
} 

.DetailsGridSelectedRow
{
}

.DetailsGridSelectedRow td.DataCell 
{ 
	background-color: #FFEEC2; 
	padding: 2px; 
	padding-left: 3px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	font-family: verdana; 
	font-size: 10px; 
	border-bottom: 1px solid #4B4B6F; 
	border-top: 1px solid #4B4B6F; 
	border-right: 0px; 
}

.DetailsGridSelectedRow td.FirstDataCell 
{ 
	background-color: #FFEEC2; 
	border-left: 1px solid #4B4B6F; 
	border-right: 0px; 
	padding-left: 2px; 
	padding-right: 3px; 
}

.DetailsGridSelectedRow td.LastDataCell 
{ 
	background-color: #FFEEC2; 
	border-right: 1px solid #4B4B6F; 
}


.DetailsGridRowHover
{

}

.DetailsGridRowHover td.DataCell
{
	font-family: verdana; 
	font-size: 10px; 
	background-color: #f0f0f0;
	cursor: pointer;
	padding: 3px;
	padding-left: 3px; 
	padding-top: 2px; 
	padding-bottom: 1px; 
	border-bottom: 1px solid #EAE9E1;
}

.DetailsGridGroupByRow
{
	color: #706F91; 
	background-color: #FFFFFF; 
	font-family: verdana; 
	font-weight: bold;
	font-size: 11px; 
	border-bottom: 2px solid #A5A4BD; 
	padding-top: 10px;
	padding-bottom: 3px;
}

.DetailsGridSliderPopup
{
	background-color: #FFF4D7; 
	border: 1px solid #4B4B6F; 
	border-top-color: #9495A2; 
	border-left-color: #9495A2; 
	font-size: 11px; 
	font-family: Verdana;
	width: 150px;
	height: 30px;
}

.DetailsGridFooterText
{
	color: #000000;  
	font-family: verdana; 
	font-size: 10px;
	margin-top: 5px;
}

.DetailsGridFooterPagerLinks
{
	text-align: right;
	background-image: url(../images/header_small_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: solid 1px #eae9e1;
	font-size: 10px;
}

.EditDataCell
{ 
  padding: 0px!important; 
  background-color: #E2E2E2; 
  border-width:0px!important;
} 

.EditDataField
{ 
  padding: 0px; 
  padding-left: 1px; 
  font-family: verdana; 
  font-size: 10px; 
  height: 13px;
  width: 250px!important; 
} 

/* progress bar styles */
.ProgressDiv
{
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	cursor: wait;
}

.ProgressBarDiv
{
	width: 80%;
	height: 20px;
	border: solid 1px black;
	margin: 0 auto;
	margin-top: 10px;
}

.LeftProgressBarDiv
{
	float: left;
	background-color: Blue;
	height: 100%;
	width: 1%;
}

.RightProgressBarDiv
{
	float: right;
	background-color: White;
	height: 100%;
	width: 98%;
}
/* end progress bar styles */

/* wiki controls */

.wikiBodyDiv
{
	height: 280px;
	width: 100%;
	overflow: auto;
	border-top: solid 1px #000000;
	font-size: small;
	padding-top: 6px
}

.wikiBodyDivFullPage
{
	width: 100%;
	overflow: auto;
	border-top: solid 1px #000000;
	font-size: small;
	padding-top: 6px
}

.wikiBodyDiv :first-child
{
	/*
	padding: 2px;
	height: 98%
	*/
}

.wikipagelink
{
	text-decoration: underline;
	cursor: pointer;
	color: blue
}

.wikiToolbarMenu
{
	padding: 3px;
	border-bottom: solid 1px #000;
	width: 100%
}

.ProjectWikiTitleLabel
{
	font-size: 24px;
}

.ProjectWikiTitleEditor
{
	font-size: 24px;
	width: 300px;
}
.ProjectWikiTitleContainer
{
	padding: 2px;
	margin-bottom: 4px;
	margin-top: 3px;
	margin-left: 3px;
	padding-top: 0;
}

.PreviewWikiTitle
{
	font-weight: bold;
	font-size: medium;
}

.commentsContainer
{
	border-top: solid 1px black;
	overflow: auto;
	padding-left: 3px
}

.commentsContainerAddEdit
{
	border: solid 1px black;
	height: 180px;
	padding-left: 3px;
	overflow: auto;
	width: 85%;
	max-width: 690px;
}

.commentStatusContainer
{
	text-align: right;
	margin-right: 3px
}

.CommentStatusPanel
{
	font-size: smaller
}

.AddCommentDialog
{
	border: solid 1px #adadad;
	width: 100%;
	height: 190px;
	padding: 0
}




.RatingControl
{
}

.VoteContainer
{
	margin-top: 4px;
	margin-bottom: 6px;
}

.VoteLabel_Container
{
	float: left;
}

.VoteControl_Container
{
	margin: 0;
	padding: 0;
	float: right;
}

.ratingStar
{
    font-size: 0pt;
    width: 14px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(../images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(../images/SavedStar.png);
}

.ScrollItem
{
  background-color: #ffffff; 
  font-family: verdana; 
  font-size: 12px;
  cursor: default;
  text-align: center;
}
.timepicker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 10px;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}
.reToolbar.Default .InsertProjectWikiLink
{
     background-image: url( ../images/menu/paperclip.gif );
}
