﻿/* 'Element' named styles for the Markup Styles RTE drop-down */
h1.mystyle-Element-H1 {
	-ms-name:Heading 1;
}
.mystyle-Element-H1 {
	font-size: 2.25em;
	line-height: 1.15em;
	color: #666666;
	font-weight: normal;
	margin: 0 0 0.75em 0;
}
h2.mystyle-Element-H2 {
	-ms-name:Heading 2;
}
.mystyle-Element-H2 {
	font-size: 1.75em;
	line-height: 1.15em;
	color: #666666;
	font-weight: normal;
	margin: 1em 0 0.25em 0;
}
h3.mystyle-Element-H3 {
	-ms-name:Heading 3;
}
.mystyle-Element-H3 {
	font-size: 1.5em;
	line-height: 1.15em;
	font-weight: normal;
	color: #666666;
	margin: 1em 0 0.25em 0;
}
h4.mystyle-Element-H4 {
	-ms-name:Heading 4;
}
.mystyle-Element-H4 {
	font-size: 1.25em;
	line-height: 1.15em;
	font-weight: normal;
	color: #666666;
	margin: 1em 0 0.25em 0;
}
h5.mystyle-Element-H5 {
	-ms-name:Heading 5;
}
.mystyle-Element-H5 {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.15em;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0.25em 0;
}
div.mystyle-Element-intro {
	-ms-name:Intro;
}
.mystyle-Element-intro {
	font-size: 1.15em;
	line-height: 1.15em;
	margin: 0.75 0 0.75 0;
}
div.mystyle-Element-body {
	-ms-name:Body;
	}
.mystyle-Element-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 1.35em;
	margin: 10px 0 10px;
	padding: 0;
	text-align: left;
}
div.mystyle-Element-small {
	-ms-name:Small;
}
.mystyle-Element-small {
	font-size: 0.83em;
}
div.mystyle-Element-caption {
	-ms-name:Caption;
}
.mystyle-Element-caption {
	font-size: 0.83em;
	font-style: italic
}
div.mystyle-Element-textcallout {
	-ms-name:Text Callout;
}
.mystyle-Element-textcallout {
	font-weight:bold;
	color: #73AFB6;
}
span.mystyle-Element-imagefloatright {
	-ms-name:Image Float Right;
}
.mystyle-Element-imagefloatright {
	float:right;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
span.mystyle-Element-imagefloatleft {
	-ms-name:Image Float Left;
}
.mystyle-Element-imagefloatleft {
	float:left;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
div.mystyle-Element-aligncenter {
	-ms-name:Align Center;
}
.mystyle-Element-aligncenter {
	text-align:center;
}
div.mystyle-Element-alignright {
	-ms-name:Align Right;
}
.mystyle-Element-alignright {
	text-align:right;
}
div.mystyle-Element-alignleft {
	-ms-name:Align Left;
}
.mystyle-Element-alignleft {
	text-align:left;
}
div.mystyle-Element-pullquote {
	-ms-name:Pull Quote;
}
.pullquote
{
margin-left:auto;
margin-right:auto;
width:75%;
font-weight:bold;
font-style:italic;
color:#990000;
font-size:2em;
text-align:center;
font-family:arial, helvetica, sans-serif;
line-height:1.15em;
padding:10px 0px;
}

/* 'Style' references for the Styles RTE drop-down */
span.mystyle-Style-bold {
	-ms-name:Bold;
	}
.mystyle-Style-bold {
	font-weight:bold;
}
span.mystyle-Style-italic {
	-ms-name:Italic;
}
.mystyle-Style-italic {
	font-style:italic;
}
span.mystyle-Style-normal {
	-ms-name:Normal;
}
.mystyle-Style-normal {
	font-style:normal;
}
span.mystyle-Style-indent {
	-ms-name:Indent;
}
.mystyle-Style-indent {
	padding-left: 25px;
}

/*table.mystyle-style-default {
	-ms-name:Default;
}/*
/* begin default table styling */ 
.mystyle-Table-default { /* table */
	border-collapse: collapse;
	border-top: 0 transparent none;
    border-left: 0 transparent none;
	border-bottom: 0 transparent none;
    border-right: 0 transparent none;
	border-style: none;
}
.mystyle-TableHeaderRow-default { /* tr */
	font-weight: bold;
	text-align: left;
}
.mystyle-TableHeaderFirstCol-default { /* th */
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableHeaderLastCol-default { /* th */
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableHeaderOddCol-default { /* th */
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableHeaderEvenCol-default { /* th */
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableOddRow-default { /* tr */
/*	background:#FFFFDD;	*/
}
.mystyle-TableEvenRow-default { /* tr */
/*	background:#FFB4B4;	*/
}
.mystyle-TableFirstCol-default { /* th */
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableLastCol-default { /* td */
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableOddCol-default { /* td */
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableEvenCol-default { /* td */
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableFooterRow-default { /* tr */
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
}
.mystyle-TableFooterFirstCol-default { /* th */
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableFooterLastCol-default { /* td */
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableFooterOddCol-default { /* td */
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
.mystyle-TableFooterEvenCol-default { /* td */
	text-align: left;
	padding: 0.25em;
	vertical-align: top;
}
/* end of default table styling */

/* Mobile Market Schedule table styling */
.tcmm-schedule {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #666666;
	
}.tcmm-schedule table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	
	margin:0px;padding:0px;
}

.sturdy td:nth-child(1) {
	width: 5%;
}

.sturdy td:nth-child(2),
.sturdy td:nth-child(3),
.sturdy td:nth-child(4),
.sturdy td:nth-child(5),
.sturdy td:nth-child(6) {
 width: 18%;
 
} 
.tcmm-schedule tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.tcmm-schedule table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.tcmm-schedule table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}.tcmm-schedule tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.tcmm-schedule tr:hover td{
	
}
.tcmm-schedule td{
	vertical-align:top;
	
	
	border:1px solid #666666;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tcmm-schedule tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tcmm-schedule tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tcmm-schedule tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tcmm-schedule tr:first-child td{
		background:-o-linear-gradient(bottom, #7ab800 5%, #7ab800 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ab800), color-stop(1, #7ab800) );
	background:-moz-linear-gradient( center top, #7ab800 5%, #7ab800 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ab800", endColorstr="#7ab800");	background: -o-linear-gradient(top,#7ab800,7ab800);

	background-color:#7ab800;
	border:0px solid #666666;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;

	color:#ffffff;
}
.tcmm-schedule tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7ab800 5%, #7ab800 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ab800), color-stop(1, #7ab800) );
	background:-moz-linear-gradient( center top, #7ab800 5%, #7ab800 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ab800", endColorstr="#7ab800");	background: -o-linear-gradient(top,#7ab800,7ab800);

	background-color:#7ab800;
}
.tcmm-schedule tr:first-child td:first-child{
	
}
.tcmm-schedule tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}