 /*define global*/


/*@font-face {
  font-family: "Mercury";
  src: url('/css/fonts/MercuryRegular.eot');
  src: local("MercuryRegular"),
  	   url('/css/fonts/MercuryRegular.ttf') format('truetype'),
	   url('/css/fonts/MercuryRegular.otf') format('opentype'),
       url('/css/fonts/mercuryregular-webfont.svg') format('svg');
 }*/

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
	background:#fefefe;
	font-size:11px;
	line-height:14px;
	text-align: left;
}
/* for slovenia */
.margin-wrapper {
    float: left;
    height: 135px;
    margin-right: 50px !important;
    width: 25%;
}

@font-face {
  font-family: 'Mercury';
  src: url('/css/fonts/MercuryRegular.eot');
  src: local('Mercury'),
       url('/css/fonts/MercuryRegular.ttf') format("truetype");
}


hr {
	border:none;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
	clear:both;
}

input {
margin-right:3px;
}


a {
text-decoration:none;
color : #999999;
}

a:hover  {
	color: #FF6600;
	text-decoration: none;
}

ul  {
	float:none;
	list-style:none;
	margin:0px 0px  0px  0px ;
	padding:0;

}

li a  {
text-decoration:none;
color : #444444;
}

h1 {
	/*background: url(/images/logo_text.gif) no-repeat;*/
	height:26px;
	width:200px;
	margin:0;
}

h1 a {
	display: inline-block;
	text-indent: -9999px;
}

h2 {
 color:#444444;
 margin: 18px 0px 6px 0px;
}

.main h2 { margin:0; }
.tutor {font-style:italic;}
.new {
 color:#444444;
 margin: 0;
 text-transform:uppercase;
 font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
 font-size:24px;
 font-weight:normal;
 line-height:32px;
 /*display: none;*/
}

h3 {
	margin: 15px 0 0px 0;
	 /*font-family: "Mercury",Arial,Helvetica,sans-serif;
 font-size:16px;*/

}

.graduate h3 a {
	color: #444;
	 /*font-family: "Mercury",Arial,Helvetica,sans-serif;
 font-size:16px;*/

}

h4 {
	margin:0;
	padding:0;
	/*font-family: "Mercury",Arial,Helvetica,sans-serif;
 	font-size:12px;*/
}


td {
vertical-align:top;
}

img {
	border: 0px;
	}
.center{
	text-align: center;
}
.hidden {
	display: none;
}
.show {
	display: block;
}

.floatImgright {
	float: right;
	padding: 0 0 0 10px;
}

.floatImgleft {
	float: left;
	padding: 0 10px 0 0;
}

.caption{
	font-size:10px;
	font-style: italic;
	display:block;
	padding-bottom:8px;
}

.wrap {
	float: right;
/*	max-width: 400px;*/
	padding-left:10px;
}

.wrap .caption {
	margin-left:10px;
	max-width:350px;
}
.UpperCase {
	text-transform:capitalize;
}

		/*
			Vertical Accordions
		*/

		.accordion_toggle {
			display: block;
			height: 15px;
			width: 146px;
			background: no-repeat top right #FFF;
			padding: 0 0px 0 0px;

			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 11px;
			color: #444;

			cursor: pointer;
			margin: 0 0 0 10px;
		}


		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			margin: 0 0 0 14px;
		}

			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}

		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 146px;
			background:  no-repeat top right #FFF;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 11px;
			color: #000000;
			border-bottom: 1px solid #FFF;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background:  no-repeat top right #FFF;
			color: #ffffff;
			border-bottom: 1px solid #FFF;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #FFF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}




/*library*/
.searchservices .searchcontent {
font-size:14px;
color:#000000;
}

.searchheader {
font-weight:bold;
}


.defaultstyle {
width:110px;
}

.enrichheader {
font-weight:bold;
}


.copyBox
{
	margin-left:10px;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.cb{clear: both;
     margin-left:150px;
    }

.topselected {
color: #FF6600;

}

#container {
	background:#fff;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding:10px 20px;
}

.publicationBox {
float: left;
width: 145px;
margin-right: 5px;
margin-bottom: 12px;
text-align: center;
}

.micrositeBox {
float: left;
width: 98px;

margin:0 20px 10px 0;
text-align: center;
}

#footer {
background-color:#FFFFFF;
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 0px;
	height:50px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	bottom:0px;

}

#footer2 {
background-color:#FFFFFF;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 30px;
	height:50px;
	position:absolute;
	bottom:0px;
}

#mastHead {
	height: 155px;
}



.leftDiv {
	float: left;
	width :148px;
	font-size: 10px;

}
#rightOfLogo {
	float: left;
}

.leftDiv img {
margin:10px 20px 10px 0px;

}
.red
{
	background:#990000;
	color:white;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding-right:15px;
}



#topOfMastHead {
	float: left;
	width: 812px;
	height: 52px;
}

#topOfMastHead a img{
margin-top:4px;
}


div#aaname {
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	margin-top:10px;
	width: 200px;
}



#menuContainer {
height:110px;
}

#menuContainer div  { /*Rather than have equal width for the menu blocks there are equal spacing on the right margin. */
	float:left;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 5px;

	line-height:13px;
}

a.blue {
color : #0099cc;
}

.header
{
	font-size:14px;
	font-weight:bold;
	color:#0099cc;
	padding: 5px 0px 3px 0px;
}

.header a {
	color : #0099cc;
}
.caps
{
text-transform:uppercase;
}

.schoolcontent {
	float:left;
	width:690px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.mainSchool {
color:#333333;

}

.blueTop {
border-top:4px solid #0099cc;
}

.blueUnderline {
border-bottom:#0099cc solid 2px;
border-top:2px solid #0099cc;
}

.leftDiv.ul {
border-bottom:2px solid #0099cc;
padding : 0px 0px 5px 0px ;
}
.whiteTop {
border-top:4px solid #0099cc;
}
.halfPage {
	margin: 0px 0px 0 0px;
	padding: 5px 0px 5px 0px;
	width: 480px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
}
.fullPage {
	margin: 0;
	padding: 5px 0px 5px 0px;
	width: 980px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
}
.quarterPage {
	margin: 0px 8px 0 0px;
	padding: 5px 0px 5px 0px;
	width: 230px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	float: left;
}

.quarterPageLeft {
	/*margin:0 10px 10px 0;*/
	width: 235px;
	float: left;
	border-top: 3px solid #0099cc;
	padding: 5px 0px;
}

.quarterPageRight {
	width: 235px;
	float: left;
	border-top: 3px solid #0099cc;
	margin:0 0px 0 10px;
	padding: 5px 0px;
}

.columnLeft {
	margin: 0px 10px 0 0px;
	width: 235px;
	float: left;
}

.columnRight {
	width: 235px;
	float: right;
}

/*For two column layout */

.mainText .columnLeft {
	margin: 0 10px 10px 0;
	width: 300px;
	float: left;
}

.mainText .columnRight {
	width: 300px;
	float: right;
	margin-bottom:10px;
}

.box {
	background-color:#f8f8f8;
	padding:10px;
}

/*.mainText .columnLeft a, .mainText .columnRight a
{
	color: #FF9900;

	text-decoration: none;
}

.mainText .columnLeft a:hover, .mainText .columnRight a:hover
{
	color: #999;
	text-decoration: none;
}
*/

.mainSchool img {
	float: right;
	vertical-align:top;
}

.mainText img {

	/*padding:0 0 0 8px;*/

}

.halfImageLeft {
	width:300px;
	padding-right: 12px;


}

.halfImageRight {
	width:300px;
	padding-left: 12px;


}
/*---------------------*/


.sectionTitle {
	margin: 5px 0px 10px 0px;
}

#leftHalf {
	float: left;
/*	width: 50%;*/
}
#rightHalf {
	float: right;
	margin:0 3px 0 0;
}



