/*	
	FORMAT.MEMBERS.CSS
	Members styles
*/

/* PAGE TITLE */
.GORStitle2 {color: #002282;}

/* COLOUR SCHEME */
#navBar a:active, #navBar a:visited, #navBar a:link,  
h1,h2,h3 {
	color: #dd1a2c;
}
#navBar a:hover {
	color: #dd1a2c;
	background-color: #fff1f1;
}

/* RIGHT-HAND IMAGES */
#rightBox img {
	margin: 10px 40px 6px 0;
	border: 2px solid #dd1a2c;
}	

/* ANCHORS */
a,a:active,a:link,a:visited {
	color: #002282;
	text-decoration: underline;
} 
a:hover {
	color: #002282;
	background-color: #ddddee;
	text-decoration: underline;
	border: none;
}

/* LISTS */
ul {list-style: square outside url('/images/bullet_red.gif');}
ul ul {list-style: square outside url('/images/bullet_red1.gif');}

ul#psgLinks {
	list-style: square outside url('/images/arrow.gif');
	padding-left: 30px;
}
ul#psgReferences {
	list-style: square outside url('/images/book.gif');
	padding-left: 30px;
}
ul.admin {
	list-style: none;
}
.psgAlias {
	font-size: 8pt;
	color: #dd1a2c;
	margin: -5px 0 10px 0;
}
.psgTopic {
	font-weight: bold;
	color: #dd1a2c;
}

/* SIDEBAR */
ul#sidebar {
	list-style: square outside url('../images/bullet_red1.gif');
}
ul#sidebar strong {
	font-weight: bold;
	color: #002282;
}
ul#sidebar li {
    overflow: auto;
    zoom: 1;
}

/* TABLES */
table.display {
	border: 1px solid #dd1a2c;
	margin-bottom: 20px;
	margin-top: 3px;
}
table.display caption {
	color: #dd1a2c;
}
table.display tr.result1 {background-color: #fff1f1;}
table.display tr.result2 {background-color: #ffffff;}
table.display th {
	font-weight: bold;
	vertical-align: top;
	background-color: #dd1a2c;
	color: white;
	padding: 0 10px 0 4px;
	letter-spacing: 1px;	
	text-transform: uppercase;
	font-size: 8pt;
	line-height: 18pt;
}
table.display tr.subheadings th {
    font-size: 8pt;    
    padding: 0 0 8px 4px;
    text-transform: none;
    line-height: normal;
}
table.display th.attending {
    background-color: #89262F;    
}
table.display th.presenting {
    background-color: #FF5C6A;    
}
table.display th.subsubheading {
    background-color: white; 
    border-top: 1px solid #dd1a2c;
    border-bottom: 1px solid #dd1a2c;   
    text-align: center; 
    color: #dd1a2c;
    font-weight: bold;
    font-size: 10pt;
}
table.display tbody#fixed-height {
    height: 400px;
}
table.display td {
	padding: 4px 10px 4px 4px;
	border-bottom: 1px dashed #dd1a2c;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	
}
table.display td p {
	text-align: left;
}
table.display tr.totals {background-color: #ffffff;}
table.display td.total_label {
	font-weight: bold;
}
table.display tr.totals td {
	border-top: 1px solid #dd1a2c;
}

/* EDIT BOXES */
div.edit_box {
	color: #333;	
	font-size: 8pt;
	border: 1px dashed #aaa;
	background-color: #eee;
	padding: 2px 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#content div.edit_box {
	float: right;
}
div#rightBox div.edit_box {
	float: left;
}
div.edit_box h4 {
	font-weight: bold;
}
div.edit_box a:active, div.edit_box a:visited, div.edit_box a:link {
	color: #333;
	text-decoration: underline;
}
div.edit_box a:hover {
	text-decoration: underline;
	background-color: #ddd;
}
div.edit_box ul {
	list-style: none;
	margin-top: 0px;
	padding: 0px;
}
div.edit_box li {
	font-size: 8pt;
	margin: 0px;
	line-height: normal;
}
div.edit_box p {
	line-height: normal;
}


/* HOME */
table#home {
	margin-top: 10px;
}
table#home th {
	vertical-align: top;
	padding-bottom: 10px;
}
table#home td {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}
table#home img {
	border: 2px solid #dd1a2c;
}
div.special {
    border: 1px solid #dd1a2c;
    background-color: #fff1f1;
    padding: 2px 4px;
    margin-bottom: 4px;
    margin-top: 2px;
}

/* NEWS ITEMS */
div.news_item {
	margin-bottom: 0px;
	float: left;
	clear: left;
	width: 100%;
}
div.news_item h4 {
	font-size: 8pt;
	font-style:italic;
	margin-top: 5px;
	clear: left;
}
div.news_item h5 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	clear: left;
	line-height: normal;
}
div.news_item p {
	font-size: 8pt;
	line-height: 12pt;
}

/* DIRECTORY - Search */
table.directory_results {
	border: 1px solid #dd1a2c;
	margin-top: 10px;
}
table.directory_results th {
	color: white;
	font-weight: bold;
	letter-spacing: 1px;	
	text-transform: uppercase;
	text-align: left;
	background-color: #dd1a2c;
	padding-left: 4px;
	line-height: 25px;
	font-size: 8pt;
}
table.directory_results tr.result1 {background-color: #fff1f1;}
table.directory_results tr.result2 {background-color: #ffffff;}
table.directory_results td {
	border-bottom: 1px dashed #dd1a2c;
	padding-right: 10px;
	padding-left: 4px;
	padding-bottom: 4px;
}
.input {
    overflow: auto;
    zoom: 1;    
}

/* DIRECTORY - Person */
table#directory_person {
	border: 1px solid #dd1a2c;
	margin-bottom: 20px;
}
table#directory_person th {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	background-color: #dd1a2c;
	color: white;
	padding: 4px 10px 4px 20px;
	border-bottom: 1px dashed white;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 1px;
}
table#directory_person td {
	background-color: #fff1f1;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px dashed #dd1a2c;
	line-height: normal;
}

