<!--
body {
	font-family: "lucida grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	margin: 0px;
/*	background-image: url(bg.png); /**/

	text-align: center;
	background-color: #FFFFFF;
}
#body.dev_mode {
	background-color: powderblue;
}
h1 {
	/*margin: 0px;*/
}
#phine {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	width: 1002px;
}
/** Annoying little work around for IE
Browsers should add the border OUTSIDE the 1000 pixel width, IE adds it INSIDE 
 **/
#mainWide {
	float: left;
	background-color: white;
	border-left: 1px solid #ABBBDC;
	border-right: 1px solid #ABBBDC;
	border-bottom: 1px solid #ABBBDC;
	width: 1002px;
}
html>body #mainWide {
	width: 1000px;

}

table {
	font-size: 1em;
}
input, textarea  {
	margin: 0px;
	padding: 2px 4px;
	font-family: "lucida grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
}
#search, #searchGo,
textarea, .nice, .input_wide, select {
		border: 1px solid #D3D3D3;
}
#search {
	padding: 2px;
	width: 114px;
	margin: 3px 0px;
}
#searchGo {
	padding: 1px 2px;
	margin: 3px 0px;
	background-color: aliceblue;
}
#searchGo:hover {
	border-color: cornflowerblue;
}
a {
	text-decoration: none;
	color: #3266CC;
}
a:hover {
	text-decoration: underline;
}
#leftSideBar {
	float: left;
	width: 158px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 4px;
}
#leftSideBar a#homeLink {
	background: url(../phine_home150.png) no-repeat scroll left top;
	display: block;
	height: 50px;
	margin: 0px 0px 15px 0px;
	width:150px;
}
#leftSideBar a#homeLink:hover {
	background-position: bottom;

}
#leftSideBar a#homeLink h1 {
	display: none;
}

#phine #mainWide #main {
	width: 980px;
	margin: 0px;
	line-height: 1.5;
	padding-top: 10px;
	padding-left: 10px;
}
#main table tr {
	vertical-align: top;
}

#phine #mainWide #main .h_shaded {
	width: 970px;
	margin-top: -11px;
	margin-left: -10px;
	margin-right: -10px;
}

/* Overrides - probably need to be moved into the relevant main CSS files. */


/* News */
#phine #mainWide {
	background-image: none !IMPORTANT;
}

/* Groups */

/* Events */
#phine #mainWide #main_column {
	width: 735px;
    float: left;
} 

/* Messages */
#phine #maxi_column {
	width: 765px;
}

#phine #message_container {
	width: 970px;
}

#phine #main #message_container #subject {
	margin: 0;
	width: auto;
}

#phine #message_container .vm_msg {
	width: 545px;
}

#phine #main #profile_window {
	border-left: none;
}

#phine #mini_column img {
	border: 1px #ABBBDC solid;
}

/* Home */

#phine #main {
	background-color: white;
}

div#main div#home_centre {
	width: 740px;
}

div#main div#home_right {
	float: right;
	margin-right: -10px;
	margin-top: -10px;
	padding-top: 10px;
}

#phine .centre_padding {
	padding: 0;
	margin-top: -5px;
}

div#phine div.column .UNUSED {
	width: 980px !IMPORTANT;
	padding: 5px !IMPORTANT;
}

div#phine div#main h1.h_shaded .UNUSED {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	}

.codeExample {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFF99;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #FF6600;
}


#headLinks {
	height: 25px;
	color: white;
	background: #3266CC;
}
#headLinks a {
	color: white;
}
#header_mainLinks, #header_moreLinks {
	display: block;
	float:left;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 6px 5px 0px;
	background: transparent;	
}
#header_mainLinks li, #header_moreLinks li {
	float:left;
	padding: 2px 0px;
	margin-right: 0px;
}

#headLinks li a {
	padding: 3px 5px;
	margin: 0px 3px;
	background-color: #3266CC;
}
#headLinks li a:hover {
	background-color: #d3d3d3;
	color: #3266CC;
}
#phine #headLinks
{
	position: relative;
	width: 1000px;
	height: 5px;
	z-index: 101;
	float: left;
	border-left: 1px solid #ABBBDC;
	border-right: 1px solid #ABBBDC;
}
#phine #header_mainLinks, #phine #header_moreLinks {
	float:right;
	padding: 2px 0px;
}

#footer {
	height: 45px;
	line-height: 16px;
	clear: both;
}
#footer #copyright {
	float:left;
	padding: 8px 10px 0px;
}
#footer ul {
	display: block;
	float:right;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 8px 5px 0px;
}
#footer li {
	float:left;
	padding: 0px;
}
#footer li a {
	padding: 0px 5px;
	text-transform:lowercase;
}

.warning {
	border: 1px solid red;
	background: mistyrose;
	padding: 15px;
}
.alert {
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	padding-top: 12px;
	padding-bottom: 12px;
}
xmp {
	text-align: left;
	border: 2px solid #666666;
	background-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
}
/*
.person_background_1 {
	padding-right: 155px;
	background-image: url(images/people/person_hildbede.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.person_background_2 {
	padding-right: 155px;
	background-image: url(images/people/person_hatfield.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
*/
input.input_wide, textarea.input_wide {
	width: 400px;
	display: block;
}
textarea.input_wide {
	height: 150px; 
}
textarea.input_markdown {
	height: 400px;
	width: 600px;
}

.button_plain {
	border: none;
	background: none;
}
.button_plain:hover {
	background: #ABBBCD;
	text-decoration: underline;
}
.leftside_padding {
	padding: 0px 4px;
	display: block;
}

