
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
html,body,a:link,a:visited,a:hover,a:active,h1,h2,h3,h4,h5,p,ul,li,div,img,form,label,input,textarea,select {
	font-family: "Calibri", Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	margin:0;
	padding:0;
	border:0;
}
p {
	margin-bottom:10px;
}
*[onclick] {
	cursor:pointer;
}
span {
	color:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:inherit;
}
html, body {
	width:100%;
	background-color:#272727;
}
#loaderholder {
	display:none;
	position:absolute;
	right:20px;
	top:20px;
}
.clear {
	clear:both;
	width:0;
	height:0;
}
.cleardeep {
	clear:both;
	width:0;
	height:10px;
}
/*//////////////////////////////////////////////////////////////////////////////////// standard text styles ///////////*/
h1,h2,h3,h4,h5 {
	font-family:"Helvetica Thin", Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#a98937;
	margin-bottom: 5px;
}
h1{
	font-size:40px;
	margin-bottom:20px;
	margin-top:5px;
}
h2 {
	font-size:16px;
}

h3{
	font-size:14px;
}
hr.dashedhr {
	border:0;
	height:0;
	border-bottom:1px #966acf dashed;
	background-color:#ffffff;
}
ul {
	list-style-position:inside;
}
input,textarea,select {
	margin:0;
	padding:1px;
	border:1px solid #232323;
	background-color:#eeeeee;
	color:#000000;
}
input[type="submit"] {
	padding:0 4px;
	cursor:pointer;
	border:1px solid #ffffff;
	background-color:#232323;
	color:#ffffff;
	font-weight:bold;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border:0;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#pageholder {
	width:100%;
	background-color:#000;
	display:block;
}
#page {
	margin:0 auto;
	display:block;
	width:960px;
	padding-bottom:10px;
}
#top {
	width:960px;
	height:180px;
	display:block;
	position:relative;
	z-index:30;
	margin-bottom: 30px;
}
#top_main{
	height:inherit;
	position:relative;	
}
#top_bar{
	height:50px;
	line-height:50px;
	position:relative;	
}
#logo{
	position:absolute;
	left:10px;
	top:20px;
}
#sshow{
	position:absolute;
	bottom:10px;
	right:0px;
	width:370px;
	height:130px;	
}
#tnav {
	position:absolute;
	right:0px;
	top:0px;
	height:40px;
}
#tmenu {
	height:inherit;
	list-style:none;
	margin:0px;
	padding:0px;
	width:inherit;
}
#tmenu > li{
	display:block;
	float:left;
	left:0;
	position:relative;
	top:0;
	height:40px;
}

#tmenu li a {
	margin-top:12px;
	color: #a98937;
	height:16px;
	line-height:16px;
	display:block;
	text-decoration:none;
	padding-left:20px;
	font-family:Century Gothic, Tahoma, Geneva, sans-serif;
	font-size:16px;
	border-left:1px solid #333;
}
#tmenu li:first-child a{
	border-left:none;
}
#tmenu li #thisa {
	text-decoration:underline;
	color:#fff;
}
.tnav a:hover{
	text-decoration:underline !important;
}
.lnav {
	list-style:none;
	position:relative;
	z-index:20;
	margin-bottom:1px;
}
.lnav a:link, .lnav a:visited, .lnav a:active {
	font-family:"Helvetica Thin", Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#a98937;
	text-decoration:none;
	padding:10px 30px;
	display:block;
	font-size: 16px;
	text-align: left;
}
#currentli a, .lnav:hover a {
	color:#a98937;
	text-decoration: underline;
}
.lnav ul {
	position:relative;
	z-index:-1;
	padding:35px 20px 0px 20px;
	margin-top:-40px;
	
	list-style:none;
	list-style-position:inside;
}
#currentli ul li a:link,#currentli ul li a:active,#currentli ul li a:visited {
	background:none;	
	text-decoration:none;
	font-size:13px;
	color:#fff;
	padding:5px;
	font-family: "Calibri", Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	text-align: right;
}
#currentli ul li a:hover, #subcurrenta {
	text-decoration:underline !important;	
}
#left,#right {
	width:200px;
	padding-top:0px;
	float:left;
	display:block;
	position:relative;
	z-index:30;
}
#mid {
	position:relative;
	z-index:40;
	float:left;
	display:block;
	width:520px;
	padding:0px 20px;
	line-height:20px;
}

#main_content {
	float:left;
	display:block;
	width:520px;
	min-height:100px;
}


#right {
	width:200px;
	float:left;
	display:block;
	position:relative;
	z-index:20;
}
#emailer {
	padding-top:10px;
	display:block;
}
#emailer p {
	padding:5px 0;
}

#left_menu{
	list-style:none;
}

#botholder {
	z-index:2;
	width:100%;
	height:45px;
	background:#272727;background:-webkit-gradient(linear, 0 0, 0 bottom, from(#4d4018), to(#272727));background:-moz-linear-gradient(#4d4018, #272727);background:linear-gradient(#4d4018, #272727); 
}
#bot {
	margin:0 auto;
	width:960px;
	display:block;
	font-size:10px;
	position:relative;
}


#bot #search_box{
	height:20px;
	position:relative;
	width:164px;
	background:#fff;
}

#bot #search{
	position:absolute;
	top:0px;
	left:0px;
	border:none;	
	height:18px;
}

#bot #search_btn{
	position:absolute;
	top:0px;
	right:0px;	
}

#bot .botbox a{
	font-size:inherit;
	text-decoration:none;
}
#bot .botbox a:hover{
	font-size:inherit;
	text-decoration:underline;	
}
#bot .botbox {
	height:105px;
	float:left;
	padding-top:30px;
	font-size:11px;
	position:relative;
	width:438px;
}

