
.AllCatListContainer {
    position:relative;
    height:250px;
    overflow:hidden;
    border:1px solid #ddd;
    padding:15px;
}
 
.AllCatListPages {
    width:9999em;
    position:absolute;
    height:250px;
}
 
.AllCatListPage {
    float:left;
    width:90em;
    height:250px;
    background-repeat:no-repeat;
    background-position:0 -40px;
}

/* General Page Content */
.pollOption {
  cursor:pointer;
  padding:3px;
}
.pollOption:hover {
  cursor:pointer;
  color:#fff;
  background:#000;
}

body  {
	background-color: #000000;
    background-image:url(/assets/backgrounds/PlainBlack.jpg);
	background-repeat:repeat;
}
#container { 
	background: white;
} 
#mainContent {
	font-size: 10px;
	}
#rightContent {
	font-size: 10px;
	}
#leftContent {
	font-size: 10px;
	}
#footer {

	}

/* General Styles */

#menuBar a.menuLink {
	font-size: 14px;
    color:#FFFFFF;
}

.menuLink {
	font-size: 14px;
    color:#FFFFFF;
}

.generalLink {
	text-decoration:none;
    font-weight:bold;
    color: #FFFFFF;
	font-size: 10px;
	}
.generalLink_small {
	text-decoration:none;
    font-weight:bold;
    color: #FFFFFF;
	font-size: 12px;
	}

/* Widget Styles */

.widgetContainer {
	background-color: #DBDBDB;
    border: 0px solid #FFFFFF;
    z-index:498;
    }
.widgetTitle {
	text-align: center;
    padding: 3px;
    font-weight: bold;
	color: #FFFFFF;
    font-size: 10px;
    z-index: 499;
    }
.accordionTitle {
	text-align: center;
    padding: 3px;
    font-weight: bold;
	color: #FFFFFF;
    font-size: 10px;
    z-index: 499;
    }
.accordionContainer {
	background-color: #DBDBDB;
    border: 0px solid #FFFFFF;
    z-index:498;
    }
.widgetLink {
	text-decoration: none;
	color: #000000;
    font-size: 10px;
    }
.ui-widget-content { 
	background-color: #DBDBDB;
    border: 0px solid #FFFFFF;
    display:none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { 
	text-align: center;
    padding: 3px;
    font-weight: bold;
	color: #FFFFFF;
    font-size: 10px;
    cursor:pointer;
}
.ui-widget-header {
	text-align: center;
    padding: 3px;
    font-weight: bold;
	color: #FFFFFF;
    font-size: 10px;
}

/* News Styles */

.headlineLink {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 10px;
	}
.headlineLink_small {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 12px;
	}
.storyTitle {
	padding: 3px;
    font-weight: bold;
    color: #000000;
	font-size: 10px;
}
.storySubtitle {
	padding: 3px;
    font-weight: bold;
    color: #000000;
	font-size: 10px;
}
.byline {
	padding: 3px;
    color: #000000;
	font-size: 10px;
}
.lastUpdated {
	padding: 3px;
    color: #000000;
	font-size: 10px;
}
.articleBody {
    color: black;
	font-size: 12px;
}

.photoContainer {
	padding:3px;
    margin:10px;
    width:200px;
    border:0px solid #000000;
}
.photoCaption{
	padding:3px;
    text-align:center;
    color: #000000;
	font-size: 10px;
}

/* Comment Styles */

.commentByline{
	padding: 3px;
    color: #000000;
	font-size: 10px;
}
.commentText{
	background-color:white;
    border:1px solid #333333;
    padding:5px;
    color: #000000;
	font-size: 10px;
}

/* Classified Styles */

.classifiedCategory {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 10px;
	}
.classifiedCategory_small {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 12px;
	}

/* Calendar/Event Styles */

.calenderLink {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 10px;
	}
.calendarLink_small {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 12px;
	}

/* Image Gallery Styles */

.galleryLink {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 10px;
	}
.galleryLink_small {
	text-decoration:none;
    font-weight:bold;
    color: #000000;
	font-size: 12px;
	}