#quickLinks {
	margin-top: 10px;
}
#quickLinks a {
	padding: 3px 4px;
	display: block;
	border: 1px solid #ffffff;
}
#quickLinks a:hover {
	border: 1px solid #ABBBDC;
	background-color: AliceBlue;
}
-->

h1,h2,h3,h4.h5 {
	color: #3266CC;
	line-height:normal;
}
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 22px;
}

#phine #mainWide #main h1 {
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-11px;
	margin-bottom:3px;
	width:970px;
	background-color:#0099CC;
	border-bottom:2px solid #006699;
	color:white;
	padding:15px 15px 10px;
}

#phine #mainWide #main h1.alert {
	color: #0099CC;
	background-color: white;
	padding-left: 55px;
	width: 930px;
}

#phine #mainWide #main #rhs_main h1, #phine #mainWide #main #maxi_column h1 {
	margin: auto;
	padding: 0;
	background: none;
	color: #3266CC;
	border: none;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

.doc_edit_link {
	float: right;
}
.doc_edit_link a {
	border: 1px solid #D3D3D3;
	background-color: #ECE9D8;
	padding: 2px 5px;
}
.doc_edit_link a:hover {
	background-color: #D3D3D3;
}
.view_job {
	margin-bottom: 10px;
	border-bottom: 1px solid gainsboro;
	padding-bottom: 10px;
}
.view_job_organisation {
	margin: 0px 0px 5px 0px;
}
.view_job_title  {
	margin: 5px 0px;
	font-weight: bold;
}	
.view_job_description {
	margin: 5px 0px;
	line-height: 1.5em;
	color: #666666;
}
.view_job_dates {
	color: #666666;
	margin: 5px 0px;
}

.text_button {
	border: none;
	background: none;
	margin: 4px 0px;
	color: #3266CC;
	cursor: pointer;
}
.text_button:hover {
	text-decoration: underline;
	background-color: AliceBlue;
}

.h_shaded {
	background-color: Gainsboro;
}


#my_nphl_tags {
	display: block;
	float: left;
	width: 100%;
	color: #999999;
	margin-top: 10px;
	border-top: 2px solid #999999;
	padding-top: 10px;
}

.highlighted_term {
	padding: 0px 5px;
	background-color: #FFFF66;
}

#phinebar {
	height: 96px;
	background: transparent;
}

#phinebar #banner {
	float: right;
	height: 91px;
	width: 771px;
}

#phinebar #banner img {
	border: none;
}

#phinebar a#frontLink {
	background: url(../images/phine_home2_193.png) no-repeat scroll left top;
	display: block;
	margin: 12px 0px 0px 18px;
	height: 66px;
	width:193px;
	float: left;
}
#phinebar a#frontLink:hover {
	background-position: bottom;

}
#phinebar a#frontLink h1 {
	display: none;
}


#linkbar {
	height: 25px;
	background-image: url(/images/phine/nav_bg.png);
	background-position: top right;
	background-repeat: repeat-x;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#linkbar ul {
	list-style: none;
	padding: 0px 0px 0px 8px;
	float: left;
	margin: 0px;
}
#linkbar li {
	float: left;
}

#linkbar a, #linkbar strong {
	color: #000;
	padding: 5px 10px;
	height: 15px;
	margin: 0px;
	border: none;
	float: left;
	border-right: 1px #ccc solid;
	font-weight: normal;
}
#linkbar a.selected, 
#linkbar a:hover,
#linkbar strong {
	background-color: gold;
}

.barSearch {
	float: right;
	padding-right: 5px;
	margin-top: -1px;
	margin-bottom: -1px;
}

.barSearch label {
	display: none;
}

div.doc_file {
	background-image: url(../images/filetypes/unknown.gif);
	padding: 5px 10px 5px 52px;
	border: 1px solid #cccccc;
	clear: left;	
	min-height: 42px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin: 0px 10px 5px 10px;
	width: 475px;
}

div.filetype_pdf {
	background-image: url(../images/filetypes/pdf.gif);
}
div.filetype_xls {
	background-image: url(../images/filetypes/xls.gif);
}
div.filetype_o2007 {
	background-image: url(../images/filetypes/o2007.png);
}

div.filetype_ppt {
	background-image: url(../images/filetypes/ppt.gif);
}
div.filetype_doc {
	background-image: url(../images/filetypes/doc.gif);
}
div.filetype_pps {
	background-image: url(../images/filetypes/pps.gif);
}
div.filetype_png {	
	background-image: url(../images/filetypes/png.png);
}

.admin_button,
.tag_link {
	border: 1px solid Gainsboro;
	background-color: AliceBlue;
	font-size: 10px;
	margin-left: 10px;
	padding: 2px 5px;
}
a.admin_button:hover,
a.tag_link:hover {
	background-color: Gainsboro;
	border-color: black;
}


a.tag_link {
	border: 1px solid #D3D3D3;
	background-color: #ECE9D8;
	padding: 0px 5px;
}
a.tag_link:hover {
	background-color: #D3D3D3;
}

.edit_file {
	background-image: url(../images/silk/folder_edit.png);
}

.x_comments {
	background-image: url(../images/silk/comments.png);
}
.x_no_comments {
	background-image: url(../images/silk/comment.png);
}
.edit_link {
	background-image: url(../images/silk/link_edit.png);
}
.edit_file,
.edit_link,
.x_comments,
.x_no_comments {
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 2px 5px 2px 22px !important;
	margin: 0px 5px 0px 0px;
}


tr.file_row p {
    padding: 0;
    margin: 0;
}

