/*****************************************************************************
 *  tv_app_syp_1.css                                                         *
 *                                                                           *
 *  Stylesheet for the tv listings application. This file contains all the   *
 *  styles used by the application EXCEPT for those which are applied to the *
 *  tv grid and it's contents (see tvgrid_sypm_1.css). However, unlike the   *
 *  grid stylesheet, you may edit this file to your heart's content without  *
 *  worrying about breaking anything.                                        *
 *                                                                           *
 *  @author    Jonathan Holmes <jholmes@tvmedia.ca>                          *
 *  @copyright TV Media Inc, 2008                                            *
 *  @see       tvgrid_symp_1.css                                             *
 *                                                                           *
 *****************************************************************************/


/* general class assignments for headings, spans and divs... */

h1.tvm { color: #8A170F; font-size: 16px; font-family: Verdana; font-weight: bold; margin: 5px 0px 5px 10px }
h2.tvm { color: #8A170F; font-size: 14px; font-family: Verdana; font-weight: bold }
ul.tvm { list-style: none }
div.tvm { margin: 10px 0px 20px 10px }
span.tvm { color: 8A170F; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 12px }




/* search & results */

table.tvm_sr { border: solid 1px #036; width: 100%; color: #000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #fff; border-spacing: 0px; text-align: left }
tr.tvm_sr_header { background-color: #036; color:#fff; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;  }
tr.tvm_sr_row_odd { background-color: #fff }
tr.tvm_sr_row_even { background-color: #ddd }
th.tvm_sr, td.tvm_sr { padding: 2px }



.search_heading_box {
	background-color: #036; 
	padding: 6px 0px 6px 0px;
	height:30px;

}

.search_heading_text {
	font:12px verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	color:#fff
}
.searchTable {
	padding: 10px 15px 10px 15px;
	border: solid 1px #036;
	border-collapse: collapse;
}

.tvm_input_btn {
	color: #FFFFFF;
	background: #353535;
}
.tvm_input_btn:hover {
    background: #35689A;
	text-decoration: underline;
}