.publicationItem {
	float: left;
	width: 145px;
	margin-right: 8px;
	margin-left: 0px;
}
.publicationItemTop img {


	padding-left: 7px;
}

.publicationItemTop a {


	padding-bottom: 8px;
}
.leftColumn {
	float: left;
	width: 225px;
}

.rightColumn {
	float: right;
	width: 225px;
}

.leftColumnMain {
	float: left;
	width:320px;

}

.rightColumnMain {
	float: right;

}
.textette p{
margin : 0px 0px 10px 0px;
}
.news p{
margin : 0;
padding:0;
display:inline;
}
.textette img{
float : left;
margin : 0px 4px 2px 0px;
max-width : 140px;
}
.textette {
margin :0px 0px 12px 0px;
}

.textette a{
color:#444;
}

.textette a:hover  {
	color: #FF6600;
	text-decoration: none;
}

.date
{
	padding-bottom:5px;
	color:#999999;
	font-size:10px;
	font-family:Arial;
/*	font-weight: bold;*/
text-decoration:none;
}



.series {
color:#999999;
font-style: italic;
}

.AATVLink {
color:#ff6600;
font-style: italic;
}

.leftMenu {
	float: left;
	width :146px;
    margin: 0px 0px 0px 0px;

	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
}

.rightMenu {
	float: left;
	width :155px;
	margin: 0px 0px 0px 8px;
	padding: 8px 0px 5px 0px;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	te

}
.rightMenu p{
margin : 0px 12px 12px 0px;
}

.rightMenu a:hover{
	color:#ff6600;
}

.rightMenu a{
	color:#999;
}
.rightMenu h2 { margin: 0px 0 10px 0; font-size:13px; }

.rightMenu img{
width: 155px;
}
.rightMenu .note {
font-weight: bold;
font-size:12px;
background-color: #F8F8F8;
margin:0 0 10px 0;
padding:10px;
letter-spacing:0.5px;
line-height:15px;
}


.main {
	margin: 0px 0px 0px 8px;
	padding: 8px 0px 8px 0px;
	width: 645px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	float:left;

}

.double {
	margin: 0px 0px 0px 8px;
	padding: 8px 0px 8px 0px;
	width: 805px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	float:left;

}

.treble {
	margin: 0px 30px 0px auto;
	padding: 8px 0px 8px 0px;
	position:           absolute;
    top:                160px;
    bottom:             0;
    width:              100%;
    margin-bottom:      50px;
    overflow:           hidden ;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099cc;

	}

.shrunk {
		margin: 0px 30px 0px 0px;
	position:           absolute;
    top:                60px;
    bottom:             0;
    width:              100%;
    margin-bottom:      0px;
    overflow:           hidden ;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099cc;



	}

	.shrunk2 {
		margin: 0px 30px 0px 0px;
	position:           absolute;
    top:                160px;

    bottom:             0;
    width:              100%;
    margin-bottom:      50px;
    overflow:           hidden ;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099cc;



	}

iframe
{
	border:medium none;
float:left;
position:absolute;
font-family:Helvetica;

}


.photolibrary
{
/*left: 168px;*/
}
ul#diarysEvents li {
display:inline;
font-family:Helvetica;
font-size:11px;
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-right:15px;
text-decoration:none;
float:left;
}

#diaryTitle {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:black;
font-family:Arial;
height:22px;
margin-bottom:10px;
padding-top:6px;
vertical-align:super;
width:135px;
font-weight:bold;
}

#diaryContent {
font-family:Helvetica;
font-size:11px;
text-decoration:none;
width:135px;
margin-right:20px;
}

.main p {
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 0;
}

.main img {
margin: 0px 0px 0px 0px;
vertical-align:top;
max-width: 615px;
}

.mainText {
 width:615px;
 float:left;
 font-size:12px;
line-height:18px;
color:#444444;
vertical-align:top;
}
.mainText a
{
    text-decoration:none;
    color : #999;

}
.mainText a:hover
{
    text-decoration:none;
    color : #ff6600;
}

.mainText ul{
	list-style:inside disc;
	margin-bottom:12px;

}

.mainTextDouble {
	width:770px;
	float:left;
	text-align: left;
}

.mainTextDouble  h3
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}


.externals {
	text-align: left;

}

.mainTextTreble {
	width:900px;
	float:left;
	text-align: center;
}

.sideMenuHeader {
	margin: 8px 0px 0px 0px;

/*font-family:"Mercury", Arial, Helvetica, sans-serif;*/
font-family: "Mercury", Arial, Helvetica, sans-serif; color:#00a9d7; text-transform:uppercase; font-size:14px; line-height:16px;
color:#00b4db;
text-transform:uppercase;
font-weight:normal;

}



.sideMenu {
	margin-left: 10px;
	font-size:11px;
	line-height:13px;
	padding: 1px 0;
}
.sidemenu2 {
	margin-left: 16px;
	font-size: 9px;
}

#selected {
	list-style-position: inside;
	list-style-type: disc;
	color: #FF6600;
	font-size:11px;
	line-height:13px;
}

.externals div {
	float: left;
	margin: 0px 0px 20px 0px;
}

div.trail-text {
	position:absolute;
	z-index:10;
	line-height:13px;
	text-align:left;
	background-color:transparent;
	background-image:url(../images/grey-bg.png);
	background-repeat:repeat;
}

.exhibitionEntries{
    width:226px;
    float:left;
	margin-right:14px;
}


#header
{
	width:934px;
	height:140px;
}

.gray
{
	background-color:#DDE5D9;
}

.sidetitle {
position:absolute;
top:248px;
left:726px;
float:right;
text-transform:uppercase;
font-family:"Mercury";
font-size:28px;
font-family:Verdana;
-webkit-transform: rotate(-90deg);
-moz-transform:rotate(-90deg);
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
line-height:28px;
}

.bluetitle {
margin: 3px 0px 8px;
font-size:14px;
/*font-family:"Mercury", Arial, Helvetica, sans-serif;*/
font-family: "Mercury", Arial, Helvetica, sans-serif; color:#00a9d7; text-transform:uppercase; font-size:14px; line-height:16px;
color:#00b4db;
text-transform:uppercase;
}

.mainbluetitle {
margin: 3px 0px 8px;
font-size:14px;
/*font-family:"Mercury", Arial, Helvetica, sans-serif;*/
font-family: "Mercury", Arial, Helvetica, sans-serif; color:#00a9d7; text-transform:uppercase; font-size:14px; line-height:16px;
color:#00b4db;
text-transform:uppercase;
}

.menuTopColumn {
margin: 5px 0px 1px;
}

.menuTopColumnHead {
margin: 0px 0px 3px 0px;
}

.menuTopColumn li {

}

.bluetitleMenu {
font-family: "Mercury", Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:13px; line-height:16px;
color:#00b4db;
text-transform:uppercase;
}

.orangetitleMenu {
font-family: "Mercury", Arial, Helvetica, sans-serif; color:#FF6600; text-transform:uppercase; font-size:14px; line-height:16px;
text-transform:uppercase;
}

/* ------------------------------------------------------------MEMBERSHIP----------------------------------------------------*/

