/* 
   Stylesheet for Council services

   ----------------------------------------------------------
   Stylesheet Author    Neil Turnbull
   Version              1.0
   Created              26 September 2006
   Last-Modified        26 September 2006
   Stylesheet URL       http://www.northtyneside.gov.uk/styles/council.css
   --------------------------------------------------------

   The Design uses Arial for body text, and a semantic header markup of H2, H3, H4. H1 is hidden except to screen readers
   
*/


/* Generic format styles - headers, links, captions, etc */

body {
color : #757575; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 75%; 
margin : 0; 
padding-bottom : 0; 
padding-left : 0; 
padding-right : 0; 
padding-top : 0; 
text-align : center; 
background-color : #D6D6D6; 
line-height : 1.2em; 
} 
P {
	margin : 0;
	padding-bottom : 20px;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	color: #333333;
	line-height: 150%;
} 
.policy2 {
	border: 1px solid #333333;
	padding: 3px;
	background-color: #E3E7DE;
	margin-bottom: 20px;
}

P.desc {
	margin : 0 0 10px;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	color : #7d7d7d;
	border-bottom-width : 1px;
	border-bottom-style : none;
	border-bottom-color : #f2eeed;
	font-style: italic;
} 
#content img.left {
	float: left;
	margin-right: 5px;
}

#content img.right {
	float: right;
	margin-right: 40px;
	margin-left: 40px;
	}
A {
color : #987a3d; 
text-decoration : underline; 
font-weight : normal; 
} 
A:hover {
color : #bb9955; 
text-decoration : none; 
font-weight : normal; 
} 
h2 {
	color : #999999;
	font-size : 1.6em;
	padding : 0 0 9px;
	margin-right : 0;
	margin-bottom : 30px;
	margin-left : 0;
	margin-top : 0px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #737373;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
} 
h3 {
	font-family : Arial, Helvetica, sans-serif;
	color : #997B3E;
	font-weight: bold;
	font-size: 1em;
	padding-top: 15px;
	background-image: url(../images/divider1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 30px;
} 
h3 A {
	font-family : Arial, Helvetica, sans-serif;
	color : #BB9955;
	font-weight: bold;
	font-size: 1em;
	padding-top: 14px;
	margin-top: 1.3em;
	text-decoration: none;
}
h3 A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #BB9955;
	font-weight: bold;
	font-size: 1em;
	padding-top: 14px;
	margin-top: 1.3em;
	text-decoration: underline;
}
h4 {
border-right-color : #f1eff0; 
border-bottom-color : #f1eff0; 
border-left-color : #f1eff0; 
font-size : 1em; 
font-weight : bold; 
color : #333333; 
} 
strong {
font-weight : bold; 
} 
caption {
font-style : italic; 
text-align : left; 
padding-top : 20px; 
padding-right : 0; 
padding-bottom : 20px; 
padding-left : 0; 
} 
th {
text-align : left; 
font-weight : bold; 
color : #333333; 
} 
caption {
font-style : italic; 
text-align : left; 
padding-top : 20px; 
padding-right : 0; 
padding-bottom : 20px; 
padding-left : 0; 
} 

textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
}
legend {
	display: none;
}

fieldset {
border : none #f2eeed; 
padding : 0; 
} 

/* DIV page formatting styles - page composition */

/* DIV wrapper */

#wrapper {
	margin : 0 auto;
	width : 789px;
	padding : 0;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_r3_c1.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #646464;
	border-left-color: #646464;
} 

/* DIV rapper */

#rapper {
margin : 0 auto; 
padding-bottom : 0; 
padding-left : 0; 
padding-right : 0; 
padding-top : 0; 
} 
#rapper {
text-align : left; 
width : 789px; 
} 

/* DIV head & formatting */

#head {
	width : 789px;
	background-image : url(../images/header.jpg);
	padding : 0;
	margin-right : auto;
	margin-left : auto;
	height : 220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1F1F1;
} 
#head A {
color : #666667; 
text-decoration : none; 
font-weight : normal; 
} 
.subh4 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #414835;
}

