/***************************************************************/
/* Sieben Site-Wide Styles */
/***************************************************************/
html, form, form.table 
{
	height: 100%;
}

body 
{
	height: 100%;
	background-color: #fff;
	font-style: normal;
	font-size: small;
	margin: 0;
}

img
{
	border: 0;
}

/************************************/
/* Master Fonts */
/************************************/
body,
input,
select,
textarea
{
	font-family: "Segoe UI", "Microsoft Sans Serif", Arial, Geneva, Sans-Serif;
}

input,
select,
textarea
{
	font-size:1em;
}

input.Mono,
textarea.Mono
{
	font-family: Consolas, "Courier New", Courier, Monospace;
}
.ProperCase
{
	text-transform:capitalize;
}

.ClearBoth
{
	clear:both;
}

.ClearLeft
{
	clear:left;
}
.ClearRight
{
	clear:right;
}
.NoWrap
{
	white-space:nowrap;
}

.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.BoldLabel
{
	font-weight: bold;
}

.CancelItem
{
	width: 120px;
	text-align: left;
}

.CheckBox
{
	width: 1em;
	padding: 0;
}

.SiebenGreen
{
	color: #6d8d34;
}

.SiebenHeader
{
	font-size: 2em;
	font-weight: bold;
}

.CheckBoxLabel
{
	width: 10em;
	text-align: left;
	font-size: .9em;
}

