a {
	color: #F60;
}

a:hover {
	color: #000;
}


a abbr, a acronym {
	border: none;
}

a, img, a img {
	border: none;
}

body {
	background-color: #fff;
	color: #666;
}

.BodyContent ul li {
	background: url(../images/bg_marker.gif) no-repeat 0px 7px !important;
}

body.searchTips {
	background-color: #FFF;
	background-image: none;
}

.Breadcrumb {
	background-color: none;
}

.Breadcrumb li a {
	background: transparent url(../images/breadcrumb_divider.gif) no-repeat 100% 6px;
	border-color: #FF0000;
	color: #666;
}

.Button, .SearchGoButton {
	background: url(../images/b_submit.gif) no-repeat;
	border: 0;
	color: #fff;
}

.Content {
	background-color: none;
}

#content {
	background-color: none;
}

.Content h2 {
	color: #910000;
}

.Content h3 {
	color: #910000; font-size:20px;
}

.Content h3 a {
	color: #910000;
}

.Content h4 {
	color: #910000;
}

.Content h5 {
	color: #000;
}

.Content .listSummary li {
	background: url(../images/bg_marker.gif) no-repeat 3px 13px;
}

dd.Highlight input, dd.Highlight textarea, dd.Highlight select {
	border-color: #FF0000;
}

.even td {
	background-color: #fafaf1;
}

.FeedLink a {
	background: url(../images/FeedLink.gif) 0 0 no-repeat;
}

fieldset {
	border: 1px solid #eaeacf;
}

#Footer {
	color: #666;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #666 !important; text-decoration:none;
}

h2 em {
	color: #910000;
}

h2.tplvar-author-name {
	color: #910000;
}

h3.tpllang-ContentByAuthor {
	color: #000;
}

#Header {
	background: #fff;
}

#Header h1 a {
	color: #000;
}

#Header h1 a span {
	color: #a50000;
}

.HtmlBlock {
	background-color: none;
	border: none;
}

.HtmlBlock h2 {
	border: 0 !important;
}

input, textarea, select {
	border: 1px solid #d0d0d0;
}

input[type=radio], input[type=checkbox] {
	background: none;
	border: none;
}

.ISelector ul li {
	background-image: none !important;
}

.Left {
	background-color: none;
}










.Left li > a:hover, .Right li > a:hover {
	color: #000;
}


.Left li a, .Right li a {
	background: url(../images/bg_marker.gif) no-repeat 0% 12px;
	color:#F90;
}


li.ContentAuthors {
	background: url(../images/i_author.gif);
	color: #287bac;
}

li.ContentAuthors a {
	color: #287bac;
}

li.ContentCategories {
	background: url(../images/i_categories.gif);
}

li.ContentPublishDate {
	background: url(../images/i_date.gif);
}

li.ContentType {
	background: url(../images/i_name.gif);
}

#Menu {
	background: url(../images/bg_menu.gif) repeat-x 0% 0%;
}

#Menu .HasSubMenu > a {
	background: url(../images/bg_arrow_down.png) no-repeat right 22px;
}

#Menu .HasSubSubMenu > a {
	background: url(../images/bg_arrow_right.png) no-repeat 195px 12px;
}

#Menu li {
	background: url(../images/bg_menu_li.gif) no-repeat 0% 0%;
	color: white;
}

#Menu li a {
	color: #fff;
}

#Menu li ul li a {
	color: white;
}

#Menu li:hover {
	background: url(../images/bg_menu_li_a.gif) repeat-x 0% 0%;
}

.odd td {
	background-color: #fff;
}

.Required, .FormError, .HighlightMessage {
	color: #FF0000;
}

.Right {
	background-color: none;
}

.RSSBlock a:hover, .RSSBlock a:hover {
	background-color: none;
}


.RSSBlock h2 {
	background:  url(../images/rss_feed.jpg) no-repeat;
	}
.RSSBlock h2 a {
	color:#FFF;
	
}

.Search {
	background-color: #dddddd;
	border: 1px solid #d1d1d1;
}

.Search h2 {
	background: none !important;
	border: none !important;
	color: #000;
}

#Slogan {
	color: #890000;
}

#smallSearch_Query {
	border: 1px solid #c5c5c5;
}

.Summary li a {
	background: none !important;
	color: #910000;
}

.Summary li a:hover {
	color: #910000;
}

table {
	background-color: #fff;
}

.Testimonial {
	border: 4px solid #e6e6c2;
}

.Testimonial_content {
	color: #910000;
}

th {
	background-color: #f8f8eb;
	color: #000;
}

.White {
	border: 4px solid #e6e6c2;
	color: #666;
}

.White h2 {
	background: none !important;
	border: 0 !important;
	color: #000;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #ccc;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tabs.jpg) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#333;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}


	
/* tab pane */
div.panes div {
	display:none;
	border:1px solid #eee;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#fff;	
}