#head P {
	text-align : right;
	margin-right : 20px;
	color : #bb9955;
	margin-top : 10px;
	font-weight : bold;
	padding-top: 7px;
} 
#head h1 {

margin : 0; 
padding-bottom : 0; 
padding-left : 0; 
padding-right : 0; 
padding-top : 0; 
text-indent : -1999px; 
display : none;
}
#head A:hover {
color : #000000; 
text-decoration : none; 
} 

/* DIV footer & formatting */

#footer {
	clear : both;
	margin : 0;
	padding : 10px 10px 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #646464;
	text-align: center;
} 
#footer A {
color : #666666; 
font-weight : normal; 
padding : 3px; 
text-decoration : none; 
}
#footer P {
color : #997B3E; 
font-weight : normal; 
padding : 3px; 
} 
#footer A:hover {
color : #bb9955; 
font-weight : normal; 
padding : 3px; 
text-decoration : underline; 
} 

/* DIV tabs & formatting - Primary navigation and tab effects  */

#tabs {
	BACKGROUND: url(../img1/bg.jpg) repeat-x 50% bottom;
	FLOAT: left;
	WIDTH: 100%;
	LINE-HEIGHT: normal;
}
#tabs UL {
	PADDING-RIGHT: 10px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#tabs LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 9px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#tabs A {
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: normal;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	COLOR: #666666;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #E8E8E8;
}
#tabs A {
	FLOAT: none
}
#tabs A:hover {
	COLOR: #AE8C44
}
#tabs #current {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	background-color: #FFFFFF;
	font-weight: bold;
}
#tabs #current A {
	PADDING-BOTTOM: 5px;
	COLOR: #585F5C;
	font-weight: bold;
}
#tabmargin {
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(../images/tabmarginbg.gif);
	background-repeat: repeat;
	width: 100%;
}
#tabmargin {

	FONT-SIZE: 93%;
	BACKGROUND: url(../images/tabmarginbg.gif) repeat-x 50% bottom;
	FLOAT: left;
	WIDTH: 100%;
	LINE-HEIGHT: normal;
}

/* DIV content & formatting - Holds main editable content  */

#content {
	float : left;
	margin : 0px 0 15px;
	padding-bottom : 0;
	padding-left : 20px;
	padding-right : 0;
	padding-top : 0;
	text-align : left;
	width : 750px;
} 
td {
	vertical-align: top;
	padding-right: 7px;
}

#content table {
	width : 90%;
	color: #333333;
} 
#content IMG {
	float : right;
	margin-top : 0;
	margin-left: 10px;
} 
#content OL {
	color: #333333;
}
#content IMG.left {
	float : left;
	padding-left: 0;
	margin-top : 0;
	margin-right: 5px;
} 
#content OL {
	color: #333333;
}
#content UL {
	color: #333333;
	line-height: 150%;
	padding-bottom: 5px;
	margin-top: 0px;
}
#content A {
	font-weight: bold;
	text-decoration: underline;
}
#content A:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* DIV sidebar & formatting - Holds secondary right hand navigation */

#sidebar {
	width : 198px;
	padding : 3px 3px 3px 20px;
	margin-top : 0px;
	border: 1px none #CCCCCC;
	float: right;
	margin-right: 10px;
}
#sidebar h2 {
	font-size : 1.2em;
	margin-right : 0;
	margin-left : 0;

	margin-top : 1.3em;
	line-height: 1.2em;
	margin-bottom: 0px;
	font-weight: bold;
	color: #585F5C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #997B3E;
	border-right-color: #997B3E;
	border-bottom-color: #999999;
	border-left-color: #997B3E;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar UL {
	padding-bottom : 0;
	padding-left : 0;
	padding-top : 0;
	margin: 0px;
} 
#sidebar UL LI {
	list-style-type : none;
	padding-bottom: 7px;
	background-image: url(../images/divider1.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	line-height: 150%;
} 
#sidebar UL LI A {
	color : #333333;
	text-decoration : none;
	font-weight : normal;
	padding: 0;
}  
#sidebar UL LI A:hover {
text-decoration : underline; 
color : #bb9955; 
} 
#sidebar input {
	text-align : left;
	color : #333333;
	border : 1px solid #646464;
	font-style : normal;
	margin-bottom: 18px;
} 
#sidebar FORM {
	margin-bottom: 23px;
}

