/*
Theme Name: Rickshaw Challenge v3
Theme URI: http://rickshawchallenge.com/
Description: The new theme v3 for Rickshaw Challenge website.
Version: 3.0
*/

/** html img{

position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "wp-content/themes/rickshawchallenge3/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}*/
/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Trebushet MS', Verdana, Arial, Sans-Serif;
	color: #000;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata, .widecolumn p.tagsline {
	text-align: left;
	font-size:12px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#indexborderdiv{margin-top: 0px;}

#indexborderdivinside{margin-top: 0px;}





h2, h1 {
	font-size: 1.6em;
	margin-top:0px;
	}

h2.pagetitle, h1.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

 #headerimg .description {
	text-decoration: none;
	color: white;
	}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #6C2F2F;
	text-decoration: underline;
	}

a:hover {
	color: #6C2F2F;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 auto;
	padding: 0;
	}

#page {
	margin: 5px auto;
	padding: 0;
	width: 950px;
	}

.narrowcolumn {
	float: right;
	padding: 0 40px 0 10px;
	margin: 0px 0 120px 0;
	width:580px;
	}

.widecolumn {
	padding: 0 40px 0 10px;
	margin: 0px 0 0;
	width: 760px; /*545px*/
	}

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	float: left;
	margin: 0;
	}
	
#sidebar a, #sidebar a:link, #sidebar a:visited {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #6C2F2F;
	text-decoration: none;
	line-height: 21px;
}

#sidebar a:after {
	padding: 10px 0 0 5px;
	content: url('images/menupoint.png');
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	text-align: right;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


#sidebar ul li ul {
	display: none;
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin-left: 0px;
	width: 180px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#middle {
	width: 810px;
	background: url('images/middle_bg2.jpg') repeat-y;
}

#middle2 {
	background: url('images/middle_bg3.jpg') no-repeat bottom;
	width:100%;
}

#sidebar {
	float: left;
	display: inline;
}

#content {
	float: left;
}

.leftside {
   	background: url('images/left2k.png') repeat-y;

   /*	display: block;
	width: 49px;
	background: url('images/left2k.png') repeat-y;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='wp-content/themes/rickshawchallenge3/images/left2k.png');    */
	
}
 
.rightside {
	background: url('images/right2k.gif') repeat-y;
}

.bottommenu {
	width: 920px;
}

.bottommenu ul {
	display: inline;
	margin: 0;
	padding: 0 0 20px 0;
}

.bottommenu ul li {
	display: inline;
	margin: 0 0px 0 0;
	list-style: none;
}

.bottommenu ul li a, .bottommenu ul li a:link, .bottommenu ul li a:visited {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bottommenu ul li a:hover {
	text-decoration: underline;
}

.bottommenu ul li ul {
	display: none;
}

.alignleft {
	margin: 2px 10px 2px 0;
	padding: 3px;
	background: #E3D6D0;
	font-size: 10px;
}

.alignright {
	margin: 5px 0 5px 10px;
	padding: 3px;
	font-size: 10px;
}

.bg01 {
	padding: 0 10px 0 10px;
	background: url('images/bg_color01.png') repeat-y;
}

.slogen, .slogen a, .slogen a:link, .slogen a:visited, .slogen a:hover {
	font-family: Arial;
	font-size: 34px;
	padding:0 10px 0 0;
	font-weight: bold;
	color: #802A28;
	text-decoration: none;
	text-transform: uppercase;
}

#contact-form {
	width:300px;
	float:right;
	border:1px solid;
	background-color:#AF721E;

}
#contact-form .cform {
	width:300px;
}
#contact-form label {
	color:#fff;
}
#contact-form h3 {
	margin:10px 0 10px 10px;
	color:#fff;
}
#contact-form input, #contact-form select, #contact-form textarea, #contact-form .textonly {
	width:265px;
	display:block;
}
#contact-form select {
	width:270px;
}
#contact-form input[type='submit'] { 
	width:70px;
	margin-left:215px;
}
#contact-form .textonly {
	text-align:left;
	padding-left:10px;
	width:265px;
}

