html, form, form.table 
{
	height: 100%;
	width: 100%;
}

body 
{
	height: 100%;
	width: 100%;
	background-color: White;
	font-style: normal;
	font-size: small;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	margin: 0;
}

img
{
	border: 0;
}

#pageHeaderContent
{
	padding-left:18px;
	padding-top:18px;
}

#pageHeaderContentProject
{
	padding-left:5px;
	padding-top:5px;
	height:55px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	background-image:url(bg.gif)
}

#leftColumn
{
	background-image: url('bkgd_lef.gif');
	background-repeat: repeat-y;		
	width: 28px				
}

#rightColumn
{
	background-image: url('bkgd_rig.gif');
	background-repeat: repeat-y;	
	width: 28px			
}



ul
{
	list-style-image: url('doublear.gif');
}

li
{
    margin-bottom: .3em;
    margin-top: .3em;
}

/*
 * Form Fields
 */

.FieldLabel
{	
	font-weight: bold;
	padding-right: 10px;
}

.MediumTextBox
{
    width: 300px;
}

/*
 * Header
 */

table#bannerTable 
{
	width: 100%;
}

td#expandableCell
{
	width: 100%;
	background-image: url('banner_t.gif');
	background-repeat: repeat-x;
}

td#expandableCellProject
{
	width: 100%;
	background-image: url('banner_t.gif');
	background-repeat: repeat-x;
}

#signIn
{
	background-color: #70B226;
	color: white;
	padding-right: 8px;
	text-align: right;
}

span#SearchText 
{
	color: #E6FFC8;
	font-size:1.1em;
	font-weight: bold;
}

.SmallSearchBoxTextBox
{
	color: #333;
	border: solid 1px #A5ACB2;
	width: 100px;
	height: 18px;	
	vertical-align: middle;
	margin-right: 5px; 
}

.SearchBoxTextBox
{
	color: #333;
	border: solid 1px #A5ACB2;
	width: 165px;
	height: 18px;	
	vertical-align: middle;
	margin-right: 5px; 
}

.TableLayout
{
	width: 100%;
	padding: 0; 
	margin: 0; 
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
}

table#RightSideTable
{
	width: 238px;
	border: 0; 
	vertical-align: top;
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 5px; 
	margin-left: 5px; 
}

.TaskList
{
	vertical-align: middle;
}

li#TaskList
{
	list-style-image: url('doublear.gif');
	font-size: .9em;
}

.ProjectAltItem
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EFF0F3;
}

.ProjectItem
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}

.ProjectIconCell
{
	padding-top: 3px;
	vertical-align: top;
	width: 19px;
}

.ProjectContentCell
{
	vertical-align: top;
}

.SearchTable
{
	width: 65%;
	vertical-align: top;
	padding: 7px; 
	font-size: 1.1em;
}

.MostPopularCell
{
	vertical-align: top;
	padding: 7px; 
}

.MostPopularCell li 
{
	list-style-image: url('project_.gif');
	vertical-align: middle;
}

/*
 * Text
 * H1, H2, H3..etc used as classes instead of elements to support ASP .NET 2.0 skinning 
 */