/* DIV gallery & formatting - Used for leisure centre, community centre photo switching */

#gallery IMG {
text-align : left; 
float : left; 
} 

/* Custom styles */

.selected {
	color: #000000;
}
.hide {
height : 0; 
overflow : hidden; 
position : absolute; 
width : 0; 
left : 753px; 
top : 265px; 
} 
.linethrough {
	color: #990000;
	text-decoration: line-through;
}

a#searchbutton {
	color : #666667;
	text-decoration : none;
	font-weight : normal;
	padding: 5px;
	width: 220px;
	text-align: center;
	border-top: 1px solid #D9CCCA;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #D9CCCA;
	background-image: url(../images/buttongradient.jpg);
	background-repeat: repeat-x;
}
a#searchbuttonright {
	color : #666667;
	text-decoration : none;
	font-weight : normal;
	padding: 5px;
	width: 220px;
	text-align: center;
	border-top: 1px solid #D9CCCA;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #D9CCCA;
	background-image: url(../images/buttongradient.jpg);
	background-repeat: repeat-x;
}
a#searchbutton:hover {
	color : #987a3d;
	text-decoration : none;
	font-weight : normal;
	padding: 5px;
	width: 220px;
	text-align: center;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #D9CCCA;
}
a#searchbuttonright:hover {
	color : #987a3d;
	text-decoration : none;
	font-weight : normal;
	padding: 5px;
	width: 220px;
	text-align: center;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #D9CCCA;
}
UL#reports {

	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 3px;
}
UL LI#reports {
	list-style-image: url(../images/notesreports_16.gif);
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#table UL LI {
	line-height: 150%;
	background-image: url(../images/tablegrad1.jpg);
	list-style-image: none;
	list-style-type: none;
	margin-top: 2px;
	margin-left: 0px;
	padding: 3px;
}
#table UL {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#table P {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}




































































































/* Deprecated and specialist styles - Get rid when pages are redesigned and tested NAT */

#intro {
background-color : #ffffff; 
padding : 7px; 
border : 1px solid #f1eff0; 
margin-bottom : 2em; 
} 
#content img.left {
	float: left;
	margin-top: 0px;
	margin-right: 4px;
}

#intro IMG {
float : left; 
margin-right : 7px; 
} 

#intro A {
text-decoration : underline; 
} 
#services {
	background-color : #ffffff;
	padding : 7px 0px;
	border : none;
	margin-bottom : 2em;
	color: #FFFFFF;
} 
#services IMG {
float : left; 
margin-right : 7px; 
} 
#services A {
text-decoration : underline; 
} 
#services P {
padding-bottom : 7px; 
padding-top : 7px; 
} 

#intro {
background-color : #ffffff; 
padding : 0px; 
border : none; 
margin-bottom : 2em; 
} 
#intro IMG {
	float : left;
	margin-right : 7px;
	margin-left: 0px;
} 

.newsitem {
	padding : 5px;
	border: 1px solid #D9CCCA;
	margin-bottom: 20px;
} 
.h3newsitem {
margin-bottom : 0; 
border : none; 
font-size : 1em; 
font-weight : normal; 
text-decoration : underline; 
} 
#columnleft {
	width : 248px;
	padding : 3px;
	margin-top : 15px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-right: 20px;
	background-color: #FBFBFB;
} 
#columnleft IMG {
	float : left;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right: 3px;
} 
#columnleft H3 {
	padding-bottom : 7px;
	border-bottom-style : none;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #D9CCCA;
	padding-top: 0px;
	margin: 20px 0px 5px;
} 
#columnright {
	width : 220px;
	padding : 3px;
	margin-top : 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-left: 310px;
	float: right;
} 