#bot .botbox.left{
	padding-right:40px;
	text-align: right;
}

#bot .botbox.right{
	padding-left:40px;
	border-left:1px solid #272727;
}

#bot .botbox h2{
	margin-bottom:10px;
	color:#fff;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:16px;
}

#bot .botbox h2 img{
	vertical-align: top;
}

#bot .botbox ul li {
	list-style-type:none;
	list-style-position:outside;
	font-size:10px;
	color:#000;
}
#bot .botbox ul li a {
	font-size:10px;
	text-decoration:none;
}
#bot .botbox ul li a:hover {
	text-decoration:underline;
}
#search {
	border-color:#ffffff;
	background:#fff;
	float:left;
	width:198px;
	position:relative;
	z-index:40;
	font-size:12px;
	
	color:#444444;
	padding:2px 10px;
	font-family: "Calibri", Arial, "Trebuchet MS", Verdana, sans-serif;
}
.button{
	display:inline-block;
	min-width:80px;
	height:20px;
	line-height:20px;
	padding:0px 10px !important;
	background:#4881c4;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
}

.button:hover{
	background:#f7f3c4;
}
/*-----------------------------------------pagination selector-----------------------------------------*/
.pagination {
}
.pagination  li{
	margin:0;
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: "Calibri", Arial, "Trebuchet MS", Verdana, sans-serif;
}
.pagination  li  a{
	font-size: 12px;
	display:block;
	margin:0;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	border:1px solid #f6e8c5;
	font-family: "Calibri", Arial, "Trebuchet MS", Verdana, sans-serif;
}
.pagination  li  a:hover{
	text-decoration:underline;
}
.pagination li.current_pagination_item  a{
	border:1px solid #000;
	color: #000;
	background-color:  #f6e8c5;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// search result styles ///////////*/
.searchresult {
	cursor:pointer;
	margin:0px 0px 10px 0px;
	padding:10px;
	border:1px solid #f6e8c5;
	background:#f7f3c4;	
}
.searchresult h2 {
 	color:#000;	
}
.searchresult a {
	font-family: "Calibri", Arial, 'Trebuchet MS', Verdana, sans-serif;
	color:#000;
	text-decoration:none;	
}
/*//////////////////////////////////////////////////////////////////////////////////// glossary styles ///////////*/
a.gloss {
	text-decoration:none;
	border-bottom:dotted 1px #000000;
}
.alphabet {
	 list-style-position:outside;
}
.alphabet li {
	list-style-type:none;
	display:block;
	float:left;
	width:21px;
	text-align:center;
	line-height:30px;
}
.ab_on {
	padding:1px 3px;
	border:1px solid #4187B8;
	background-color:#5AB68D;
	color:#ffffff;
	font-weight:bold;
}
a.ab_off:link,a.ab_off:visited {
	text-decoration:none;
	padding:1px 3px;
	border:1px solid #4187B8;
	background-color:#ffffff;
	font-weight:bold;
}
a.ab_off:hover {
	background-color:#5AB68D;
	color:#ffffff;
}
/*//////////////////////////////////////////////////////////////////////////////////// msg box styles ///////////*/
#msgholder {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
#msg {
	position:fixed;
	z-index:999;
	display:block;
	width:400px;
	margin:160px 0 0 -221px;
	border:1px solid #666666;
	background-color:#cc0000;
	padding:20px;
	left:50%;
	text-align:center;
}
#msg p {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
#msg input#msgok {
	padding:2px 20px;
	margin:0 auto;
	cursor:pointer;
}
#msg a:link, #msg a:visited, #msg a:hover {
	padding:2px 20px;
	background-color:#F0F0F0;
	text-decoration:none;
}

/*////////////////////////////////////////////////////////////////////////////////////// Calendar Styles ///////////*/
.cal_holder{
	z-index:10;
}
.cal_day_names .cal_day{
	font-weight:bold;
}

.cal_day{
	position:relative;
	width:70px;
	float:left;
	height:50px;
	text-align:center;
	border:1px solid #fff;
}

.cal_week .cal_day{
	line-height:50px;
}

div.cal_week .cal_day.cal_today /*Specificity 31*/{
	background:url(/library/cal/today.jpg) repeat;
}

.cal_day_names .cal_day{
	height:20px;
}
				
.cal_week .cal_day{
	background:#ddd;
}
.cal_week:nth-child(2n+1) .cal_day /*specificity 30*/{
	background:#ccc;
}

.cal_week .cal_day.cal_hasevents{
	background:#D6E2E0;
}

.cal_events{
	display:none;
	position:absolute;					
	bottom:0px;
	right:0px;
	width:200px;
	
}

.cal_events_inner{
	position:relative;
	width:150px;
	border:1px solid #ccc;
	background:#eee;
	text-align:left;
	line-height:20px;
	padding:10px;
	margin-bottom:10px;
	/* Move this across whilst leaving .cal_events in place so that the :hover still works in the gap between day and inner. */
	bottom:20px;
	right:20px;
}

.cal_events_inner ul{
	list-style:none;
}
	li.cal_time{
		font-weight:bold;
	}
	
		li.cal_time ul{
			border-top:1px solid #333;
			font-weight:normal;
		}
		
			li.cal_time ul li{
				margin-left:10px;
			}
			
				li.cal_time ul li a{
					text-decoration:none;
				}
				li.cal_time ul li a:hover{
					color:#333;
				}

.cal_week .cal_day.cal_hasevents:hover .cal_events{
	display:block;
}