/* -------for google map------- */
.gmnoprint a { font-family: "Arial Black", Gadget, sans-serif; font-size: 9px; color: #666;text-decoration: none; font-weight:lighter;}
.gmnoprint a:hover { color:#F60; }
.mainText .viewmore { color:#F60;}
/* --------------------------- */

address {font-style:normal;}
.liLogInNonLogin {font-family: "Mercury", Arial, Helvetica, sans-serif; color:#00a9d7; text-transform:uppercase; font-size:13px; line-height:16px;}

.qaa p {margin:20px 0px 0px 0px;}
.membership h2 {margin: 0 0 6px 0; font-size:14px;}
.membership h3 {margin: 10px 0; font-size:12px;}
.membership h4 {margin: 10px 0 0;}
.membership ul { list-style:inside; margin:5px 0 5px 20px;}

.rightMenu h3 {margin: 0px 0 10px 0;}
.separator {/*border-top: 2px #f1f1f1 solid; */padding-left:6px}
.membership fieldset, .membership table, .membership label, .membership iframe { margin:0; padding:0; border:none; float:none;  }
.membership label {margin:10px 0;}
.membership iframe { position:inherit;}
.right {float: right;}
.left {float: left;}
.button {background-color:#F4F4F4; padding:5px 5px; margin-left: 5px; -moz-border-radius: 3px; -webkit-border-radius: 5px; margin-bottom:10px; cursor:pointer; border:none; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color:#444; font-size:12px;}

.button_give {background-color:#00B4DB; padding:5px 5px; margin-left: 5px; -moz-border-radius: 3px; -webkit-border-radius: 5px; margin-bottom:10px; cursor:pointer; border:none; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color:#FFF; font-size:12px;}



#container .membership .button a {padding:3px; font-weight:bold; -moz-border-radius: 2px; -webkit-border-radius: 2px; color:#444;}
#container .membership .button:hover {color:#FF6600;}
.current  {background:#FFF; color:#FF9000; font-weight: bold; padding:2px;}

#container .membership {font-size:12px;}
#container .membership a { text-decoration:none; /*color : #0099cc;*/}
#container .membership a:hover {text-decoration:none; color : #ff6600;}

#container .rightMenu {font-size:11px;}

#container .membership a.current, #container #atoz a.current {background:none; color:#FF9000; font-weight: bold;}

#login_button { background-color:#F4F4F4; padding:10px 0 10px 6px; margin-bottom:30px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#login_button a {color:#444; background-color:#ffffff; padding:3px 3px; font-weight:bold;  -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.login {margin: 5px 0 5px 0;}
#error {color:#F00;}
#login_button p { font-size:12px;}

#atoz { background-color:#f4f4f4; margin: 15px 5px 0 0; padding:8px; }
#atoz p {padding:5px; margin:0; background-color:#FFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#container #atoz a {padding:0 3px; color:#444; }
#container #atoz a:hover {padding:0 3px; color:#ff6600;}
.rightborder {border-right: 3px solid #f4f4f4; padding: 3px 13px; display: inline-block; margin-right:10px; }

#membersdirectory {background-color:#f4f4f4; margin:10px 5px 10px 0; /*padding-bottom:15px;*/}
#member {/*background-color:#f1f1f1;*/ margin:10px 5px 10px 0; padding-bottom:5px;}
#search {float:right; padding:9px;}

#search #query {height:15px; padding:2px 0px 2px 2px; width: 128px; top:4px; background:#FFF; border:1px solid #CCC; }
#search input {border: solid 2px #E4E4E4;}
#search #search-btn {color:#000; cursor:pointer; height:20px; line-height:18px; margin:0; padding:0 0 2px; width:60px; background:url("../images/button.png") no-repeat  #E4E4E4;}

#listing {background-color:#FFF; margin: 0 10px 0px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#listing table { border-collapse:collapse; border-spacing: 1; empty-cells:show; width:100%; }
#listing tr {text-align:left;}
#listing th {border-bottom:1px solid #f4f4f4; padding:10px;}
#listing td {border-bottom:1px solid #f4f4f4;  padding:5px 2px 5px 18px; vertical-align: top; /*width:33%;*/ font-size:12px;}
.odd {/*background-color: #f9f9f9;*/}
#listing .padding-left {padding-left:18px;}

#member_listing, #entry_listing { background-color:#FFF; border:1px solid #f4f4f4; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#entry_listing {padding:10px;}
#member_listing table, #entry_listing table { border-collapse: collapse; border-spacing: 1; empty-cells:show; width:97%; margin: 10px auto 0 auto; }
#member_listing th {font-size:14px; }
.border { background-color:#f9f9f9; border:1px solid #f4f4f4; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.noborder {border:none; }
#member_listing .noborder {border-bottom:none; }
#member_listing tr, #entry_listing tr { border-bottom:1px solid #f4f4f4; text-align:left;}
#member_listing td{ padding:5px 0px 5px 10px; vertical-align: top; font-size:12px; line-height:20px;}
#member_listing tr:first-child, #member_listing tr:last-child, #entry_listing tr:last-child {border:none;}
#entry_listing td { padding:5px 0px; vertical-align: top; font-size:12px; line-height:20px; }
#entry_listing td p {padding:0; margin:0;}
.entry_title {width:50%;}
.heading {font-weight: bold; width: 30%;}
#member_listing .edit_details {font-size:14px; font-weight:bold; /*color: #cc9900;*/}
.space {margin-bottom:30px;}
.checkbox {/*margin-left: auto; margin-right:auto; display:block;*/ margin-right: 20px;}
#member_listing .small_font {font-size:11px;}
.small_font {font-size:11px;}
.rotate {-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); right:0 top:o;}
.errorheader { color:#F00;}

#pagination {margin-top:15px; margin-left:auto; margin-right:auto; display:block; text-align:center; font-size:11px; }
#pagination ul {border:0; margin:0; padding:0; }
#pagination-style li {border:0; margin:0; padding:0; list-style:none; display:inline-block;}
#pagination-style li a {background-color:#ffffff; padding:2px; margin-right:5px; }

#back {padding: 0; margin:15px 0 0 15px; font-size:11px; }
/*#back p {background-color:#f9f9f9; width:135px; }*/

.membership .form-row { clear:both; /*margin-bottom:20px;*/ overflow:hidden; }
.membership .form-row label { background-color: #fff; font-size:12px; /* padding:5px;border-top:1px solid #CCC; border-right:1px solid #CCC; border-left:1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/ display:inline-block; width:17%;}
.membership .form-row input {margin-bottom:15px;}

#search input {border: solid 2px #E4E4E4;}
.form-row #login, .form-row #request {color:#444; cursor:pointer; height:20px; line-height:18px; margin:0 0 0 30%; padding:0 0 2px; width:60px; background:url("../images/button.png") no-repeat  #F4F4F4; border: solid 2px #F4F4F4;}
.form-row #unsubscribe, .form-row #request {color:#444; cursor:pointer; height:20px; line-height:18px; margin:0 0 0 30%; padding:0 0 2px; width:60px; background:url("../images/button.png") no-repeat  #F4F4F4; border: solid 2px #F4F4F4;}

.membership .admin {color:#CC9900; }
.subheader {font-weight:bold; font-size:14px}
.subscription { border:1px solid #f4f4f4;}
.subscription th, .subscription .center {text-align:center;}
.subheading {background-color:#F4F4F4; padding:5px 5px 5px 15px;}

.display {display:none;}

/* ------------------------------------------------------------------------------------------------------------------------*/



.noResultsFound
{
	padding-top:5px;
	padding-bottom:7px;
	font-family:Helvetica;
	font-size:11px;
}

.noResultsFound2
{
	margin-top:30px;
	padding-top:5px;
	padding-bottom:7px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	font-family:Helvetica;
	font-size:11px;
	width:461px;

}

#left
{
	position:absolute;
	float:left;
	background-color:inherit;
	width:960px;
}

.eventArchiveTableRow
{
	border-bottom:1px gray solid;
	height:10px;
	margin-right:2px;
	padding-bottom:8px;
	vertical-align:top;

}

.eventArchiveTableRow a
{
	color:#666666;
	text-decoration:none;
}



tr.ourtable:hover
{
	background-color:red;
	color:white;
}

.dotImage
{
 text-align:left;
}

.smallImage
{
	width:138px;
	border:none;
	min-width:10px;
	min-height:10px;
}

#controlsLeft
{
	position:absolute;
	background-color:white;
	left:0;
	top:90px;
	width:175px;
}


ul.nav
{
	margin-top:6px;
	width:115px;
}

ul.nav, ul.nav li {
	list-style: none;
	background-color:white;
}

ul.nav li a
{
	font-family:Arial;
	font-size:11px;
	width:150px;
	background-color:Black;
	color:White;
	text-decoration:none;
	border-width: 1px;
	margin-left:10px;
	margin-bottom:10px;
}

#topBarBottom
{
	margin-top:70px;
}

ul.header_logos, ul.header_logos li
{
	list-style:none;
	padding:0px;
	margin:0px;
}

ul#topBar
{
	width:800px;
	height:40px;
}

ul#topBar,ul#topBar li
{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}



ul#header_logo_menu li.imageLogo
{
	padding-right:68px;
}


ul#header_logo_menu
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 700px;

}


ul#header_logo_menu li { display: inline; }

ul#topMenu,ul#topMenu li
{
	list-style:none;
	padding:0px;
	margin:0px;
}

ul#topMenu
{
	width:860px;
}

ul#topMenu li
{
	float:left;
	padding:0px;
	margin:0px;
}

ul#topMenu li.first
{
	height:90px;
	width:235px;
}

.individual {
float:left;
margin-right:8px;
margin-bottom:8px;
text-align:center;
}

.individual a{
text-decoration:none;
}

/*QuickLinks*/


div#quicklinks {
	margin:0px 0px 0 0;
	float : right;
}
#quicklinks input {
	width:93px;
	margin-bottom:4px;
}

.quickLinks {
	width:200px;
	font-size:10px;
}


ul#QuickLinksMenu, ul#QuickLinksMenu li
{
	float:none;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:0px;
}

ul#QuickLinksMenu
{

	padding-top:3px;
	border-left:ridge 1px #0000FF;
}

ul#QuickLinksMenu li
{
	border-left:none;
	padding-left:5px;
	padding-right:5px;
	line-height:12px;
}

ul#QuickLinksMenu li a
{
	text-decoration:none;
	color:black;
	font-family:Arial;
	font-size:10px;
}

#quicklinks input[type="submit"] { /* submit is the send button */
	margin: 10px 2px 0px 0px;
	padding: 2px;
	background-color: #FFF;
	color: #000;
	border: 0px;
	width:50px;
}
#quicklinks input[type="button"] { /* submit is the send button */
	margin: 10px 2px 0px 0px;
	padding: 2px;
	background-color: #FFF;
	color: #000;
	border: 0px;
	height:0px;
	width:50px;

}

#aasiteskeleton{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    min-height:100%;
	margin-bottom:-52px;

}

#aasiteskeleton #header #logodiv, #aasiteskeleton #header #menusdiv{
    float:left;
}

#aasiteskeleton #header #logodiv{
    float:left;
    width:160px;
    padding-top:20px;
}


#aasiteskeleton #header #menusdiv{
    float:left;
    width:770px;
}

#menusdiv #aaname,#menudiv #quickLinkspart{
    float:left;
}

#menusdiv #aaname{
    float:left;
    width:640px;
    font-weight:bold;
}

#menudiv #quickLinkspart{
    float:left;
    width:400px;
}


#maincontainer{
    float:none;
    margin-top:20px;
}

