/* This is additions to the CSS made by RBS intranet developers */
/* Please comment your work fully and include your name and date */






/* - START LIST STYLE FOR NORMAL LISTS WITH LESS LEFT AND TOP MARGIN - */

/* MJ 11/01/08 - this is for any list where you want a smaller left and top margin than the default. */

/* I am using this in Manufacturing HR people calendar currently at 
http://dev.group.rbsgrp.net/divisions/Manufacturing/working/people_calendar.asp
This might move to Manufacturing domain project 'working' soon though */

/* Text above your list needs to be enclosed in p tag - if no p tag it overshrinks the top margin, I really don't know why! */

ul.listStyleLessIndent {
margin-top: -5px;
margin-bottom: 5px;
}

ul.listStyleLessIndent li {
margin-left: -20px;
}

/* - END LIST STYLE FOR NORMAL LISTS WITH LESS LEFT AND TOP MARGIN - */






/* - START STRUCTURE CHARTS - */

/* RN 16/8/07 - this does the accessible structure charts */


h2.org {
	padding-bottom:10px;
	padding-top:10px;
}

ul.org{
list-style:none;
/* comment out below as its tinyfying everything since group changed their stylesheets MJ 16/10/07 */
/* font-size: 80%; */
margin: 10px 0 40px 0px;
}

ul.org a {
font-weight:bold;
}

.boss {
font-size: 100%;
padding: 8px;
width: 200px;
border-top: solid 1px #ccc;
border-right: solid 2px #ccc;
border-bottom: solid 2px #ccc;
border-left: solid 1px #ccc;
}


.redlineorg {
border-left:solid 1px #ccc;
margin: 0 0 0 24px;
padding-top: 20px;
}

ul.org ul
{
margin-left: 0;
}


ul.org li.normal {
list-style-image: url('/core/images/orgchartline.gif');
border: solid 1px #999;
padding: 4px;
width: 200px;
margin-top: 6px;
margin-left: 22px;
}


ul.org li.pa {
list-style:none;
border: solid 1px #ccc;
padding: 4px;
width: 200px;
margin-top: 6px;
margin-left: 10px;
}

ul.org ul li.dotted {
list-style-image: url('/core/images/orgchartlinedotted.gif');
border: dashed 1px #999;
padding: 4px;
width: 200px;
margin-top: 6px;
margin-left: 22px;
}

/* - END STRUCTURE CHARTS - */