/*
File to hold additional styles for the admin web site
*/

dl.adminnews, dl.media, dl.communitynews {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5em;
}

dl.adminnews dt, dl.media dt, dl.communitynews dt {
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 21px;
	margin-left: 2px;
	margin-bottom: 0.5em;
	color:#036;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

dl.adminnews dd, dl.media dd, dl.communitynews dd  {
	float: left;
	padding-left: 21px;
	font-size: 0.95em;
}

div#media dl dd.date {
	margin:-7px 0 5px 0;
}

div#media dl dd.first {
	margin:0;
}

div#media dl dd a {
	padding:0 0 0 0;
}
div#media dl dd a:hover {
}

dl.adminnews dd div.item, dl.media div.item, dl.communitynews div.item {
	float: left;
	background:#f9f9f9;
	border-bottom:4px #eee solid;
	width:100%;
	margin-top: 0.6em;
}

dl.adminnews dd div.item a:hover, dl.media div.item a:hover, dl.communitynews div.item a:hover {
	color:#c60;
}

dl.adminnews dd div.item a:visited, dl.media div.item a:visited, dl.communitynews div.item a:visited {
	color:#900;
}

dl.adminnews dd div.first {
	padding-bottom: 0.5em;
}

dl.adminnews dd img, dl.media dd img, dl.communitynews dd img {
	float: right;
	width: 72px;
	height: 72px;
	background:#fff;
	margin-right:5px;
	border:solid 1px #ddd;
}

dl.adminnews dd p, dl.media dd p, dl.communitynews dd p {
	font-size: 1em;
	padding-top: 0.2em;
	padding-left: 5px;
	margin-bottom: 0.4em;
    }

dl.adminnews dd div.first p {
	padding: 0 2em 5px 5px;
}

dl.adminnews dd p.new-date {
	font-size:.8em;
	font-style:normal;
	color:#c60;
	display:block;
	border-top:1px #ddd solid;
	border-bottom:0px #eee solid;
	margin:0;
	margin-bottom:-5px;
	padding:0 0 0 5px;
}

dl.adminnews dd a {
	font-weight:bold;
	text-decoration: none;
}

dl.adminnews dd a:hover {
	text-decoration: underline;
}

dl.adminnews dd p.more {
	margin:0 0 5px 0;
	padding:0;
	text-align:right;	
}
dl.adminnews dd p.more a {
	padding-right:23px;
	background:url(/global/images/icon-arrow-nav-primary.gif) no-repeat 90% 
60%;
}
dl.adminnews dd p.more a:hover {
}

dl.adminnews dd a.right-link {
	padding-right:15px;
	background:url(/global/images/icon-arrow-nav-primary.gif) no-repeat 
100% 60%;
}
dl.adminnews dd span.date, dl.media dd span.date, dl.communitynews dd span.date {
	color: #666;
	padding-left: 5px;
}

dl.adminnews dd span.description, dl.media dd span.description, dl.communitynews dd span.description {
	display: block;
}



/* key contacts */

.members {
	font-weight:bold;
	background: #F5F5F5;
}


table.legacy tr td p {
   font-size: 1em;
   padding: 0.2em;
}

table.data {
	width: 661px;
	border-collapse: collapse;
	empty-cells: show;
}

table.data td.right {
	text-align: right;
}
table.data th.right {
	text-align: right;
}

table.data td.center {
	text-align: center;
}
table.data th.center {
	text-align: center;
}
	
table.data#fullwidth {
	width: 100%;
}

table.data#halfwidth {
	width: 50%;
}

table .yellow {
	background-color: #ff9;
}

table .yellowlight {
	background-color: #ffc;
}

table .orange {
	background-color: #fc6;
}

table .highlight {
    background-color: #ff9;
}


/* added by NM 27/6/08 */
body.alt ul#nav-breadcrumb
{
	padding-top: 0.85em;
}


/* Bailout for deeply nested lists */

ul p, ol p {
	font-size: 100%;
}

li ul, li ol {
	font-size: 100%;
}

table p {

	font-size: 100%
}

/* this bails out the font-size for deeply nested td, p, ul, ol etc */

table.data th p, table.data td p, table.data td ul, table.data td ol {
	font-size: 100%;
}