#left-container{
    float:left;
    width:461px;
    margin-right:10px;
}

#right-container{
    float:left;
    width:455px;
}


.publicprogramcolumn{
    float:left;
    width:150px;
}

.badabing{
	width:235px;
	float:left;
}

ul#sideMenu li
{
	margin-bottom:-5px;
}

.buttonsClass
{
	width:100px;
	height:15px;
}

ul#searchBox
{
	width:600px;
}

ul#searchBox,ul#searchBox li
{
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:25px;
	height:20px;
	background-color:Transparent;

}

ul#column,ul#column li
{
	list-style:none;
	padding:0;
	margin:0;
}

ul#buttons,ul#buttons li
{
	list-style:none;
	margin:0;
	padding:0;
}

ul#buttons li
{
	width:75px;
	height:15px;
}

ul#eventContentsListing,ul#eventContentsListing li
{
	list-style:none;
	margin:0;
	padding:0;
}


ul#eventsHorizontal
{

	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

ul#eventsHorizontal li
{
	float:left;
	width:154px;
	margin-right:4.99999px;
}

.eventsSearchHeader
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:blue;
	padding:0;
	padding-top:4px;
	border-top:solid 4px blue;
	border-BOTTOM: solid 1px #CCCCCC;
	width:461px;
	margin-bottom:5px;
}

ul.homeEventsHorizontal,ul.homeEventsHorizontal li
{
	float:left;
	list-style:none;
	margin:0px;
	padding:0;
}

ul.homeEventsHorizontal{

	padding-bottom:4px;
	margin-right:10px;
	margin-bottom:4px;
	padding-top:5px;
}

ul.homeEventsHorizontal li
{
	width:138px;
	padding:0px;
	margin-right:15px;
}

ul#homeRightBlock, ul#homeRightBlock li
{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

.eventHomeImg
{
	margin-left:1px;
}

.homeEntryBlock
{
	padding:0px;
	width:138px;
	text-indent:0px;


}
.homeEntryBlockDesc
{
	padding-top:10px;

}


ul#eventListPresentation,ul#eventListPresentation li
{
	float:none;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

ul#eventListPresentation hr
{
	position:relative;
	width:300px;
	top:-10px;
	height:1px;
}


ul#eventListPresentation
{
	padding-bottom:10px;

	width:300px;

	margin-left:0px;
}

ul#eventListPresentation li.artGroup
{
	font-family:Arial;
	color : #000000;
	font-size:12px;
	font-weight:bold;
	width:100%;
	line-height:14px;

}
.eventArchiveImg
{
	margin-left:-3px;
	margin-top:-2px;
}

ul#eventListPresentation li.title
{

	font-family:Helvetica;
	text-transform:capitalize;
	font-size:12px;
	width:100%;
	color : #000000;
	margin-top:10px;
}

ul#eventListPresentation li.dates
{
	margin-top:20px;
	font-family:Helvetica;
	text-transform:uppercase;
	font-size:10px;
	color:#666666;
}

ul#eventListPresentation li.times
{
	margin-top:10px;
	margin-bottom:10px;
	font-family:Helvetica;
	text-transform:capitalize;
	font-size:10px;
	color:#666666;
}

.newstitles{
font-weight:bold;
color:#000;
margin-right:12px;
}

.newsArchiveContent
{
	font-family:Helvetica;
	font-size:11px;
	color:#333333;
	margin-right:12px;
	width: 615px;

}

.newssubmittedBy
{

margin-bottom:9px;
font-style: italic;
border-bottom:1px solid #999;
padding-bottom:4px;
font-size:10px;
width: 615px;
}

#eventArchiveContent
{
	font-family:Helvetica;
	font-size:11px;
	color:Black;
	width:330px;


}

.SubmissionDate
{
	color:black;


}


ul#eventArchivesResults,ul#eventArchivesResults li
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

ul#eventArchivesResults
{
	margin-left:4.5px;
}

ul#eventArchivesResults li
{
	margin-left:5px;
}

ul#eventArchivesResults li.first
{
	margin-left:0px;
}

ul#homeRightColumn,ul#homeRightColumn li
{
	list-style:none;
	margin:0px;
	padding:0;

}

ul#home,ul#home li
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

ul#homeProjectNewsBlock, ul#homeProjectNewsBlock li
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;

}

#homeNewsAndNotices
{
	width:452px;
	background-color:White;
	font-family:Helvetica;
	font-size:10px;
	color:#CCCCCC;
    float:left;
}


#noticescolumn{
    float:left;
    width:226px;
}

#newscolumn{
    float:left;
    width:226px;
}



.homeNoticesList
{
	font-family:Helvetica;
	font-size:11px;
	color:#666666;
	padding-top:7px;
	padding-bottom:10px;
	 width:226px;
}

.homeNoticesList a
{
	font-family:Helvetica;
	font-size:11px;
	color:#333333;
	 width:226px;
}

.homeNoticesHeader
{
	border-top: 4px solid #0000FF;
	margin-top:9px;
	width:228px;
	padding-top:4px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#0000FF;
	padding-bottom:4px;
}

