/* CSS Document */

body, html {
	background: #163a20 url(background.jpg) top repeat-x; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: small; 
	line-height: 1.5; 
	color: #000; 
	text-align: left; 
	height:100%;
	}
	

	
#DS_Site {
	width:900px; 
	background: #0A2E1B; 
	margin-left:auto; 
	margin-right:auto;
	height: 100%;
	}
	
#TopBar{
	background: #0A2E1B url(developersource_header.jpg); 
	height: 67px; 
	color: #fff; 
	width:900px;
	}
	
#Logo {
	width:490px; 
	float:left; 
	height:100%;
	}
	

.ContentPane {
	float: left;
	width: 560px;
	margin-left:10px;

	}
	
.NarrowContentPane {
	float: left;
	width: 450px;
	margin-left:10px;

	}
	
.TopPane {
	clear:both;
	width: 880px;
	margin-bottom:10px;
	}

.BottomPane {
	clear:both;
	width: 880px;
	margin-top: 10px;
	margin-bottom:10px;
	}

.LeftPane {
	float: left;
	width: 150px;
	}
	
.WideLeftPane {
	float: left;
	width: 200px;
	}

.RightPane {
	float: right;
	width: 150px;
	}
	
.WideRightPane {
	float: right;
	width: 200px;
	}
	
.DropDown {
	padding:5px; 
	width:390px; 
	float:right; 
	height:100%;
	}
	
.SiteMenu {
	width:900px; 
	height:23px; 
	background:url(menubar.gif) center #163a20; 
	text-transform:uppercase; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 10px;
	font-weight: bold;
	cursor:pointer; 
	line-height:22px;
	}
	
.MainMenuRootMenu{
	background:url(menubar.gif) top;
	}
	
.MainMenuHover {
	text-decoration:underline;
	}
	
.Submenu {
    border-left:4px solid #a11318;
    cursor:pointer;
    margin-left: 0px; 
    z-index: 1000;
    font-size: 10px; 
    color: #a11318;
    font-weight: bold; 
	background: #FFFFCC;
	}

.SubMenuHover {
    cursor:pointer;
    margin-left: 0px; 
    z-index: 1000;
    font-size: 10px; 
    color: #FFFFCC;
    font-weight: bold; 
	background: #a11318;
	}
	

.Submenuitemselected {
    cursor:pointer;
    margin-left: 0px; 
    z-index: 1000;
    font-size: 10px; 
    color: #FFFFCC;
    font-weight: bold; 
	background: #a11318;
	}

.MainMenu_Selected {
	background-image:url(submenubar.gif);
    color: #ffffcc;
	}
	
#MainContent {
	clear:both;
	padding:10px;
	background: #0A2E1B; 
	}
	
#CopyrightPane {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	height:10px;
	text-align:center;
	clear:both; 
	vertical-align:bottom;
	}
	
.copyright, .copyright a, .copyright a:link, .copyright a:visited{
	font-size:9px;
	color:#FFFFFF!important;
	}
.copyright a:hover, .copyright a:active {
	text-decoration:underline;
	}
	
.SkinObject {
	font-size:9px;
	color:#FFFFFF!important;
	}
	
.Head_Black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
.Head_Yellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:underline;
	}
	
.Normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#ffffcc;
	}
	
.Normal_Black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#ffffcc;
	}
	
a:link, a:active, a:hover, a:visited {
	color:#FFCC00!important;
	font-size:12px;
	}
	
.Subhead_Yellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	}
	
.Left {
	float:left;
	}

.Center {
	float:left;
	margin-left:13px;
	}

.Right {
	float:right;
	}
	
.Panes {
	width:210px;
	}
	
.Narrow {
	width:210px;
	height:300px;
	margin-bottom:10px;
	}

.Wide {
	width:430px;
	height:300px;
	margin-bottom:10px;
	}
	
.BizName, a.BizName:link, a.BizName:visited, a.BizName:hover, a.BizName:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:24px;
	font-weight: bold;
	color: #fc0;
}

.TagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	font-style: italic;
	font-weight: bold;
	color:#ffffcc;
}

.Description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight:normal;
	color:#ffffcc;
}

.BizSmallHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	color:#ffffcc;
}