﻿/* AsyncControls Suite CSS */

body {
	margin: 0px;
	background-color: #404040;
	background-image: url("images/brushedMetal.gif");
	background-repeat: repeat;
}

#content 
{
	background-image: url("images/bgRightBorder.gif");
	background-repeat: repeat-y;
	background-position: right;
	background-color: White;
	text-align: left;
	width: 825px;	
	height: auto;
	font-family: Verdana, Arial, Serif;
}

.header 
{
	border: 0px;
	margin-left: 5px;
	margin-top: 20px;
}

.pageHeader
{
	font-size: 18px;
	
}

#topMenuTable 
{
	position: relative;
	top: -60px; 
	left: 530px;
}
#topMenu 
{  
	background-color: white;
	font-size: 7pt;
}
#topMenu a
{
	font-family: Verdana, Arial, Serif;
	background-image: url("images/topMenu_link_greyGrad.gif");
	background-repeat: no-repeat;
	height: 40px;
	width: 70px;
	display: block;
	color: black;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
}
#topMenu a:hover
{
	background-image: url("images/topMenu_link_blue_hover.gif");
	background-repeat: no-repeat;
} 

.pageBanner 
{
}

.acSuiteContent 
{
	width: 190px;
	height: 186px;
}

#contentTable {
	margin-top: -40px;
	height: auto;
	width: 730px;
}

#leftMenu {
	background-image: url("images/leftMenuBG.gif");
	background-repeat: no-repeat;
	background-color: white;
	height: 900px;
	width: 95%;
	font-size: 8pt;
	text-align: left;
}

#leftMenu a 
{
	font-family: Verdana, Arial, Serif;
	background-image: url("images/leftMenu_Link_grey.gif");
	background-repeat: no-repeat;
	height: 20px;
	width: 160px;
	padding-left: 7px;
	display: block;
	color: black;
	text-decoration: none;
	padding-top: 3px;
	font-weight: bolder;
}

#leftMenu a:hover {
	background-image: url("images/leftMenu_Link_blue.gif");
	background-repeat: no-repeat;
}

#leftMenuLinks {
	position: relative;	
	top: 8px;
}

#leftMenu .leftMenuTitle {
	background-image: url("images/leftMenu_Link_grey_bigger.gif");
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 7px;
}

#leftMenu .leftMenuTitle:hover {
	background-image: url("images/leftMenu_title_link_hover.gif");
	background-repeat: no-repeat;
}

#leftMenu .menu2 {
	background-image: url("images/leftMenu_Link_grey_sub.gif");
	background-repeat: no-repeat;
	padding-left: 40px;
	font-weight: 100;
	font-size: 7pt;
}

#leftMenu .menu2:hover {
	background-image: url("images/leftMenu_blue_subLink.gif");
	background-repeat: no-repeat;
}

.asyncControlTitle {
	width: 250px;
	height: 30px;
	color: black;
}
.asyncControlIcon 
{
	width: 53px;
	height: 53px;
}

.instructions 
{
	font-family: Verdana, Arial, Serif;
	font-size: 10pt;
}

.showMsg 
{
	color: black;
}
.showMsg:hover 
{
	color: #008AFF;
	text-decoration: none;
}

