﻿/* Styling borrowed from mattberseth.com */

body 
{
    padding-left:30px;
    font-family:Arial;
    font-size:10pt;
    list-style-position: inside;
    list-style-type: circle;
}

h1
{
    font-size:40pt;	
    font-weight:bold;
    font-family: Arial;
    color: #9999;
}

h2
{
    font-family: Verdana;
    font-size: 14pt;   
}

h3
{
    font-size:25pt;	
    font-family: Arial;
    color: #9999;
}


.title
{
    font-family:Arial;
    font-size:26pt;	
    font-weight:bold;   
}

.simpleLink a:visited
{
    text-decoration: none;
    color: #000000;
}

.simpleLink a
{
    text-decoration: none;
    color: #000000;
}

.simpleLink a:hover 
{
    font-weight: bold;
}

/*
select.afternoon
{
    background:url(/ClientUI/img/mt_back.gif) repeat-x;   
}
*/
/* table style */
table.afternoon
{
	border: solid 1px #d7dbe4;
	width: 100%;
}

.halfbox
{
	border-left: solid 1px #d7dbe4;
	border-top: solid 1px #d7dbe4;
}

.boxHeader
{
    border-right: solid 1px #d7dbe4;
    border-left: solid 1px #d7dbe4;
    border-top: solid 1px #d7dbe4;
    padding: 2px 2px 2px 2px;
	background: url(/ClientUI/aristo/images/bg_fallback.png) 0 0 repeat-x;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(237,237,237)),
		color-stop(0, rgb(196,196,196))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(237,237,237),
		rgb(196,196,196)
	);      
}

/* header cell style */
.afternoon th
{
    color: Black;
    border-right: solid 1px #d7dbe4;
    border-bottom: solid 1px #d7dbe4;
    padding: 5px 5px 2px 5px;
	background: url(/ClientUI/aristo/images/bg_fallback.png) 0 0 repeat-x;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(237,237,237)),
		color-stop(0, rgb(196,196,196))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(237,237,237),
		rgb(196,196,196)
	);    
}  

/* cell styles */
.afternoon td
{
    border-right: solid 1px #d7dbe4;
    border-bottom: solid 1px #d7dbe4;
    padding: 5px 5px 5px 5px;
}

th.headerSortUp  
{
	color: Black;
    border-right: solid 1px #d7dbe4;
    border-bottom: solid 1px #d7dbe4;
    padding: 5px 5px 2px 20px;
    font-weight: bold;
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center left;
    margin-left: -1px; 
    background: url(/ClientUI/img/asc.gif);
    /*background-image: url(/ClientUI/img/asc.gif); */
} 

th.headerSortDown  
{
	color: Black;
    border-right: solid 1px #d7dbe4;
    border-bottom: solid 1px #d7dbe4;
    padding: 5px 5px 2px 20px;
    font-weight: bold;
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center left;
    margin-left: -1px; 
    background: url(/ClientUI/img/desc.gif);
    /*background-image: url(/ClientUI/img/desc.gif); */
} 

th.header  
{
	color: Black;
    border-right: solid 1px #d7dbe4;
    border-bottom: solid 1px #d7dbe4;
    padding: 5px 5px 2px 5px;
    font-weight: bold;
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center left;
    margin-left: -1px; 
    /*
    background-image: url(/ClientUI/img/bg.gif);     
*/
} 

    table.tablesorter thead tr .header {
	    cursor: pointer;
	    background: url(/ClientUI/aristo/images/bg_fallback.png) 0 0 repeat-x;
	    background: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(1, rgb(237,237,237)),
		    color-stop(0, rgb(196,196,196))
	    );
	    background: -moz-linear-gradient(
		    center top,
		    rgb(237,237,237),
		    rgb(196,196,196)
	    );    	    
    }
    table.tablesorter thead tr .headerSortUp 
    {
        background-repeat: no-repeat;
	    background-position: center right;
	    background-image: url(/ClientUI/img/asc.gif);
    }
    table.tablesorter thead tr .headerSortDown 
    {
	    background-repeat: no-repeat;
	    background-position: center right;        
	    background-image: url(/ClientUI/img/desc.gif);
    }
    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #d7dbe4;
    }
    
    table.tablesorter tbody tr.odd td {
	    background-color:#F0F0F6;
    }
	
	data-row
	{
	    background-color: :#613913;
	}
	alt-data-row
	{
	    background-color: #613000;
	}



/* mouseover row style */
.afternoon .row-over 
{ 
	background-color:#e5e4cf;
}

/* mouseover row style */
.afternoon .row-select 
{ 
	background-color:#d7dbe4;
}