.homeNoticesFooter
{
	border:none;
	text-align:right;
	padding:0;
}

ul#homeNoticesList li.homeNoticesFooter a
{
	text-align:right;
	color:#333333;
	border-bottom:white;
}

#bottom
{
	margin-bottom:3px;
	width:820px;

}

#eventsHeader
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0000FF;
	padding:0;
	border-top:solid 4px #0000FF;
	padding-top:4px;
	padding-bottom:4px;
	width:455px;
	margin-bottom:10px;
	margin-top:9px;
}

#projectsHeader
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0000FF;
	border-top:solid 4px #0000FF;
	margin-bottom:3px;
	padding-bottom:4px;
	padding-top:4px;
	width:455px;
}

ul.Content,ul.Content li
{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:10px;
}

.Content
{
	padding-top:10px;
}

ul.Content
{
	width:1000px;
}

ul.Content li.rightContent
{
	margin-left:15px;

}


ul.vertListing,ul.vertListing li
{
	float:none;
	list-style:none;
	margin:0;
	padding:0;

}


ul.vertListing
{
	width:468px;
}

#homePreviewHeader
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0000FF;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:2px;
}


#homeMaster
{
	border-top:solid 4px #0000FF;
	margin-top:0px;
	width:461px;
	padding:0px;

}

#homeNewsAndNotices
{
	background-color:white;
	margin-top:0px;
	width:461px;
}

#homePreview
{
	width:461px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
}

#newsSide
{
	padding:5px;
	margin-top:6px;
	background-color:White;
	width:150px;
	color:Black;
}

#newsSide a
{
	color:Black;
}

.newsList
{
	width:226px;
	background-color:white;
}

#newsHeader
{
	margin-top:10px;
	margin-left:0px;
	border-top:#0000FF 4px solid;
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#0000FF;
	width:226px;
}

.newsListItem
{
	padding:3px;
	padding-left:0px;
}

.newsListItem a
{
	font-family:Helvetica;
	font-size:11px;
	text-align:justify;
	color:#333333;
	border:none;
}


a.moreNews
{
	margin-left:202px;
	text-align:right;
	color:#999999;
	font-size:9px;
	text-decoration:none;

}

.homePreviewTitle
{
	font-family:Arial;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

.homePreviewArtist
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

.homePreviewSDesc
{
	font-family:Helvetica;
	font-size:11px;
	color:#666666;
}


.homeMasterImg
{
	width:461px;
	border:groove 3px #666666;
	padding-top:7px;
}

#textArea
{
	margin-top:14px;

}

#textArea h1
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

#textArea h3
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

#eventBlocks
{
	background-color:white;
	color:black;
	padding-left:0px;
	padding-right:0px;
	width:138px;
	border-top:1px solid #666666;
}

#artistPart
{
	text-decoration:none;
	word-spacing:2px;
	color:#333333;
	font-family:Helvetica;
	font-size:11px;
	margin-top:5px;
	margin-bottom:2px;
}

.entryListItem
{
	font-family:Helvetica;
	font-size:11px;
	color:#666666;
	text-decoration:none;

}

a.moreEvents
{
	color:#666666;
	font-size:9px;
	font-family:Arial;
	padding-left:118px;

}

.entryListItem .date
{
	font-family:Helvetica;
	font-size:9px;
	color:#999999;
	text-decoration:none;
}


.homeEventBlocks
{
	float:left;
    margin-right:8px;
    margin-top:0px;
}

.homeEventBlocks a
{
	text-decoration:none;
}

.black
{
	background-color:black;
	padding-left:3px;
	color:White;
	margin:5px;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
	width:100px;
	height:15px;
}

.black:hover
{
	background-color:#990000;
	color:White;
	margin:5px;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
	width:100px;
	height:15px;
}

td
{
	font-family:Arial;font-size:11px;
}

tr
{
	height:20px;
}

.eventPreviewImg
{
	width:450px;
	height:auto;
	color:black;
	margin-left:3px;
}



.pagingClass
{
	font-family:Helvetica;
	font-size:10px;
	color:#999999;
	position:relative;
	margin-top:-10px;

}

.gridPages a:hover
{
color: #FF6600;
	text-decoration: none;}

.gridPages
{
	font-weight:bold;
	width:400px;
	border-bottom:none;
	color:Black;

}

.gridPages2
{
	font-weight:bold;
	width:400px;
	border-bottom:none;
}

.gridPages2 a
{
	text-align:center;
	font-weight:normal;
}

.gridPages a
{
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}

.gridPages a:hover
{
	color: #FF6600;
	text-decoration: none;
}


.eventsGridStyle
{
	width:461px;
}

.eventTable
{
	margin-left:1px;
	margin-top:7px;
	width:602px;
	font-family:Helvetica;
	font-size:11px;
	border:none;
}


#eventPreview
{
	width:450px;
	margin-left:0px;
	margin-top:2px;
	padding:0px;
	padding-left:0;
	padding-top:0px;
	background-color:inherit;
}

#entryblock
{
	background-color:White;
	text-decoration:none;
	border-bottom:outset 1px #999999;
	padding-top:5px;
	word-spacing:2px;
	width:138px;

}

#entryblock div#title
{
	color : #0099cc;
}

#entryblock a
{
	text-decoration:none;
}

#eventTimes
{
	margin-top:4px;
	font-family:Helvetica;
	font-size:10px;
	color:#666666;
	margin-bottom:6px;
}

.menuItems
{
	color:White;
	background-color:Black;
}

.MenuClass
{
	background-color:White;
	color:white;
}

#entryblock:hover
{
	font-family:Arial;
	background-color:white;
	color:black;
	text-decoration:none;
}


.content
{
	background-color:inherit;
	color:Black;

}

#eventArchive
{
	background-color:White;
	color:Black;
}

/*schools css*/
/* CSS Document */
#topnav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 156px;
}

#topcontent {
	position: absolute;
	left: 0px;
	top: 11px;
	width: 156px;
}

#topsidenav {
	border-bottom:1px solid #666666;
	padding-bottom:5px;
	width: 138px;
}

#topsidenav  ul,#topsidenav  li{
	list-style:none;
	padding:0px;
	margin:0px;
}

#topsidenav  li{

	font-family:Helvetica;

	font-size:10px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
}


#topsidenavHeader
{
	border-top:4px solid blue;
	border-bottom:1px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	color:blue;
	font-size:12px;
	font-family:Arial;
}



#schoolnavigation {
	width: 147px;
	height:800px;
	color:white;
}

.schoolcontent {
	color:black;
    width:525px;
}

.schoolSide a
{
	color:Blue;
}

.schoolSide ul
{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:-3px;
	margin-top:-10px;
}

.schoolSide li
{
	width:150px;
	border-bottom:1px solid #CCCCCC;
	height:20px;
	padding-left:3px;
	padding-bottom:3px;
}

.schoolSide li a
{
	color:#333333;
}

.AddLinks
{
	width:150px;
	margin-bottom:5px;
}

.SchoolTitle
{

	border-top:4px blue solid;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:blue;
	padding-top:5px;
	padding-bottom:5px;
}

#mainSchoolContent
{
	background-color: #FFFFFF;
	font-family:Helvetica;
	font-size:12px;
	background-color:White;
	margin-top:8px;
}


.mainSchool
{
	background-color: #FFFFFF;
	font-family:Helvetica;
	font-size:11px;
	color:#333333;
	background-color:White;
	margin-top:8px;
}

.mainSchool a
{
	/*color: #FF9900;*/
	color: #999;
	text-decoration: none;
}

.mainSchool a:hover
{
	color: #FF6600;
	text-decoration: none;
}


#mainSchool h2
{
	font-family:Helvetica;
	font-size:16px;
}


.headStyle
{
	border-top:1px solid gray;
	height:1px;
}

.dropDowns
{
	font-family:Helvetica;
	font-size:11px;
	border-width:1px;
	border-color:#999999;
}

