/* NSO Admin - admin.css */

/* {
	margin:0;
	padding:0;
	}
*/

body { 
	background:#a9d2df;
	margin:0 auto;
	min-width:780px;
	position: relative;
	text-align:center;
}

div#container {
	background: url(images/wrapper_bg.gif) repeat-y top center;
	width: 661px;
	padding: 0 4px 0 5px;
	text-align: left;
	display: table;
	margin: 0 auto;
}
	
div#banner {
	width:661px;
	height:125px;
	background:url(images/banner.jpg) no-repeat top center;
	padding-bottom:3px;
	border-bottom:8px solid #000181;
}
	
div#content {
	width: 661px;
	margin-top: 10px;
}

div#sidebar {
	float: left;
	width: 200px;
}

div#mainContent {
	border: 2px solid rgb(17, 80, 121); 
	float: right;
	margin-right: 13px;
	*margin-right: 5px;
	padding: 20px; 
	width: 390px; 
}
	
body.login div#mainContent {
	border: none;
}

div#mainContent h1.header {
	border-bottom: 1px solid #115079;
	color: #115079; 
	font-size: 2.2em;
	text-align: center
}

div#bottomContent {
	width: 661px;
	clear: both;
}

div#bottomContent h2 {
	color: #115079; 
	font-size: 1.45em;
}
	
div#bottomLeft {
	width: 42%;
	float: left;
	padding: 6px;
	margin: 20px 2%;
	border: 2px solid #000181;
	height: 300px;
}

div#bottomRight {
	width: 42%;
	padding: 6px;
	margin: 20px 2%;
	float: right;
	border: 2px solid #000181;
	height: 300px;
}

a, a:visited {
	color:#0f66a4;
	text-decoration:none;
	}
	
a:hover {
	color:#0f66a4;
	text-decoration:underline;
	}
	
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

p, li {
	text-align:left;
	font-size:12px;
	}
	
div#sidebar ul {
	list-style: none;
	margin-left: 10px;
	}
	
div#sidebar ul li {
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
}

div#sidebar ul li span.name {
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #105076;
}

div#sidebar ul li a {
	text-decoration:none;
	}

div#sidebar ul li ul {
	margin-left: 10px;
}

div#sidebar ul li ul li {
	font-size: 11px;
	color: #105076;
}

div#sidebar ul li ul li a {
	border-bottom: 0;
}

input.submit {
	float:right;
	margin-right: 10px;
	margin-top: 10px;
}

form#edit_bulletin_board {
	overflow-x: hidden;
}

form#edit_bulletin_board, form#edit_bulletin_board table {
	width: 400px;
}

fieldset.hidden {
	outline:none;
	display:none;
}

div#bottomContent ul {
	height: 218px;
	list-style: none;
	margin-left: 25px;
	overflow-y: scroll;
}

form.edit_file {
	margin-top: 20px;
}

#footer {
	width: 621px;
	height: 70px;
	margin: 0 auto;
	border-bottom: 8px solid #000181;
	clear: both;
	padding: 60px 0px 1px 40px;
	text-align: center;
	background: #0f66a4 url(images/footer_top_internal.jpg) no-repeat top center;
}
	
form.edit_user td {
	font-size: 11px;
	margin: 2px;
}

form.edit_user input {
	width: 120px;
	margin: 2px;
}

form.edit_user input.submit {
	margin-right:0;
	width: auto;
}

fieldset.no_border {
	border: none;
}
	
table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
}

p#message {
	background: red;
	color: white;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 5px;
	width: 202px;
}

div#sidebar ul li a.delete,
li.file a.delete {
	color: red;
	font-weight: normal;
	font-size: 10px;
}

div#sidebar ul li a.delete {
	float: right;
}


div#bulletin_board *,
div#bulletin_board p {
margin: .5em 0;
}

/* a life with margins and padding */

div#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
}

div#mainContent h1.header {
	margin: 0;
}

div#bottomContent h2 {
	margin: 0;
}

div#bottomContent ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li.staff span.phone ,
li.staff span.email {
	display: block;
}

table tr.odd {
	background-color: #0F66A4;
	border-top: #000;
	border-bottom: #000;
}

table tr.odd td {
	color: #fff;
}
