/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html {
	min-height:101%;
}

body {
	background:white;
	font-family:arial, sans-serif;
	font-size:75%;
}

a {
	text-decoration:none;
	color:#92BA5D;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

h1 {
	font-size:1.5em;
	margin-bottom:1em;
	color:#003366;
}

p {
	margin-bottom:1em;
}

th {
	padding-bottom:1em;
	vertical-align: bottom;
	font-weight: normal;
	text-decoration: underline;
}

td {
	vertical-align:top;
}

#container {
	position:relative;
	width:1000px;
	background: url(../images/nav-bg.gif) repeat-y left top;
	margin:auto;
}

#content {
	padding:83px 0px 20px 0px;
}

#main {
	padding-top:20px;
	width: 800px;
	float:right;
}

#main ul {
	margin-bottom:1em;
}

#main li {
	margin-bottom:.3em;
	min-height:16px;
	list-style:none;
}

#main .column {
	width:266px;
	float:left;
}

.twoColumn .column {
	width:380px !important;
}

.twoColumn .fieldLong {
	width:340px;
	margin-left:5px;
	margin-bottom:3px;
}

#main .module {
position:relative;
background:#DFEBCF url(../images/module-line.gif) repeat-y 450px top;
margin:0px 15px 15px 0px;
border-bottom:4px solid #92BA5D;
}

#main .directory {
background:url(../images/module-directory-bg.gif) repeat-y right top !important;
}

#main .module h2{
position:relative;

background:#92BA5D url(../images/module-arrow.gif) no-repeat right center;
font-size:1em;
padding:3px 4px;
color:white;
}

#main .module h3{
font-size:1.1em;
color:#08387D;
margin:0em 0em .5em 0em;
}

#main .module a {
color:#658639;
}

#main .module .content{
padding:10px;
}

#main .module .content .main{
width:430px;
float:left;
}

#main .module .content .sub{
width:320px;
float:right;
padding-left:15px;
}

#main .guidance {
background:#FF0000 url(../images/module-arrow.gif) no-repeat right center;
font-size:1em;
font-weight:bold;
padding:3px 22px 3px 4px;
color:white;
}

#main .footer {
	width:450px;
	margin:10px auto;
}

#main .basicSmall {
	width:450px;
	margin:60px auto 5px auto;
}

#main .basic {
	width:450px;
	margin:60px auto;
}
#main .basicNoMargin {
	width:450px;
}

#main table.memberTable td {
	padding:0px 1em .1em 1em;
	border-left:1px solid white;
}

#main table.memberTable h3 {
	text-align:left;
	margin-top:1.5em;
}

#main table.memberTable td.key {
	border-left:none;
	/* font-weight:bold; */
	text-align:right;
	color:#FF6600;
}

/*
span.key {
	color:#FF6600;
}
*/

#main table.memberTable td.empty {
	border-left:none;
}

img.news {
	border:1px solid white;
	float:right;
	margin:0px 0px 10px 10px;
}

a.galleryThumb {
	margin-right:10px;
}

a.galleryThumb img {
	border:4px solid white !important;
}

blockquote {
	margin-bottom:1em;
	border:1px dashed white;
	padding: 5px;
	background-color:rgb(235,230,220);
}

/* People Profile / Event Detail */
div.photoProfile, div.eventDetail, div.secondment {
position:relative;
width:350px;
padding:5px;
float:left;
margin: 0px 10px 10px 0px;
background-color:#E9F1DD;
border:1px dashed white;
height:95px;
}

* > div.photoProfile, * > div.eventDetail, * > div.secondment {
height:auto;
min-height:95px;
}

/*
.eventDetail {
padding-bottom:25px;
}
*/

.right {
margin-right:0px !important;
}

.photoProfile img, .eventDetail img {
float:left;
border:5px solid white !important;
}

.photoProfile .profile {
float:right;
width:245px;
}

.eventDetail .detail {
float:right;
width:235px;
}

.eventDetail .detail p {
margin-bottom: 50px;
}

.eventDetail .hiLoButtons {
position:absolute;
text-align:right;
right:5px;
bottom:0px;
}

.eventDetail .hiLoButtons img, .eventDetail .hiLoButtons input {
float:none;
margin-bottom:5px;
border:none !important;
}

/* Secondments */
div.secondment {
width:160px;
}