a.icon-rtf {
	background: url(/global/images/icon-rtf.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

/* online form icon added by SP 250608 -----------------*/

a.icon-olf {
	background: url(/global/images/icon-olf.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

/* next icon added by SP 250608 -----------------
the icon appears to the right of the text 
and is centred on the text 
*/

a.icon-next {
	background: url(/global/images/icon-next.gif) no-repeat 100% 50%;
	padding: 0 2em 2px 0;
}

/* previous icon added by SP 250608 -----------------
the icon appears to the left of the text 
and is centred on the text
*/

a.icon-prev {
	background: url(/global/images/icon-prev.gif) no-repeat 0 50%;
	padding: 0 0 2px 2em;
}

a.icon-back {
	background: url(/global/images/icon-back.gif) no-repeat 0 50%;
	padding: 0 0 2px 2em;
}


/* Fix for overflowing white to the left */
/* Changed 22% to 21% */

body.two-col ul#nav-primary, body.three-col ul#nav-primary {
	float: left;
	width: 21%;
	padding-left: 0;
}


/* Special 2 col news */
body.news-twocol div#content-primary {
	width: 76%;
}

body.news-twocol div#content-secondary {
	width: 22%;
}

body.news-twocol div#content-secondary dd em small {
	margin-left: 0.5em;
}


/* =content-primary news links
-------------------------------------------------------------- */
                                                                                                  
body.news-twocol div#content-primary dl.links {
        border: 1px solid #e4eaea;
        float: left;
        width: 40%;
	margin-left: 0;
}
                                                                                                  
body.news-twocol div#content-primary dl.links dt {
        padding: 0.75em 20px 0.6em 47px;
        font-size: 1.2em;
        color:#036;
        color:#c60;
        background: url(/global/images/icon-quick-links.gif) no-repeat 20px 55%;
        margin-left: 2px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
}
                                                                                                  
body.news-twocol div#content-primary dl.section dt {
        background: url(/global/images/icon-section.gif) no-repeat 20px 55%;
}
                                                                                                  
body.news-twocol div#content-primary dl.links dd {
        border-top: 1px solid #e4eaea;
        margin-left: 1px;
}
                                                                                                  
body.news-twocol div#content-primary dl.links dd a {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        padding: 0.2em 20px 0.1em 47px;
        display: block;
        height: 100%;
        background: #e8f0ff url(/global/images/icon-arrow-nav-primary.gif) no-repeat 20px 8px;
        text-decoration: none;
        color:#036;
        font-weight:bold;
}
                                                                                                  
body.news-twocol div#content-primary dl.links dd a:hover {
        text-decoration: none;
        color: #c60;
        background: #fff url(/global/images/icon-arrow-nav-primary-orange.gif) no-repeat 20px 8px;
                                                                                                  
}


/* =NAV-TABBED
-------------------------------------------------------------- */

ul#nav-tabbed {
	list-style-type: none;
	margin: 1em 0 2em 0;
	padding: 0;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	width: 100%;
	overflow: hidden;
}

ul#nav-tabbed li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}

ul#nav-tabbed li a {
	color: white;
	background:#06c url(/global/images/bg-tab-right.gif) no-repeat 100% 0;
	display: block;
	padding: 0.6em 20px 0.45em 20px;
	position: relative;
	text-decoration: none;
}

ul#nav-tabbed li span.fix {
	color: white;
	background:#06c url(/global/images/bg-tab-right-over.gif) no-repeat 100% 0;
	display: block;
/*	padding: 0.6em 20px 0.45em 20px;*/
    	padding: 0.0em 0px 0em 5px;
	position: relative;
	text-decoration: none;
}

ul#nav-tabbed li span.fix_active {
	color: white;
	background:#036 url(/global/images/bg-tab-right-over.gif) no-repeat 100% 0;
	display: block;
/*	padding: 0.6em 20px 0.45em 20px;*/
    	padding: 0.0em 0px 0em 5px;
	position: relative;
	text-decoration: none;
}

ul#nav-tabbed.az li a {
	color: white;
	padding: 0.6em 9px 0.45em 9px;
	font-size: 0.9em;
}

ul#nav-tabbed.az li span.fix {
	color: white;
	padding: 0.6em 9px 0.45em 9px;
	font-size: 0.9em;
}

ul#nav-tabbed.az li span.fix_active {
	color: white;
	padding: 0.6em 9px 0.45em 9px;
	font-size: 0.9em;
}

