@charset "utf-8";
/* Global Styles */

body {
    margin:0px;
    padding:0px;
	}
#leftbackground {
	background-image: url('../images/ci_background.jpg');
	background-position: top right;
	background-repeat: repeat-x;
	}
#righttbackground {
	background-image: url('../images/ci_background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	}
p {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
	}
a, a:active, a:visited {
	color: #274746;
	text-decoration: underline;
	}
a:hover {
	color: #7a866e;
	text-decoration: underline;
	}
ul.bullets, div#contentbody ul {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
	list-style-image: url(../images/ci_bullet_arrow.gif); 
	}
img {
	border: 0px;
	}


/* Header */

#headertable {
	width: 890px;
	margin: 20px 5px 5px 5px;
	}
#headerlinks {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
	color: #274746;
	margin: 55px 0px 0px 0px;
	}
#headerlinks a, #headerlinks a:active, #headerlinks a:visited {
	color: #274746;
	text-decoration: none;
	}
#headerlinks a:hover {
	color: #bfd3ac;
	text-decoration: none;
	}
#mainnav {
	width: 890px;
	height: 35px;
	background-color: #274746;
	margin: 0px 5px;
	color:#ffffff;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	}
#mainnav a, #mainnav a:active, #mainnav a:visited {
	color:#ffffff;
	text-decoration: none;
	}
#mainnav a:hover {
	color:#bfd3ac;
	text-decoration: none;
	}
	
/* Content */

#contenttable {
	margin: 5px;
	width: 890px;
	}
	
.contentheading {
	background-image: url('../images/ci_content_header_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #274746;
	width: 602px;
	height: 21px;
	padding: 15px 20px;
	}
	
#contenttable.admincontent * 
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
}

#contentbody {
	margin: 20px;
	}
.maincontent {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
	}
.maincontent a, .maincontent a:active, .maincontent a:visited {
	color: #274746;
	text-decoration: underline;
	}
.maincontent a:hover {
	color: #7a866e;
	text-decoration: underline;
	}
#leftnav {
	background-image: url('../images/ci_leftmenu_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	width: 102px;
	padding: 15px 20px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	color: #777777;
	border-top: solid 5px #ffffff;	
	}
#leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#leftnav ul li {
	padding-bottom: 10px;
	}
#leftnav ul li a, #leftnav ul li a:active, #leftnav ul li a: visited {
	color: #274746;
	text-decoration: none;
	}
#leftnav ul li a:hover {
	color: #777777;
	text-decoration: none;
	}
#leftcontent {
	width: 460px;
	padding: 20px;
	}
#locatorinfo {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	color: #274746;
	padding: 0px 20px;
	}
#backtolocator {
	padding: 3px;
	margin-top: 20px;
	background-color: #274746;
	width: 180px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
	}
#backtolocator a, #backtolocator a:active, #backtolocator a:visited {
	color: #ffffff;
	text-decoration: none;
	}
#backtolocator a:hover {
	color: #bfd3ac;
	text-decoration: none;
	}
#formcontent {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	color: #777777;
	}
	
table.appTable 
{
	width: 100%;
}
	
table.appTable td
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
}

table.appTable td input, table.appTable td select
{
	font-size: 13px;
}

table.appTable td.label_field 
{
	font-weight: bold;
}

table.appTable .darkgreenBG 
{
	background-color: #274746;
}

table.appTable .lightgreenBG
{
	background-color: #BFD3AC;
}

table.centerTDs td
{
	text-align: center;
}

table.centerTDs td.align_left 
{
	text-align: left;
}


/* Sidebar */

#callout {
	background-color: #d9e8bd;
	width: 224px;
	border-bottom: solid 5px #ffffff;
	padding: 15px 12px;
	}
#calloutfooter {
	background-color: #e0e1c5;
	width: 224px;
	padding: 15px 12px;
	}

/* Footer */

#footertable {
	margin: 0px 5px;
	border-top: solid 35px #274746;
	}
#footercontent {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #7a866e;
	margin: 10px 0px 30px 0px;
	}
#footercontent a, #footercontent a:active, #footercontent a:visited {
	color: #7a866e;
	text-decoration: underline;
	}
#footercontent a:hover {
	color: #274746;
	text-decoration: underline;
	}
#footerlogo {
	border: 0px;
	margin: 10px 0px 0px 20px;
	display: inline;
	}

/*
 * admin styles
 */

div.centerSection 
{
	margin-left: auto;
	margin-right: auto;
}

.adminmenu ul, .adminmenu li 
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
}

.adminmenu ul 
{	
	margin-left: 5px;
}

.adminmenu li a:link, .adminmenu li a:visited, .adminmenu li a:hover, .adminmenu li a:active
{
	text-decoration: none;
}

.odd 
{
	background-color: #bfd3ac;
}

.admin_table 
{
	width: 700px;
}

.admin_table td 
{
	padding: 2px 3px 2px 3px;
}

.admin_table tr.list_header td
{
	padding-bottom: 5px;
	font-weight: bold;
}

div.divCalendarStyles
{
	position:absolute;
	visibility:hidden;
	background-color:white;
	background-color:white;
	z-index:15;
}

iframe.ifCalendarStyles
{
	position: absolute; 
	width: 152px; 
	height: 158px; 
	z-index: 14; 
	visibility: hidden; 
	display: none;
}

.orderCol, .modifyCol
{
	width: 100px;
	text-align: center;
}

.admin_link:link, .admin_link:visited, .admin_link:hover, .admin_link:active
{
	text-decoration: none;
}

.red 
{
	color: #cc0000;
}