* {
	padding: 0;
	margin: 0;
}

body { 
	background: #f7f7f7 url('/_grafix/bg.gif') top left repeat-y;
}

div, td {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

a {
	color: #000;
	text-decoration: underline;
}

a:link { 
	color: #000; 
}

a:visited { 
	color: #666; 
}

a:hover { 
	color: #999;
}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

td input {
	padding: 3px;
	width: 98%;
	border: 2px solid #ccc;
}

input.big {
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #ccc;
}

br.clear {
	clear: both;
}


/* container */

#container {
	float: left;
	width: 100%;
	background: url('/_grafix/bg_container.gif') top left repeat-x;
}

/* header */

#header_container {
	float: left;
	width: 1010px;
	height: 110px;
	background: url('/_grafix/bg_container.gif') top left repeat-x;
}

#header {
	float: left;
	width: 1010px;
	height: 75px;
}

#header .title {
	float: left;
	width: 790px;
	height: 75px;
}

#header .title_gutter {
	float: left;
	width: 740px;
	padding: 25px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

#header .title_gutter a img {
	border: 0;
}

#header .general_menu {
	float: right;
	width: 220px;
	text-align: right;
	color: #ccc;
}

#header .general_menu_gutter {
	float: right;
	width: 220px;
	padding-top: 25px;
	text-align: right;
}

#header .general_menu a {
	color: #ccc;
}

#header .general_menu a:hover {
	color: #fff;
}


/* Intro */

#intro {
	float: left;
	width: 740px;
	height: 500px;
	background: url('/_grafix/bg_intro.jpg') top left no-repeat;
}

#intro .top {
	float: left;
	width: 320px;
	height: 292px;
}

#intro p.big {
	font-size: 16px;
	color: #666;
	line-height: 1.1em;
}

#intro span.small {
	font-size: 12px;
	color: #888;
}

#intro .center {
	float: left;
	width: 680px;
	line-height: 1.4em;
}

#intro ul {
	float: left;
	list-style-type: none;
}

#intro li {
	float: left;
	display: block;
	width: 100px;
	margin-right: 25px;
	padding-top: 55px;
	text-align: center;
	font-size: 11px;
}

#intro .bottom {
	float: left;
	width: 740px;
	background: #333;
}

#intro .bottom_gutter {
	float: left;
	width: 720px;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#intro .bottom_gutter a {
	color: #fff;
}



/* navigation */

#navigation {
	float: left;
	width: 1010px;
	height: 35px;
}

#navigation .left {
	float: left;
	width: 765px;
	height: 35px;
	padding-left: 25px;
}

#Tabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	border: none;
}
	
#Tabs a:link, #Tabs a:visited {
	float: left;
	background: #323232;
	font-size: 12px;
	padding: 10px 18px 11px 18px;
	margin: 0px 0px;
	text-decoration: none;
	color: #fff;
	margin-right: 2px;
}

#Tabs a:link.current, #Tabs a:visited.current {
	background: #666;
	color: #fff;
}

#Tabs a:hover {
	color: #fff;
	background: #444;
}

#Tabs a:hover.current {
	background: #666;
	color: #fff;
}

#navigation .right {
	float: right;
	width: 220px;
	height: 35px;
	text-align: right;
}

#TabsRight li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	border: none;
}
	
#TabsRight a:link, #TabsRight a:visited {
	float: right;
	background: #323232;
	font-size: 12px;
	padding: 10px 18px 11px 18px;
	margin: 0px 0px;
	text-decoration: none;
	color: #fff;
	margin-right: 2px;
}

#TabsRight a:link.current, #TabsRight a:visited.current {
	background: #666;
	color: #fff;
}

#TabsRight a:hover {
	color: #fff;
	background: #444;
}

#TabsRight a:hover.current {
	background: #666;
	color: #fff;
}


/* content */

#content_wrapper {
	float: left;
	width: 1010px;
}

#content {
	float: left;
	width: 740px;
	padding: 25px;
	padding-top: 35px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 195px;
	padding: 35px 0 0 25px;
}





/* login */

