/*
 * This file contains the style properties that are commonly changed at each site.
 *
 * If you do not want your changes to be overwritten by the updater, move this file into the 
 * custom folder and change the "css.custom" message string.
 *
 */

body {
	color: #222;
	background-color: #FFF;
	font-style: normal;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
      /*background: #ffffff url(cgr-header-long.jpg) 0 0 no-repeat;*/
}



/* 
 * Sample headers
 * 
 * A thin header with a blue background.
 * #header {
 * background-color: #7bf;
 * min-height: 20px;
 * }
 *
 * A header with a left aligned image on a blue background. In this case the image is 20px tall.
 * #header {
 * background: #7bf url(../custom/images/home-header.jpg) 0 0 no-repeat;
 * height: 20px;
 * }
 */
#header {
	margin: 0;
	padding: 0;
	height: 118px;
	background: url(/tyler_theme/header-bg.jpg) 0 0 no-repeat;
/*	background-color: #f90;*/
/*	background-color: #cf7;*/
/*	background-color: #036;*/
/*	background-color: #fff;*/
/*      background: #006baf url(../images/home-header-top.jpg) 0 0 no-repeat;*/

}

#header h1 {
	display: none;
	color: #fff;
	font-size: 200%;
	margin-left: 80px;
	margin-top: 30px;
}

/*
 * Navigation Bar
 *
 * The background, link and border colors on the navigation bar can be changed here.
 */
#nav ul {
	background: url(/tyler_theme/nav-bg.jpg) 0 0 no-repeat;
	border-top: 0px solid #030;
	border-bottom: 0px solid #ccc;
}

#nav ul li.first {
	margin-left: 10px;
}
#nav ul li {
	margin-left: -10px;
}

#nav a, #nav a.visited {
	border-left: 0px solid #ccc;
	color: #fff;
	/*color: #ddd;*/
	text-decoration: none !important;
}

#nav a:hover {
	color: #ccc;	
	text-decoration: none !important;
}

/*
 * Left Column
 */
#left_column {
	background: #fff  url(/tyler_theme/tableBGLong.gif) repeat-x bottom left;
	border-right: 1px solid #ccc;
}
#left {
	padding-top: 20px;
}

#right_column {
	background: #fff  url(/tyler_theme/tableBGLong.gif) repeat-x bottom left;
}


/*
 * Page Link Colors
 */
a {
	color: #005e9b;
}

a:visited {
	color: #1D4AA5;
}

a:hover {
	color: #999;
}

/*
 * Version number
 * Uncomment the following lines if you do not wish to display the version number on the 
 * splash screen.
 */
/*
#version {
	display: none;
	visibility: hidden;
}
*/

/*
 * Page Footer
 */
#footer {
	border: solid #ccc;
	border-width: 1px 0px 0px 0px;
	color: #888;
	font-size: 75%;	
}

 th {
	font-size: inherit;
	background: #005d9a;
	color: white;
	padding: 5px;
}

table.products {
	display: none;
	visibility: hidden;
}
