@charset "utf-8";
/* CSS Document */

* {font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;}
	
body, form {margin:0px;
	padding:0px;}
	
h1, h2, h3 {font-family:"Myriad Pro", Garamond, Arial;
	margin-bottom:0px;
	padding-bottom:5px;}
h1 {font-size:16pt;}
h2 {font-size:14pt;}
h3 {font-size:12pt;}

ol, ul {margin-top:5px;
	margin-bottom:5px;
	margin-left:25px;
	padding:0px;}
	
pre {font-family:"Courier New", Courier, monospace;
	margin:0px;
	padding:3px;}
pre * {font-family:"Courier New", Courier, monospace;}
	
#header {background:url(images/header_bg.gif) repeat-x top left;}

#nav, #top, #main_cont, #body_cont, #footer {width:790px;
	margin-left:auto;
	margin-right:auto;}
	
#nav img {float:left;}
#nav a {display:block;
	float:left;
	width:102px;
	text-align:center;
	color:#ffffff;
	padding-top:10px;
	height:28px;
	text-decoration:none;
	background:url(images/nav_bg.gif) repeat-x top left;
	font-weight:bold;}
#nav a:hover {color:#e8dba7;}

#top {clear:both;}

#search {float:right;
	margin-top:35px;}
	
#search img, #search input {float:left;}
#search_field {background:url(images/search_bg.gif) repeat-x top left;
	float:left;
	height:36px;}
#search_field input {background:none;
		border:none;
		color:#ffffff;
		margin-top:10px;}
		
#g_branding {font-size:8pt;
	color:#a7a7a7;
	clear:both;}
	
#banner {background:#f4edd3;
	padding:15px;
	text-align:center;}
	
#main {background:#e8dba7;
	border-bottom:solid #bbb082 1px;}
#main_cont {padding:10px 0px;}

#body {background:#f4edd3;
	border-bottom:solid #bbb082 1px;}
#body_cont {padding:10px 0px;}

#side {float:right;
	width:200px;
	padding-left:25px;
	padding-bottom:15px;
	margin-left:25px;
	margin-bottom:25px;
	border-left:solid #bbb082 1px;
	border-bottom:solid #bbb082 1px;}
	
#footer, #footer * {font-size:8pt;
	color:#666666;}
#footer img {float:right;}
#footer div {padding-top:30px;}

.table_list {border-collapse:collapse;
	border:solid #bbb082 1px;
	width:100%;}

.table_list td {padding:5px;
	border:solid #bbb082 1px;}

.table_list th {background:#2d2d2d;
	padding:5px;
	color:#ffffff;}	

.table_list tr.odd {background:#e8dba7;}

.twit_lnk {display:block;
	text-decoration:none;
	color:#000000;
	border-bottom:solid #999999 1px;
	margin-bottom:10px;
	padding-bottom:10px;}
	
.twit_lnk:hover {color:#cc0000;}
.twit_flow {font-size:8pt;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	float:right;}
.twit_flow:hover {color:#000000;}

.flt_clr {clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;}

.header_floating {float:left;
	margin-right:15px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;}
.header_floating:hover {color:#cc0000;}

/* calendar styles */
#calendar1, #calendar2, #calendar3 {border:solid #666666 1px;
	background:#ffffff;
	padding-bottom:5px;
	padding-top:5px;}
#calendar1 {width:183px;}
#calendar1 .ng-cal-header-table {width:173px;}
#calendar2 {width:370px;}
#calendar2 .ng-cal-header-table {width:360px;}
#calendar2 .ng-cal, #calendar3 .ng-cal {width:178px;
	float:left;
	margin-right:0px;}
#calendar3 {width:555px;}
#calendar3 .ng-cal-header-table {width:545px;}
#inter_cal .ng-cal-header-table, #inter_cal2 .ng-cal-header-table {width:95%;}

.time_picker_div {padding:5px;
		border:solid #999999 1px;
		background:#ffffff;}
		
.sample_swatch {float:left;
		width:20px;
		height:20px;
		cursor:pointer;}
		
#bread_crump {height:10px;}
#bread_crump * {font-size:8pt;
	color:#666666;}
#bread_crump strong {display:block;
	float:left;}
#bread_crump a {display:block;
	float:left;
	text-decoration:none;
	margin-right:10px;
	padding-right:20px;
	background:url(images/bc_bg.gif) no-repeat center right;}
	
#bread_crump a:hover {color:#000000;}

#errors {background:#cc0000;
	border:solid #990000 2px;
	padding:3px;
	margin:3px;}
#errors, #errors * {color:#ffffff;}

#success {background:#10c710;
		border:solid #107e10 2px;
		padding:3px;
	margin:3px;}
	
.side_nav {font-weight:bold;
	display:block;
	text-decoration:none;
	color:#000000;
	border-bottom:solid #999999 1px;
	padding:3px;}
	
.side_nav:hover {color:#cc0000;
	border-bottom:solid #cc0000 1px;}
	
.sub_side_nav {display:block;
	text-decoration:none;
	color:#333333;
	padding:3px;
	padding-left:10px;}
	
.sub_side_nav:hover {color:#cc0000;}
	
.func_list li {margin-bottom:5px;}