#contact-form .failure, #contact-form .success {
	width:270px;
}
#contact-data {
	width:240px;
	float:left;
}
#contact-form label {
	background:transparent;
	display:inline;
	font-size:12px;
}

#contact-form .cf_li_err label {
	color:#000;
}

#usermessage2a { 
	width:300px;
}

#label-2-18 span {
display:inline;
}

span.req {
	color:#fff;
}
#cforms2form span.req {
	color:#000;
}
#contact-form img.captcha, #reg-form .cf-ol li {
	margin-left:0px !important;
}
.linklove {
	display:none !important;
}

#contact-data h3 {
	margin-top:0px;
	color:#AF721E;
	font-size:16px;
}

#contact-data small a {
	font-size:10px;
}

#contact-data p {
font-size:12px;
margin-left:0;
padding-left:0;
text-align:left;
}

#reg-form {
	width:100%;
	margin-top:40px;
}
#reg-form fieldset {
	border-color:#AF721E;
	margin-bottom:5px;
	padding:5px;
	background:none;
}

#reg-form legend {
color:#AF721E;
}
#reg-form img {
	margin-left:0px !important;
}
#reg-form label {
	color:#000;
	background:transparent;
	display:inline;
	font-size:12px;
}
#reg-form h3 {
	margin:10px 0 10px 10px;
	color:#fff;
}
#reg-form input, #reg-form select, #reg-form textarea{
	width:265px;
	display:block;
	border:1px solid #AF721E;
}
#reg-form select {
	width:270px;
	border:1px solid #AF721E;
}
#reg-form input[type='submit'] { 
	width:70px;
	margin-left:215px;
}
#reg-form .textonly {
	text-align:left;
}
#reg-form .reqtxt, #reg-form .emailreqtxt {
	display:none;
}
#reg-form input[type='checkbox'] {
	display:block;
	width:14px;
	padding-top:0px;
	float:left;
	        
}
#label-3-18 span {
	display:inline;
}

#reg-form input#cforms_captcha3 {
	width:200px; 
}

#contact-data .in_contact {
	border:1px solid #000000;
	height:90px;
	width:235px;
	margin:10px auto;
}

#contact-data h5.text-title {
	color:#604126;
	display:block;
	font-size:90%;
	font-weight:bold;
	line-height:14px;
	margin:3px auto;
	padding:0;
	text-align:center;
}
#contact-data .subscribe p {
margin:0;
padding:0;
}
#contact-data .subscribe p  {
float:left;
font-size:11px;
height:26px;
list-style:none;
background:none;
margin:0 10px 0;
text-align:center;
width:38px;
} 

.subscribe p  a {
background:transparent url(images/tsrspritemap.png) no-repeat scroll center 150px;
display:block;
height:36px;
}

.subscribe .subscribe_facebook a {
	background-position:center -1500px;
}

.subscribe  .subscribe_buzz a {
	background-position:center -1790px;
}
.subscribe  .subscribe_twitter a {
	background-position:center -1400px;
}

.subscribe .subscribe_email a {
	background-position:center -1705px;
}
#contact-data .subscribe p.addtoany_list {
	width:235px;
	text-align:center;
	margin:10px auto;
}

.ddsg-pagenav + div {
	/*display:none;*/
}

.alignleft {
background:transparent;	
}
.wp-caption-text {
	margin-top:3px;
	text-align:center;
	font-weight:bold;
}
.buttons {
	float:left;
	margin:0 15px 10px 0;
	width:50px;
}
.buttons-right {
	float:right;
	margin:0 -10px 10px 10px;
	width:50px;
}
.buttons .widget-button, .buttons-right .widget-button {
	margin-bottom:5px;
}