input.form_field {
	border: 2px solid #ccc;
}

#login_form td {
	padding: 3px;
}



/* ?? */

.container	{
	width: 740px;
}

.break {
	height: 16px;
	clear: both;
	overflow: hidden;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}




/* container */
/*
#Container	{
	padding: 15px 0px;
	color: #000;
}

#Container a:hover.command {
	color: #fff;
	background-color: red;
	text-decoration: none;
}
*/

#mainCommand {
	text-align: center;
}

#mainCommand a {
	color: red;
	font-size: 12px;
	padding: 1px 2px;
	color: #000;
}

#addReport {
	margin-top: 15px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #999;
}

#addReport input.button {
	height: 26px;
	vertical-align: middle;
}

#reportCategoryText a.cancel, #reportLocationText a.cancel {
	color: red;
}

#modList	{
	margin: 15px 0px 15px 0px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #999;
}

#listReport	{

	width: 100%;
	margin-top: 15px;
	background-color: #D5EBFF;
	padding: 6px;
	font-size: 12px;
	font-family: Helvetica, Arial;
}

#listReport	.menu {
	color: #666;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

#listReport	.current {
	color: #fff;
	background-color: #439CF0;
	font-weight: bold;
	border-bottom: 2px solid #e5e5e5;
}

#listReport	.listRow, .listRowOver {
	background-color: #f4f4f4;
	vertical-align: top;
}

#listReport	.listRowOver {
	background-color: #FEFFE5;
}

#listReport	.listRowDisabled, .listRowOverDisabled {
	background-color: #e4e4e4;
	vertical-align: top;
	color: #999;
}

#listReport	.listRowOverDisabled {
	background-color: #eaeaea;
}

#listReport td {
	padding: 3px 5px;
}

#listReport .listDivider {
	background-color: #999;
	height: 1px;
	padding: 0px;
}

#listReport .edit {
	width: 98%;
	color: blue;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Helvetica, Arial;
}

#Flash {
	text-align: left;
	border: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-top: 15px;
}

#Flash.good {
	border-color: #9c9;
	color: #060;
	background: url(/_grafix/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

#Flash.bad {
	border-color: #c99;
	color: #fff;
	background: url(/_grafix/alertbad_icon.gif) #c00 left no-repeat;
}

#Footer	{
	background-color: #f4f4f4;
	border: 1px solid #C0BEBA;
	color: #666;
	font-size: 7pt;
	padding: 6px 12px;

}

#Footer a	{
	color: #666;
	padding: 0px 2px;
}

#Footer a:hover	{
	background-color: #666;
	color: #fff;
	text-decoration: none;
}

#FormSet {
	padding: 20px;
	border: 1px solid #ccc;
}

#ErrorExplanation {
	margin: 0px;
	background-color: #f0f0f0;
	margin-bottom: 25px;
}

#ErrorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	background-color: #c00;
	color: #fff;
}

#ErrorExplanation div {
	padding: 10px;
}

#ErrorExplanation p {
	color: #333;
	margin-bottom: 10px;
}

#ErrorExplanation ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

#ErrorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

#listBox td {
	height: 30px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 33%;
	vertical-align: top;
}

#listBox td.company {
	background-color: #D5EBFF;
}

#listBox .title {
	font-size: 14px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #3330;
	padding: 0 5px;
}

fieldset p {
	font-size: 12px;
	line-height: 15px;
	color: #222;
	margin: 0 0 10px 0;
	padding: 0;
}

fieldset small {
	font-size: 10px;
	line-height: 13px;
	color: #999;
}

fieldset input {
	padding: 3px;
	width: 98%;
	border: 2px solid #ccc;
}

fieldset input.short {
	width: 40%;
	border: 2px solid #ccc;
}

fieldset input.big {
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #ccc;
}

fieldset table th {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}

fieldset table td {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

fieldset.final {
	padding: 10px;
	margin-bottom: 0px;
	background-color: #e8fcea;
	border: 5px solid #393;
}

fieldset.final p {
	color: #000;
}

fieldset.final legend {
	color: #297D29;
}

#form_table td {
	padding: 3px;
	
}

