a:hover {
	cursor:pointer;
}

u:hover {
	cursor:pointer;
}

tr {
	font-size: 14px;
	color: black;
}

td.current_tab {
	border-color:black;
	border-top-style: solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width: 1px;
	/*background-color:white;*/
	cursor:pointer;
	/*width:75px;*/
	/*width:30px;*/
	width:10%;
	font-size:14px;
	text-align:center;
}

td.tabs {
	/*border-color:black;
	border-top-style: solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;*/
	border-color:black;
	border-style:solid;
	border-width: 1px;
	/*background-color:white;*/
	/*background-color:#89BCFD;*/
	cursor:pointer;
	/*width:75px;*/
	/*width:30px;*/
	width:10%;
	font-size:14px;
	text-align:center;
}

td.spacer {
	border-color:black;
	border-bottom-style:solid;
	border-width:1px;
	width:1px;
}

table.page_content {
	/*border-top-style: solid;*/
	border-color:black;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width: 1px;
	height:96%;
	width:100%;
	background-image:url('logo.png');
	background-repeat:no-repeat;
	background-position:center; 
}

body.main_page_body {
	/*background-image:url('blue_background.png');*/
	background-repeat:repeat-x;
	padding-top:0px;
}

body.main_page_body_alt {
	/*background-image:url('red_background.png');*/
	background-repeat:repeat-x;
}

body.secondary_pages {
	background-color: transparent;
}

table {
	width:100%;
}

td.page_title {
	font-size:x-large;
	/*color:white;*/
	border-color:black;
	/*background-color:black;*/
	border-bottom-style:solid;
	border-width:1px;
}

div.loading_div {
	position:absolute;
	left:600px;
	top:350px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	height:75px;
	width:150px;
	text-align:left;
	background-color:white;
	font-size:x-large;
}

div.editing_tools {
	position:absolute;
	left:25px;
	top:130px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	height:175px;
	width:150px;
	text-align:left;
	background-color:white;
	font-size:x-large;
}

input.pretty_button {
	border: black 1px solid;
	cursor:pointer;
}

input.button_clicked {
	border: black 2px solid;
	cursor:pointer;
}

textarea {
	font-size: 14px;
	text-align: left;
	color: black;
	font-family: arial;
}