#cems-ql-wrap {
	background:transparent url(/wp-content/plugins/cems-quicklinks/forward.gif) no-repeat scroll left -1px;
	top:535px;
	margin-left:45px;
	color:#604126;
	height:20px;
	padding-left:22px;
	position:absolute;
}
#cems-ql-wrap select {
	border:1px solid #604126;
	color:#604126;
	font-size:11px;
	line-height:20px;
	width:133px;
}
.person h3 {
background:#E6E1DE none repeat scroll 0 0;
color:#888888;
float:left;
font-size:15px;
margin-top:2px;
padding-right:0.3em;
}

.person h3 strong{
	color:#000;
}

.person {
	background:transparent url(/wp-content/themes/rickshawchallenge3/images/splitter_ddd_2px.png) repeat-x scroll left center;
	margin-bottom:10px;
	overflow:hidden;
}
.person .icons a {
	display:block;
	float:right;
	margin-top:2px;
	margin-right:1px;
	width:16px;
}
.person .icons {
	float:right;
	width:40px;
}

.icon16x16.facebook {
background-position:-20px 0px;
}

.icon16x16.twitter {
background-position:0px 0px;
}

.icon16x16 {
background:transparent url(/wp-content/themes/rickshawchallenge3/images/tsrspritemap.png) repeat scroll 0 0;
display:block;
height:16px;
width:16px;
}
#contact-data h4 {
	margin-bottom:3px;
}
#contact-data .india-address {
	margin-top:0;
	font-size:13px;
	line-height:normal;
	font-family:Arial;
}
.cse .gsc-control-cse, .gsc-control-cse {
background-color:transparent !important;
border:none !important;
font-family:Georgia,serif;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding-top: 0px !important;
}

#top-menu {
	background:url(images/menu-bg.gif) 1px 0 no-repeat; 
	height:22px;
	
}
#menus {
	float:right;
	height:22px;
	width:335px;
	margin-right:30px;
}
#menus img {
	margin:0 !important;
}
#top-link {
	background:url(images/top01k.gif) top left no-repeat; 
	display:block;
	height:99px;
	width:926px;
}

div.page404 {
	margin-top:30px;
}
#bottom-link {
	background:url(images/bottomk.gif) top left no-repeat; 
	display:block;
	height:138px;
	width:923px;
}

body{	
		background-image:url(images/bg1.jpg) !important;
	}
#content .breadcrumb {
	margin-bottom:20px;
}
#content .breadcrumb a, #content .breadcrumb {
	font-size:11px;
}
#content .related-posts {
	padding-top:10px;
}
#content .postmeta {
	font-size:12px;
	background:transparent url(/wp-content/themes/rickshawchallenge3/images/splitter_ddd_2px.png) repeat-x scroll left center;
	height:20px;
	margin-bottom:15px;
	position:relative;
	
}
#content .postdata {
	float:right;
	background:#E6E1DE none repeat scroll 0 0;
}
#content .post-ratings {
	margin:10px 0 15px;
	font-size:11px;
}

#content .post-ratings-text {
	display:none !important;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
/*---------NEW RALLY PAGE-----------*/

.rally-info {
	width:625px;
	font-family:Arial;
	font-size:12px;
	height:100%;
	
	
}
.rally-info .rally-text {
	width:363px;
	float:left;
	padding:10px;
}

.rally-info .rally-photos{
	width:242px;
	float:right;
}

.rally-text h1, .rally-text h2 ,.rally-text h3,.rally-text h4 {
	color: #643130;
}

.rally-text h1 {
	font-size:25px;
	border-bottom:1px solid #E1D3B6;
	margin:0 0 25px;
}

.rally-text h2{
	font-size:20px;
	border-bottom:1px solid #E1D3B6;
	margin:20px 0 10px;
} 
.rally-text h3{
	font-size:16px;
	border-bottom:1px solid #E1D3B6;
	margin:10px 0 10px;
} 
.rally-infoblock p {
	margin-bottom:20px;
	text-align:justify;
}
.rally-text table {
	font-size:12px;
	border-collapse:collapse;
	text-align:left;
}
.rally-text table td, .rally-text table th {
	padding:4px 0px;
	vertical-align:top;
}