#tophalf {
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	width: 100%;
	padding-top: 0px;
}
#bottomhalf {
	clear: both;
	color: #757575;
	margin-top: 40px;
	padding: 7px;
	margin-bottom: 0px;
	text-align: center;
}
#columnright H3 {

	padding-bottom : 7px;
	border-bottom-style : none;
	font-weight : bold;
	color : #BB9955;
	background-color: #FFFFFF;
	background-image: url(../images/divider.gif);
	padding-top: 0px;
	margin: 20px 0px 5px;
	background-repeat: repeat-x;
	background-position: 100% 100%;
}
#columnright UL {
	padding-bottom : 0;
	padding-left : 0;
	padding-top : 0;
	margin: 0px;
	list-style-type: none;
}
#feature left {
	width : 200px;
	float : left;
	padding : 0px;
	margin-top : 10px;
	border: 1px none #F2EEED;
	height: 100px;
}
#news {
	background-color: #FFFFFF;
}
#news UL {
	padding-bottom : 0;
	padding-left : 0;
	padding-top : 0;
	margin: 0px;
	background-color: #FFFFFF;
}
#news UL LI {
	margin-bottom : 0px;
	margin-top : 0px;
	list-style-type : none;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #ffffff;
	padding: 2px 2px 7px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
}
#news UL LI A {
	text-decoration : none;
	font-weight : normal;
	padding: 0;
	margin-bottom: 2px;
}

#intro h3 {
	margin-bottom: 2px;
	background-color: #FFFFFF;
	margin-top: 2px;
	font-weight: bold;
}
#columnleft H2 {
	font-weight : bold;
	color : #BB9955;
	font-size: 1em;
	margin: 0px 0px 3px;
	padding: 0px;
	border: none;
}

#columnright UL LI {
	padding-bottom: 4px;
	text-decoration: none;
}
#columnright UL LI A {
	padding-bottom: 4px;
	text-decoration: underline;
}
#media UL LI {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 8px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#media IMG {
	float: left;
	padding-right: 3px;
	margin-right: 3px;
	margin-left: 0px;
	padding-left: 0px;
}
#columnleft UL LI {

	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 7px;
	list-style-image: url(../images/NOTES_16.gif);
}
#media {
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#columnleft H2 A {
	border-bottom-style : none;
	font-weight : bold;
	font-size: 1em;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	text-decoration: none;
	color: #BB9955;
}
#columnright P {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
#media UL {
	margin-left: 0px;
	padding-left: 0px;
}
#bottomhalf IMG {
	margin-right: 10px;
	margin-left: 7px;
	margin-top: 2px;
	padding-bottom: 4px;
}
#media UL LI A {
	text-decoration: none;
}
#media A {

	text-decoration: none;
}
#columnleft A {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
#columnright A {
	text-decoration: none;
	color: #BB9955;
	font-weight: bold;
}
#columnleft IMG {
	float : left;
	margin-right: 4px;
}
#features {

	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	padding-top: 0px;
	margin-top: 20px;
}
#features IMG {

	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
#botthalf {

	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	width: 100%;
	padding-top: 0px;
}
#columnright IMG {
	float : left;
	margin-right: 24px;
	margin-left: 0px;
	margin-bottom: 7px;
}
#columnleft A:hover {
	text-decoration: underline;
	color: #BB9955;
}
#columnright A:hover {
	text-decoration: underline;
	color: #BB9955;
}
#mainfeature {
	margin-bottom: 10px;
}
#bottomhalf P {
	padding-bottom: 9px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
	width: 80px;
	margin-right: 9px;
}
#bottomhalf A {
	color: #757575;
	text-decoration: none;
}
#bottomhalf A:hover {
	text-decoration: underline;
	color: #BB9955;
}
#columnright H2 A {

	border-bottom-style : none;
	font-weight : bold;
	font-size: 1em;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	text-decoration: none;
	color: #BB9955;
}
#columnright H2 {
	font-weight : bold;
	color : #BB9955;
	font-size: 1em;
	margin: 0px 0px 3px;
	padding: 0px;
	border: none;
}
#mainfeature A {
	text-decoration: none;
}
#columnleft H2 A:hover {
	color: #BB9955;
	text-decoration: underline;
}
#eventleft {

	width : 210px;
	float : left;
	padding : 5px;
	margin-top : 10px;
	border: 1px none #D9CCCA;
	margin-bottom: 0px;
}
#columnright H2 A:hover {

	color: #BB9955;
	text-decoration: underline;
}
#comingsoon {
	width : 210px;
	float : right;
	padding : 5px;
	margin-top : 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #A4A4A4;
	border-left: none;
}
#comingsoon P {

	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#comingsoon IMG {

	float : left;
	margin-right: 7px;
	margin-left: 0px;
}
#comingsoon A {
	font-weight: bold;
	text-decoration: none;
	color: #BB9955;
	} 