.ListSearchExtenderPromptLeft 
{
    padding-left:35px;	
}
.ListSearchExtenderPromptRight
{
    padding-left:25px;	
}

.box
{
	border-left: solid 1px #d7dbe4;
	border-right: solid 1px #d7dbe4;
	border-bottom: solid 1px #d7dbe4;
	padding: 5px;
	width: 220px;
}

.boxlong
{
	border-left: solid 1px #d7dbe4;
	border-right: solid 1px #d7dbe4;
	border-bottom: solid 1px #d7dbe4;
	padding: 5px;
}

.advancedBox
{
    display:none; 
    height:30px
}

.advanced
{
    display:none; 
}

.boxline
{
	border-top: solid 1px #7096ab;
}

.boxframe
{
	border: solid 1px #d7dbe4;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rightline
{
	border-right: solid 1px #d7dbe4;
}

.underline
{
	border-bottom: solid 1px #d7dbe4;
}

.boxwidth
{
    width: 320px;	
}

.border
{
    margin:5px 5px 5px 0px;
}

.footerbox
{
	font-family: Verdana;
	font-size: 11px;
	margin-top:20px;
	padding: 5 5 5 5;
}

.bigbox
{
	border: dotted 1px #CCCCCC;
	padding: 10px;
	width: 700px;
}

.delayedTrain
{
	color: Red;	
	font-weight: bold;
}

.trainHeadline
{
	padding-bottom: 5px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;	
}

.noteText
{
	font-family: Verdana;
	font-size: 12px;
	/*color:#613913;*/
	margin-bottom: 5px;
	font-weight: bold;
}

.smallTextGrey
{
	font-family: Verdana;
	font-size: 9px;
	color: #BBBBBB;
	margin-bottom: 5px;
	font-weight: bold;
}

.smallText
{
	font-family: Verdana;
	font-size: 9px;
	margin-bottom: 5px;
	font-weight:bold;
}

.link
{
	cursor:pointer;	
	text-decoration: underline;
}

.error
{
    padding:5px;
    border: dotted 1px red;
    font-weight: bold;
}

.hidden
{
    display: none;
}

.sameWeek
{
    border-width: 2px;
    border-right-color: Green;
}

.sameWeekAlternate
{
    border-width: 2px;
    border-right-color: Black;
}

div.noon
{
	border:solid 1px #d7dbe4;
	color:#613913;
	/*border-right-color:#d7dbe4;*/
	border-bottom-color:#d7dbe4;
    background:url(/ClientUI/img/mt_back.gif) repeat-x;
    padding: 2px 5px 2px 5px;
    margin-top: 10px;
}

div.barelyNoon
{
	border:solid 1px #d7dbe4;
	color:#613913;
	border-right-color:#d7dbe4;
	border-bottom-color:#d7dbe4;
    padding: 5px 5px 5px 5px;
    list-style-position: inside;
    font-family: Verdana;
	font-size: 10px;
}

.buttonNoon
{
	border:solid 1px #d7dbe4;
	color:#000000;
    background:url(/ClientUI/img/mt_back.gif) repeat-x;
    font-weight: bold;
    padding: 4px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 3px;
	opacity: 0.85;
	font-size: 9pt;
	font-weight: bold;
}
#tooltip h3, #tooltip div { margin: 0; }

.sliderHandle 
{
    position:absolute; 
    /*background: url('/img/sliderhandle.png') no-repeat; */
    width:23px;
    height:18px; 
    z-index:1;
}

.sliderTracks 
{
    position: relative; 
    background: #FFFFFF url(/ClientUI/img/tracks.png) repeat-x;
    height:20px;
    width:150px;
}

.boxTracks 
{
    background: #FFFFFF url(/ClientUI/img/tracks.png) repeat-x left 46%;
}

.tableCancelled
{
	font-weight: bold;
}

.date {
  position: relative;
  width: 70px;
  font-family: Georgia, serif;
  color: #999;
  margin: 0 auto;
 }
 
.day, .month, .year {
  position: absolute;
  }
 
.day { 
  font-size: 30px;
  top: 15px;
  }
 
.month { 
  top: 0;
  left: 0;  
  font-size: 18px;
  }
 
.year { 
  top: 19px;
  right: 0;
  font-size: 20px;
  rotation: -90deg !important;
  /* ** Hacks ** */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  
  }
  
/* --- disqus css -- */

#disqus_thread {
/*background-color: #d2dbf4;*/
border: 1px solid #d7dbe4;
padding: 5px;
}

#dsq-content h3 
{
    font-size: 15px;   
}

/*--- end disqus css --*/