/* Forms */
.fieldLong {
	width:280px;
	margin-bottom:8px;
}
.fieldMiddle {
	width:200px;
	margin-bottom:8px;
}
.fieldShort {
	width:60px;
	margin-bottom:8px;
}
.fieldShortish {
	width: 125px;
}
.fieldDeep {
	height:100px;
}
.fieldReadOnly {
	color:windowtext;
	background-color:window;
}
.fieldError {
	color:red;
	font-weight:bold;
}
td.wysiwyg {
	padding-bottom: 10px;
}
.fieldNote {
	font-size:0.8em;
	color:#808080;
}

.submit {
	position:absolute;
	bottom:0px;
	right:0px;
	margin-bottom:-1px;
}

/* Icons */
li.generic, li.access, li.eventGallery, li.event, li.news, li.link, li.secondment, li.directory, li.event, li.excel, li.folder, li.image, li.eps, li.onenote, li.pdf, li.powerpoint, li.publisher, li.visio, li.word, li.zip, li.audio, li.video, li.executable {
	list-style:none !important;
	line-height:1.4em;
	margin-left:0em;
	padding-left:20px;
	zoom:100%;
	background-repeat: no-repeat;
	background-position: left top;
}

li.access { background-image: url(../images/icon-access.gif); }
li.directory { background-image: url(../images/icon-directory.gif); }
li.eventGallery { background-image: url(../images/icon-event-gallery.gif); }
li.event { background-image: url(../images/icon-event.gif); }
li.news { background-image: url(../images/icon-news.gif); }
li.link { background-image: url(../images/icon-link.gif); }
li.secondment { background-image: url(../images/icon-secondment.gif); }
li.excel { background-image: url(../images/icon-excel.gif); }
li.folder { background-image: url(../images/icon-folder.gif); }
li.generic { background-image: url(../images/icon-generic.gif); }
li.image { background-image: url(../images/icon-image.gif); }
li.eps { background-image: url(../images/icon-eps.gif); }
li.onenote { background-image: url(../images/icon-onenote.gif); }
li.pdf { background-image: url(../images/icon-pdf.gif); }
li.powerpoint { background-image: url(../images/icon-powerpoint.gif); }
li.publisher { background-image: url(../images/icon-publisher.gif); }
li.visio { background-image: url(../images/icon-visio.gif); }
li.word { background-image: url(../images/icon-word.gif); }
li.zip { background-image: url(../images/icon-zip.gif); }
li.audio { background-image: url(../images/icon-audio.gif); }
li.video { background-image: url(../images/icon-video.gif); }
li.executable { background-image: url(../images/icon-executable.gif); }


/* Navigation */

#navigation {
	font-size:.9em;
	line-height:1.5em;
	float:left;
	width:180px;
}

#navigation #site-search {
	margin:15px;
	background-color:white;
	border:1px solid #7F9DB9;
	padding:4px;
}	

#navigation #site-search input.text {
	background:none;
	border:0px;
	font-size:1em;
	width:123px;
}

#navigation #site-search input.button {
	padding:10px;
	margin:-10px -10px -10px -3px;
}

#navigation ul {
	font-weight:bold;
	padding:10px 0px;
	list-style:none;
	border-top:1px dashed white;
	cursor:pointer;
}

#navigation ul:hover, #navigation ul.over, #navigation ul.active {
	background-color:#CCD7E3;
}

#navigation ul ul {
	border:none;
	font-weight:normal;
	padding:0px;
}

/*#navigation li 
{
    margin-bottom:-17px;
}*/

#navigation ul ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#navigation a {
	display:block;
	color:#08387D;
	padding:0px 20px;
	height:1em;
	}

*>#navigation a {
	height:auto;
	}

#navigation ul ul a{
	color:#08387D;
	padding:0px 30px;
}

#navigation ul ul ul a{
	padding:0px 40px;
}

#navigation a.active, #navigation ul li.AspNet-TreeView-Selected {
	background-color:white;
}

#header {
	position:absolute;
	background:white url(../images/header-bg.jpg) no-repeat right -5px;
	border-top:7px solid #92BA5D;
	border-bottom:1px solid #003366;
	left:0px;
	top:0px;
	height:75px;
	width:100%;
	}	
	
#header .search {
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	width:1000px;
	font-weight:bold;
	color:white;
	background-color:#92BA5D;
	width:262px;
	float:right;
	padding:0px 7px 7px 7px;
}

#header .search select {
	width:170px;
}
	
#header .logIn {
	position:absolute;
	bottom:5px;
	right:0px;
	text-align:right;
	width:264px;
	}
	