.gridPages td
{
text-decoration:none;
color:#FF6600;

}

.gridPages td td
{
	border-bottom:none;
}


#schoolsidenav {
	background-color: WHITE;
	border-color:#000000;
	position: absolute;
	left: 0px;
	top: 13PX;
	font-family:Helvetica;
	font-size:12px;padding:7px;
	background-color:White;
	margin-top:8px;
}

#schoolsidenav a{
	background-color: WHITE;
	color:Black;
	text-decoration:none;
	border-color:#000000;
	position: absolute;
	left: 0px;
	top: 13PX;
	font-family:Helvetica;
	font-size:12px;padding:7px;
	background-color:White;
	margin-top:8px;
}

#schoolsidenav h1 h2{

	text-decoration:none;
	color:#666666;
	border-top:solid 2px #666666;
	border-bottom:solid 1px #666666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}



.t {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.tt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*\*//*/
#right
{
	margin-right:15px;
	right:15px;
}
/**/



#newsMenu
{
	position:absolute;
	top:0px;
	left:0px;
	color:Black;
	background-color:White;
}

#newsSideMenu
{
	position:absolute;
	top:0px;
	width:180px;
	left:400px;
	color:Black;
	background-color:transparent;
	margin-left:10px;
}

#newsContent
{
	position:absolute;
	background-color:transparent;
	width:400px;
	top:0;
	font-family:Helvetica;
	font-size:11px;
}

#noticesContent
{
	position:absolute;
	background-color:transparent;
	width:400px;
	top:0;
	font-family:Helvetica;
	font-size:11px;
}

#StaffInfoContent_Content h2
{
	font-family:Helvetica;
	font-size:11px;
	padding:5px;

}


#newsContent_Content h2
{
	font-family:Helvetica;
	font-size:11px;
	padding:5px;

}


ul#topMenu,ul#topMenu li
{
	list-style:none;
	padding:0px;
	margin:0px;
}

ul#topMenu li
{
	padding-left:3px;
}

ul#searchBar,ul#searchBar li
{
	list-style:none;
	padding:0px;
	margin:0px;
}

ul#searchBar
{
	width:470px;
	height:20px;
}



ul#SearchVert,ul#SearchVert li
{
	float:none;
	list-style:none;
	margin:0;
	padding:0;
}

ul#SearchVert
{
	margin-right:70px;
}


ul#SearchVert2,ul#SearchVert2 li
{
	float:none;
	list-style:none;
	margin:0;
	padding:0;
}

ul#SearchVert3,ul#SearchVert3 li
{
	float:none;
	list-style:none;
	margin:0;
	padding:0;
}

ul#leftBar, ul#leftBar li
{
	list-style:none;
	margin:0;
	padding:0;
}

 ul#leftBar
{
	height:80px;
}


.searchButton
{
	margin-top:-2px;
}

ul#eventTableView , ul#eventTableView li
{
	display:inline;

	float:none;
	list-style:none;
	margin:0;
	padding:0;
}

 ul#eventTableView li
{
	margin-right:20px;
}

ul#eventTableView li a
{
	display:inline;
	color:Black;
	float:none;
	list-style:none;
	margin:0;
	padding:0;
}


#schoolSectionHeader
{
	text-decoration:none;
	color:#666666;
	border-top:solid 2px #0000FF;
	border-bottom:solid 1px #666666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

#newsListing
{
	border-top:3px solid #0A8EAF;

	left:155px;
	width:525px;
}

.newsListing
{
	position:absolute;
	top:25px;
	left:0px;
	width:525px;
	border-bottom:1px solid #cccccc;
	height:1px;
}

.noticesListing
{
	position:absolute;
	top:25px;
	left:0px;
	width:525px;
	border-bottom:1px solid #cccccc;
	height:1px;
}

ul.Content li.searchBox
{
	font-family:Helvetica;
	font-size:12px;
}

#noticesListing
{
	border-top:3px solid #0A8EAF;
	position:absolute;
	top:15px;
	left:155px;
	width:525px;
}

ul#newsListMenu,ul#newsListMenu li
{
	list-style:none;
	padding:0px;
	margin:0px;
	width:150px;
}

ul#newsListMenu li.subheader{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}

ul#newsListMenu li.subheader a
{
	border-bottom:1px solid #cccccc;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}


ul#newsListMenu li.header
{
	border-top:3px blue solid;
	border-bottom:1px #CCCCCC solid;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:blue;
	padding-top:5px;
	padding-bottom:5px;
}

/*notices*/
ul#noticesListMenu,ul#noticesListMenu li
{

	list-style:none;
	padding:0px;
	margin:0px;
	width:145px;
	font-family:Helvetica;
	font-size:12px;

}

ul#noticesListMenu li.subheader
{
	border-bottom:1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}

ul#noticesListMenu li.subheader a
{
	border-bottom:1px solid #CCCCCC;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}


ul#noticesListMenu li.header
{
	border-top:3px blue solid;
	border-bottom:1px #CCCCCC solid;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:blue;
	padding-top:5px;
	padding-bottom:5px;
}



/*staffInfo*/
ul#staffInfoListMenu,ul#staffInfoListMenu li
{

	list-style:none;
	padding:0px;
	margin:0px;
	width:145px;

}

ul#staffInfoListMenu li.subheader
{
	border-bottom:1px solid blue;
	padding-top:10px;
	padding-bottom:10px;
}

ul#staffInfoListMenu li.subheader a
{
	border-bottom:1px solid blue;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}

ul#staffInfoListMenu li.header
{
	border-top:3px blue solid;
	border-bottom:1px #CCCCCC solid;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#666666;
	padding-top:5px;
	padding-bottom:5px;
}

.imgFlashViewer
{
	margin-top:0px;
	width:460px;
	height:305px;
}

#staffInfoListing
{
	border-top:3px solid #666666;
	position:absolute;
	top:15px;
	left:155px;
	width:525px;
}

.lettersLink
{
	color:#333333;
	text-decoration:none;
	font-size:11px;
	padding:0px;
}

.eventImg
{
	margin:0;
}

.eventBlock
{
	text-indent:0;
}

#staffListing hr
{
	position:absolute;
	left:0px;
	top:20px;
	height:0px;
	border-top-color:#cccccc;
	border-style:inset;
	border-width:1px;
	width:525px;
}


#staffListing
{
	border-top:3px solid #666666;
	position:absolute;
	top:15px;
	left:155px;
	width:525px;
}


#eventImg
{
	padding-bottom:5px;
}

a.SubmitB
{
	font-family:Helvetica;
	font-size:12px;
	text-decoration:none;
}

ul#diarysEvents,ul#diarysEvents li
{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}

ul#diarysEvents
{
	width:800px;
}

ul#diarysEvents li
{
	font-family:Helvetica;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	display:inline;
	list-style:none;
	margin:0;
	padding-left:15px;
}


#DiarysMenu
{

}

ul#DiarysListMenu,ul#DiarysListMenu li
{
	list-style:none;
	padding:0px;
	margin:0px;
	width:130px;
}

ul#DiarysListMenu li.subheader{
	padding-top:10px;
	padding-bottom:10px;
		border-bottom:1px solid #CCCCCC;
		font-size:10px;
	font-family:Helvetica;

}

ul#DiarysListMenu li.subheader a
{
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}


ul#DiarysListMenu li.header
{
	border-top:3px blue solid;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:blue;
	padding-top:5px;
	padding-bottom:5px;
}




ul#staffListMenu,ul#staffListMenu li
{
	list-style:none;
	padding:0px;
	margin:0px;
	width:145px;

}

ul#staffListMenu li.subheader{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	font-size:10px;
	font-family:Helvetica;

}

ul#staffListMenu li.subheader a
{
	border-bottom:1px solid #CCCCCC;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}


ul#staffListMenu li.header
{
	border-top:3px blue solid;
	border-bottom:1px #CCCCCC solid;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:blue;
	padding-top:5px;
	padding-bottom:5px;
}




.title
{
	text-align:left;font-family:Helvetica;font-size:11px;width:100px;
	color : #0099cc;
}

.sitemaptitle
{
	text-align:left;
	color : #0099cc;
}

.textBox
{
	font-family:Helvetica;
	font-size:11px;
	height:12px;
	width:170px;
}

.textbox
{
	padding-top:10px;

}

ul#staffList
{
	width:720px;
	font-family:Helvetica;
	font-size:10.5px;
	border-bottom: 1px solid #CCCCCC;
}

ul#staffList,ul#staffList li
{
	float:left;
	list-style:none;

	margin:0px;
	padding:0px;
}

.jobTitle
{
	font-weight:bold;
	width:250px;
}

.officeHeader
{
	font-weight:bold;
	width:250px;
	padding-top:10px;
}

ul#rightStaffBox
{
	width:200px;
}

ul#rightStaffBox,ul#rightStaffBox li
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Helvetica;
	font-size:11px;
}

#academicSearchBox
{

	position:absolute;
	top:15px;
	left:700px;
}

ul#rightStaffBox li.header
{
	border-top:3px blue solid;
	border-bottom:1px #CCCCCC solid;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:blue;
	padding-top:5px;
	padding-bottom:5px;
	width:150px;
}

ul#rightStaffBox li.subheader a
{
	border-bottom:1px solid black;
	width:150px;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}

ul#rightStaffBox li.subheader
{
	border-bottom:1px solid black;
	width:150px;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}

ul#horizontalListing,ul#horizontalListing li
{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;

}

ul#horizontalListing
{
	width:650px;
}

#LinksSubheader{
	padding-top:10px;
	padding-bottom:10px;
		border-bottom:1px solid #CCCCCC;
		font-size:10px;
	font-family:Helvetica;

}


#Linksheader
{
	border-top:3px black solid;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:black;
	padding-top:5px;
	padding-bottom:5px;
}


.LinksHeader
{
	border-top:3px blue solid;
	border-bottom:1px blue #CCCCCC;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:black;
	padding-top:0px;
	padding-bottom:5px;
	width:525px;
}


.tableListing
{
	margin-top:10px;
}

#staffListHeader
{
	border-top:3px blue solid;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:blue;
	padding-top:5px;
	padding-bottom:5px;
	width:800px;

}

ul#minisites,ul#minisites li
{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}

ul#minisites li.image
{
	padding-right:10px;
	padding-bottom:10px;
}

ul#minisites li.image img
{
	border:1px solid #CCCCCC;
}


ul#LinksRows,ul#LinksRows li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#LinksRows
{
	width:650px;
	height:500px;
}

ul.numList,ul.numList li
{
	float:none;
	list-style:none;
	padding:0px;
	margin:0px;
}

ul.numList
{
	margin-top:20px;
	margin-bottom:20px;
	width:500px;
}

ul.numList li
{
	margin-bottom:20px;
}

ul.numList li
{
	margin-top:10px;
}

a.front-links
{
	font-size:10px;
	padding-left:253px;
	font-family:Arial;
	color:#C10202;
}

ul.navigation,ul.navigation li{
		list-style:none;
		margin:0px;
		padding:0px;
		float:none;
	}


   ul.navigation li{
	  border-bottom:1px #CCCCCC solid;
	  padding-top:5px;
	  padding-bottom:5px;
	  width:150px;
	}

	ul.navigation li.header{
		margin:0px;
		border-top:blue 4px solid;
		border-bottom:#CCCCCC 1px solid;
		padding-top:4px;
		padding-bottom:4px;
		font-size:11px;
		font-family:Arial;
		font-weight:bold;
		color:blue;
		width:150px;
	}

	ul.navigation li.header2{
		margin:0px;
		border-top:blue 2px solid;
		border-bottom:#CCCCCC 1px solid;
		padding-top:4px;
		padding-bottom:4px;
		font-size:11px;
		font-family:Arial;
		font-weight:bold;
		color:blue;
		width:150px;
	}

	ul.navigation li.subheader{
		padding-top:3px;
		padding-bottom:3px;
		width:150px;
		background-color:white;
		border-bottom:1px solid #cccccc;
		font-family:Arial;
		color:#666666;
	}

	ul.navigation a
	{
		text-decoration:none;
	}

	ul.navigation a.headers:link
	{
		font-size:11px;
		color:Blue;
	}


	.SchoolTitle
	{
		font-size:14px;
		font-family:Arial;
		font-weight:bold;
		color:blue;
		padding-top:5px;
		padding-bottom:5px;
	}

	.lblEventTypeClass
	{
		font-size:10px;
		color:#0000FF;
		font-weight:bold;
		margin:0px;
		padding:0px;
	}

    #footers{

    border-top:1px solid #cccccc;
    width:100%;
	clear:both;
	height:50px;
	position:relative;
	margin-top:20px;
    }


    #left-column,#right-column{
        float:left;
    }

    #left-column{
        float:left;
        margin-right:10px;
    }

    #right-column{
        float:left;
    }


    .eventsArchiveList{
        float:left;
        width:460px;
    }

    .eventsArchiveList hr{
       background-color:blue;
        border:0 none;
        height:4px;
        margin:5px 0 0;
        padding:0;
        width:100%;
    }

    .eventsArchiveList h1{
        background-color:white;
        border-color:white white #CCCCCC;
        border-style:none none solid;
        border-width:0 0 1px;
        color:Blue;
        font-weight:bold;
        font-size:14px;
        margin:0 0 0px;
        padding:5px 0;
        width:auto;
    }


    .eventsContentList{

       width:120px;

    }


    .eventsInformation{
        float:left;
       width:330px;
        margin-left:10px;
        margin-top:4px;
    }

	.eventsInformation img{
	width:330px;
	}

    /*Scroller*/