/* DIRECTORY - Summary */
table.directory_breakdown {
	border: 1px solid #dd1a2c;
	margin-bottom: 20px;
}
table.directory_breakdown caption {
	color: #dd1a2c;
}
table.directory_breakdown th {
	font-weight: bold;
	vertical-align: top;
	background-color: #dd1a2c;
	color: white;
	padding: 0 10px 0 10px;

}
table.directory_breakdown tr.result1 {background-color: #fff1f1;}
table.directory_breakdown tr.result2 {background-color: #ffffff;}
table.directory_breakdown td {
	padding: 0 10px 0 10px;
	border-bottom: 1px dashed #dd1a2c;
}
table.directory_breakdown tr.totals {background-color: #ffffff;}
table.directory_breakdown td.total_label {
	font-weight: bold;
	text-align: right;
}
table.directory_breakdown tr.totals td {
	border-top: 1px solid #dd1a2c;
}

/* TRAWLS */
table#trawls {
	border: 1px solid #dd1a2c;
	background-color: white;
	margin-top: 10px;
}
table#trawls th {
	font-size: 8pt;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #dd1a2c;
	padding: 4px 10px 4px 4px;
	vertical-align: top;
	color: white;
}
table#trawls tr.result1 {background-color: #fff1f1;}
table#trawls tr.result2 {background-color: #ffffff;}
table#trawls td {
	vertical-align: top;
	padding: 0 10px 4px 4px;	
	border-bottom: 1px dashed #dd1a2c;
	line-height: normal;
}
table#trawls td p {
	line-height: normal;
	margin: 0;
	padding-right: 5px;
}
table#trawls table {
	width: 360px;
}
table#trawls table th {
	font-size: 8pt;
	font-weight: bold;	
	background-color: transparent;
	padding: 2px 10px 0 0;
	color: black;
	text-transform: none;
	letter-spacing:	normal;
	line-height: normal;
	text-align: right;
	width: 50px;
}
table#trawls table td {
	vertical-align: top;
	padding: 0px;
	border-bottom: none;
	line-height: normal;
}

/* EVENTS */
table#events {
	margin-top: 5px;
	border: 1px solid #dd1a2c;
	background-color: white;
	text-align: left;
}
table#events tr.result1 {background-color: #fff1f1;}
table#events tr.result2 {background-color: #ffffff;}
table#events td {
	border-bottom: 1px dashed #dd1a2c;
	padding: 4px;
}
table#events td div.date {
	font-weight: bold;
	font-size: 9pt;
	color: #dd1a2c;
}
table#events td .title {
	font-weight: bold;
	font-size: 10pt;
	color: black;
	margin-right: 10px; 	
}
table#events td .subtitle {
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-style: italic;
}
table#events td .speakers {
	font-size: 10pt;
	color: black;
	float: left;
	clear: both;
}
table#events td p {
	clear: both;
	margin: 0px;
	text-align: left;
}

/* COMMITTEES */
ul.persons {
	list-style: none;
	margin-top: 10px;
	padding: 0px;
}
ul.persons li {
	background-image: url(../images/person.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 5px;
	margin-left: 0px;
	vertical-align: top;
}

/* LIBRARY */
table#library_results {
	border: 1px solid #dd1a2c;
	margin-top: 10px;
	margin-bottom: 10px;
}
table#library_results th {
	font-size: 8pt;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #dd1a2c;
	padding: 4px;
	vertical-align: top;
	color: white;
	border-bottom: 1px solid #dd1a2c;
}
table#library_results tr.result1 {background-color: #fff1f1;}
table#library_results tr.result2 {background-color: #ffffff;}
table#library_results td {
	border-bottom: 1px dashed #dd1a2c;
	padding-right: 10px;
	vertical-align: top;
	padding-left: 4px;
	line-height: normal;
	padding-bottom: 4px;
}
table#library_results td p {
	line-height: normal;
	margin: 0;
	text-align: left;
}
table#library_results td p.admin {
	text-align: right;
	font-size: 8pt;
}

/* PHOTOS */
div.photo {
	float: right;
	margin: 40px 0 10px 10px;
}
div.photo img {
	border: 2px solid #dd1a2c;
	margin: 0;
}
div.photo p {
	margin: 0;
	font-size: 8pt;
	line-height: normal;
	color: #dd1a2c;
	text-align: center;
}

.photoRight {
	float: right;
	margin: 15px 0px 15px 15px;
	text-align: center;
}
.photoRight img {
	border: 2px solid #dd1a2c;
}
.photoRight p {
	color: #dd1a2c;
	font-size: 8pt;
	text-align: center;
	width: 200px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

table.contentTable caption {
    color: #dd1a2c;
}
table.contentTable th {
    color: #dd1a2c;
}
table.contentTable {
    border-top: 2px solid #dd1a2c;
    border-bottom: 2px solid #dd1a2c;
}

.admin_controls {
    border: 1px dashed #aaa;
    background-color:  #eee;
    color: #333;
    padding: 5px;   
    margin: 20px 0 0 0;
    zoom: 1;
}
.admin_controls h2 {
    color: #333;
    font-weight: bold;
}
.admin_controls p {
    line-height: normal;
}
.admin_controls form {
    float: none;    
}
.admin_controls input {
    float: none;    
}
.admin_controls table {
}
.admin_controls table th {
    font-weight: bold;
}
.admin_controls table td {
    padding: 4px 5px;
}

