@charset "utf-8";
/* CSS Document */
hr{
	clear:both;
	height:1px;
	border:none;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-top:10px;
	margin-bottom:10px;
}
.input{
	margin:0; padding:0;
	border:solid 1px #aaa;
	background:#fff;
	color:#333;
	font-size:18px;
	border-radius:3px;
}
.w100{
	width:100%;
	margin:0; padding:0;
}
/**************************************/
.clear,
.clearfix,
.clearfix:after{
	clear:both;
}
.clearfix:after{
	display:block;
	content:"";
}
.shadow	{ box-shadow:0 0 20px rgba(0, 0, 0, 0.3); }
a img	{ border:none; }
/***************************************/
form	{ margin:0; }
.form h1{ margin-top:0; }
.form th, .form td{ padding:5px 10px 5px 0px; }
.form th{ text-align:left; color:#36C; }
/***************************************/
.button{
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	background:#888;
	border:1px solid #666;
}
.button:hover {
	background-color:#999;
}
.button:active {
	position:relative;
	top:1px;
}

.blue.button {
	border:1px solid #84bbf3;
	background-color:#79bbff;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-shadow:1px 1px 0px #528ecc;
}
.blue.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.table th{ color:#039; }
.table th, .table td{ padding:8px 10px; }
.table th{
	border-bottom:solid 2px #039;
	text-align:left;
	font-size:16px;
}
.table td{ border-bottom:solid 1px #ddd; }

.table .noBorder td,
.table tr:last-child td
{
	border:none;
	padding-bottom:0;
}
.table .search td{ background:#BBCAFF; }
/***************************************/
.table2 th{
	border:none;
	padding:2px 10px;
}
/***************************************/
.propFormat span{
	font-weight:normal;
	color:#333;
}

/***************************************/
.menu ul, .menu li{
	display:block;
	padding:0; margin:0;
	list-style:none;
	list-style-image:none;
}

/***************************************/
.inline li, .inline a, .inline div{
	zoom: 1;
	display:inline-block;
	*display: inline;
}
/***************************************/
.popup ul li{ position:relative;}
.popup ul ul,
.popup td ul{
	position:absolute;
	top:100%; left: 0;
	text-align:left;
	display:none;
	background:white;
	border:solid 1px #eee;
	min-width:200px;
}
.popup ul ul a
{
	border:none;
	display:block;
	padding:10px 20px;
}
.popup ul ul li	{ display:block; clear:both; }
.popup li:hover ul{ display:block; }
.popup td{ text-align:center; }
/***************************************/
.thumb{
	float:left;
	margin:0 10px 10px 0;
}
/***************************************/
div.seek{
	clear:both;
	margin:5px 0px;
}
div.seek a{
	display:inline-block;
	zoom: 1;
	*display: inline;
	border:solid 1px #eee;
	padding:1px 5px;
	color:black;
	text-decoration:none;
	margin:1px 0px;
}
div.seek a#nav{
	border:none;
}
div.seek a.current{
	border:solid 1px #FF6600;
	background:#FF6600;
	color:white;
}
div.seek a:hover{
	background:#ddd;
}
/********************/
.rowAlt{
	background:#eee;
}
.pages{
	position:absolute;
	right:0; top:4px;
}
/******************************/
.news3 img{
	float:left;
	margin:0 10px 10px 0;
}
.news3 div{
	clear:both;
}
/***************************************
/* Big: big */
/* Small: small */
/* Typewriter: tt */
/* Computer Code: code */
/* Keyboard Phrase: kbd */
/* Sample Text: samp */
/* Variable: var */
/* Deleted Text: del */
/* Inserted Text: ins */
/* Cited Work: cite */
/* Inline Quotation: q */

/* Image left: img.left */
img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}
/* Image right: img.right */
img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;

	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
/**************************************/
figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}
/**************************************/
.fileHolder{
	clear:both;
	margin:20px 0; padding:10px;
	border:solid 1px #eee;
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
}
.fileHolder div{
	padding:5px 0;
}
.fileHolder a{
	color:#333;
	text-decoration:none;
}
.fileHolder h3{
	margin:0;
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
	background:url(images/loading.gif) no-repeat center center;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px; height:35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
  background:url(images/close.png) no-repeat;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

@charset "utf-8";
/* CSS Document */

/*`Design time style ajaxOverlay */
.ajaxBodyTag{
	background:rgba(0, 0, 0, 0.8);
}
#fadeOverlayHolder .ajaxBodyTag{
	background:none;
}
/*****************************/
.ajaxHolder{
	position:fixed;
	top: 30px; bottom:0;
	left:0; right:0;
}
.ajaxHead:after
{
	display:block;
	content:"";
	clear:both;
}
.ajaxBody{
	position:relative;
	width:100%;
	min-width:800px; max-width:1100px;
	height:100%;
	margin:auto;
}
.ajaxScroll{
	max-height:100%;
	overflow:auto;
}
/*****************************/
.ajaxClose{
	float:right;
}
.ajaxClose a{
	font-weight:bold;
	background:#eee;
	border:solid 1px #ddd;
	border-radius:3px;
	padding:2px 7px;
	margin-bottom:5px;
	color:#666;
	text-decoration:none;
	font-size:18px;
	display:block;
}
/* Loading background animation */
.ajaxLoading{
	position:fixed;
	top: 0; right:0; left:0; bottom:0;
	background:url(../design/loading.gif) no-repeat center center;
	z-index:50;
}
/*****************************/
.ajaxHolderEdit
{
	position: absolute;
	top: 30px;	bottom: 0;
	right: 0;	left: 0;
	color: white;
}
.ajaxHolderEdit .ajaxClose{
	right:10px; top:0px;
}
/*****************************/
.ajaxBody .ajaxDocument{
	background:#fff;
	padding:20px;
	border-radius:5px;
	border:solid #ccc 2px;
	color:#666;
}
.ajaxBody .ajaxDocument a{
}
.ajaxBody .ajaxDocument h1{
	font-weight:normal;
	font-size:24px;
	color:#555;
	margin-top:0; min-height:30px;
}
/*****************************/
.ajaxBody .ajaxDocument .form td,
.ajaxBody .ajaxDocument .form th
{
	color:#666;
	padding:10px 5px;
	font-size:14px;
	text-shadow:none;
}
.ajaxBody .ajaxDocument .form .input
{
	font-size:24px;
	border-radius:5px;
}
/*****************************/
.ajaxBody .ajaxTitle{
	color:white;
	font-weight:normal;
	font-size:24px;
	margin:0;
	min-height:30px;
}
/*****************************/
div.ajaxDialog{
	width:350px;
	min-width:50px;
	margin:auto;
	padding:0;
}
.ajaxDialogHolder{
}
.ajaxDialog .ajaxClose{
}

/*****************************/
.ajaxMessage{
	padding-top:10px;
	max-width:500px;
	min-width:250px;
}
.ajaxMessage .message{
	border-radius:10px;
	padding:20px;
	font-size:16px;
	text-shadow:1px 1px 1px #fff;
	border: solid 2px white;
	background:#ddd;
}
/*****************************/
.ajaxBody .adminEditTools
{
	position:absolute;
	right: 50px; top: 0px;
}
/*	ajaxHolder for messages */
.ajaxOverlayMessage{
	margin:auto;
	margin-top:20%;
}

.ajaxOverlay .imageUploadField{
	visibility:hidden;
}
#fadeOverlayHolder .imageUploadField{
	visibility:visible;
}
/* CSS Document */

/***************************************/
.message{
	padding:20px;
	text-align:center;
	border:solid 1px #888;
	background:#DFDFDF;
	margin:10px 0px;
	color:black;
}
.message a{ color:black; }
.message.error{
	background-color:#630;
	color:white;
}
.message.work{
	background-color:#060;
	color:white;
}
.message.error a{ color:white; }
/***************************************/
.redirectMessage{
	background:white;
	color:#333;
	padding:20px 50px;
	position:fixed;
	top:30%; margin-top:-50px;
	left:50%; margin-left:-250px;
	border:solid 4px #800;
	border-radius:10px;
	box-shadow:0 0 20px #000;
}

