body{
	margin: 0px;
	padding: 0px;
}
body,p,div,td{
	font-family: Arial,Helvetica,serif;
	font-size: 15px;
}
a:link{
	color:#004891;
	/*color:#6699cc;*/
	text-decoration: underline;
}

a:visited{
	color:#6699cc;
	text-decoration: underline;
}
a:hover{
	color:#ff3300;
	text-decoration: underline;
}

#logolink
{
	display: block;
	height: 86px;
	width: 150px;
	background-image: url(./images/nemourssmall.jpg);
}
th{
	text-align: left;
	font-family: Arial,Helvetica,serif;
	font-size: 15px;
	font-weight: bold;
}
td{
	vertical-align: top;
}
table{
	border-collapse: collapse;
	empty-cells: show;
}
table.skel{
	margin: 0px;
	width: 100%;
	height: 100%;
}
td.skel_0_1{ width: 119px; height: 1px; color: #000 }
td.skel_0_2{ width: 133px; height: 1px; color: #000 }
td.skel_0_3{ height: 1px; color: #000 }
td.skel_1_1{
	width: 150px;
	background: #fff url(../images/nemourssmall.jpg) no-repeat;
	vertical-align: top;
	height: 86px;
	border-bottom: solid 1px #036;
}
td.skel_1_2{
	padding: 5px;
	height: 100px;
	background: #fff;
	vertical-align: middle;
	color: #069;
    text-align: center;
    font-size: 32px;
	border-bottom: solid 1px #036;
}
td.skel_2_1{
	width: 119px;
	background: #fff url(../images/NbrBg5.jpg) repeat-y;
	vertical-align: top;
	color: #036;
}
td.skel_2_2{
	padding: 5px;
	color: #000;
	vertical-align: top;
}
td.skel_3_1{
	height: 30px;
	width: 119px;
	background: #fff url(../images/NbrBg5.jpg) repeat-y;
	color: #036;
	vertical-align: top;
}
td.skel_3_2{
	padding: 5px;
	height: 30px;
	background: #fff;
	color: #036;
	vertical-align: middle;
    font-size: 11px;
	text-align: left;
}

/***************************************
NAV MENU
***************************************/
ul.leftNav{
	list-style: none;
	padding: 0px;
	margin: 5px;
    font-size: 11px;
}

ul.leftNav li{
	padding: 2px;
	margin: 3px 10px;
	background: #fff;
	border: solid 1px #036;
	color: #036;
}
ul.leftNav li:hover{
	background: #ffcc00;
	border: solid 1px #036;
	color: #036;
}
ul.leftNav li a{
	color: #036;
	text-decoration: none;
}
ul.leftNav li a:hover{
	color: #036;
	text-decoration: underline;
}

ul.procedureActions{
	list-style: none;
	padding: 0px;
	margin: 5px;
}

ul.procedureActions li{
	padding: 2px 5px;
	margin: 3px 10px;
	background: #036;
	border: solid 1px #036;
	color: #fff;
	display: inline;
}
ul.procedureActions li a{
	color: #fff;
	text-decoration: none;
}
ul.procedureActions li:hover{
	background: #f90;
	border: solid 1px #036;
	color: #036;
}

/* this wont work with IE yet (surprise surprise)
td.skel_3_2 ul.navMenu li:first-child{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0px 10px;
}
*/
/**************************************************
FORM STYLING
**************************************************/
input,textarea,select{
	font-family: Arial,Helvetica,serif;
	font-size: 15px;
}
input.button1{
	background: #69b;
	font-family: Arial,Helvetica,serif;
	font-size: 15px;
	color: #000;
	border: solid 1px #036;
}
fieldset{
	border: 1px solid #036;
}
legend{
	font-weight: bold;
	font-size: 12px;
	color: #036;
}

/**************************************************
Headings, titles and such
**************************************************/
h1{
	font-size: 25px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2{
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3{
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
p.loginStatus{
	text-align: right;
	font-weight: bold;
	color: #036;
}
p.loginStatus a{
	color: #036;
}
/***************************************************
BORDERS
***************************************************/
.border1{
	border: solid 1px #036;
}
.border1-top{
	border-top: solid 1px #036;
}
.border1-right{
	border-right: solid 1px #036;
}
.border1-bottom{
	border-bottom: solid 1px #036;
}
.border1-left{
	border-left: solid 1px #036;
}

.border2{
	border: solid 1px #bbb;
}
.border2-top{
	border-top: solid 1px #bbb;
}
.border2-right{
	border-right: solid 1px #bbb;
}
.border2-bottom{
	border-bottom: solid 1px #bbb;
}
.border2-left{
	border-left: solid 1px #bbb;
}

div.box1{
	border: solid 1px #036;
	margin-bottom: 5px;
}

div.alert{
	margin: auto;
	width: 600px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #036;
	padding: 20px;
}
div.alert h2.success{
	color: #090;
	margin: 30px 0px;
}
div.alert h2.warning{
	color: #f90;
	margin: 30px 0px;
}
div.alert h2.error{
	color: #900;
	margin: 30px 0px;
}
div.alert a.success{
	padding: 5px 10px;
	border: solid 1px #000;
	background: #090;
	color: #000;
	text-decoration: none;
}
div.alert a.warning{
	padding: 5px 10px;
	border: solid 1px #000;
	background: #f90;
	color: #000;
	text-decoration: none;
}
div.alert a.error{
	padding: 5px 10px;
	border: solid 1px #000;
	background: #900;
	color: #000;
	text-decoration: none;
}
/***************************************************
COMMON THINGS
***************************************************/
.error{
	color: #f00;
}
.success{
	color: #090;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.underline{
	text-decoration: underline;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
span.small{
	font-size: 9px;
}
/***************************************************
DATA ELEMENTS
***************************************************/
div.protocol{
	margin: 5px;
	border: solid 1px #036;
	padding: 5px;
}
div.user{
	margin: 5px;
	border: solid 1px #036;
	padding: 5px;
}
div.procedure{
	margin: 5px;
	border: solid 1px #036;
	padding: 5px;
}

div.protocol div.user{
	margin: 5px;
	border-top: solid 1px #036;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
}
div.protocol div.procedure{
	margin: 5px;
	border-top: solid 1px #036;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 5px;
}

table.dataDisplay{
	width: 100%;
}
table.dataDisplay TD,table.dataDisplay TH{
	border: solid 1px #036;
	text-align: left;
	color: #036;
	padding: 2px;
}

table.itemDisplay{
	width: 80%;
}
table.itemDisplay TD,table.itemDisplay TH{
	border: solid 0px #036;
	text-align: left;
	color: #036;
	padding: 5px;
}
