@charset "UTF-8";
/* --------------------------- */
/*		  		               */
/*   Califone International    */
/*		  		               */
/* --------------------------- */

html { overflow-y: scroll; }
body {
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:11px;
	line-height: 1.4;
	color:#4D4B49; /* 918B8B */
	margin:0px;
	padding:0px;
	background-color:#BFBFBF;
}

td {
	font-size:11px;
	line-height: 1.4;
}

/* ---- Background Images/color ---- */
.bg_3col {
	background: url(images/bg_3c_f.gif) repeat-y;
}
.bg_2col {
	background: url(images/bg_2c_f.gif) repeat-y;
}	
.bg_1col {
	background: url(images/bg_1c_f.gif) repeat-y;
}
.bg_mast {
	background: url(images/bg_mast.jpg) no-repeat;
	/* background: url(images/bg_mast_xmas.jpg) no-repeat;
	background: url(images/bg_mast_halloween.jpg) no-repeat;
	background: url(images/bg_mast_thanksgiving.jpg) no-repeat; */
}
.bg_topten {
	background-image: url(images/bkg_topten.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_main_adm {
	background: url(images/bg_main_admin.jpg) repeat-y;
}
.bg_mast_adm {
	background: url(images/bg_mast_admin.jpg) no-repeat;
}

/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #EE2E24;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #35382C;
	text-decoration: underline;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #63626C;
	text-decoration: none;
}
a.alt:hover {
	color: #000000;
	text-decoration: underline;
}
a.copy:link, a.copy:visited, a.copy:active {
	color: #6F755C;
	text-decoration: none;
}
a.copy:hover {
	color: #35382C;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #AAAAAA;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.ldark:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ---- Element Styles ---- */
p.first {
	margin-top: 0;
}
ul.bullet, div.wn_dealer_box ul {
	margin-left: 11px;
	padding-left: 11px;
	list-style-image: url(images/bullet.gif);
}
ul.close {
	margin-top: 0px;
	padding-top: 0px;
}
ul.none {
	list-style: none;
}
ul.bullet ol {
	list-style: decimal;
}
ul.alumni li {
	padding-bottom:6px;
	font-size: 11px;
}

/* ---- Font types ---- */
.times { font-family: "Times New Roman", Times, serif; }
.arial { font-family: Arial, Verdana, Geneva, helvetica; }

/* ---- Font sizes ---- */
.size_00 { font-size: 2px; }
.size_09 { font-size: 9px; }
.size_10 { font-size: 10px; }
.size_11 { font-size: 11px; }
.size_12 { font-size: 12px; }
.size_13 { font-size: 13px; }
.size_14 { font-size: 14px; }
.size_16 { font-size: 16px; }
.size_18 { font-size: 18px; }
.size_24 { font-size: 24px; }
.size_30 { font-size: 30px; }

/* ---- Font Colors ---- */
.c-white 	{ color:#FFFFFF; }
.c-red	 	{ color:#EE2E24; }
.c-gray 	{ color:#6F755C; }
.c-grayDk 	{ color:#35382C; }
.c-tan		{ color:#8E795E; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.normal 		{ font-weight:normal; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight-9 	{ line-height:0.9; }
.lineheight1 	{ line-height:1; }
.lineheight14 	{ line-height:1.4; }
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
.title_page {
	color:#EE2E24;
	font-size:18px;
	font-weight:normal;
	margin: 5px 0 10px 0;
}
.title_product {
	color:#EE2E24;
	font-size:22px;
	font-weight:normal;
	margin: 5px 0 10px 0;
	line-height: 1.2
	/* font-family: "Lucida Bright", "Times New Roman", Times, serif; */
}

.title_import {
	color:#EE2E24;
	font-size:16px;
	font-weight:bold;
	margin: 20px 0 10px 0;
}
.title_main {
	color:#172FAA;
	font-size:14px;
	font-weight:bold;
	margin: 20px 0 10px 0;
}
.title_sub {
	color:#4D4B49;
	font-size:13px;
	font-weight:bold;
}
.title_small {
	color:#35382C;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}
.small {
	color:#35382C;
	font-size:9px;
	font-weight:normal;
}
.smaller {
	font-size:9px;
	font-weight:normal;
}
.cstudy_sub {
	color:#EE2E24;
	font-size:13px;
	font-weight:bold;
}
.prod_new {
	font-size: 10px;
	color: #EE2E24;
	font-style: italic;
}
.special_header {
	font-size: 18px;
	font-weight: bolder;
	color: #EE2E24;
}
.special_footer {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

/* ---- SideBar styles ----*/
.sidebar_title {
	background: url(images/bg_title_sidebar.gif) no-repeat;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
	height:31px;
	
	/* width:216px; /* width total 236px */
	padding: 0 10px;
	text-align:left;
	line-height:31px;
}
.sidebar_sub {
	color:#7D7878;
	font-size:11px;
	font-weight:bold;
	line-height: 1.2;
}

/* ---- Home Page Content styles ----*/
.Con_Box {
	position: relative;
	width: 456px;
}
		/* 2 column pages */
		.Con_Box.full {
			width: 710px;
		}
		/* for blog pages */
		#page .Con_Box {
			width: 710px;
		}
.Con_Img {
	float: left;
	width: 160px;
	height: 120px;
	margin: 0 10px 10px 0;
	background: url(images/bg_con_img.gif) no-repeat 0 0;
	text-align: center;
}
.Con_SubTitle {
	color:#8E795E; /* gray 7D7878 */
	font-size:12px;
	font-weight:bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
/**
 * Home page slideshow
 */
#s1 {
	position: relative;
	margin: 7px 0 20px 0;
	height: 350px;
	width: 454px;
	overflow: hidden;
	border: 1px solid #b7b3b3;
}
#s1 .slide-frame {
	position: relative;
	height: 350px;
	width: 454px;
	overflow: hidden;
}
.slide-frame img {
	height: 350px;
	width: 454px;
	border: none;
}
.slide-frame .slide-text {
	position: absolute;
	top: 280px;
	left: 0;
	width: 454px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
}
#s1 a:link,
  #s1 a:visited,
  #s1 a:hover,
  #s1 a:active {
	color: #543f30;
	text-decoration: none;
}
.slide-frame a div.slide-text h1 {
	font: bold 20px/20px 'Allerta', verdana, arial, helvetica, sans-serif;
	margin-bottom: 0;
}

/* ---- Product Landing Page Content styles ----*/
.ProdWindow {
	float:left;
	width: 220px;
	height: 117px; /* height: 180px;*/
	vertical-align:top;
	margin: 0 0 10px 5px;
	padding: 0;
	background:transparent url(images/bg_product110.gif) no-repeat 0 0;
	position:relative;
}
.ProdBox_Burst {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 70px;
	font-size: 9px;
	color: #EE2E24;
}
/*
.ProdBox_Image {
	height:152px;
	width: 160px;
	padding-top: 2px;
	vertical-align: middle;
}
*/
.ProdBox_Title {
	width: 200px;
	color: #00CCFF;
	line-height: 1.2;
}

/* ---- Border Lines ---- */
.border_all, .border    { border: 1px solid #EE2E24; }
.border_left   { border-left: 1px solid #EE2E24; }
.border_right  { border-right: 1px solid #EE2E24; }
.border_top    { border-top: 1px solid #EE2E24; }
.border_bottom { border-bottom: 1px solid #EE2E24; }
.border_none { border-right: 0px solid #FFF; }

.horiz_line	{ 
	margin: 10px 0;
	font-size: 2px;
	empty-cells: show;
	border-top: 1px solid #EE2E24;
}

.border_red    { border: 1px solid #FF0000; }

/* ---- Title Bar styles ---- */
.bar {
	background-color:#4482BD;
	padding:3px;
	margin:10px;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* ---- Main Content Area styles ---- */
#MainBox {
	width: 1000px;
	/* height: 100%; */
	background-color: #F3ECA9;
	border-left: 1px solid #EE2E24;
	border-right: 1px solid #EE2E24;
	position: relative;
}
#TableMast {
	height:154px;
	width:100%;
}
#TableFooter {
	height:24px;
	font-size:9px;
	color:#6F755C;
}
#TableFooter div {
	height:24px;
	width:1000px;
	text-align:center;
	line-height:24px;
}
#LogoBox {
	position: absolute;
	top: 15px;
	left: 30px;
}
#MastBanner {
	position: absolute;
	top: 19px;
	left: 266px;
	height: 60px;
	width: 468px;
	border: 1px solid #d5cfcf;
}
#MastBanner img {
	border: none;
}
#Authority {
	position:absolute;
	right: 110px;
	top: 126px;
	width: 200px;
	height: 40px;
}
#dlr-welcome {
	position:absolute;
	right: 20px;
	top: 5px;
	width: auto;
	text-align: right;
}
#RSS_Subscribe {
	position:absolute;
	right: 60px;
	top: 25px;
	width: 40px;
	height: 40px;
}
#RSS_Subscribe a {
	display: block;
	width: 40px;
	height: 40px;
	background: url('http://www.califone.com/images/icon_rss.gif') no-repeat;
	text-indent: -9999px;
	outline: none;
}
#RSS_What {
	position:absolute;
	right: 20px;
	top: 67px;
	width: 80px;
	height: 20px;
}
#MainMenuBox {
	position: absolute;
	top: 98px;
	left: 260px;
}
#SearchBox {
	position: absolute;
	background: url(images/bg_search.gif) no-repeat;
	top: 96px;
	right: 8px;
	width: 245px;
	height: 28px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
#SearchBox input.SearchText {
	border: none;
	background-color:transparent;
	font-size: 10px;
	width: 115px;
	padding: 2px;
	margin: 6px 4px 1px 7px;
}
#SearchBox input.SearchBtn {
	border: 0px;
	width: 105px;
	margin-top: 4px;
	background-color: ;
}
#DateBox {
	font-size: 10px;
	color: #4D4B49;
	font-weight: normal;
}
#CatImgBox {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 245px;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#ContentBox {
	position:relative;
	width: 988px; /* width total 1000px */
	/* height: 100%; */
	margin: 0 0 0 12px;
	padding: 0;
}
#LeftColumn {
	float:left;
	margin: 0 24px 26px 0px;
	padding: 0;
	width: 236px;
}
#MainColumn {
	float:left;
	margin: 0 0 26px 0;
	padding: 0;
	width: 456px;
	position: relative;
}
#RightColumn {
	float:left;
	margin: 0 0 26px 24px;
	padding: 0;
	width: 236px;
}
#OneColumn {
	float:left;
	margin: 0 0 26px 0;
	padding: 0;
	width: 976px;
	position: relative;
}
#TwoColumn {
	float:left;
	margin: 0 0 26px 0;
	padding: 0;
	width: 716px;
	position: relative;
}
#ColumnBottom {
	position: absolute;
	bottom: 24px;
	left: 0px;
}
#CopyBox {
	width: 1000px;
	padding: 5px 0;
	font-size: 9px;
	color: #919194;
}
#CoachRight {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
}
#CoachLeft {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