#docs IMG {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#categories IMG {
	float: left;
	margin-right: 7px;
	margin-left: 0px;
	padding-left: 0px;
}

.imagelayout{width: 200px;float: left;}
.centre{text-align:center; font-size:85%;}
img{border:none;}
UL#agenda {
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
UL LI#agenda {

	list-style-image: url(../images/documents_24.gif);
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content a.breadcrumb {
	font-weight: normal;
	text-decoration: none;
}
.policy1 {
	border: 1px solid #333333;
	padding: 3px;
	background-color: #E7DAC0;
	margin-bottom: 20px;
}
content form ul li dt label {

	FONT-WEIGHT: normal; MARGIN: 1.5em 0px 0.25em; COLOR: #333333; LETTER-SPACING: 1px
}
#content FORM DT STRONG.required {
	FONT-WEIGHT: bold;
	TEXT-TRANSFORM: uppercase;
	LETTER-SPACING: 0px;
	color: #997B3E;
	font-style: normal;
}
#content form ul li p.linktitle {
	margin-top: 4px;
	font-weight: normal;
}
#content FORM {
	padding: 14px;
	border: 1px double #999999;
	margin-bottom: 10px;
}
#content FORM DT {
	FONT-WEIGHT: bold;
	COLOR: #000000;
	LETTER-SPACING: 1px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0.25em;
	margin-left: 0px;
	padding-left: 0px;
}
#content FORM DT STRONG {
	FONT-WEIGHT: normal; TEXT-TRANSFORM: none; FONT-STYLE: normal; LETTER-SPACING: 0px
}
#content FORM DT STRONG CODE {
	FONT-SIZE: 1.1em; FONT-STYLE: normal
}
#content FORM DD {
	MARGIN-BOTTOM: 1em;
	margin-left: 0px;
	padding-left: 0px;
}
#content FORM UL LI {
	PADDING-LEFT: 0em;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	MARGIN-RIGHT: 1em;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
}
#content FORM UL LI INPUT {
	FONT-SIZE: 1em;
	margin-left: 0px;
	padding-left: 0px;
}
#content FORM UL.optionslist LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0.25em; PADDING-TOP: 0.25em
}
#content FORM .text {
	WIDTH: 100%
}

#content FORM .password {
	WIDTH: 100%
}
#content FORM TEXTAREA {
	WIDTH: 100%
}
#content form dd ul {
	margin-left: 0px;
	padding-left: 0px;
}

#content FORM .upload {
	BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fbfaf4; PADDING-BOTTOM: 0px; MARGIN: 3px 0px 10px; BORDER-LEFT: #999 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #999 1px solid
}#content form dd input {
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar label {

line-height : 0; 
text-indent : -1999px; 
display : none;
}
#content a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
.library {
	font-size: 2em;
	font-weight: bold;
}
#dates {
	float: left;
}
#dates.p {
	width: 245px;
	border: thin;
	border-color:#CCCCCC;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #CCCCCC;
	text-transform: capitalize;
}
		
p.notice1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	border: thin solid #D6D3CE;
	font-weight: bold;
}
p.notice2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFFFF;
	border: thin solid #333333;
	font-weight: bold;
}