#trips {
	width:100%;
}
.routemap {
	text-align:center;
}

.rally-photos .polaroid {
	border:none;
}
div.polaroid.random2{
	height:192px;
	width:229px;
}

div.polaroid.random1 {
	height:203px;
	width:242px;
}

div.polaroid {
	height:201px;
	position:relative;
	width:237px;
}


div.polaroid div.crop {
	height:165px;
	left:20px;
	overflow:hidden;
	position:absolute;
	top:17px;
	width:200px;
}
div.polaroid.random1 div.crop {
	height:150px;
	left:21px;
	top:22px;
	width:200px;
}
div.polaroid.random2 div.crop {
	height:160px;
	left:17px;
	top:17px;
	width:200px;
}

div.polaroid div.frame {
	background:transparent url(images/polaroid.1.png) no-repeat scroll 0 0;
	height:201px;
	left:0;
	position:absolute;
	top:0;
	width:237px;
	z-index:100;
}
div.polaroid.random2 div.frame {
	background:transparent url(images/polaroid.3.png) no-repeat scroll 0 0;
	height:192px;
	width:229px;
}

div.polaroid.random1 div.frame {
	background:transparent url(images/polaroid.2.png) no-repeat scroll 0 0;
	height:209px;
	width:242px;
}
/*-----------NEW RALLY PAGE ---------*/

/*-----------NEW CITY PAGE-------------*/
.cont-selector {
	list-style:none;
	padding:0;
	float:left;
	width:170px;
	margin:0px;
}
.city-cont {
	margin-left:170px;
	margin-bottom:180px;
}
.city-cont .city-block {
	display:none;
}
.city-cont .city-block:first-child {
	display:block;
}
.cont-subselector {
	display:none;
}
/*----------NEW CITY PAGE-------------*/
.search_results {
	border:2px solid brown;
	background-color:#fff;
	padding:10px 20px;
	margin:10px 0;
}
/*-------NEW RALLY PAGE--------------*/
.rallies {
	border:1px solid #CCCCCC;
	padding:10px 5px;
	width:570px;
	font-family:arial;
	background-color:#FFFFFF;
}

.rally {
	margin:0 0 10px;
	padding:15px 10px;
	posotion:relative;
	clear:both;
	font-size:12px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}


.rally table {
	font-size:12px;
	margin-top:4px;
}

.rally table tr td:first-child {
	font-weight:bold;
	width:100px;
}

.image {
	float:right;
}
.polaroidz {
	width:150px;
}
.rally a {
	color:black;
	text-decoration:none;
}
.rally .text {
	width:300px;
	float:left;
}
.rallies h2{
	display:inline;
}
.textmiddle {
	vertical-align:middle;
}
.ractions {
	float:right;
}

.ractions ul {
	padding:0;
	margin:0 0 10px;
	list-style:none;
}
.ractions ul li {
	text-align:right;
}
.ractions img {
	margin-top:10px;
}
ul li.price {
	color:#DF7753;
	font-size:11px;
}

a.button {
	background-color:#AF4C4C;
	border:1px solid #EEEEEE;
	color:#FFFFFF;
	display:block;
	margin:1px 0;
	padding:4px 4px;
	text-align:center;
	width:100px;
}

.catname {
	color:#AF4C4C;
	font-weight:bold;
}
.text table {
	border-collapse:collapse;
}
.text table td {
	padding:2px 0px;
	margin:0px;
	height:20px;
}
.text table tr {
	border-bottom:1px dotted #ccc;
}
.highlight {
	margin:3px 0;
	padding:1px 0px 2px 0px;
	border-bottom:1px dotted #ccc;
}
.text h2 {
	color:#AF4C4C;
}
/*-------NEW RALLY PAGE--------------*/