#MainColumn p {
	/* text-align:justify; */
	font-size: 11px;
}

.SideBarBox {
	padding: 5px 5px;
	width: 226px;
	font-size: 10px;
}


/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both; font-size: 0px; }

/* ---- Chart styles ---- */
table.charts {
	border-left: 0px solid #EE2E24;
}
table.charts td, table.charts th {
	empty-cells: show;
	font-size: 9px;
	text-align: center;
	line-height: 1.2;
	border-right: 1px solid #EE2E24;
}
.ChartOdd {
	/* background-color:#E6E6E6; */
}
table.charts tr:nth-child(2n+1) {
	background-color:#e6e6e6;
}

/* ---- CPSIA styles ---- */
.cpsia_Kit {
	font-size: 10px;
	margin: 3px 0;
	padding: 4px;
	border: 1px solid #B7B3B3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

/* ---- Upcoming Shows listing ---- */
.show-item {
	font-size: 10px;
	margin: 8px 0 2px 0;
}
.show-item img {
	width: 100px;
	float: left;
	border: none;
}
.show-text {
	width: 115px;
	float: right;
}
.show-text p {
	padding: 2px 0;
	margin: 0;
	line-height: 1.4;
}

/* ------ code for the ZOOM SEARCH ------ */
.highlight { background: #FFFF40; }
.searchheading {
	color:#EE2E24;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}
.summary {
	font-size: 11px;
	font-style: italic;
} 
.results { font-size: 11px; }
.category { color: #999999; }
.description {
	font-size: 11px;
	color: #008000;
}
.context { font-size: 10px; }
.infoline {
	font-size: 10px;
	font-style: normal;
	color: #808080;
}
.sorting { text-align: right; }
.result_title {
	font-size: 11px;
	/* color:#EE2E24; */
}

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }
/* ---- END ---- */

/* ---- DEALER Page ---- */
.pagecontenttoggler { /*style for DIV used to contain toggler links. */
	height:22px;
	margin: 15px auto;
	text-align:center;
}

.pagecontenttoggler a { /*style for every navigational link within toggler */
	background:transparent url('./images/featured-nav-bg.gif') no-repeat 0 0;
	display:block;
	height:22px;
	float:left;
	font-size:10px;
	line-height:22px;
	text-transform:uppercase;
	color:#545454;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	padding-left:6px;
	margin-right:5px;
}

.pagecontenttoggler a.null, .pagecontenttoggler a:hover.null {
	color:#717171;
	text-decoration:none;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
}

.pagecontenttoggler a.selected, .pagecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#256BB4;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.pagecontenttoggler a span {
	background:transparent url('./images/featured-nav-bg.gif') no-repeat 100% 0;
	display:block;
	height:22px;
	float:left;
	cursor:pointer;
	padding-right:6px;
}
.pagecontenttoggler a.selected span, .pagecontenttoggler a.null span {
	cursor: default;
}

.TitleDealer {
    color: #4d4a46;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0px;
}
h3.dealer {
	color:#256BB4;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.dealer-wrapper {
	float:left;
	width:345px; /* width:215px; for 3 column page layout */
	margin:0 0 8px 5px;
	padding: 5px 0;
	font-size:11px;
	overflow:hidden;
	border: 1px solid #b7b3b3;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	min-height: 145px;
	height: 145px;
	height: auto;
	position: relative;
}
.dealer-wrapper table {
	
}
.dealer-wrapper .Con_SubTitle {
	padding: 0 10px;
	display: block;
}
.dealer-wrapper.platinumitem {
	width:687px;
	padding: 5px;
	background: #e6ded2;
	min-height: 100px;
	height: 100px;
	height: auto;
}
.dealer-wrapper.platinumitem .TitleDealer {
	color: #4d4a46;
	font-size: 15px;
}
.dealer-wrapper.platinumitem td {
	font-size: 12px;
}
.dealer-wrapper.platinumitem td.phone {
	border-left: 1px solid #bbb;
	padding-left:8px;
}
.dealer-wrapper.platinumitem td.phone label {
	width:50px;
	display: inline-block;
	color: #4d4b49;
	font-size: 12px;
}
.dealer-wrapper.golditem {
	background: #fff3d9;
	min-height: 100px;
	height: 100px;
	height: auto;
}
.dealer-wrapper.golditem .sicon,
.dealer-wrapper.listitem .sicon {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 8px 8px 0;
}
.dealer-wrapper .sicon img {
	width: 21px;
	height: 21px;
}
.dealer-wrapper.golditem table {
	margin-left: 5px;
	width: 335px;
}
.dealer-wrapper.listitem {
	width:698px;
	margin: 0 0 0 5px;
	padding: 0;
	min-height: 10px;
	height: 10px;
	height: auto;
	border: none;
	border-top: 1px solid #fbcac6;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.dealer-wrapper.listitem.LPlat {
	background: #f8efe2;
}
.dealer-wrapper.listitem.LGold {
	background: #fff9ed;
}
.dealer-wrapper.listitem.Bronze .TitleDealer,
.dealer-wrapper.listitem.NA .TitleDealer {
	font-weight: normal;
}
.dealer-wrapper.listitem.Bronze a,
.dealer-wrapper.listitem.NA a {
	color: #4d4a46;
	font-weight: normal;
}


.dealer_sidebar {
	margin: 0 15px 20px 15px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ee2e24;
}

/* ---- END ---- */

/* ---- Timeline Carousel ---- */
#timeline-wrapper {
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 200px;
	background: #808080;
	margin-bottom: 25px;
}
#timeline-carousel img {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 450px;
	height: 200px;
	border: none;
}
#timeline-nav {
	z-index: 1000;
}
#timeline-prev {
	height: 75px;
	width: 43px;
	background: transparent url(http://www.califone.com/images/carousel_btn_left.png) no-repeat 0 0;
	position: absolute; 
	top: 60px; 
	left: 0; 
	cursor: pointer;
	z-index: 1000;
}
#timeline-prev:hover {
	background: transparent url(http://www.califone.com/images/carousel_btn_leftUP.png) no-repeat 0 0;
}
#timeline-next {
	height: 75px;
	width: 43px;
	background: transparent url(http://www.califone.com/images/carousel_btn_right.png) no-repeat 0 0;
	position: absolute; 
	top: 60px; 
	right: 0; 
	cursor: pointer;
	z-index: 1000;
}
#timeline-next:hover {
	background: transparent url(http://www.califone.com/images/carousel_btn_rightUP.png) no-repeat 0 0;
}

