/***************************************************************/
/* CodePlex Site-Wide Styles */
/***************************************************************/

.ClearBoth
{
	clear:both;
}

.ClearLeft
{
	clear:left;
}
.ClearRight
{
	clear:right;
}

.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;
}

.CodePlexGreen
{
	color: #6d8d34;
}

.CodePlexHeader
{
	font-size: 2em;
	font-weight: bold;
}

.CheckBoxLabel
{
	width: 10em;
	text-align: left;
	font-size: .9em;
}

.CodePlexPageHeader, CodePlexPageHeaderUnderline
{
	color: #6d8d34;
	font-size: 1.6em;
	font-weight: bold;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.CodePlexPageHeaderUnderline
{
	background-image: url(underlin.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.CodePlexHeaderUnderline
{
	background-image: url(underlin.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-family:Arial, Verdana;
	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(cautions.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;
}

#ChangeSets th
{
	text-align: center;
	border: 0;
	background-color: #dddddd;
}

#ChangeSets td
{
	border: none;
	text-align: center;
}

.ChangeSetGridCellLeft
{
	text-align: left;
}

.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
{
	border: solid 1px #BBB;
}

.GridCell
{
	text-align: center;
}

.GridCellIcon
{
	border: none;
	text-align: center;
	width: 35px;
}

.GridCellLeft
{
	text-align: left;
}

.GridRow, .GridAltRow
{
	border: solid 1px #BBB;
	padding: 1px 0 1px 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
{
	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;
}

.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;
}

.UpdateProgress
{
	background-color: Maroon;
	color: White;
	font-weight: bold;
	min-width:12em;
	padding:0 0.15em 0 0.75em;
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
}

.Disabled
{
	color: #777;
	cursor:text;
}

.TabStrip {
	background-image: url('bkgd_tab.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;
}

/***************************************************************/
/* CodePlex Header Styles */
/***************************************************************/

.NavigationStripDiv{
	float:right;
	height:19px;
	white-space: nowrap;
	overflow:hidden;
	background-image: url('banner_t.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
{
	background-color: White;
	border: solid 1px #333;
	padding-bottom:.5em;
}

.ClosePanel .Title,
.ChangePanel .Title
{
	background-color: #e6e6e6;
	border-bottom: solid 1px #333;
	font-weight: bold;
	padding: 0.25em 0.5em;
}

.ClosePanel .Body,
.ChangePanel .Body
{
	padding: 0.5em;
}

.ClosePanel .Buttons,
.ChangePanel .Buttons,
.ChangePanel .Footer
{
	text-align: right;
	margin-top: 0.25em;
	margin-right: .5em
}

/***************************************************************/
/* Close popup panel */
/***************************************************************/

.ClosePanel
{
	width: 30em;
}

.ClosePanel .Body .CommentBox
{
	font-family: Arial, Verdana;
	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;
}

/***************************************************************/
/* 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('nestedMe.gif');
	background-position: right 0px;
	background-repeat: no-repeat;
}

ul.ContextMenu li.Nested:hover
{
	background-image: url('nestedMe.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: inherit;
}

/***************************************************************/
/* CodePlex Panel Styles */
/***************************************************************/
.CodePlexPanel, .RegisterBox
{
	border: #BBB 1px solid;
	margin-bottom: 10px;
}

/* Common Header/Footer Styles */
.CodePlexPanelHeaderGray, .CodePlexPanelHeaderGreen, .CodePlexPanelFooterGray, .CodePlexPanelFooterGreen
{
	color:#FFFFFF;
	font-family: arial,verdana;
	height: auto;
	padding: .2em .7em .2em .7em;
}

/* Common Header Styles */
.CodePlexPanelHeaderGray, .CodePlexPanelHeaderGreen
{
	background-repeat: repeat-x;
	font-weight: bold;
}

.CodePlexPanelHeaderSmall
{
	font-size: smaller;
}

.CodePlexPanelHeaderGreen
{
	background-image: url( 'projectb.gif' );
}

.CodePlexPanelHeaderGray
{
	background-image: url( 'sidebarh.gif' );
}

.CodePlexPanelSidebarContent
{
	font-size: .9em;
}

/* Common Footer Styles */
.CodePlexPanelFooterGray, .CodePlexPanelFooterGreen
{
	border-top: solid #FFF 1px;
	font-size: .9em;
	height: 17px;
	vertical-align: middle;
}

.CodePlexPanelFooterGray
{
	background-color: #ECECEC;
}

.CodePlexPanelFooterGreen
{
	background-color:#CCCCCC;
}

.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_.gif);
	background-repeat: repeat-x;
	color: #333;
	height: 3.5em;
}

.InfoBox .Top .Title
{
	font-size: .7em;
}

.InfoBox .Top .Date,
.InfoBox .Top .Count
{
	font-size: 1.2em;
	font-weight: bolder;
	padding: .1em 0 0 0;
}

.InfoBox .Top .Time,
.InfoBox .Top .Caption
{
	font-size: .8em;
}

.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
{
	height: 4.5em;
}

/***************************************************************/
/*                                                             */
/* 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:60px;
}

.ItemContainer .Content .TitleBar .TitleContent
{
	margin-left:65px;
	vertical-align:middle
}

.ItemContainer .Content .TitleBar .TitleContent .Title
{
}

.ItemContainer .Content .TitleBar .TitleContent #LinkBar
{
}

.ItemContainer .Content .DescriptionAndFileUpload
{
}

.ItemContainer .Content .DescriptionAndFileUpload .Description
{
}

.ItemContainer .Content .DescriptionAndFileUpload .FileUpload
{
}

.ItemContainer .Content .DescriptionAndFileUpload .FileUpload ul
{
	margin-bottom:0;
	margin-top:0;
}

.ItemContainer .Content .SaveCancel
{
	margin-top: 1em;
}

.ItemContainer .Content .HiddenButtons
{
	display:none;
}


/***************************************************************/
/*                                                             */
/* Specialization of Common Item View/Edit/Create Page Styles */
/*                                                             */
/***************************************************************/

/***************************************************************/
/* Release/ProjectReleases.aspx */
/***************************************************************/
#ProjectRelease .FileUpload ul,
{
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

/* Release/ReleaseWorkItems.ascx */
#ProjectRelease .ErrorDiv
{
	height: 10em;
	padding: 1em 0;
}

#ProjectRelease #ReleaseWorkItems .WorkItemSectionHeader
{
	border-bottom: solid 1px #aaa;
	color: #000;
	margin-bottom: .4em;
	margin-top: 1em;
	padding-bottom: .2em;
}

#ProjectRelease #ReleaseWorkItems .WorkItemListHeader
{
	color: #999;
}

#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;
}

/* 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
{
	text-align:center;
	position:relative;
	top:25px;
	left:30px;
	font-style:italic;
	font-size:1em;
}
.ProjectReleasesSidebar ul{
	list-style-type:none;
	list-style-image:none;
	min-height:65px;
	margin:0;
	margin-right:14px;
	padding:0;
}
.ProjectReleasesSidebar ul li{
	margin:0;
	padding:4px;
}
.ProjectReleasesSidebar .ReleaseTypeGroup{
	background-color:#FFF;
	display:none;
}
.ProjectReleasesSidebar .ReleaseTypeGroupAlternate{
	background-color:#FFF;
}
.ProjectReleasesSidebar a.ReleaseLink
{
	font-weight:normal;
}
.ProjectReleasesSidebar .ReleaseLink.DefaultRelease{
	background-image:url('DynamicT.txt');
	background-repeat:no-repeat;
	background-position:9px 3px;
}
.ProjectReleasesSidebar .ReleaseLink.SelectedRelease{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:1.1em;
}
.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;
}


/***************************************************************/
/*                                                             */
/* MultiFileUpload Styles */
/*                                                             */
/***************************************************************/
.MultiFileUpload
{
	margin: .5em 0;
}

.MultiFileUpload table
{
}

.MultiFileUpload table tr
{
	margin: .5em 0;
}

.MultiFileUpload table td
{
	vertical-align: top;
	text-align: left;
}

.MultiFileUpload table input
{
	width: 95%;
}

/***************************************************************/
/*                                                             */
/* Styles to be refactored */
/*                                                             */
/***************************************************************/

/***************************************************************/
/* Find a Project Styles */
/***************************************************************/
.FindAProjectSearch
{
	background-image: url('vertical.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 */
/***************************************************************/
.AutoCompletePanel
{
	font-size: 95%;
    border: solid 1px #999;
    background-color: #f0f0f0;
    padding: 2px;
    visibility: hidden;
}

.AutoCompletePanel div.Row
{
    color: #000;
    cursor: inherit;
    background-color: transparent;
    padding: 2px 4px;
}

.AutoCompletePanel div.Row:hover
{
	color: #fff;
	cursor: hand;
	background-color: #999;
}

.AutoCompletePanel div.Selected
{
    color: #fff;
    background-color: #aaa;
}

.FullTagCloud
{
	line-height:2.85em;
	padding: 10px;
}

.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:220px;
    float:left;
}

.UserProfile .About .Label
{
	width: 85px;
	float: left;
	font-weight: bold;
}

.UserProfile .About .Text
{
    margin-left:95px;
}

.UserProfile .PersonalStatement
{
	margin-left:240px;
}

.UserProfile .Projects
{
	float:right;
	width:250px;
	clear:both;
}

.UserProfile .Activity
{
	margin-right:270px;
	clear:left;
}

.UserProfile .Activity .ActHeaderRow
{
	text-align:left;
	padding:.2em .7em .2em .7em;
}

.UserProfile .Activity .ActGridRow
{
	background-color: #EFF0F3;
	padding:.2em .7em .2em .7em;
}

.UserProfile .Activity .ActGridAltRow
{
	background-color: #FFF;
	padding:.2em .7em .2em .7em;
}

.UserProfile .ChangeEmail
{
	margin-right:270px;
	clear:left;
}

.UserProfile .Label
{
	float:left;
	width:140px;
	text-align:right
}

.UserProfile .Input
{
	margin-left:150px;
	text-align:left
}

.UserProfile .ChangePassword
{
	margin-right:270px;
	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(underlin.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%;
	height: 1.2em;
	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_.gif);
	background-repeat:repeat-x;
	color:#333;
	height:35px;
}

div.votebox .topClosed
{
	background-image:url(votebox_.gif);
}

div.votebox .count
{
	display:block;
	font-size: 1.5em;
	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
{
	font-family:Arial;
	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-family: Arial, Sans-Serif;
	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 1em 0;
	padding: 0;
}

.WorkItemAdvancedView .CriteriaBox .TopLine .GoTo
{
	text-align: right;
}

.WorkItemAdvancedView .CriteriaBox .TopLine .ItemsICreated
{
	text-align: center;
}

.WorkItemAdvancedView .CriteriaBox .TopLine .Search
{
}

.WorkItemAdvancedView .CriteriaBox .Search .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: top;
}

.WorkItemAdvancedView .CriteriaBox .Filters .FilterItem .Header
{
	font-size: 95%;
	font-weight: bold;
	padding: 0.1em 0;
}

/* Navigation bar (close/change/item count/page size) */

.WorkItemAdvancedView .NavBar, .WorkItemAdvancedView .GridView
{
	margin-top: 0.75em;
}

.WorkItemAdvancedView .NavBar .Disabled
{
	color: #999;
}

/* Results grid view */

.WorkItemAdvancedView .GridView table
{
	border: solid 1px #cdcdcd;
	border-collapse: collapse;
	width: 100%;
}

.WorkItemAdvancedView .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; }

/* 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;
}

/***************************************************************/
/* 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
{
	font-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;
	margin-bottom:6px;
}

#EditProject div.Content
{
	margin-left:5em;
}

#EditProject div.Header
{
	float:left;
	width:4em;
}

#EditProject .EditProjectPadding
{
	padding: 7px 0;
}

#EditProject #ProjectSiteFeatures
{
}

#EditProject #ProjectSiteFeatures .LeftColumn
{
	float: left;
	margin-right: 20px;
}

#EditProject #ProjectSiteFeatures .FillColumn
{
	float: left;
}

#EditProject #ProjectSiteFeatures .Clear
{
	clear: both;
}

#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
{
    padding: .1em 1em .1em .1em;
}

.ManageCoordinatorTag td.TagName .Padding
{
    padding: 4px 0;
}

.ManageCoordinatorTag td.TagOperations
{
    font-size: 85%;
    white-space: nowrap;
    padding-right: .4em;
}

/***************************************************************/
/* Threads                                                     */
/***************************************************************/
div.Threads
{
}

div.Threads .Title
{

}

div.Threads .PrivateDiscussion
{
	font-style:italic;
	color:Gray;
}

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;
}

/*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;
}

/***************************************************************/
/* 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: 600px;
	height: 1.2em;
	vertical-align: middle;
	padding: 2px;
	margin-left:45px;
}

.ContactUserMessageTextBox
{
	height: 10em;
}

.ContactUserLabel
{
	font-weight: bold;
	float:left;
	width:25px;
}

.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;
}

.YesNoSelected
{
    text-decoration: none;
    cursor:default;
    font-weight:bold;
}

a.YesNoSelected:hover
{
    color:black;
}

.YesNoNotSelected
{
    cursor:pointer;
}