.Paragraph
{
    display: block;
    font-size: .9em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.ParagraphText
{
    display: block;
    font-size: .9em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.NonBlockParagraph
{
    display: inline;
    font-size: .9em;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.H1
{
   font-size: 2.0em;
   font-weight: bold;
   margin-left: 5px;
   color: #679125;
}

.H2
{
    font-size: 1.6em;
    color: #73736E;
    display:block;
}

.H3
{
	font-weight: bold;
	font-size: 1.2em;
    padding-left: 10px;
    display: block;
    color: Black; 
}

.H4
{
	font-size: 1.1em;
    font-weight: bold;
    display: inline;
    color: Black; 
}

.PlainText
{
    margin:0;
    padding:0;
}

/*
 *    Links
 */

A.Link:link
{
	font-size: .9em;
	color: #3E62A6;
	text-decoration: underline
}

A.Link:visited
{
	font-size: .9em;
	color: #3E62A6;
	text-decoration: underline
}

A.Link:hover
{
	font-size: .9em;
	color: #CE8B10;
	text-decoration: underline
}

A.Link:active 
{
	font-size: .9em;
    color: #3E62A6;
    text-decoration: underline
}

/*
 * Buttons
 */

.smallSearchButton
{  
	vertical-align: middle;
}

.Button 
{
	margin-right: 5px;
}

.SubmitButton
{
	background-color: #d3d3d3;
	border-color: Gray;
	margin-left: .2em;
	margin-right: .2em;
}

/* -------------------------------------------------------------------------------------- */

.PopularProjectList
{
	line-height: 1.4em;
}

/* Site Introduction Styles */

#siteIntro
{
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 18px;
}

.WelcomeImage
{
	padding-left: 5px;
	padding-bottom: 2px; 
}

/*
 * Footer
 */


#footer
{
	font-size: .8em;

	padding-top: 5px;
/*	background-color:#E4D8BA;	*/
	background-image:url(footer00.gif);
	color:#ffffff;
	 
	width: 100%;
	height: 20px;
	clear: right;
}

#footer a:link, #footer a:visited, #footer a:hover
{
	padding-left: 10px;
}

#footer #leftContent
{
	text-align: left;
	padding-left: 5px;

	width: 50em;
	float: left;
}

#footer #rightContent
{
	text-align: right;
	padding-right: 5px;

	width: 200px;
	float: right;
}


/* Latest Releases Styles */
.sidebarPanel
{
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	
    width : 100%;
	margin-bottom: 18px;
		
	background-image: url('tbl_hdr_.gif');
	background-repeat: repeat-x;
}

.sidebarPanel th
{
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#leftSidebar
{
	margin-left: 15px;
	width: 210px;
}

#CenterContent
{
	margin: 0 15px 0 15px;
}

.rightSidebar,
.rightSidebarNoPadding
{
	width: 210px;
}

.rightSidebar
{
	margin-right: 15px;
}

.sidebarContentCell
{
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 3px;
}

.sidebarItem
{
	font-weight: normal;
	background-color: #FFF;
	padding-bottom: 3px;
}

.sidebarAltItem
{
	font-weight: normal;
	background-color: #EFF0F3;
	padding-bottom: 3px;
}

.sidebarIconCell
{
	width:  35px;
	vertical-align: middle;
	text-align: center;
}

/* Search Main Page */
#search
{
	width: 100%;

	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	
	margin-bottom: 18px;
		
	background-image: url('projectb.gif');
	background-repeat: repeat-x;
}

#search th
{
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-bottom: 5px;
}

#searchCell
{
	width: 60%;
	vertical-align: top;
	padding: 7px; 
}

#searchText
{
	font-size: 90%;
	padding-bottom: 7px;
}

#searchFooter
{
	width: 100%;
	font-size: .9em;
	background-color:#DAF1B2;
	height:22px;
}

/* Featured Projects Main Page */
#featuredProjects
{
	width: 100%;

	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
		
	background-image: url('topcodeb.gif');
	background-repeat: repeat-x;
}

#featuredProjects th
{
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-bottom: 5px;
}

.FeaturedSectionCell
{
	width: 50%;
	vertical-align: top;
	padding-top: 10px; 
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}

.FeaturedTable
{
	width: 100%;
	border: 0;
	padding-top: 10px; 
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}

#FeaturedTable td
{
	padding-top: 5px; 
}

#contentTable
{
	width: 100%;
}

/* Search Results Page Related Styles */
.disabledLink:link    { color: Gray }   
.disabledLink:visited { color: Gray }  
.disabledLink:hover   { color: Gray; text-decoration: none; } 
.disabledLink:active  { color: Gray }

#resultsTable
{
	border: 0; 
	margin-bottom: 25px;
}

#searchResultsMatchesText
{
	font-size: 1.1em;
	font-weight: bold; 
}

#searchResultsTitle
{
	font-size: 1.6em;
	font-weight: bold; 
}

.searchResultsIconCell
{
	padding-top: 12px;
	padding-left: 5px;
	vertical-align: top;
	text-align: center;
	width: 30px;
}

.searchResultsProjectLink
{
	font-size: 1.1em;
}

.searchResultsCurrentPage
{
	font-weight: bold;
}

.searchResultsContentCell
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.searchQueryText
{
	font-style: italic;
}

/*
 * Help Elements
 */

.HelpImage 
{
	vertical-align: middle;
}

.HelpDiv
{
	border: solid 1px #000;
	background-color: #ADC681;
	padding: 5px 5px 0 5px;
	width: 300px;
	position: absolute;
	display: none;
}

/*
 * Side Panel
 */ 

.SideBarHeader
{
    width: 125px;
    font: bold .9em arial,verdana;
    color: #000;
    border-left: solid 3px #CC9900;
    border-right: solid 1px #C5CCD4;
    background-image: url('sidebarh.gif');
    background-repeat: repeat-x;
    padding: 2px 2px 2px 2px;
}

.SideBarContainer 
{
    width: 227px;
    margin: 0 0 10px 0px;
    border: solid 1px #C5CCD4;
}


/*
 * Progress Indicator Div
 */
.UploadProgressDiv
{
	float: right;
	display: none;
}

.processingImage
{
	float: right;
}

/*
 * Text
 */ 

.content 
{
	margin: 10px 0 10px 0;
	display: block;
}

.ConfirmationMessages 
{
    color: Blue;
    margin-left: auto;
    margin-right: auto;
}

abbr.smartDate /* Firefox automatically adds a dotted bottom border to <abbr> tags */
{
	border: 0;
}