#outerScroller {
	float: left;
	width: 470px;
	overflow: hidden;
	height: 233px;
	display: block;
	position:relative;
}


#innerScroller {
	width: 5992px;
	height: 233px;
	position: relative;
	text-align: center;
}

#innerScroller img{
	float:left;
}

 #scroller {
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

hr.thinLine{
   	background-color: #cccccc;
   	height:1px;
}


#contentMenu{
    float:left;
    width:150px;
    margin-right:10px;
}

#pagecontent{
    float:left;
    width:690px;
}
.externals img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.smallImage
{
	border:none;
	min-width:10px;
	min-height:10px;
}
ul.listEntry,ul.listEntry li
{
	list-style:none;
	margin:0px;
	padding:0px;
}
a.bookListLink
{
	text-decoration:none;
	color:Black;
	padding-left:0px;
	margin-bottom:4px;
	font-weight:bold;
}
.text
	{
		font-family:Helvetica;
		font-size:11px;
		color:#333333;
		line-height:15px;
		font-weight:normal;
	}
	ul.priceAndbookself,ul.priceAndbookself li
{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.priceAndbookself li.leftsidebutton
{

	float:right;
	left:250px;
	padding-top:0px;
}
ul.bookListEntry
{
	margin-top:0px;
	width:150px;
}
	.headTitle
	{
		font-size:12px;
		height: 20px;
		border-bottom:1px solid #cccccc;
		color:#9D3300;
		font-weight:bold;
		font-family:Helvetica;
		text-transform:uppercase;
		font-family:Helvetica;
	}
		.currentUserNav a
	{
		color:Blue;
	}

	.currentUserNav ul
	{
		list-style:none;
		margin:0;
		padding:0;
		margin-left:-3px;
		margin-top:-10px;
	}

	.currentUserNav li
	{
		width:170px;
		border-bottom:1px solid #CCCCCC;
		height:20px;
		padding-left:3px;
		padding-bottom:3px;
	}

	.currentUserNav li a
	{
		color:#333333;
	}
		.headTitle2
	{
		font-size:12px;
		height: 40px;
		border-bottom:1px solid #cccccc;
		color:#9D3300;
		font-weight:bold;
		font-family:Helvetica;
		text-transform:uppercase;
		font-family:Helvetica;
		padding-top:20px;
	}
		.textBox
	{
		font-family:Helvetica;
		font-size:11px;
		height:12px;
		width:170px;
	}

	.textbox
	{
		padding-top:10px;

	}
/* Login user control */
legend {
margin: 0px 0px 0px 0px;
padding: 4px;
font-size:12px;
font-weight:bold;
}
fieldset { /*the filedset is a wrapper for a section within the form*/
border:1px solid #f1f1f1; -moz-border-radius: 5px; -webkit-border-radius: 5px;
padding: 3px;
margin: 0px 0px 10px 0px;
}

label { /*the label is the information regarding the field: name, address, phone number etc*/
margin:10px 0px 0px 0px;
padding: 2px ;
float: left;
width: 50%;
color: #000;
cursor: hand;
/*border-bottom: 1px dotted #000;*/
/*border-top: 1px dotted #000;*/
background-color: #dfdfdf;
}

span.errorLabel{
    color:Red;
}
.inputText{
	margin: 0px 0px 0px 0px;
	padding: 2px;
	width: 240px;
	border: 1px solid #333;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
.inputSubmit{
	margin: 10px 0px 0px 0px;
	float:inherit;
	padding: 2px;
	background-color: #5f5f5f;
	color: #fff;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	width: 246px; margin-left: 243px;
	cursor:pointer;
}
.aastaff-name
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #0099CC;
	margin-top: 15px;
}
.aastaff-title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #333;

}
.aastaff-biog
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #333;
}
/*exhibitions - public folder*/
.eventArchiveContent {
	width: 250px;
font-size:20px;
}