a.enhancedDemoLink 
{
	font-size: 10pt;
	color: #00086F;
}
a.enhancedDemoLink:hover 
{
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

.errorMsg {
	color: red;	
	font-size: 11px;
}

.smallGrey
{
	font-size: 11px;
	color: #444;	
}

.grey
{
	font-size: 12px;
	color: #444;	
}

.greyFeatures
{
	font-size: 12px;
	color: #444;	
}

.greyFeatures li
{
	padding-bottom: 10px;
}

.hr 
{
	background-image: url("images/hr.gif");
	height: 3px;
	width: 480px;
	margin-bottom: 10px;
}

.contactTable 
{
	width: 480px;
	font-size: 9pt;
}
.contactTable td 
{
	width: 30%;
}

/*  Buy-Now  */
.selectSuite 
{
	font-size: 9pt;
	width: 100%;
}
.bnwTab1 
{
	padding: 1em;
}
.orderForm 
{
	padding: 1em;
}
.orderForm td 
{
	width: 35%;
	font-size: 9pt;
}
.required b 
{
	font-size: 8pt;
	color: Red;
}
.licenseAgree 
{
	padding: 1em;
}
.lblMain1 
{
	font-weight: bold;
}

/* AsyncMsg Box */
.asyncMsgBox {
	border: 1px solid silver;
	background-color: white;
	color: blue;	
}

/*  Global Buttons  */
.greyButton 
{
	border: 1px solid #777;
	background-image: url("images/greyButton.gif");
	background-repeat: repeat-x;
	height: 23px;
}
.greyButton:hover 
{
	background-image: url("images/greyButtonHov.gif");
	background-repeat: repeat-x;
	cursor: pointer;
}

/* Live Demo Section */
.liveDemoSectionDiv 
{
	font-size: 10pt;
	width: 470px;
	padding: 5px;	
	margin: 2px;
}

.liveDemoSectionTitle {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
}

.smallTitle {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
}

/* AsyncMessageBox */
.asyncMsgBox {
	background-color: blue;
	color: white;
	border: 2px solid #777;
	padding: 3px;	
}

/*  AsyncControls Live Demo CSS  */
.demoContent, .styledContent1
{
	background-image: url("images/contentGrayBG.gif");
	background-repeat: no-repeat;
	display: inline-table;
	width: 580px;
	min-height: 150px;
	height: auto;
	background-color: White;
	padding: 20px 0px 0px 20px;
	margin-bottom: 20px;
}
.liveDemoTitle 
{
	margin-top: -10px;
	padding-bottom: 20px;
	color: black;
	font-size: 12pt;
	font-family: Arial;
	font-style: italic;
}
.liveDemoDescription 
{
	width: 480px;
	margin-bottom: 15px;
	padding: .5em;
	color: #444;
	font-size: 11px;
	border: 1px dashed #888;
}
.asyncInstruct 
{
	list-style-type: square;
}

/*  AsyncControls Description/Features Section */ 
.descTitle 
{
	margin-top: -10px;
}
.description 
{
	padding: .7em;
	width: 480px;
	font-size: 11pt;
	font-family: arial, Verdana, Serif;
}
.features 
{
	width: 430px;
	font-size: 12px;
	font-family: Arial, Verdana, Serif;
	padding-bottom: 30px;
}
.features li 
{
	padding-bottom: 10px;
	list-style-type: square;
}

.featuresList
{
	position: relative;
	left: -20px;
}
.featuresList li
{
	padding-bottom: 7px;
}

/*  AsyncSourceCode TabPanel CSS  */
.scSourceTabs 
{
	background-color: White;
	border: 1px solid black;
	padding: .5em;
	overflow: auto;
	width: 550px;
	height: 350px;
	margin-bottom: 50px;
}
.scActiveSourceTab 
{
	background-image: url("images/scActiveTab.gif");
	background-repeat: no-repeat;
	border: 0px;
	width: 120px;
	height: 30px;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	position: relative;
	top: 1px;
}
.scActiveSourceTab:hover 
{

}
.scInactiveSourceTab 
{
	background-image: url("images/scInactiveTab.gif");
	background-repeat: repeat-x;
	border: 1px solid #717171;
	border: 0px;
	width: 120px;
	height: 25px;
	color: black;
	font-size: 9pt;
	font-weight: bold;
}
.scInactiveSourceTab:hover 
{
	background-image: url("images/scActiveTab.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

/*  AsyncControls Suite Page */
.acSuiteTable 
{
	width: 550px;
}
.acSuiteTable td 
{
	display: inline-table;
	padding: .2em;
	width: 20%;
	border: 1px solid #eee;
	text-align: center;
}
.acSuiteTable td:hover 
{
	border: 1px solid #777;
}
.acSuiteTable a
{
	display: block;
	color: black;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.acSuiteTable a:hover 
{
	color: #777;
}
a.icon img
{
	border: 0px;
}

/* AsyncPageDemo START */
.asyncPageWin {
	border: 2px ridge #66667E;
	border-top: 0px;
	background-color: #eee;
	font-family: Verdana, Arial, Serif;
}
.asyncPageWin p {
	padding-left: 20px;
	font-size: 8pt;
}
.asyncPageWinTitleBar {
	background-image: url("images/xpWindowGrad.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #5e5e5e;
	height: 30px;
}
.asyncPageWinTitle {
	position: relative;
	top: 10px;
	padding-left: 20px;
	font-size: 8pt;
	font-weight: bolder;
}
span .closeBt {
	padding-left: 2px;
}
.asyncPageButton 
{
	border: 0px;
	background-image: url("images/greyButton.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 25px;
}
.asyncPageButton:Hover 
{
	background-image: url("images/greyButtonHov.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}
/* END */

/* AsyncPanelDemo START */
.asyncPanel 
{
	padding: .5em;
	width: 90%;
	border: 1px solid #ddd;
	background-color: white;
	font-family: Verdana, Arial, Serif;
	font-size: 10pt;
}
.nestedPanel 
{
}
.nestedPanelText 
{
	background-color: #ddd;
	border: 1px solid #777;
	padding-left: 20px;
}
/* END */

/* AsyncButtonDemo START */
.asyncButton {
	border: 0px;
	background-image: url("images/greyButton.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 25px;
}
.asyncButton:hover {
	background-image: url("images/greyButtonHov.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}
/* END */

/* AsyncLabelDemo START */
h4.asyncLabel {
	color: #777;
	font-family: verdana, arial, serif;
	font-size: 10pt;
}
/* END */

/* AsyncCalendarDemo START */
.asyncCalReg 
{
	margin-left: 0px;
	text-align: center;
	font-size: 7pt;
	font-family: verdana, arial;
	background-color: white;
	border: 1px outset silver;
}
.asyncCalReg tr th 
{
	background-color: #768694;
	color: White;
	width: 80px;
}
.weekend 
{
	background-color: #eee;
	height: 50px;
}
.weekend:hover 
{
	background-color: #B2D2E8;
}
.otherMonth 
{
	color: #777;
	height: 50px;
}
.otherMonth:hover 
{
	background-color: #B2D2E8;
}
.today 
{
	background-image: url("images/slashback.gif");
	background-repeat: repeat;
}
.todayFooter input
{
	border: 1px solid #777;
	background-image: url("images/greyButton.gif");
	background-repeat: repeat-x;
	height: 23px;
}
.todayFooter input:hover 
{
	background-image: url("images/greyButtonHov.gif");
	background-repeat: repeat-x;
	cursor: pointer;
}
.monthList 
{
	border: 1px solid black;
	background-color: White;
	color: #777;	
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	line-height: 18px;
}
.monthList 
{
	border: 1px solid #777;
	background-color: White;
	padding: 3px 0px 3px 0px;
	color: #777;
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	line-height: 18px;
}
.monthList div:hover 
{
	color: White;
	background-color: #768694;
}
.monthSelector 
{
	border: 1px solid #777;
	background-image: url("images/greyButton.gif");
	background-repeat: repeat-x;
	height: 23px;
}
.monthSelector:hover 
{
	background-image: url("images/greyButtonHov.gif");
	background-repeat: repeat-x;
	cursor: pointer;
}
.yearList 
{
	border: 1px solid #777;
	background-color: White;
	padding: 3px 0px 3px 0px;
	color: #777;
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	line-height: 18px;
}
.yearList div 
{
	padding: 1 3 1 3;
}
.yearList div:hover 
{
	color: white;
	background-color: #768694;
}
.yearSelector 
{
	border: 1px solid #777;
	background-image: url("images/greyButton.gif");
	background-repeat: repeat-x;
	height: 23px;
}
.yearSelector:hover 
{
	background-image: url("images/greyButtonHov.gif");
	background-repeat: repeat-x;
	cursor: pointer;
}
.navPrev 
{
	font-weight: bold;
	color: #738694;
}
.navNext 
{
	font-weight: bold;
	color: #738694;
}

.asyncCal {
	text-align:center;
	font-size: 7pt;
	font-family: verdana, arial;
	background-color: #eee;
	border: 1px outset silver;
	z-index: 7;
}
.asyncCal tr th {
	background-color: #61A1CE;
    color: white;
    width: 30px;
    height: 25px;
    font-size: 9pt;
    font-family: verdana, arial;
}
.weekendcal {
	font-size: 7pt;	
	width: 25px;
    height: 25px;
	background-color: #eee;
}
.weekendcal:hover {
	background-color: #B2D2E8;
}
.othermonthcal {
	height: 25px;
	font-size: 7pt;
	color: #777;	
	background-color: White;		
}
.othermonthcal:hover {
	background-color: #B2D2E8;
}
.calday 
{
	text-align: center;
	font-size: 7pt;
	background-color: white;
    font-size: 8pt;
}
.calday:hover {
    background-color: #B2D2E8;
}
.selDay 
{
	background-color: #777;
	color: White;
}
.iconicMonthList 
{
	border: 1px solid black;
	background-color: White;
	color: #777;	
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	line-height: 18px;
}
.iconicMonthList div 
{
	padding: 1 3 1 3;
}
.iconicMonthList div:hover 
{
	color: White;
	background-color: #768694;
}
.iconicYearList 
{
	border: 1px solid black;
	background-color: White;
	color: #777;
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	line-height: 18px;
}
.iconicYearList div 
{
	padding: 1 3 1 3;
}
.iconicYearList div:hover 
{
	color: white;
	background-color: #768694;
}
/* END */


/* AsyncWindowDemo START */
.asyncWin1 {
	width: 300px;
	border: 2px ridge #66667E;
	border-top: 0px;
	font-family: Verdana, Arial, Serif;
} 
.asyncWin1 p, .asyncWin1 h4
{
	padding: 1em;
}
.titleBar1 {
	background-image: url("images/xpWindowGrad.gif");
	background-repeat: repeat-x;
	height: 30px;
}
.titleBarText1 {
	position: relative;
	top: 5px;
	left: 10px;
	font-size: 9pt;
	font-weight: bolder;
}

.asyncWin2 
{
	width: 500px;
	border: 2px ridge #66667E;
	border-top: 0px;
	font-family: Verdana, Arial, Serif;
}
.asyncWin2 h4 
{
	padding-left: 20px;
}
.asyncWin2 p {
	padding-left: .5em;
	font-size: 10pt;
}
.titleBar2 {
	background-image: url("images/vistaBlueGrad.gif");
	background-repeat: repeat-x;
	height: 28px;
}
.titleBarText2 
{
	color: White;
	position: relative;
	top: 8px;
	left: 10px;
	font-size: 9pt;
	font-weight: bolder;
}

.asyncWinSourceCode {
	width: 570px;
	height: 440px;
	border: 1px solid #66667E;
	border-top: 0px;
	font-family: Verdana, Arial, Serif;	
}
.asyncWinSourceCode p {
	padding-left: 20px;
}

.asyncWin3 {
	width: 400px;
	border: 1px solid #66667E;
	border-top: 0px;
	font-family: Verdana, Arial, Serif;	
}
.asyncWin3 p {
	padding-left: 20px;
}
.titleBar3 {
	background-image: url("images/custGreyBar.gif");
	background-repeat: repeat-x;
	height: 30px;
}
.titleBarText3 
{
	color: white;
	position: relative;
	top: 4px;
	left: 10px;
	padding-left: 10px;
	font-size: 8pt;
	font-weight: bolder;
}

.awShadow {
	background-color: black;
}
.closebt, .collapsebt
{
	padding-right: 2px;
	cursor: pointer;
}

.closebt img, .collapsebt img {	
	filter: alpha(opacity=70);
	opacity:.7;
	-moz-opacity:.7;
}

.closebt img:hover, .collapsebt img:hover {	
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}
/* END */

/* AsyncModalLayerDemo START */
.modalLayer 
{
	padding: 1em;
	border: 3px outset #777;
	background-color: White;
}
.modalInstruct
{
	font-style: italic;
}
.modalText 
{
	padding: .5em;
	font-size: 10pt;
	width: 90%;
}
.modalLayer .linkButton 
{
	color: #777;
}
.modalLayer .linkButton:hover 
{
	color: Blue;
	text-decoration: none;
}
/* END */

/* AsyncCheckBoxDemo START */
.asyncChkBox1 {
	font-size: 8pt;
	font-family: Verdana;
}
/* END */

/* AsyncDropDownListDemo START */
/* END */

/* AsyncHyperLinkDemo START */
.asyncHyperLink {
	color: #5e5e5e;
}

.asyncHyperLink:hover {
	color: #00A2FF;
	text-decoration: none;
}
/* END */

/* AsyncRepeaterDemo START */
.asyncRep 
{
	margin-top: 20px;
	font-family: Verdana, Arial, Serif;
	width: 285px;
}
.asyncRep span 
{
	font-size: 8pt;
}
.asyncRep .headlnk 
{
	font-size: 8pt;
	font-weight: bold;
	color: White;
	background-color: #777;
}
.asyncRep .rollA
{
	background-color: #eee;
}
.asyncRep .rollB
{
	background-color: #ddd;
}
.asyncRep .highlight 
{
	background-color: #777;
	color: White;
}
/* END */

/* AsyncPageRepeaterDemo START */
.asyncPgRep 
{
	font-family: Verdana, Arial, Serif;
	width: 370px;	
	height: 100%;
}
.asyncPgRep span 
{
	margin-left: 10px;
	font-size: 8pt;
}
.pagingStrip img 
{
	position: relative;
	top: 8px;
}
.pagingStrip
{
	width: 335px;
	text-align: center;
	margin-bottom: 10px;
}
.pagingStrip a 
{
	padding: 0px 2px 0px 2px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Serif;
}
.pagingStrip a:hover 
{
	color: #777;
}
.headlnk 
{
	border: 1px solid #777;
	background-color: #aaa;
}
.headlnk a
{
	font-size: 9pt;
	font-family: arial, Verdana, Trebuchet MS;
	color: white;
	font-weight: bold;
}
.headlnk a:hover 
{
	text-decoration: none;
	color: black;
}
.rollA
{
	background-color: #eee;
}
.rollB
{
	background-color: #ddd;
}
.highlight 
{
	background-color: #777;
	color: white;
}
/* END */

/* AsyncSuggestionDemo START */
.suggestion1 
{
	border: 1px solid #ddd;
	background-color: White;
	height: 33px;
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
}
.suggestion1 i {
	position: relative;
	top: -5px;
}
.suggestion1:hover {
	background-color: #eee;
}
.staticSugBox1
{
	border: 0px;
	background-image: url("images/sugBox.gif");
	background-repeat: no-repeat;
	height: 23px;
	width: 172px;
}
.requestButton 
{
	border: 0px;
	position: absolute;
	margin-top: 1px;
	background-image: url("images/sugBoxBtn.gif");
	background-repeat: no-repeat;
	width: 26px;
	height: 23px;	
}
.requestButton:hover 
{
	background-image: url("images/sugBoxBtnHov.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}
.staticDrpDwn 
{
	background-color: #eee;
	color: blue;
	font-size: 12px;
}
/* END */

/* AsyncSlidePanelDemo START */
.asyncSlidePanel1 
{
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	border: 1px solid #777;
}
.asyncSlidePanel2 
{
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	border: 1px solid #777;
	border-top: 0px;
}
.asyncSlidePanel3 
{
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	border: 1px solid #777;
	border-top: 0px;
}
.spContent 
{
	background-image: url("images/gradSlash.gif");
	background-repeat: repeat-x;
}
.asyncSlidePanel1 p, .asyncSlidePanel2 p, .asyncSlidePanel3 p
{
	padding: 1.5em;
}
.asyncSlidePanel1 h4, .asyncSlidePanel2 h4, .asyncSlidePanel3 h4
{
	margin-left: 20px;
}
.asyncslidepanelcollapsebt 
{
	width: 13px;
	height: 13px;
	position: relative;
	top: 3px;
	padding-right: 10px;
}
.spTitle 
{
	padding-left: 20px;
	display: inline;
	font-size: 10pt;
}
.spTitleBar 
{
	padding-left: 5px;
	background-image: url("images/spGrad.gif");
	background-repeat: repeat-x;
	height: 20px;
	border-bottom: 1px solid #777;
}
/* END */

/* AsyncImageDemo START */
/* END */

/* AsyncImageButtonDemo START */
.asyncImageButton {
	color: black;
}
/* END */

/* AsyncTabPanelDemo START */
.tabPanel 
{
	font-family: Verdana, Arial, Serif;
	border: 1px solid black;
	background-color: white;
}
.tabPanel h3 
{
	font-size: 13pt;
}
.tabPanel p 
{
	font-size: 9pt;
}
.tabPanel .tab1, .tab2, .tab3
{
	padding: 1.5em;
}
.activeTab 
{
	background-image: url("images/bevActiveTab.gif");
	background-repeat: no-repeat;
	border: 0px;
	width: 120px;
	height: 30px;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	position: relative;
	top: 1px;
}
.activeTab, .inactiveTab 
{
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	font-family: verdana, tahoma, Serif;
}
.inactiveTab {
	background-image: url("images/bevInactiveTab.gif");
	background-repeat: repeat-x;
	border: 1px solid #717171;
	border: 0px;
	width: 120px;
	height: 25px;
	color: black;
	font-size: 9pt;
	font-weight: bold;
}
.inactiveTab:hover {
	background-image: url("images/bevInactiveTabHov.gif");
	background-repeat: repeat-x;
	cursor: pointer;
}
/* END */

/* AsyncPlaceHolderDemo START */
.placeHolderLabel 
{
	color: #777;
	font-family: Verdana, Arial, Serif;
}
.msgBox 
{
	font-size: 10pt;
	padding: .5em;
	background-color: White;
	border: 1px solid black;
	position: absolute;
	left: 850px;
	filter:alpha(opacity=85);
	-moz-opacity:.75; opacity:.85;
}
/* END */

/* AsyncValidatorDemo START */
.asyncValidatorDemo 
{
	width: 518px;
	font-family: Verdana, Arial, Serif;
}
/* END */

/* AsyncScrollMarkDemo START */
.smFillerText
{
	width: 490px;
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	text-indent: 20px;
}
/* END */

/* AsyncTimerDemo START */
/* END */

/* AsyncRadioButtonDemo START */
.radioBtnLabel 
{
	margin-top: 20px;
	border: 3px ridge silver;
	padding: 5px 0px 5px 10px;
	font-family: Verdana, Arial, Serif;
	font-size: 12pt;
	font-weight: bold;
}
/* END */

/* AsyncLinkButtonDemo START */
.lnkButton 
{
	color: #0054E2;
}
.lnkButton:hover 
{
	color: #00A8FF;
	text-decoration: none;
}
.lnkButton:active 
{
	color: Black;
}
/* END */

/* Syntax Colorizing */
.csharpcode { /* the colorized block */
	color: black;
}
.kwrd { /* keywords/html strings (C#/VB) */
	color: blue;
}
.rem { /* remarks/comments */
	color: green;
}
.str { /* any strings */
	color: brown;
}
.attr { /* any attributes */
	color: green;
}
.html { /* html tags */
	color: maroon;
}

.siteContent 
{
	width: 600px;
	position: absolute;
	top: 100px;
	left: 200px;
}

/*  Home Page CSS  */
.homeContent 
{
	background-image: url("images/contentGrayBG-home.gif");
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 620px;
	position: absolute;
	top: 100px;
	left: 170px;
}
.keyFeatures
{
	color: #222;
	margin-bottom: 5px;
	font-size: 17px;
	list-style-image: url(images/featBullet.gif);
	font-family: Arial Black, Verdana;
}

.keyFeatures li
{
	margin-bottom: 5px;
}

.keyFeaturesTitle
{
	margin-bottom: 5px;
	font-size:20px;
	color: #555;
	font-family: Arial Black, Verdana;
	list-style-image: url(images/featBullet.gif);
}
.subFeaturesList li
{
	font-size: 13px;
	padding-bottom: 10px;
	list-style-image: url(images/featBullet.gif);
}
.miscAnchors 
{
	text-decoration: none;
	color: #777;
}
.miscAnchors:hover 
{
	color: #8BD6FE;
	text-decoration: underline;
}

/*  Footer */
.footer 
{
	padding-right: 50px;
	text-align: right;
	font-size: 9pt;
	color: #777;
}

.smallText
{
	font-size: 12px;	
}

.largeText
{
	font-size: 14px;	
}

.redSmall
{
	font-size: 10px;
	color: Red;	
}

.blue
{
	color: Navy;
}