#header .LogOut 
{
    font-weight:bold;
}	
/* User Profile */
#main .contactDetails {
float:left;
margin-right:1em;
}

#main .profileImage {
float:right;
border:5px solid white !important;
margin-bottom:1em;
width:85px;
height:85px;
}

#main .divider {
clear:both;
border-top:1px dashed white;
padding-top:1em;
}	

#main p.divider {
margin:0px;
}	

#main .notes {
color:#08387D;
}
                                 


/* Tree Menu */

/* Standard LI style (a leaf node) */

.treemenu li {
	list-style-type: none;
	padding-left:38px;
	margin: 2px 0px !important;
	cursor:default;
}

/*
.treemenu li {
		background: url(../images/file-start.gif) no-repeat left center;
}

.treemenu li li {
		background: url(../images/file.gif) no-repeat left center;
}
*/

.treemenu li {
	background-image: url(../images/tree-generic.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.treemenu li.access { background-image: url(../images/tree-access.gif); }
.treemenu li.directory { background-image: url(../images/tree-directory.gif); }
.treemenu li.event { background-image: url(../images/tree-event.gif); }
.treemenu li.excel { background-image: url(../images/tree-excel.gif); }
.treemenu li.gallery { background-image: url(../images/tree-gallery.gif); }
.treemenu li.image { background-image: url(../images/tree-image.gif); }
.treemenu li.eps { background-image: url(../images/tree-eps.gif); }
.treemenu li.onenote { background-image: url(../images/tree-onenote.gif); }
.treemenu li.pdf { background-image: url(../images/tree-pdf.gif); }
.treemenu li.powerpoint { background-image: url(../images/tree-powerpoint.gif); }
.treemenu li.publisher { background-image: url(../images/tree-publisher.gif); }
.treemenu li.visio { background-image: url(../images/tree-visio.gif); }
.treemenu li.word { background-image: url(../images/tree-word.gif); }
.treemenu li.zip { background-image: url(../images/tree-zip.gif); }
.treemenu li.audio { background-image: url(../images/tree-audio.gif); }
.treemenu li.video { background-image: url(../images/tree-video.gif); }
.treemenu li.executable { background-image: url(../images/tree-executable.gif); }

.treemenu li li {
	background-image: url(../images/tree-sub-generic.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.treemenu li li.access { background-image: url(../images/tree-sub-access.gif); }
.treemenu li li.directory { background-image: url(../images/tree-sub-directory.gif); }
.treemenu li li.event { background-image: url(../images/tree-sub-event.gif); }
.treemenu li li.excel { background-image: url(../images/tree-sub-excel.gif); }
.treemenu li li.gallery { background-image: url(../images/tree-sub-gallery.gif); }
.treemenu li li.image { background-image: url(../images/tree-sub-image.gif); }
.treemenu li li.eps { background-image: url(../images/tree-sub-eps.gif); }
.treemenu li li.onenote { background-image: url(../images/tree-sub-onenote.gif); }
.treemenu li li.pdf { background-image: url(../images/tree-sub-pdf.gif); }
.treemenu li li.powerpoint { background-image: url(../images/tree-sub-powerpoint.gif); }
.treemenu li li.publisher { background-image: url(../images/tree-sub-publisher.gif); }
.treemenu li li.visio { background-image: url(../images/tree-sub-visio.gif); }
.treemenu li li.word { background-image: url(../images/tree-sub-word.gif); }
.treemenu li li.zip { background-image: url(../images/tree-sub-zip.gif); }
.treemenu li li.audio { background-image: url(../images/tree-sub-audio.gif); }
.treemenu li li.video { background-image: url(../images/tree-sub-video.gif); }
.treemenu li li.executable { background-image: url(../images/tree-sub-executable.gif); }


/* open folder */

.treemenu .open {
	background: url(../images/folder-open.gif) no-repeat left 1px !important;
	cursor:pointer;
}

.treemenu ul {
	background:url(../images/folder-connector.gif) repeat-y 4px;
	margin-left:-17px;
	margin-bottom:0px !important;
}

/* closed folder */

.treemenu .closed {
	background: url(../images/folder-closed.gif) no-repeat left 1px !important;
	cursor:pointer;
}

.treemenu input {
	margin-right:3px;
}

.treemenu li.checkSkill, .treemenu li.checkTeam {
	background-image:url(../images/file-no-icon.gif);
	padding-left:20px;
	margin-left:0px;
	line-height:1.2em;
}

.treemenu li.checkSkill input {
	font-size:.8em;
}

.treemenu li.checkSkill input.note {
	/*position:absolute;
	top:0px;
	right:0px;*/
	width:300px;
	margin-left:5px;
}
	
/* Clear floats */
.clearBoth:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearBoth {display:inline-block; margin-bottom:10px;}
	/* Hide from IE Mac \*/

.clearBoth {display:block;}
	/* End hide from IE Mac */
	
/* Admin */

.adminToolbar {
border:1px dashed #FF6633;
background-color:#FFDAC1;
padding:5px;
margin:0px 15px 15px 0px;
text-align:right;
}

.adminToolbar h1 {
float:left;
font-size:1em;
color: #FF6633;
}

.adminToolbar input {
margin-left:10px;
vertical-align:top;
}
	
.floatRight
{
    float: right
}

.tableSpace
{
    margin-bottom: 30px
}

.errorText
{
    color:Red;
    text-align:center;
    list-style-type:circle
}

.tree td div
{
    height: 20px;   
}

/* Annual Data Reporting */

#main table.dataReporting {
	margin-bottom: 1em;
}

#main table.dataReporting td, #main table.dataReporting th {
	padding: 1px 5px 1px 0px;
	text-align: right;
}

#main table.dataReporting th {
	vertical-align: bottom;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}

#main table.dataReporting td.noWrap {
	white-space: nowrap;
}