.SiebenPageHeader, SiebenPageHeaderUnderline
{
	color: #6d8d34;
	font-size: 1.6em;
	font-weight: bold;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.SiebenPageHeaderUnderline
{
	background-image: url(underline_dot_green.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.SiebenHeaderUnderline
{
	background-image: url(underline_dot_green.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #6d8d34;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 2px 0 0 0;
}

.CommentsHeader
{
	background-color:#ECECEC;
	font-weight:bolder;
	padding:.2em;
}

.Error, .Required
{
	font-size: .9em;
	font-style: italic;
	color: #F00;
}

.NewError
{
	font-size: .9em;
	font-weight: bold;
	color: #F00;
	background-image: url(cautionsign_bug.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

div.NewError
{
	margin: 10px;
}

.Selected
{
	font-weight:bold;	
}

.ServiceUnavailableError
{
	color: red;
	font-style: italic;
	font-size: 1.2em;
}

.NoWorkItemsError
{
	font-style: italic;
	font-size: 1.2em;
}

#ChangeSets th
{
	text-align: center;
	border: 0;
}

#ChangeSets td
{
	border-left: 0 !important;
	border-right: 0 !important;
	text-align: center;
}

.ChangeSetGridCellLeft
{
	text-align: left !important;
}

.Grid
{
	border: solid 1px #BBB;
	border-collapse: collapse;
	margin-bottom: 2px;
	margin-top: 10px;
}

.GridHeader, .GridHeaderLeft
{
	border: solid 1px #BBB;
	background-color: #E2F6CC;
}

.GridHeaderLeft
{
	text-align: left;
}

.GridCell, .GridCellIcon, .GridCellLeft
{
	vertical-align:top;
	border: solid 1px #BBB !important;
}

.GridCell
{
	text-align: center;
}

.GridCellIcon
{
	border: none !important;
	vertical-align:middle;
	text-align: center;
	width: 35px;
}

.GridCellLeft
{
	text-align: left;
}

.GridRow td, .GridAltRow td
{
	padding: 0.25em 0;
}

.GridRow
{
	background-color: #FFF;
}

.GridAltRow
{
	background-color: #EFF0F3;
}

.hintCell
{
	line-height: normal;
	font-size: 0.9em;
	color: #999;
	margin: 0em; 
	padding: 0em;
}

.ItalicLabel
{
	font-style: italic;
}

.MultilineTextBox
{
	color: #333;
	border: solid 1px #A5ACB2;
	width: 99%;
	height: 8em;
	vertical-align: middle;
	padding: 2px;
}

.NoItemsMessage
{
	font-style: italic;
	margin: .5em;
	text-align: center;
}

.StandardPadding, div.closedWorkItem
{
	padding: .2em .7em .2em .7em;
}

.SubHeading, .SubHeadingInline, .SubHeadingInlineLabel
{
	display: block;
	line-height: 1em;
	letter-spacing: 0;
	font-size: 1em;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
	color: #6D8D34;
}

.SubHeadingInlineLabel
{
	margin-bottom:10px;
}

.SubHeadingInline
{
	display: inline;
}

.SubText
{
	color:#666;
	font-size:.8em;
}

.SectionHeader {
    font-weight: bold;
    padding: 5px 0;
}

.SubmitItem
{
	width: 120px;
	text-align: left;
	padding-right: 5px;
}

.Success
{
	color: Navy;
	font-weight: bold;
}

.TextBoxLabel
{
	color:#777;
	font-size:.8em;
	float: left;
}

.TextBoxCountDown
{
	color:#777;
	font-size:.8em;
	float:right;
}

.UpdateProgressPanel, .UpdateProgressPanel .ModalBackground, .UpdateProgressPanel #UpdateProgressTable
{
	position:absolute;
	top:0;left:0;
}
.IE6 iframe.FullPanel
{
	filter:alpha(opacity=0);
}

.FullPanel
{
	width:100%;
	height:100%;
	overflow:hidden;
}

table.FullPanel{
	table-layout:fixed;
}

.UpdateProgress
{
	background-color: #DAF1B2;
	color: #008000;
	font-weight: bold;
	border:solid 1px black;
	width:211px;
	height:66px;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:1000;
}

.UpdateProgressText
{
	position:relative;
	top:23px;
}

.Disabled
{
	color: #777;
	cursor:text;
}

.TabStrip {
	background-image: url('bkgd_tabnavbottom.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 0 0 5px;
	height: 21px;
}

.TabPanel {
    border: solid 1px #B8C1CA;
    border-top: none;
    padding: 10px;
    margin: 0;
}

.TabStrip a, .TabStrip img {
    border: 0;
    margin: 0;
    padding: 0;
}

/***************************************************************/
/* Sieben Header Styles */
/***************************************************************/

.ProjectTitleLabel
{
	margin-left:.2em;
}
.EditProjectDetailsLink
{
	margin-top:.6em;
	margin-left:.5em;
}

.NavigationStripDiv{
	float:right;
	height:19px;
	white-space: nowrap;
	overflow:hidden;
	background-image: url('banner_top_bkg_gradient.gif');
	background-repeat:repeat-x;
	padding-right:4px;
}
.NavigationStripDiv .NavigationLinksTriangle
{
	float:left;
	height:19px;
	width:14px;
}

.NavigationStripDiv .RssImage
{
	margin-top:2px;
	margin-right:2px;
}

/***************************************************************/
/* Common popup panel */
/***************************************************************/

.ClosePanel,
.ChangePanel,
.LicensePanel
{
	background-color: White;
	border: solid 1px #333;
	padding-bottom:.5em;
}

.ClosePanel .Title,
.ChangePanel .Title,
.LicensePanel .Title
{
	background-color: #e6e6e6;
	border-bottom: solid 1px #333;
	font-weight: bold;
	padding: 0.25em 0.5em;
}

.ClosePanel .Body,
.ChangePanel .Body,
.LicensePanel .Body
{
	padding: 0.5em;
}

.ClosePanel .Buttons,
.ChangePanel .Buttons,
.ChangePanel .Footer,
.LicensePanel .Buttons
{
	text-align: right;
	margin-top: 0.25em;
	margin-right: .5em
}

/***************************************************************/
/* Close popup panel */
/***************************************************************/

.ClosePanel
{
	width: 30em;
}

.ClosePanel .Body .CommentBox
{
	font-size: inherit;
 	width: 98%;
}

/***************************************************************/
/* Change popup panel */
/***************************************************************/
.ChangePanel
{
	width: 20em;
}

.ChangePanel .Body .Content
{
	border: solid 1px #aaa;
	height: 10em;
	overflow: auto;
	width: 100%;
}

.ChangePanel .Body .DynamicContent
{
}

.ChangePanel .Footer
{
	text-align: center;
}

.ChangePanel .PanelErrorLabel
{
	color:Red;
	padding:0px 10px;
	visibility:hidden;
	text-align:center;
}

/***************************************************************/
/* License popup panel */
/***************************************************************/
.LicensePanel
{
	width: 45em;
}

.LicensePanel .Body .CommentBox
{
	font-size: inherit;
 	width: 98%;
}

/***************************************************************/
/* Common Popup Menu */
/***************************************************************/
ul.ContextMenu
{
	background-color: #fff;
	border: solid 1px #888;
	color: #333;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

ul.ContextMenu li
{
	cursor: pointer;
	margin: .2em .2em .2em .2em;
	padding: .1em .5em;
}

ul.ContextMenu li:hover
{
	background-color: #888;
	color: #fff;
}

ul.ContextMenu li.GroupCaption
{
	color: #333;
	margin-top: .5em;
}

ul.ContextMenu li.GroupCaption:hover
{
	background-color: #fff;
	color: #333;
}

ul.ContextMenu li.GroupMember
{
	padding-left: 1em;
}

ul.ContextMenu li.Nested
{
	background-image: url('nestedMenu.gif');
	background-position: right 0px;
	background-repeat: no-repeat;
}

ul.ContextMenu li.Nested:hover
{
	background-image: url('nestedMenu.gif');
	background-position: right -16px;
	background-repeat: no-repeat;
}

/***************************************************************/
/* Common Anchor Styles */
/***************************************************************/
a
{
	text-decoration: underline;
}
a:active, a:link, a:visited
{
	color: #3E62A6;
}
a:hover
{
	color: #CE8B10;
}

.White, .White a:active, .White a:link, .White a:visited
{
	color: #FFF;
}

 .WhiteNoHover, .WhiteNoHover a:active, .WhiteNoHover a:link, .WhiteNoHover a:visited
{
	color: #FFF;
}

.White a:hover
{
	color: #333;
}

.WhiteNoHover a:hover
{
	color: #CE8B10;
}

a.disabled, a.disabled:hover, a.disabled:active, a.disabled:link, a.disabled:visited
{
	text-decoration: none;
	cursor: text;
	color: #777;
}

/***************************************************************/
/* Sieben Panel Styles */
/***************************************************************/
.SiebenPanel, .RegisterBox
{
	border: #BBB 1px solid;
	margin-bottom: 10px;
}

/* Common Header/Footer Styles */
.SiebenPanelHeaderGray, .SiebenPanelHeaderGreen, .SiebenPanelFooterGray, .SiebenPanelFooterGreen
{
	color: #000;
	height: auto;
	padding: .2em .7em .2em .7em;
}

/* Common Header Styles */
.SiebenPanelHeaderGray, .SiebenPanelHeaderGreen
{
	background-repeat: repeat-x;
	font-weight: bold;
}

.SiebenPanelHeaderSmall
{
	font-size: smaller;
}

.SiebenPanelHeaderGreen
{
	background-color: #b7e28a;
	background-image: url('projectbox_bkg.gif');
}

.SiebenPanelHeaderGray
{
	background-color: #d8dde2;
	background-image: url('sidebarheaderbg.gif');
}

.SiebenPanelSidebarContent
{
	font-size: .9em;
}

.SiebenPanelSidebarContent .SidebarContentTable
{
	width:100%;
	table-layout:fixed;
}


/* Common Footer Styles */
.SiebenPanelFooterGray, .SiebenPanelFooterGreen
{
	border-top: solid #FFF 1px;
	font-size: .9em;
	vertical-align: middle;
}

.SiebenPanelFooterGray
{
	background-color: #ECECEC;
}

.SiebenPanelFooterGreen
{
	background-color: #DAF1B2;
}

.SidebarValue
{
	text-align: right;
}

/***************************************************************/
/*                                                             */
/* Common Info Box Styles */
/*                                                             */
/***************************************************************/
.InfoBox
{
	/* Same styles as div.votebox */
	border: solid 1px #bbb;
	text-align: center;
	width: 4.5em;
}

.InfoBox .Top
{
	/* Same styles as div.votebox */
	background-image: url(votebox_bkg.gif);
	background-repeat: repeat-x;
	color: #333;
	height: 3.5em;
	vertical-align: top;
}

.InfoBox .Top .Title
{
	font-size: .7em;
}

.InfoBox .Top .Date,
.InfoBox .Top .Count
{
	margin-top:-.1em;
	line-height: 1.1em;
	font-size: 1.2em;
	font-weight: bolder;
}

.InfoBox .Top .Time,
.InfoBox .Top .Caption
{
	font-size: .8em;
	padding-top: .4em;
}

.InfoBox .Bottom
{
	/* Same styles as div.votebox */
	background-color: #fff;
	border-top: solid 1px #bbb;
	color: #686868;
	font-size: .8em;
	height: 1.5em;
	padding: .1em 0 .1em 0;
}

/***************************************************************/
/*                                                             */
/* Specialization of Common Info Box Styles */
/*                                                             */
/***************************************************************/
#ProjectRelease .InfoBox .Top
{
	background-image: url(votebox_closed_bkg.gif);
	height: 5em !important;
}

/***************************************************************/
/*                                                             */
/* Common Item View/Edit/Create Page Styles */
/*                                                             */
/***************************************************************/
.ItemContainer .TopNav
{
	font-size:90%;
}

.ItemContainer .TopNav .Paging
{
	float:right;
	width:22em;
}

.ItemContainer .TopNav .Paging .NextPrevious
{
	float:right;
	text-align: right;
}

.ItemContainer .SidebarContainer
{
	float:right;
}

.ItemContainer .Sidebar
{
	margin-top:5px;
	width:22em;
}

.ItemContainer .Content
{
	margin-right:23em;
	margin-top:5px;
}

.ItemContainer .Content .TitleBar
{
	margin-bottom:.5em;
	min-height:4.5em;
	width:auto;
}

.ItemContainer .Content .TitleBar .VoteBox
{
	float:left;
	width:68px;
}

.ItemContainer .Content .TitleBar .LeftMargin
{
	margin-left: 70px;
}

.ItemContainer .Content .TitleBar .Title
{
}

.ItemContainer .Content .TitleBar #LinkBar
{
}

.ItemContainer .Content .Description
{
}

.ItemContainer .Content .DescriptionAndFileUpload .FileUpload
{
}

.ItemContainer .Content .DescriptionAndFileUpload .FileUpload ul
{
	margin-bottom:0;
	margin-top:0;
}

.ItemContainer .Content .SaveCancel
{
	margin-top: 1em;
}

.ItemContainer .Content .SaveCancel input
{
	width:75px;
}

.ItemContainer .Content .HiddenButtons
{
	display:none;
}


/***************************************************************/
/*                                                             */
/* Specialization of Common Item View/Edit/Create Page Styles */
/*                                                             */
/***************************************************************/

/***************************************************************/
/* Release/ProjectReleases.aspx */
/***************************************************************/
.IE #ProjectRelease .InfoBox .Top .SiebenPanelHeaderSmall
{
	position:relative;
	top:-.2em;
}

#ProjectRelease.ItemContainer .Content .TitleBar
{
	xmargin-bottom:-1em;
}

#ProjectRelease .Content
{
	margin-bottom:-1.2em;
}

.IE6 #ProjectRelease .Content
{
	margin-bottom:0;
}

#ProjectRelease.Create .Content
{
	margin-right:5px !important;
}

#ProjectRelease .FileUpload {
	margin-top:1em;
}

#ProjectRelease .FileUpload ul
{
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

.IE7 #ProjectRelease .Content .SaveCancel,.FF #ProjectRelease .Content .SaveCancel
{
	margin: 1em 0 1.25em 0;
}

/* Release/ReleaseWorkItems.ascx */
#ProjectRelease .ErrorDiv
{
	height: 10em;
	padding: 1em 0;
}

#ProjectRelease .SurroundBox
{
	border: solid 1px #bbb;
	padding: .75em 1em 1em 1em;
}

#ProjectRelease #ReleaseWorkItems .SurroundBox
{
	padding-top:0;
}

html.IE6 #ProjectRelease #ReleaseWorkItems .WorkItemList
{
	float: left; 
	width: 100%;
}

#ProjectRelease #ReleaseWorkItems .ClearBoth
{
	display: none;
}

html.IE6 #ProjectRelease #ReleaseWorkItems .ClearBoth
{
	display: block;
}

#ProjectRelease #ReleaseWorkItems .WorkItemSectionHeader
{
	border-bottom: solid 1px #ddd;
	color: #000;
	margin-bottom: .4em;
	margin-top: 0.75em;
}

#ProjectRelease #ReleaseWorkItems .ItalicLabel
{
	margin-top: 0.75em;
}

#ProjectRelease #ReleaseWorkItems .WorkItemListHeader
{
	color: #999;
}

#ProjectRelease #ReleaseWorkItems .SubHeading .ImageKey
{
	color: #aaa;
	font-size: 85%;
	font-weight: normal;
	margin-left: 2em
}

#ProjectRelease #ReleaseWorkItems .SubHeading .ImageKey img
{
	vertical-align: text-bottom;
	margin-left: 1em
}

#ProjectRelease #ReleaseWorkItems .VotesHeader,
#ProjectRelease #ReleaseWorkItems .VotesData
{
	text-align: right;
}

#ProjectRelease #ReleaseWorkItems .StatusHeader,
#ProjectRelease #ReleaseWorkItems .StatusData
{
	text-align: center;
}

#ProjectRelease #ReleaseWorkItems .NameHeader,
#ProjectRelease #ReleaseWorkItems .NameData
{
	text-align: left;
}

#ProjectRelease .Title span.ReleaseNameLabel{
	float:left;
	margin-right:.5em;
	margin-top:.2em;
}
#ProjectRelease .Title div{
	padding-right:5.75em;
}
#ProjectRelease .Description table
{
	margin-left:1px;
}
.IE #ProjectRelease .Title input.SiebenPageHeader{
	float:right;
	width:100% !important;
}
.IE6 #ProjectRelease .TextBoxCountDown
{
	float:none;
	text-align:right;
}
.IE #ProjectRelease .Description table{
	float:left;
}

.IE #ProjectRelease .Description table textarea {
	xword-break:break-all;
}

.FF #ProjectRelease .Description table, .FF #ProjectRelease .Description .workItemDescriptionTextBox
{
	width:100% !important;
	margin-right:4px;
}
#ProjectRelease .Title .LinkBar
{
	margin-left:.5em;
}

#ProjectRelease .FileTypeImage
{
	margin-bottom:1em;
	margin-right:1em;
	float:left;
}

.FileListItemDiv
{
	clear:left;
}

.FileListItemDiv .NewFilename
{
	margin-top:.7em;
	margin-right:.1em;
}

.FileListItemDiv .NewFileLocation
{
	margin-top:.7em;
}

.FileListItemInfo
{
	color:#777;
	cursor:text;
	font-size:small;
}

#FileListItemDisabledDiv{
	display:none;
	position:absolute;
	xbackground-color: gray;
	xfilter: alpha(opacity=5);
	xopacity: 0.05;
}
.FileListItemDeleted
{
	float:left;
	margin-bottom:.8em;
	margin-right:.1em;
	white-space:nowrap;
}
.FF .FileListItemDeleted
{
	margin-bottom:0;
}

.FileListItemDeleted, .FileListItemDeleted a{
	color:Gray !important;
	text-decoration:line-through;
}
/* Project Sidebar */

.ProjectSidebar .AlternatingItem
{
	background-color:#eff0f3;
}


/* Release/ProjectReleasesSidebar */
.ProjectReleasesSidebar{
	height:auto;
	min-height:20px;
	max-height:150px;
	overflow:auto;
}
.ProjectReleasesHeaderLabel
{
	float:left;
	width:100px;
}
.ProjectReleasesHeaderViewLinks
{
	float:right;
	font-size:.85em;
	margin-top:2px;
}
.ProjectReleasesHeaderViewLinkSeparator
{
	margin:0px 4px;
}
.ProjectReleasesHeaderViewLinks a
{
	
}
.ProjectReleaseHeaderViewSelectedLink
{
	color:Black !important;
	text-decoration:none !important;
	font-weight:bold;
}
.NoReleaseErrorLabel
{
	display:block;
	margin-top:20px;
	font-style:italic;
	font-size:1em;
}

.IE6 .NoReleaseErrorLabel
{
	margin-bottom:20px;
}

.ProjectReleasesSidebar .ReleaseTypeGroup{
	background-color:#FFF;
	display:none;
	min-height:65px;
	margin-right:14px;
}
.FF .ProjectReleasesSidebar .ReleaseTypeGroup
{
	min-height:35px;
}

.ProjectReleasesSidebar .ReleaseTypeGroupAlternate{
	background-color:#FFF;
}
.ProjectReleasesSidebar a.ReleaseLink
{
	font-weight:normal;
}
.ProjectReleasesSidebar .ReleaseLink.SelectedRelease, .ProjectReleasesSidebar .ReleaseLink.SelectedRelease a{
	font-weight:bold !important;
	text-decoration:none !important;
	color:#000 !important;
	font-size:1.1em !important;
	cursor:text;
}
.ProjectReleasesSidebar .DefaultCellIcon
{
	width: 20px;
	vertical-align: top;
	text-align: center;
	padding: 4px;
}
.ProjectReleasesSidebar .ReleaseCell
{
	vertical-align: top;
	padding: 4px;
}
.ProjectReleasesSidebar .Scrollable{
	height:100%;
	overflow-x:hidden;
}

.Scrollable
{
	width:auto;
	height:auto;
	overflow:auto;
}


/* Release/ProjectReleaseDetails.ascx */
#ProjectRelease .Sidebar .Row
{
	clear:both;
	margin-top:5px;
}

#ProjectRelease .Sidebar .Seperator
{
	margin-top:15px;
	margin-bottom:15px;
}

#ProjectRelease .Sidebar .Row .Label
{
	font-weight:bold;
	float:left;
	width:120px;
	text-align:right;
}

#ProjectRelease .Sidebar .Row .Input
{
	margin-left:129px;
	text-align:left
}

#ProjectRelease .Sidebar .DateTimeText
{
	width:120px;
}

#ProjectRelease .Content .Row
{
	clear:both;
	margin-top:5px;
}

#ProjectRelease .Content .Seperator
{
	margin-top:15px;
	margin-bottom:15px;
}

#ProjectRelease .Content .Row .Label
{
	float:left;
	width:130px;
	text-align:right;
}

#ProjectRelease .Content .Row .Input
{
	margin-left:139px;
	text-align:left;
}

#ProjectRelease .Content .Row .Input .YesNoNotSelected
{
	color: #3E62A6;
	cursor: pointer;
}

#ProjectRelease .Content .DateTimeText
{
	width:130px;
}

/***************************************************************/
/*                                                             */
/* MultiFileUpload Styles */
/*                                                             */
/***************************************************************/
.MultiFileUpload
{
	margin: 0;
}

.MultiFileUpload table
{
}

.MultiFileUpload table tr
{
}

.MultiFileUpload table td
{
	vertical-align: top;
	text-align: left;
	margin-top:-.5em;
	padding-bottom:.5em;
}

.MultiFileUpload table input
{
	width: 95%;
}
.MultiFileUpload table select
{
	margin:.1em;
}

.FF .MultiFileUpload table select
{
	margin-top:0;
	margin-left:-.1em;
}
.MultiFileUpload .FileTypeImage
{
	margin:0;
	margin-top:.5em;
	float:none;	
}

/***************************************************************/
/*                                                             */
/* Styles to be refactored */
/*                                                             */
/***************************************************************/

/***************************************************************/
/* Find a Project Styles */
/***************************************************************/
.FindAProjectSearch
{
	background-image: url('verticallinepiece.gif');
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	padding: .7em .7em .7em .7em;
	margin-bottom: 10px;
}

.FindAProjectDirectory
{
	height: 25px;
	padding: .7em .7em .7em .7em;
	text-align: center;
}

/***************************************************************/
/* ~/Project/ProjectInfoControl.ascx Styles */
/***************************************************************/
div.ProjectInfoControl
{
	margin-bottom: 0px;
	padding: 3px;
}

/***************************************************************/
/* Tagging Styles */
/***************************************************************/
.TagListPanel
{
	margin-top:.25em;
}
.AddTagPanel
{
	margin-top:.75em;
}
.AutoCompletePanel
{
	font-size: 95%;
    border: solid 1px #999;
    background-color: #f0f0f0;
    padding: 2px;
    visibility: hidden;
}

.AutoCompletePanel div.Row
{
    color: #000;
    cursor: pointer;
    background-color: transparent;
    padding: 2px 4px;
}

.AutoCompletePanel div.Selected
{
    color: #fff;
    background-color: #aaa;
}

.FullTagCloud
{
	line-height:2.85em;
	padding: 10px;
	min-height:20px;
}
.IE6 .FullTagCloud
{
	height:1px;
}

.SmallTagList
{
	font-size: small;
	font-weight: normal;
}

.TagCloud-Sidebar
{
	font-size: .99em;
}

.TagCloud-Lowest
{
	font-size: 1.133em;
	font-weight: 100;
}

.TagCloud-Low
{
	font-size: 1.275em;
	font-weight: 300;
}

.TagCloud-Medium
{
	font-size: 1.42em;
	font-weight: 500;
}

.TagCloud-High
{
	font-size: 1.63em;
	font-weight: 700;
}

.TagCloud-Highest
{
	font-size: 2.125em;
	font-weight: 900;
}

#tagDetailContainer
{
	padding: 10px;
}

#tagDetailContainer div.projectsContainer
{
	margin-bottom: 20px;
}

/***************************************************************/
/* User Account Styles */
/***************************************************************/
.LoginPanel
{
	margin-left: 1.2em;
	width: 30em;
}

.LoginLinks
{
	font-size: .8em;
	margin-left: .25em;
}

.LoginTextBox
{
	color: #333;
	border: solid 1px #A5ACB2;
	width: 28em;
}

.RegisterBox
{
	background-color: #ECECEC;
	text-align: center;
	padding: .5em;
}

/***************************************************************/
/* User Profile Styles */
/***************************************************************/

.UserProfile .About
{
    width:19em;
    float:left;
}

.UserProfile .About .Label
{
	width: 7.5em;
	float: left;
	font-weight: bold;
	clear:left;
}

.UserProfile .About .Text
{
    margin-left:8em;
}

.UserProfile .PersonalStatement
{
	margin-left:20em;
	margin-right: 21em;
}

.UserProfile .Projects
{
	float:right;
	width:20em;
}

.UserProfile .TopRow
{
	height: 6.5em;
	overflow:auto;
}

.UserProfile .Activity
{
	clear:both;
}

.Activity .ActHeaderRow
{
	text-align:left;
	padding:.2em .7em .2em .7em;
	vertical-align:top;
}

.Activity .ActGridRow
{
	background-color: #EFF0F3;
	padding:.2em .7em .2em .7em;
	vertical-align:top;
}

.Activity .ActGridAltRow
{
	background-color: #FFF;
	padding:.2em .7em .2em .7em;
	vertical-align:top;
}

.UserProfile .NoItemsMessage
{
	text-align:left;
}

.UserProfile .Label
{
	float:left;
	width:140px;
	text-align:right
}

.UserProfile .Input
{
	margin-left:150px;
	text-align:left
}


/***************************************************************/
/* Update Profile Styles */
/***************************************************************/

.UpdateProfile .About
{
    width:19em;
    float:left;
}

.UpdateProfile .About .Label
{
	width: 7.5em;
	float: left;
	font-weight: bold;
	clear:left;
}

.UpdateProfile .About .Text
{
    margin-left:8em;
}

.UpdateProfile .PersonalStatement
{
	margin-left:20em;
}

.UpdateProfile .Projects
{
	float:right;
	width:20em;
}

.UpdateProfile .TopRow
{
	height: 6.5em;
	overflow:auto;
}

.UpdateProfile .Activity
{
	clear:left;
	margin-right: 21em;
}

.UpdateProfile .NoItemsMessage
{
	text-align:left;
}

.UpdateProfile .ChangeEmail
{
	margin-right:21em;
	clear:left;
}

.UpdateProfile .Label
{
	float:left;
	width:140px;
	text-align:right
}

.UpdateProfile .Input
{
	margin-left:150px;
	text-align:left
}

.UpdateProfile .ChangePassword
{
	margin-right:21em;
	clear:left;
}

/***************************************************************/
/* Legal Styles */
/***************************************************************/
#Legal
{
	margin: 0 2em 1em 2em;
}

#Legal h1, #Legal h2
{
	color: #23231E;
	font-weight: normal;
}

#Legal h1
{
	font-size: 1.8em;
}

#Legal h2
{
	font-size: 1.4em;
	padding-bottom: 0;
	margin-bottom: 0;
}

#Legal p
{
	padding-top: 0;
	margin-top: 0;
}


/***************************************************************/
/* Contact Us Styles */
/***************************************************************/
.ContactUsHeader
{
	background-image: url(underline_dot_green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #6d8d34;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0 15px 5px 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
}

.ContactUsDescriptionTextBox, .ContactUsSubjectTextBox
{
	color: #333;
	border: solid 1px #A5ACB2;
	width: 99%;
	vertical-align: middle;
	padding: 2px;
}

.ContactUsDescriptionTextBox
{
	height: 10em;
}

/***************************************************************/
/* Misc Styles */
/***************************************************************/

.FlashMessage
{
	background-color: #3E62A6;
	color: White;
	font-weight: bold;
	padding: .5em;
	margin-bottom: 1em;
	text-align: center;
	-khtml-border-radius: .5em;
	-moz-border-radius: .5em;
	-o-border-radius: .5em;
	border-radius: .5em;
}

/***************************************************************/
/* New Project Styles */
/***************************************************************/
.NewProjectPanel
{
	width: 37em;
}
.NewProjectLongField, .NewProjectShortField
{
	color: #333;
	border: solid 1px #A5ACB2;
	width: 97%;
	height: 1.2em;
	vertical-align: middle;
	padding: 2px;
}

.NewProjectLongField
{
	height: 10em;
}
/***************************************************************/
/* License History SideBar Styles */
/***************************************************************/

.LicenseHistorySideBar td
{
	padding-bottom: 3px;
}

.ReadOnlyLink
{
	color: #dcdcdc;
}

/***************************************************************/
/* Votebox */
/***************************************************************/

div.votebox
{
	border: solid 1px #BBB;
	text-align: center;
	width:60px;
}

div.votebox .top, div.votebox .topClosed
{
	background-image: url(votebox_bkg.gif);
	background-repeat:repeat-x;
	color:#333;
	height:35px;
}

div.votebox .topClosed
{
	background-image:url(votebox_closed_bkg.gif);
}

div.votebox .count
{
	display:block;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:-5px;
}

div.votebox .bottom
{
	background: #FFF;
	border-top: solid 1px #BBB;
	color: #BBB;
	padding-bottom:1px;
}

.VoteboxFloatLeft
{
	float: left;
	padding-right: 7px;
}

.formfield
{
	width: 130px;
}

/***************************************************************/
/* Work Items Navigation Control Styles */
/***************************************************************/
div#WorkItemNavigation .Links
{	
}

/***************************************************************/
/* Work Items Details Control Styles */
/***************************************************************/

table.workItemDetails
{
	width: 100%;
}

table.workItemDetails td.leftCell
{
	font-weight: bold;
	padding-right: .5em;
	text-align: right;
	vertical-align:top;
	width: 7em;
}

table.workItemDetails td.rightCell, table.workItemDetails td.rightCellEditable
{
	padding-left: .5em;
	text-align: left;
	vertical-align: top;
}

table.workItemDetails td.rightCellEditable
{
	height:2.5em;
}

.workItemDetailsSelect
{
	margin-bottom: 5px;
	width: 95%;
	font-size: 0.95em;
}

.workItemDescriptionTextBox
{
	height:10em;
	width:99%;
}

div.closedWorkItem
{
	background-color: #CCC;
}

div.detailsRoot
{
	position: relative;
}

/***************************************************************/
/* WorkItem List View                                          */
/***************************************************************/
#WorkItemList
{
	
}

/* Top navigation (view items/advanced view/create new item) */

#WorkItemList .TopNav
{
	margin-top: 2px;
}

#WorkItemList .ClearBoth
{
	clear: both;
}

/* Two column layout */

#WorkItemList .TwoColumn .Left
{
}

#WorkItemList .TwoColumn .Right
{
	text-align: right;
	float: right;
}

/* Three column layout */

#WorkItemList .ThreeColumn .Left
{
	float: left;
}

#WorkItemList .ThreeColumn .Right
{
	float: right;
	text-align: right;
}

#WorkItemList .ThreeColumn .Middle
{
	text-align: center;
}

#WorkItemList div.workItemBox
{
	margin: 15px 0 0 0;
	/*clear: both;*/
}

#WorkItemList div.MainContent
{
	margin-top:1em;
}

#WorkItemList div.issueList
{
	margin-right:21em;
}

#WorkItemList div.workItemBox div.workItemVotes
{
	float: left;
	margin-top:5px;
	width:60px;
}

#WorkItemList div.workItemBox div.workItemSummary
{
	margin: 0 2px 2px 65px;
	padding: 2px;
}

#WorkItemList div.workItemBox h1.workItemTitle
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#WorkItemList div.workItemBox p.workItemDescription
{
	margin: 2px 0 2px 0;
	padding: 0;
}

#WorkItemList #pager
{
	text-align: center;
	margin: 20px 0 5px 0;
}

#WorkItemList div.configureView
{
	float:right;
	width:16em;
}


/***************************************************************/
/* WorkItem Advanced View                                      */
/***************************************************************/

.WorkItemAdvancedView
{
	font-size: 90%;
}

.WorkItemAdvancedView img
{
	border: none;
}

.WorkItemAdvancedView .ClearBoth
{
	clear: both;
	height: 0px;
}

.WorkItemAdvancedView select, .WorkItemAdvancedView input
{
	font-size: 95%;
}

/* Update progress notification */

.WorkItemAdvancedView .UpdateProgress
{
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	background-color: Maroon;
	color: White;
	padding: 0.15em 0.75em;
	font-weight: bold;
}

/* Top navigation (view items/advanced view/create new item) */

.WorkItemAdvancedView .TopNav
{
	margin-bottom: 0.75em;
}

/* Criteria box (keyword search/filters) */

.WorkItemAdvancedView .CriteriaBox
{
	background-color: #e6e6e6;
	border: solid 1px #cdcdcd;
	padding: 0.75em;
}

.WorkItemAdvancedView .CriteriaBox .TopLine
{
	margin: 0 0 .5em 0;
	padding: 0;
}

.WorkItemAdvancedView .CriteriaBox .TopLine .GoTo
{
	text-align: right;
}

.WorkItemAdvancedView .CriteriaBox .TopLine .ItemsICreated
{
	text-align: center;
}


.WorkItemAdvancedView .CriteriaBox .SearchBox
{
	width: 7em;
}

.WorkItemAdvancedView .CriteriaBox .Filters .FilterHeader
{
	padding-right: 2em;
	vertical-align: top;
}

.WorkItemAdvancedView .CriteriaBox .Filters .FilterHeader .FilterLink
{
	font-size: 95%;
	margin: 0.5em 0 0 0.5em;
}

.WorkItemAdvancedView .CriteriaBox .Filters .FilterItem
{
	padding-right: 0.25em;
	vertical-align: bottom;
}

.WorkItemAdvancedView .CriteriaBox .Filters .FilterItem .Header
{
	font-size: 95%;
	font-weight: bold;
	padding: 0.1em 0;
	vertical-align: bottom;
}

/* Navigation bar (close/change/item count/page size) */

.WorkItemAdvancedView .NavBar, .WorkItemAdvancedView .GridView
{
	margin-top: 0.75em;
}

.WorkItemAdvancedView .NavBar .Disabled
{
	color: #999;
}

/* Results grid view */

.GridView table
{
	border: solid 1px #cdcdcd;
	border-collapse: collapse;
	width: 100%;
}

.GridView table th
{
	padding: 0.25em 0;
}

.WorkItemAdvancedView .GridView table td
{
	padding: 0.1em 0;
	border-top: solid 1px #cdcdcd;
}

.WorkItemAdvancedView .GridView table tr.Selected
{
	background-color: #ff9;
}

.WorkItemAdvancedView .GridView table .CheckBox { width: 2em; text-align: center; }
.WorkItemAdvancedView .GridView table .Votes { width: 5em; text-align: center; }
.WorkItemAdvancedView .GridView table .ID { width: 6em; text-align: center; }
.WorkItemAdvancedView .GridView table .Title { text-align: left; padding-left: 0.25em; }
.WorkItemAdvancedView .GridView table .Status { width: 5.5em; text-align: center; }
.WorkItemAdvancedView .GridView table .Type { width: 5.5em; text-align: center; }
.WorkItemAdvancedView .GridView table .Severity { width: 6em; text-align: center; }
.WorkItemAdvancedView .GridView table .UpdateDate { width: 14em; text-align: center; }

.PatchList .GridView table th
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.PatchList .GridView table td
{
	padding: 0.2em 0.5em 0.4em 0.5em;
	vertical-align: top;
}

.PatchList .GridView table .Status { width: 7em; text-align: center; }
.PatchList .GridView table .ID { width: 5.5em; text-align: center; }
.PatchList .GridView table .UploadedDate { width: 6.5em; text-align: center; }
.PatchList .GridView table .UploadedBy { width: 7.5em; text-align: center; }
.PatchList .GridView table .Description { text-align: left; }
.PatchList .GridView table .WorkItems { width: 7.5em; text-align: center; }
.PatchList .GridView table .Action { width: 9em; text-align: left; }

.NoPatchesError
{
	font-style: italic;
	font-size: 1.2em;
	height: 125px;
}

/* Two column layout */

.WorkItemAdvancedView .TwoColumn .Left
{
}

.WorkItemAdvancedView .TwoColumn .Right
{
	text-align: right;
	float: right;
}

/* Three column layout */

.WorkItemAdvancedView .ThreeColumn .Left
{
	float: left;
}

.WorkItemAdvancedView .ThreeColumn .Right
{
	float: right;
	text-align: right;
}

.WorkItemAdvancedView .ThreeColumn .Middle
{
	text-align: center;
}

.WorkItemAdvancedView .SubHead
{
	color: #6d8d34;
	font-size: 1.5em;
}

/***************************************************************/
/* WorkItem Component Manager                                  */
/***************************************************************/
div#ManageComponentsContainer
{
	width: 100%;
}

div#ManageComponentsContainer div.cellDiv
{
	float: left;
}

div#ManageComponentsContainer div.clearDiv
{
	clear: both;
}

div#ManageComponentsContainer div#componentList, div#componentAdd
{
	border: solid 1px #bbb;
	width: 300px;
	margin: 10px;
}

div#ManageComponentsContainer div.cellDiv div.header
{
	background-color: #dedede;
	font-weight: bold;
	padding: 10px 10px;
}

div#ManageComponentsContainer div.cellDiv div.content
{
	padding: 0px 7px;
}

div#ManageComponentsContainer div.componentListItem
{
	padding: 5px 2px;
}


/***************************************************************/
/* Admin													   */
/***************************************************************/
div#admin .TwoColumn
{
	
}

div#admin .TwoColumn .Left
{
	float:left;
	font-weight:bold;
	width:8em;
}

div#admin .TwoColumn .Right
{
	margin-left: 9em;
	text-align:left;
	white-space:normal;
}

div#admin .TwoColumn .Clear
{
	clear:both;
	height:0;
}

div#admin .Row, div#admin .AltRow
{
	padding:.5em;
}

div#admin .AltRow
{
	background-color:#EEE;
}

/***************************************************************/
/* Project Countdown										   */
/***************************************************************/
div#publishCountdown
{
	background-color:#E3E3E3;
	border:solid 1px #BBB;
	margin: 0 20px 5px 0;
	padding:.5em;
}
div#publishCountdown .removalWarning
{
	color:#F00;
	font-size: 1.1em;
	font-style: italic;
	font-weight:bold;
}
div#publishCountdown .daysMessage
{
	color: #6d8d34;
	font-size: 1.6em;
	font-weight: bold;
}
div#publishCountdown .delete
{
	xfont-size:.8em;
	margin-left:15px;
}
div#publishCountdown .publish
{
	margin-left:15px;
}
div#publishCountdown .top
{
	margin-bottom:5px;
}
div#publishCountdown .warning
{
	font-size:.9em;
}

/***************************************************************/
/* Project Creation
/***************************************************************/
.ProjectCreationContent
{
	border-style: solid;
	border-width: 1px; 
	border-color: #B8C1CA;
}

.ProjectCreationSubtext
{
	color:#777;
	font-size:.8em;
}

.ProjectCreationPosition
{
	margin-top:15px;
	text-align: left;
	width:650px;
}

.ProjectCreationPanelPadding
{
	padding: .2em 1.0em .5em 1.0em;
}

.ProjectCreationFooterPadding
{
	padding: 0em 1.0em .5em 1.0em;
}

.ProjectCreationTextBox
{
	width:99%;
}

.ProjectCreationUnorderedList
{
	margin-bottom:0px;
	margin-top:0px;
}

/***************************************************************/
/* Edit Project styles										   */
/***************************************************************/
#EditProject
{
}

#EditProject div.EditItem
{
	clear:both;
	padding: .5em 0;
}

#EditProject div.Content
{
	margin-left:5.2em;
}

#EditProject div.Header
{
	float:left;
	text-align:right;
	width:4.2em;
	margin-top:.2em;
	line-height:1.2em;
}

#EditProject div.HeaderPadding
{
	float:none;
}

#EditProject .EditProjectPadding
{
	padding: 7px 0;
}

#EditProject .SubHeadingInlineLabel
{
	position:relative;
	top:-2px;
}

#EditProject .LogoPreview
{
	margin-top:6px;
}

#EditProject #ProjectSiteFeatures
{
}

#EditProject #ProjectSiteFeatures .LeftColumn
{
	float: left;
	margin-right: 20px;
}

#EditProject #ProjectSiteFeatures .FillColumn
{
	float: left;
}

#EditProject .UploadLogoButton
{
	margin-left:.22em;
	height:1.7em;
	width:6em;
}

#EditProject .AddRelatedProjectButton
{
	height:1.7em;
	width:7em;
}

#EditProject #ProjectSiteFeatures .Clear
{
	clear: both;
}
#EditProject .Buttons input
{
	width:5.5em;
	height:1.8em;
}
#EditProject .SubHeadingInline
{
	display:block;
	margin-bottom:.4em;
}

/* Firefox is soooo much fun */
.FF #EditProject .UploadLogoButton
{
	margin-left:0;
	padding-bottom:1.3em;
	height:1.7em;
	position:relative;
	left:-13.4em;
	top:.1em;
}

.FF #EditProject .AddRelatedProjectButton, .FF #EditProject .Buttons input
{
	padding-bottom:1.3em;
}

#EditProject .TitleLogoRadioButtonList label
{
	margin-right:10px;
}

#EditProject #ProjectSiteFeatures #ThreadsContainer .Summary,
#EditProject #ProjectSiteFeatures #ThreadsContainer .Edit
{
	margin-right: 3px;
	padding: 0 20px 5px 0;
}

#EditProject #ProjectSiteFeatures #ThreadsContainer .Summary
{
	border: none;
}

#EditProject #ProjectSiteFeatures #ThreadsContainer .Edit
{
	background-color: #ff9;
	border: solid 1px #aaa;
}

.ManageCoordinatorTag
{
}

.ManageCoordinatorTag td.TagName, .SpecializedThreadTags td.TagName
{
    padding: .1em 1em .1em .1em;
}

.ManageCoordinatorTag td.TagName .Padding, .SpecializedThreadTags td.TagName .Padding
{
    padding: 4px 0;
}

.ManageCoordinatorTag td.TagOperations
{
    font-size: 85%;
    white-space: nowrap;
    padding-right: .4em;
}

.SpecializedThreadTags td.TagLabel
{
	padding-right: .4em;
	color:#666;
	font-size:.8em;
}

/***************************************************************/
/* Threads                                                     */
/***************************************************************/
div.Threads
{
}

div.Threads .Title
{

}

div.Threads .PrivateDiscussion
{
	font-style:italic;
	color:Gray;
}

div.Threads .ThreadTags
{
	color:Gray;
	padding-right:20px;
}

div.Threads div.Jumps
{
	font-size:.9em;
	margin-top:10px;
	margin-bottom:2px;
	padding:1px;
}

div.Threads div.Posts
{
	border:solid #BBB 1px;
}

div.Threads div.Posts .PostSeparator
{
	border:solid #BBB 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	color:#BBB;
}

div.Threads div.Posts .Post
{
	background-color: #FFF;
}

div.Threads div.Posts .AltPost
{
	background-color: #EFF0F3;
}

div.Threads div.Posts .EditPost
{
	background-color:#FFA;
}

div.Threads div.Posts .Body
{
	padding:7px 5px 7px 5px;
	margin-right: 10em;
}

div.Threads div.Posts .Details
{
	padding:7px 5px 7px 5px;
	white-space: nowrap;
}

div.Threads div.Posts .Options
{
	float:right;
	font-size:.8em;
	width:11em;
	padding:7px 5px 7px 5px;
}

div.Threads div.Posts .Details .UserName
{
	font-size:1.1em;
}

div.Threads div.Posts .Details .UserRole
{
	font-size:0.8em;
}

div.Threads div.LoginPost
{
	background-color:#DDD;
	border:solid #BBB 1px;
	padding-left:1.5em;
	padding-top:.8em;
	padding-bottom:.8em;
}

div.Threads div.Views
{
	margin-bottom:10px;
}

.EditPreviewPost 
{
	margin-bottom:4px;
}

.EditPreviewPost .EditTextBox
{
}

.EditPreviewPost .FormattingGuide
{
	width: 15em;
	vertical-align: top;
	padding-left: 8px;
	font-size:0.8em;
}
	
.EditPreviewPost .EditInfo
{
    text-align: right;
}

.EditPreviewPost .EditCommands
{
    text-align: left;
}

.EditPreviewPost .PreviewArea
{
	min-height: 15.3em;
	/*min-height: 204px;*/
}

.EditPreviewPost .TabPanel
{
	border:solid 1px #B8C1CA;
    border-top: none;
    padding:.5em;
    margin:0;
}

.EditPreviewPost .MarkupGuide 
{
    float: right;
    text-align: left;
    width: 14em;
}

.ThreadBasicList
{
}

.ThreadBasicList .ThreadContainer
{
    padding: 10px 0;
}

.ThreadBasicList .ThreadCountInfo
{
    float: right;
    color: #666666;
    font-size: .9em;
    padding-right:7px;
}

.ThreadBasicList .ThreadTitle
{
    font-size: 1.2em;
    font-weight: bold;
}

.ThreadBasicList .PostPreview
{
    height: 1.25em;
    text-overflow: ellipsis; /* sketchy on Firefox and probably IE6 */
    overflow: hidden;
}

.ThreadBasicList .SmallList
{
	color: #696969;
	font-size: .8em;
	margin-right: 1em;
}

.ThreadBasicList .PrivateLabel
{
	color: #696969;
	font-size: .8em;
}

/*Source Control Browsing*/
.SourceControlBrowse .DirectoryItemHeader
{
    font-weight:bold;
    background-color:#dddddd;
    padding-right:15px;
}

 .SourceControlBrowse .DirectoryItem
{
    padding-top:10px;
    padding-right:15px;
} 
  
.SourceControlBrowse .BreadCrumb
{
    color: #6d8d34;
    font-weight:bold;
    font-size:1.5em;
    padding-right:15px;
}
 
.SourceControlBrowse .Code
{
	font-size:1em;
	font-family:Consolas, Courier New;
	white-space:nowrap;
} 

div#ConfigureView
{
	float:right;
	font-size:.9em;
	width:19em;
}

div#ConfigureView .Content
{
	padding: .75em;
}

div#ConfigureView .Left
{
    margin-right:11em;
    text-align:left;
}

div#ConfigureView .Right
{
    float:right;
    text-align:left;
    width:12em;
}

div#ConfigureView .Clear
{
    clear:both;
    margin-bottom:1.5em;
}

div#ConfigureView .Filter
{
	vertical-align:middle;
    width:100%;
}

div#ConfigureView .Sort
{
	vertical-align:middle;
	width:100%;
}

div#ConfigureView .Search
{
	margin-right:.75em;
	vertical-align:middle;
	width:7em;
}

div#ConfigureView a.selected
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

/***************************************************************/
/* Upload Patch
/***************************************************************/
#UploadPatch .RelatedWorkItemsHeaderLabel
{
	display:inline-block;
	height:.6em;
	padding-top:.9em;
}
.IE6 #UploadPatch .RelatedWorkItemsHeaderLabel
{
	position:relative;
	top:.4em;
}

#UploadPatch .Description
{
	margin-bottom:-1em;
}

.IE6 #UploadPatch .Description
{
	margin-bottom:0;
}

#UploadPatch .RelatedWorkItemsNumberLabel
{
	display:inline-block;
	height:1.3em;
	margin-top:-1.2em;
}
#UploadPatch .RelatedWorkItemsInputContainer
{
}
#UploadPatch .RelatedWorkItem
{
}
#UploadPatch .RelatedWorkItemLabel
{
}
#UploadPatch .RelatedWorkItemRemoveLink
{
	margin-left:.5em;
}
#UploadPatch .RelatedWorkItemLineBreak
{
}
#UploadPatch .RelatedWorkItemPadding
{
	padding-left: 1.3em; 
	padding-top: .8em;
	padding-bottom: .8em;
}
#UploadPatch .RelatedWorkItemErrors
{
}
#UploadPatch .SaveCancel
{
	margin-top:1em;
}

/***************************************************************/
/* Contact User
/***************************************************************/
#contactUserContent
{
	text-align: left;
	width:auto;
	margin-right: auto;
	padding: .2em 1.0em .5em 1.0em
}

.ContactUserTextBox
{
	color: #333;
	border: solid 1px #A5ACB2;
	width: 17.5em;
	height: 1.4em;
}

.ContactUserMessageTextBox
{
	height: 10em;
}

.ContactUserLabel
{
	font-weight: bold;
	padding: .25em;
	padding-right:1em;
	text-align: right;
	width: 5.6em;
}

.ContactUserField
{
	text-align: left;
	width: 18.5em !important;
	white-space:nowrap;
}

.ContactUserFieldInfo
{
	color: Gray;
	font-size:.85em;
	padding-top:.5em;
}

.RssFeedsLabel
{
	color:#3E62A6;
	cursor:pointer;
}

.RssFeedsLabel:hover
{
	color: #CE8B10
}

.RssImage
{
	margin-right:4px;
	text-align:left;
}

.RssFeedsPanel
{
	background-color:#FFF;
	border:solid #BBB 1px;
	cursor:pointer;
	padding:0 8px 4px 0;
	text-align:left;
	z-index:999999;
}

.YesNoSelected
{
    text-decoration: none;
    cursor:default;
    font-weight:bold;
}

a.YesNoSelected:hover
{
    color:black;
}

.YesNoNotSelected
{
    cursor:pointer;
}

/* Styles for LicenseEditorControl.ascx */

.LicenseEditHeader
{
    background-color: #eee;
    padding: 0.5em 1em;
    font-size: 85%;
}

.LicenseEditHeader td
{
    padding: 0.25em 0.5em 0.25em 0;
}

.LicenseEditHeader td td
{
    padding: 0.1em 0.75em 0.1em 0;
}

.LicenseEditorBody
{
	padding: 1em;
}