ul#nav-tabbed li a span {
	background: url(/global/images/bg-tab-left.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

ul#nav-tabbed li span.fix span {
	background: url(/global/images/bg-tab-left.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

ul#nav-tabbed li span.fix_active span {
	background: url(/global/images/bg-tab-left-active.gif) no-repeat 0 0;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

ul#nav-tabbed li a:hover {
	text-decoration: none;
	background: #036 url(/global/images/bg-tab-right-over.gif) no-repeat 100% 0;
}

ul#nav-tabbed li span.fix_active {
	text-decoration: none;
	background: #036 url(/global/images/bg-tab-right-over.gif) no-repeat 100% 0;
}

ul#nav-tabbed li a:visited {
	color:white;
}

ul#nav-tabbed li span.fix:visited {
	color:white;
}

ul#nav-tabbed li a:hover span {
	background: #036 url(/global/images/bg-tab-left-over.gif) no-repeat 100% 0;
}


ul#nav-tabbed li.active a {
	background: #b2ccff url(/global/images/bg-tab-right-active.gif) no-repeat 100% 0; 
	color: #000;
	font-weight: bold;
}

ul#nav-tabbed li span.fix_active {
	background: #036 url(/global/images/bg-tab-right-over.gif) no-repeat 100% 0; 
	color: #000;
	font-weight: bold;
}

ul#nav-tabbed li.active a span {
	background: #b2ccff url(/global/images/bg-tab-left-active.gif) no-repeat 100% 0;
}

ul#nav-tabbed li span.fix_active span {
  	background: #036 url(/global/images/bg-tab-left-over.gif) no-repeat 100% 0;
}

/* text box */

div.box {
    padding: 18px 20px 8px;
    margin: 1em 0 1em 0;
    border: 1px solid #ffcc66;
    background: #ffffcc;
}


table.data.auto {
  	width: auto;
}

table.data.center {
   	margin-left: auto;
	margin-right: auto;
}

table.data.noborder {
	border: 0;
}

table.data.noborder tr td {
  	border: 0;
}

	
ol.alpha.nested {
	list-style-type: lower-alpha;
	padding-left: 10px;
}


div.mark_section {
	padding-bottom: 0.8em;
	margin: 0;
	margin-bottom: 1em;
	width: 100%;
	border-bottom: 1px solid #CCC;	
	float: left;
	clear: both;
}

div#content-primary a.norm {
	text-decoration: underline;
}	


ul.none {
   list-style-type: none;
}

ul.none li {
   padding: 2px;
}

caption {
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	font-weight: bold;
}

.smallcap {
  font-variant: small-caps;
  font-size:11px;
}

div#rightnav {
	float: right;
	background: #fff url(../images/bg-content-secondary-blue.jpg) no-repeat 0 0;
	height: 100%;
        width: 100%;
}

div#rightnav dl, div#rightnav dd {
	margin: 0;
}

div#rightnav dl.links {
	border-bottom: 1px solid #e4eaea;	
	float: left;
	width: 100%;
}

div#rightnav dl.links dt {
	padding: 0.75em 20px 0.6em 47px;
	font-size: 1.2em;
	color:#036;
	color:#c60;
	background: url(../images/icon-quick-links.gif) no-repeat 20px 55%;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#rightnav dl.section dt {
	background: url(../images/icon-section.gif) no-repeat 20px 55%;
}

div#rightnav dl.links dd {
	border-top: 1px solid #e4eaea;
	margin-left: 1px;
}

div#rightnav dl.links dd a {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0.2em 20px 0.1em 47px;
	display: block;
	height: 100%;
	background: #e8f0ff url(../images/icon-arrow-nav-primary.gif) no-repeat 20px 8px;
	text-decoration: none;
	color:#036;
	font-weight:bold;
}

div#rightnav dl.links dd a:hover {
	text-decoration: none;
	color: #c60;
	background: #fff url(../images/icon-arrow-nav-primary-orange.gif) no-repeat 20px 8px;
}

ul.subject {
	display: none;
}


/* News Digest style */

.digest {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid black;
	background: red;
}

.digest h2 {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	padding: 0;
}

img.right {
	float: right; 
	margin-right: 20px;
	margin-bottom: 0.5em;
	border:0;


}

img.left {
	float: left; 
	margin-right: 20px;
	margin-bottom: 0.5em;
	border:5px solid #fff;

}

