body {
	background: #f9f8f2 url( '../i/new_bg.png' ) repeat;
	color: #393939;
	font-family: Arial;
	font-size: 13px;
	margin:0;
	padding:0;
}

img { border:none; }

span.logo, h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	font-weight: bold;
	color: rgb( 117, 97, 45);
}
#nav {
	padding: 1em 0 1em 4em;
	background: url( '../i/nav_repeat_new.png') repeat-x;
	vertical-align: middle;
}
#nav a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	text-decoration: none;
	color: white;
	padding: 0.4ex 1em 0.4ex 1em;
	border: 1px solid transparent;
	border-radius: 0.5ex;
}
#nav a:hover, #nav a.selected {
	/*background-color: rgb(162, 143, 94);*/
	background-color: #fff;
	color: #000;
	border-color: rgb( 114, 94, 43);
}

input, select, textarea, option {
	font-family: Arial;
	font-size: 13px;
}
div.settings {
	float: left;
	border:1px solid #192857;
	padding: 1em;
	margin-top: 1em;
	margin-left: 1em;
}
div.settings input[type="text"] { border: 1px solid #192857; padding: 1ex; }

ul.subMenu {
	list-style-type: none; 
	border:1px solid #192857;
	float:left;
	background-color:#fff;
	padding: 1em 1em 1em 1em;
	margin-top: 1em;
	margin-left: 1em;
}
ul.subMenu li { border-bottom: 1px solid #192857; }
ul.subMenu li a {
	background: url("../i/pointer.png") no-repeat scroll left center transparent;
	color:#30BDF2;
	font-weight:bold;
	font-size:14px;
	display: block;
	margin: 8px 0 9px 0px;
	padding:0 0 0 20px;
	text-align: left;
	text-decoration: none;
}
ul.subMenu li a:hover { color:#192857; }
ul.subMenu li a.selected {color:#192857;}


.cal_button {
	display: inline-block;
	text-decoration: none;
	background: url("../i/calendar.gif");
	width: 20px;
	height: 14px;
}

.green { color: green; }
.red { color: red; }
.red_bg { background-color: red; }
.red_border { border: 1px solid red; }
.bold { font-weight: bold; }
.hidden { display: none; }

.right { text-align: right; }
.center { text-align: center; }
.del2_button {  border-color: red; }
.new_row2_button { border-color: green; }
input[type="file"] { border: 1px solid transparent; }

.tbl { background: #FFF; border: 1px solid #192857; padding:10px 10px; text-align: left; }
.tbl input[type="text"], .tbl textarea { border: 1px solid #192857; }
.titled_fr>td {	padding-top: 1ex; }
.t_title {
	margin-left: 1em;
	padding-left: 1ex;
	padding-right: 1ex;
	position: relative;
	top: +0.5em;
	background-color: #F9F8F2;
}

.clear { clear: both; }

#div_tab_switch {
	padding-bottom: 1ex;
	border-bottom: 1px solid #192857;
	margin-bottom: 1ex;
}
#div_tab_switch>a {
	padding: 0.5ex 1ex 0.5ex 1ex;
	margin-right: 0.5ex;
	border: 1px solid #192857;
	color: black;
	text-decoration: none;
}
#div_tab_switch>a.selected {
	background-color: #22B8F1;
}
