/*** Images: no borders ever! **/
img {
	border-width: 0px;
}

/** Page, headings, paragraphs **/

td, .application, h1, p, li, th {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #663300;
}
p {
	font-weight: normal;
}

h1 {
	font-weight: bold;
	font-size: 16px;
}

select, input, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #663300;
}

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/** Links: **/
a {
	text-decoration: none;
}


a:visited, a {
	color: Navy;
        font-family: Tahoma, Verdana, Sans-Serif;
}

a:hover	{
	text-decoration: underline;
}

li {
	/*list-style-image: url('/images/bulletBlock.gif');*/
}

/** In lists, alternate line colours for readability **/
.row_light {
	background-color: #FAFAFA;
}

.row_dark {
	background-color: #FBF5EB;
}

.row_dark td, .row_light td {
	color: #333333;
}

.rrow_light {
	background-color: #FAFAFA;
}

.rrow_dark {
	background-color: #FBF5EB;
}

/** Feedback: errors, warnings and notices **/

.feedback {
	font-size: 8pt;
}

.feedback_problem {
	color: red;
}

.feedback_notice {
	color: blue;
}

.feedback_debug {
	color: grey;
	/** display: none; **/

}

/** Nav and main area is "application" **/

.application {
	width: 100%;
}

.heading {
	text-decoration: none;
	color: black;
	vertical-align: bottom;
	font-size: 10px;
}

/** Main area (lists and forms) **/

.dataview {
/*	font-weight: bold;*/
	text-decoration: none;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/** Navigation Menu **/
.dataview_nav {
	border: none;
	width: 131px;
	background-color: #FBF5EB;
	padding-top: 15px;
}

/** Navigation menu - each option and link **/

.dataview_option_cell a, .dataview_option_cell a:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	width: 130px;
	border: none;
	height: 21px !important;
	height: 21px;
	margin: none;
    padding-left: 16px;	
    padding-right: 0px;	
    padding-top: 3px;
    padding-bottom: 0px;
	vertical-align: bottom;
	font-size: 11px;
}

.dataview_option_cell a:hover {
	color: #A3642E;
	text-decoration: none;
	background-position: 0px -24px;
}
.dataview_option_cell a.navnow {
	color: #666666;	
}

span.subheading {
	color: grey;
	font-weight: normal;
	font-size: 6pt;
}

.fieldname {
	font-weight: bold;
}


.nowrap { white-space: nowrap; }
.vbottom { vertical-align: bottom; }
.tr_off  { display: none; }
.tr_on  { display: table-row; }
.comment { 
	color: #999999; 
	font-size: 10px;
}

td.formlabel { width: 35%; }

.actionnarrative { color: gray; }

.fine {
	font-weight: normal;
	color: gray;
}

div.topbar { 
	background-color: #e7cfc3;
	color: black;
	font-size: large;
	width: 100%;
	height: 25px;
}
.diarydate {
	background-color: #e7cfc3;
	color: black;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}

/*
.contenttablelist {
	 border-collapse: collapse;
}
.contenttablelist td {
	 border-left: 1px solid #d1d1d1;
	 border-right: 1px solid #d1d1d1;
}*/

	

tr.banner {
	background-color: #FBF5EB;
}
.actionlabel {
	padding-top: 3px;
}
.list_navigation {
	background-color: #fff9bf;
}

/*** Reports ***/
.repview th { font-weight: bold; text-align: left; font-size: 10pt; }
.repview { border-collapse: collapse; border: 1px solid #eee; padding: 2px 2px 2px 2px; width: 90%; font-size: 9pt}
.repview .top { background-color: #e7cfc3; }
.secret { color: #bbb; display: none; }

/*** Navigation Menu (again??) **/

div.nav { 
	width: 150px;
	height: 20px;
	padding: 2px 2px 2px 2px;
	margin: none;
	border: 1px #eee solid;
	border-collapse: collapse;
	text-align: left;
	font-weight: bold;
}
div.navActive1 {
	background-color: black;
	text-align: left;
	color: white;
}

/*** For white label, top banner thing ***/
.topbanner { color: white; background-color: black; width: 100%; height: 30px; }
.topbanner td {  font-family: Arial Black; color: white; font-size: 120%; letter-spacing: 1px; }
/** Please put all crucial styles here: ie. ned specific things, such as display: none for debug etc.
Note that this style sheet should be able to be used in conjunction with a frontend style sheet without
"breaking" frontend design **/

.feedback {
        font-size: 8pt;
}

.feedback_problem {
        color: red;
}

.feedback_notice {
        color: blue;
}

.feedback_debug {
        color: grey;
        display: none;
}
.nowrap { white-space: nowrap; }
.vbottom { vertical-align: bottom; }
.tr_off  { display: none; }
.tr_on  { display: table-row; }
.comment { 
        color: blue; 
        font-size: x-small;
}
.tiny { font-size: 7pt; }
/*** Start tab style ***/
ul#tabnav {
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid  #7B7984;
margin: 0;
}

ul#tabnav li {
float: left;
height: 21px;
background-color: #7B7984;
margin: 2px 2px 0 2px;
border: 1px solid #7B7984;
}

li.tab {
border-bottom: 1px solid #fff;
background-color: #fff;
}

li.tab a {
color: #fff;
}

#tabnav a {
float: left;
display: block;
color: #fff;
text-decoration: none;
padding: 4px;
}

#tabnav a:hover, #tabnav a:active, #tabnav li.selected a {
background: #fff;
color: #000;
}
/*** End tab style ***/
div.editlink {
        margin-top: 10px;
        margin-right: 5px;
}
div.editlink a {
        background-image: url('/ned/images/button_edit.gif');
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 20px;
        font-weight: bold;
}
.editlink a:hover {
        border-bottom: 1px solid #ddd;
}
/****** End crucial ned ****** */