/** carousel 1 **/
div.jMyCarousel {
	overflow: hidden;
	width: 450px !important;
	height: 200px;
	background: #808080;
	margin-bottom: 25px;
}
div.jMyCarousel ul {
	margin: 0px;
	padding: 0px;
}
div.jMyCarousel ul li {
	border: none;
	line-height: 0px;
}
div.jMyCarousel ul li img {
	width: 450px;
	height: 200px;
	border: none;
}
div.jMyCarousel ul li a { /* in case of link */
	display:block;
	border:0px;
}
div.jMyCarousel ul li a img {
	display:block;
	border:0px;
}
div.jMyCarousel .prev {
	background: url(http://www.califone.com/images/carousel_btn_leftUP.png) center center no-repeat;
	width:50px;
	height:75px;
	border:0px;
}
div.jMyCarousel .next {
	background: url(http://www.califone.com/images/carousel_btn_rightUP.png) center center no-repeat;
	width:50px;
	height:75px;
	border:0px;
}

/* ---- Classroom Images styles ---- */
.view_bar {
	background: #fff url('http://www.califone.com/images/bg_panel_top_right.gif') no-repeat top right;
	border-left: 1px solid #5E6CA1;
	border-bottom: 1px solid #5E6CA1;
	margin: 10px 10px 0 10px;
	padding-right:5px;
    height:25px;
    cursor:pointer;
    overflow:hidden;
}
.view_bar span {
    line-height:25px;
    vertical-align:middle;
    font-family:arial;
    font-size: 11px;
    color:#215DC6;
    font-weight:bold;
    float:left;
    padding-left:5px;
}
.view_bar img {
    float:right;
    cursor:pointer;
	border: none
}
.view_content {
	position: relative;
	margin: 0 10px;
}

.view_content div {
	float:left;
	margin:10px 4px;
	padding:0;
	border:none;
	width:100px;
	height:100px;
	text-align:center;
}
.view_content div img {
	border:none;
}
/*
div.classtn div {
	float:left;
	margin:10px 9px;
	padding:0;
	border:none;
	width:100px;
	height:100px;
	text-align:center;
}
div.classtn div img {
	border:none;
}
*/

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;
	border: 3px double #EE2E24;  
	margin: 0 0 10px 0;
	padding: 4px;
}
fieldset div {  
	float: left;  
	clear: left;  
	width: 100%; 
	padding-bottom: 4px;
}
fieldset.submit_buttons {  
float: none;  
width: auto;  
border: 0 none #FFF;  
}

legend {  
margin-left: 6px;  
padding: 0 2px;  
font-weight: bold;
font-size: 14px;
}
label { 
	font-size:10px;
	color:#EE2E24;
	/* display: block; */ /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
label.label-left {
	float: left;  
	font-size:11px;
	color:#EE2E24;
	margin: 3px 10px 0px 0px;
	padding-left: 6px;
	width: 12em;
}
form span { 
	font-size:10px;
	color:#EE2E24;
}
select, textarea {
	font-size: 11px;
	background-color: #FFFFFF;
	border:1px solid #EBA0A1;
	margin-bottom:3px;
}
input.inp_custom {
	font-size: 11px;
	background-color: #FFFFFF;
	border:1px solid #EBA0A1;/* not good for input buttons */
	margin-bottom:3px;
}
input.inp_noborder {
	font-size: 14px;
	color:#4482BD;
	background-color: #FFFFFF;
	border:0px solid #FFFFFF;/* not good for input buttons */
	margin-bottom:0px;
}
input.btn {
	margin-top:2px;
	border: 3px double #EE2E24;
	border-top-color: #EBC9CA;
	border-left-color: #EBC9CA;
	padding: 0.25em;
	/* background-color: #EBA0A1; */
	background: url(images/bg_title_sidebar.gif) no-repeat -3px -6px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input.btnhov {
	background-color: #EBC9CA;
	border: 3px double #EBA4A5;
	border-top-color: #EE2E24;
	border-left-color: #EE2E24;
}

/* MORE BUTTON */
a.morebtn {
	background:#ACACAC url(./images/more_button.gif) no-repeat right -7px;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	padding: 4px 35px 4px 10px;
	cursor:pointer;
	border:1px solid #DDDEEA;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
a.morebtn.hover {
	background:#636363 url('./images/more_button_hover.gif') no-repeat right -7px;
	color:#FFFFFF;
	border:1px solid #000;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	text-decoration: none;
}

/* button styles */
.submit, div.submit a, a.submit {
	background:#DB2529 url('images/button-bg.gif') repeat-x 0 -3px;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	font-weight:normal;
	padding: 2px 10px;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #64A7DB;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

a.submit {
	padding: 3px 12px;
	color:#FFFFFF;
}
/* IE6 Only */
* html a.submit, * html a:visited.submit  {
	padding: 7px 8px;
	background:#DB2529 url('images/button-bg.gif') repeat-x 0 -3px;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
}

div.submit a {
	padding: 4px 10px;
}

.submit.hover, div.submit.hover a, a.submit.hover {
	background:#DB2529 url('images/button-bg.gif') repeat-x 0 -16px;
	color:#FFFFCC;
	border:1px solid #000;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

div.submit a { color: #FFFFFF; }
div.submit.hover a:hover { color: #FFFFCC; }

div.submit {
	background:#FFF;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	padding: 4px 10px;
	cursor:pointer;
	border:none;
	box-sizing: content-box;
}

div.submit.hover {
	background:#FFF;
	color:#FFFFCC;
	border:none;
}

/* Calendar form popup */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/* Pagination styles */
div.pagination {
	padding: 10px 3px;
	margin: 3px auto;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #f49d98;
	background: #fff;
	text-decoration: none; /* no underline */
	color: #ee2e24;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #ee2e24;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ee2e24;
	background: #ee2e24;
	font-weight: bold;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	font-weight: bold;
	color: #ddd;
}
/* END */

/* POLL plugin */
.poll-table,
.poll-table tr,
.poll-table td {
	background: #ffffff !important;
}
/* END */

/* Twitter Badge overide */
.twtr-hd {
	visibility:hidden !important;
	padding:0 !important;
	font-size:0px !important;
	height: 1px;	
}
.twitter-noblog #twtr-widget-1 {
	padding-top:28px !important;
}
.twtr-tweet-text p {
	font-size:10px !important;
}
/* END */
