@import "html.css";

/* Cross-site */

.tcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.home a, a:visited, a:active {
	color:#F00;
	text-decoration:none;
}

.home a:hover {
	text-decoration:underline;
}


.tleft {
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 310px;
}

.text_panel {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 25px;
	height: 500px;
}

.space_left {
	padding-left: 310px;
}

#maintable {
	width: 940px;
	padding:10px;
	padding-top: 35px;
	/*background-color:#E2E2E2;*/
	height: 100%;
}

#home_column {
	width: 330px;
	float: right;
	background-image:url(../images/uploaded/vertical-line.png);
	background-position:left;
	background-repeat:repeat-y;
	text-align:center;
}

#gradient {
	width: 1050px;
	padding: 10px;
	background-image:url(../images/background-gradwash.png);
	background-position:top;
	background-repeat:repeat-x;
/*	background-color:#7cc327;
	background-color:#c29427; */
}

.contents {
	width: 940px;
	height: 100%;
	
}

.content {
	padding: 25px 10px;
}

#link_bar {
	text-align: center;
	vertical-align: bottom;
	padding: 0;
	padding-top:0px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	width: 960px;
	/*background-color:#E2E2E2;*/
}

#site_title {
	font-size: 40px;
	font-weight: bold;
}


#link_bar a {
	color: #9e9e9e;
	text-decoration: none;
	/*border-left: #000 solid 1px;
	border-right: #000 solid 1px;*/
	padding-left: 2px;
	padding-right: 2px;
	height:13px;
	vertical-align:bottom;
}

#link_bar a.shelf {
	padding-left: 0px;
	padding-right:0px;
}

#link_bar a:visited {
	text-decoration: none;
}

#link_bar a.current {
	color: #ff0000;
}


#link_bar a:hover {
	/*
	color: white;
	background-color: black;
	*/
}

.hovered {
	color: black;
	background-color: #e7e7e7;	
}

.footer {
	text-align: center;
	margin-top: 5px;
}

.footer .submission {
	color: gray;
	text-align: right;
}


.footer .submission a {
	color: blue;
	padding: 5px;
	text-decoration: none;
}

.footer .submission a:hover {
	background-color: #ddddff;
}

.footer .submission a img {
	vertical-align: middle;
	margin-right: 8px;
}


.footer .submission a:hover img {
	text-decoration: none;
}

.footer .copyright {
	color: black;
	margin-top: 20px;
}

.hidden {
	display: none;
}


/* Specifics */

.main {
	padding-top: 10px;
}
.main p {
	padding-left: 435px;
	padding-right: 45px;
}

.about {
	background-color: #feff99;
	height: auto;
	border: 1px solid #000000;

}


.contents a {
	color: #ff0000;
	text-decoration: none;
}

.contents a:visited, .contents a:active {
	text-decoration: none;
	color: #ff0000;
}

.contents a:hover {
	text-decoration:underline;
}




/*.photos {
	background-color: #ff999a;
	text-align: center;
	padding-top: 15px;
	border: solid black 1px;
}

.photo_area {
	background-image: URL("../images/photo_frame.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 300px;
	width: 435px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	text-align: center;
}

.photo_area .arrow {
	width: 57px;
	height: 42px; 
}

.photo_area .arrow.left {
	position: relative;
	left: -100px;
	top: -150px;
}

.photo_area .arrow.right {
	position: relative;
	left: 100px;
	top: -150px;
}


.photo_scroller {
	height: 170px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.photo_scroller_inner img {
	border: 2px white solid;
	margin: 8px;
	vertical-align: top;
}

.photo_scroller_inner .inner_left {
	margin-right: 40px;
}
.photo_scroller_inner .inner_right {
	margin-left: 40px;
}
*/


.links {
	background-color: #ff9900;
	border: solid black 1px;
	/*background-color: #ff9900;   #f7f7fb;*/
}

.links table {
	border-collapse: collapse;
	border: 0px;
	padding: 5px;
	margin-left: 130px;
	width: 600px;
}

.links td {
	padding-bottom: 20px;
} 


.links a {
	text-decoration: none;
	color: black;
	display: block;
	font-size: 1.4em;
	padding: 2px;
}

.links a:hover {
	background-color: #e7e7e7;
}


.admin {
	background-color: #b2a8fb;
}



/* */
form td { font-size:10pt; }

.form_label {
  font-style: italic;
  text-align: left;
  vertical-align: top;
  width: 150px;
}

input {
  background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;

}

.button {
  background-color: #ffffff;
	border: 1px solid #000000;
  color: #000000;
	font-size: 10px;
}

.button_disabled {
  background-color: #999999;
	border: 1px solid #000000;
  color: #000000;
	font-size: 10px;
}


.text {
  border: 1px solid #000000;
  padding-left: 2px;
  vertical-align:middle;  	
  width: 190px; 
	background-color: #ffffff; 
  
}

.select {
	font-size: 10px;
	border: 1px solid #000000;
}

.text_error {
  border: 1px solid #000000;
  padding-left: 2px;
  vertical-align:middle;  	
  width: 190px; 
  background-color:#ffdddd;
  color: #000000;
}

.select_error {
	font-size: 10px;
  border: 1px solid #000000;
  background-color: #ffdddd;
  color: #000000;
}

.textarea {
  border: 1px solid #000000;
  padding-left: 2px;
  overflow:auto;
  vertical-align:middle;  	
}

.checkbox, .radio {
	border: none;
	background-color: transparent;
	color: #000000;
}