/*library - bibliography*/
.resultsLink {
	line-height: 2.3em;
	}

	.backwards
	{
	unicode-bidi:bidi-override;
	direction: rtl;
	}

	/* VISITING APPLICATION FORM */
	#appHeader {
		color:#0099CC;
		font-size:14px;
	}
	#appMain {
		border-top:3px solid #0099CC;

		padding-top:10px;
	}

	.appStrong {
		color:#000;
		font-size:14px;

	}
	.app3rdDiv {
		float:left;
		margin: 0px 10px 0 0px;
	padding: 5px 0px 5px 0px;
	width: 300px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;

	}

	.app2ndDiv {
		float:left;
		margin: 0px 10px 0 0px;
	padding: 5px 0px 5px 0px;
	width: 660px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0099cc;

	}

	.app3rdDiv label {
		background-color:#eee;
		margin:0px 0px 0px 0px;
padding: 2px ;
float: left;
width: 100px;
color: #000;
cursor: hand;
	}
		.app3rdDiv .heading {
/*		background-color:#eee;*/
		margin:0px 0px 0px 0px;
		padding: 5px ;
		width:100px;
		font-weight:normal;
		}
		.app3rdDiv td {
			padding:5px;
		}

		.app3rdDiv input {
		width : 160px;

	}

	.app3rdDiv textarea {
		width : 160px;
		margin-right:3px;
	}

	#slideshow {
    position:relative;
    height:390px;
	float:left;
}

/* THESE ARE THE CSS RULES FOR THE SLIDE SHOW ON FRONT PAGE */
#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 390px;
    background-color: #FFF;
	width:480px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;

}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {

	max-height:360px;
	max-width:480px;
    display: block;
    border: 0;
    margin-bottom: 4px;
	text-align:center;
}


/* CSS RULES FOR THE SLIDE SHOW ON FRONT PAGE */
.panelwrappers {
		overflow: hidden;
	}

#iframecontainer {
	margin:8px;
}

/* share icons (specifically the tweet ones. */

.shareIcon{
	float:left;
	width:20px;

}

.border { background-color:#FFF; border:1px solid #f4f4f4; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/*********** temp css for development can delte ****************/
.textinputlabel {
    clear: both;
    float: left;
    margin: 0 0 8px;
    width: 94px;
}
.donate form {
    line-height: 21px;
}
.details select {
    font-size: 0.9em;
    height: 20px;
    width: 264px;
}
supporttate.css (line 831)
input, select {
    margin: 0 0 10px;
}

.detailst {
    display: inline;
    float: left;
    width: 358px;
}
/*********** temp css for development can delte ****************/

.gcinema img {
	max-height:100px;
	max-width:100px;
}

/*********** thumb cropping ****************/
/*.crop { width: 200px; height: 150px; overflow: hidden; }
.crop img { width: 400px; height: 300px; margin: -75px 0 0 -100px; }*/

.crop { width: 235px; height: 130px; overflow: hidden; margin-bottom:4px; }
.crop img { width: 235px; height: auto; margin:0; }

/* main page cookie box */
#cookies {
	width:980px;
	margin:10px auto;
	border-bottom: 3px solid #09C;
	display:none;
}
.cookie-text {
	padding: 20px 20px 20px 120px;
}
#cookie-agree {
	cursor:pointer;
	color:#F60;
}

#ctl00_mainContent_ctl00_noticesContentList {
	width:615px;
}

/* survey stuff */
.qHeader {
	font-weight:bold;
}

.question {
	margin-bottom:30px;
	background:none repeat scroll 0 0 #EFEFEF;
	 padding: 10px;
}

.rb_off, .cb_off {
	background:none;
	margin: 0px;
	width:auto;
	float:none;
}

.hlbl {
	width:80px;
}
.qOption1 {
	height:60px;
	width:20%;
	padding:10px;
}

.qOption {
	padding:10px;
}
.CustomAnswerText {
	padding:10px;
}
.matrixAltRowa {
	padding:10px;
	background: white;
}

.morecontent span {
    display: none;
}

.gradListItem {
   /* border: 1px solid #CCCCCC;*/
    float: left;
    height: 210px;
    list-style: none outside none;
    margin: 0 16px 30px 0;
    padding: 11px;
    width: 170px;
}

.gradListItem img {
	width:170px;
}
.gradlistRight {
	margin:0px;
	float: right;
}

.prospectuListItem {
    border: none;
    float: left;
    height: 220px;
    list-style: none outside none;
    margin: 0 0px 20px 0;
    padding: 24px 24px 24px 0px;
    width: 180px;
}

.prospectuListItem img {
	width:180px;
}
.prospectuListRight {
	margin:0px;
	float: right;
}
#map img { max-width: none; }

.issuuembed div span { display: none; }

.stafflist h3 {
	margin: 5px 0px;
/*	background:#f1f1f1;*/
	padding:4px 0;
	color:#444;
	font-size:13px;
	line-height:15px;
}

.anchorPoint {
 color:black !important;
}
.hiddenDiv { display:none;}
.hiddenDiv {
	margin-bottom: 30px;
	padding-left: 30px;
}
.toggleLink {
	border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 15px;
	/*background: url(/images/plus_sign.png) no-repeat right;*/
	background: url(/images/plus_sign.png) no-repeat -5px center;
	padding-left:30px;
}
.open {
/*	background: url(/images/minus_sign.png) no-repeat right;*/
	background: url(/images/minus_sign.png) no-repeat -5px center;
}
.list a {
	color:#000;
	text-decoration:underline;
	font-size:12px;
	line-height:25px;
}

/*********** css for staff development form ****************/
#staffDevForm {
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
	padding: 20px;
}
#staffDevForm h1 {
	height: auto;
	width: auto;
	margin-bottom: 20px;
}
#staffDevForm p {
	border-bottom: 1px solid #f4f4f4;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#staffDevForm label {
	background-color: #FFF;
}
/*********** css for open day events table ****************/
/* Used on this page: /APPLY/ADMISSIONS/OpendayApplication.php */
.openDayFAQ p {
	padding-left: 20px;
}
table.openDayEventsTable {
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 100%;
}
table.openDayEventsTable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.openDayEventsTable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	width: 50%;
}