div#caption {
	float:left;
	width: 95%;
	background: #f6f4f1;
	padding: 10px;
	margin: 5px 0 20px 5px;
	border: 1px solid #ececec;

}

div#caption p  {
padding:60px 20px 0;
text-align:inherit;

}

div#caption img {
	float: left; 
	margin-right: 20px;
	margin-bottom: 0.5em;
	border:5px solid #fff;
}

div#caption_full {
	float:left;
	width: 95%;
	background: #f6f4f1;
	padding: 10px;
	margin: 5px 0 20px 5px;
	border: 1px solid #ececec;

}

div#caption_full p  {
padding:10px 20px 0;
text-align:inherit;

}


div#caption_full img {
	float: left; 
	margin-right: 20px;
	margin-bottom: 0.5em;
	border:5px solid #fff;

}

div#dept_style_banner_h1 {
	background: #036;
	min-width: 694px;
	max-width: 1214px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 0 20px;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}


/* Dept banner added by cea */

div#dept-title {
	background: #003399;
	min-width: 694px;
	max-width: 1214px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 0 20px;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	/*border-bottom: 1px solid #036;*/
}



div#dept-title h1 {
	margin: 0;
	padding: 0.2em 0;
	line-height: normal;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 1.4em;
	font-weight:normal;
	color: #fff;
	background: #003399;
}

div#dept-title h1 a {
	color: #fff;
	text-decoration:none;
}


/* Special tabs */

div#content-tabs {
    background: #d3d3b1;
    min-width: 694px;
    max-width: 1214px;
    line-height: 1em;
    margin: 0 auto;
/*    height: 1.5em;*/
    overflow: hidden;
    width: 100%;
    padding: 0 10px 0 10px;
    border-left: 1px solid #066;
    border-right: 1px solid #066;
    float: left;
    margin-bottom: 1em;
}

div#content-tabs ul {
       float:left;
       list-style: none;
       margin:0;
       padding: 0px;
       }
div#content-tabs li {
       display: block;
       float: left;
       }
div#content-tabs a {
       display: block;
/*
       float: left;
*/
       color: #336;
       text-decoration: none;
       background-color:#d3d3b1;
       padding:4px 10px 4px 10px;
       border-right: 1px solid #fff;
}
div#content-tabs a:hover {
       display: block;
       float: left;
       color: #000;
       text-decoration: none;
       background-color: #fff;
}
div#content-tabs a.first {
       border-left: 1px solid #fff;
       border-right: 1px solid #fff;
}
div#content-tabs a.current {
       background-color: #fff;
}


div.twocol {
   width: 45%;
   float: left;
}

div.twocol left {
   margin-right: 2em;
}

a.button {
   color: #000; 
   background-color: #d5d5d5;
   border: 2px outset #c5c5c5;
   width: 180px;
   text-decoration: none;
   padding: 1px; display: block;
}

div.compact p {
	line-height: 1.1em;
}

.narrow {
	width: 80%;
}


div.caption {
	float:left;
	width: auto;
	background: #f6f4f1;
	padding: 10px;
	margin: 5px 0 20px 5px;
	border: 1px solid #ececec;

}

div.caption p  {
padding:20px 20px 0;
text-align:center;
font-size:70%;

}

div.caption img {
	text-align:center; 
	margin-bottom: 0.5em;
	border:0;
}

div.caption_full {
	float:left;
	width: 95%;
	background: #f6f4f1;
	padding: 10px;
	margin: 5px 0 20px 5px;
	border: 1px solid #ececec;

}

div.caption_full p  {
padding:10px 20px 0;
text-align:inherit;

}


div.caption_full img {
	float: left; 
	margin-right: 20px;
	margin-bottom: 0.5em;
	border:5px solid #fff;

}


div.image_wrapper {
	width: auto;
	padding: 10px;
	background-color: #ececec;
	float: right;
	margin: 15px;
	display: inline;
	clear: right;
}



div.image_wrapper p {
	color: #333;
	padding: 10px 0 0 10px;
	font-style:italic;
	
}


div.image_wrapper-text {
	width: 350px;
	padding: 10px;
	background-color: #ececec;
	float: right;
	margin: 15px;
	display: inline;
	clear: right;
}



div.image_wrapper-text p {
	color: #333;
	padding: 10px 0 0 10px;
	font-style:italic;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
div#content-tabs li a { float: none }
/* End IE5-Mac hack */
/*end of tabbed nav bar*/