#main table.dataReporting tr.firmName td {
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left;
}

#main table.dataReporting td.firmName {
	text-align: left;
}

#main table.dataReporting td input.fieldShort, #main table.dataReporting td input.fieldShortish {
	margin-bottom: 0px;
	text-align: right;
}

#main span.dataReportingText {
	font-style: italic;
}

#main table.dataReporting th {
	vertical-align: top;
}
#main table.tnaReporting td {
	text-align: center;
}
#main table.tnaReporting tbody td {
	padding: 5px 5px 5px 0px;
}
#main table.tnaReporting .quest {
	text-align: left;
}
#main table.tnaReporting .questAns {
	padding-top:10px;
}
#main table.tnaReporting .quest span {
	display:block;
	float:left;
	padding-bottom:10px;
	padding-right:10px;
}
#main table.tnaReporting ul{
	margin-left:1.5em;
}
#main table.tnaReporting ul li{
	list-style:disc;
}
#main table.dataReporting.tnaReporting td input{
	text-align: center;
}

#main table.firmProfile {
	margin-bottom: 1em;
}
#main table.firmProfile th, #main table.firmProfile td {
	padding-right: 5px;
}
#main table.firmProfile .fieldShallow {
	margin: 5px 0;
	height: 75px;
}
#main table.firmProfile .fieldDeep {
	margin: 5px 0;
	height: 150px;
}

#main table.globalSearch {
	width: 100%;
}
#main table.globalSearch td img {
	vertical-align: top;
}
#main table.globalSearch td.date {
	text-align: right;
	white-space: nowrap;
	padding-left: 0.5em;
}
#main table.globalSearch td.abstract {
	padding-bottom: 1em;
}

/* Tab Pane */
#main .tab-container a:hover {
	text-decoration:none;
}
#main .tab-container .tabs {
	list-style:none;
	margin:0px;
	width:100%;
}
#main .tab-container .tabs li {
	background:url(/images/tab-left.gif) no-repeat left top;
	padding-left:2px;
	margin-bottom:0px;
	float:left;
}
#main .tab-container .tabs li a {
	background:url(/images/tab-right.gif) no-repeat right top;
	float:left;
	display:block;
	padding:2px 30px 0px 28px;
	line-height:2em;
	margin-right:2px;
}
#main .tab-container .tabs li:hover {
	background-image:url(/images/tab-left-hover.gif);
}
#main .tab-container .tabs li:hover a {
	background-image:url(/images/tab-right-hover.gif);
}
#main .tab-container .tabs li.active {
	background-image:url(/images/tab-left-active.gif);
	position:relative;
	top:1px;
	left:-3px;
	margin-right:-6px;
}
#main .tab-container .tabs li.active a {
	background-image:url(/images/tab-right-active.gif);
	padding:2px 33px 0px 31px;
}
#main .tab-container .tabs li:first-child.active {
	left:0px;
	margin-right:-3px;
}
#main .tab-container .tabs li:first-child.active a {
	padding-left:28px;
}
#main .tab-container .tab-pane {
	clear:left;
	background-color:#F0F6E9;
	border:1px solid #92BA5D;
	margin-bottom:1em;
	padding:10px;
}
