/* for eJane stuff */
@import url("style.css");
@import url("style-private.css");




/* BELOW HERE IS UMS STUFF */

.umso_pagebody {
	/*
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	*/
}

.umso_mainbodycontent_default {
	/* from http://www.scratch99.com/2007/06/wordpress-simple-css-text-boxes-in-posts/ */
	padding: 10px 10px 10px 10px;
	/*
	color: #555555;
	background-color: #eeeeee;
	border: #dddddd 2px solid;
	*/
	/*color: #555555;*/
	background-color: #EDFAFF;
	border: #D1F3FF 2px solid;
}

.umso_loginbanner {
	font-size:.8em;
	text-align: right;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
}

.umso_sitemenu_horiz {
	text-align: center;
	margin: 2px 5px 0px 5px;
	padding: 2px 5px 0px 5px;
}

.umso_footer {
	font-size:.7em;
	font-style: italic;
	text-align: center;
	margin: 2px 5px 0px 5px;
	padding: 2px 5px 0px 5px;
}





.errormessage {
	text-align: center;
	color: red;
	font-size: large;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.errormessagehintpara {
	text-align: center;
	color: red;
	font-size: small;
	margin-top: 0px;
	padding-top: 0px;
}

.noticemessage {
	text-align: center;color: #3900a1;font-size: 1.2em;font-weight:bold;
	letter-spacing:.1em;
	padding:2px;margin-bottom:10px;
	border:1px solid #ecd0a3;
	background-color:#fdf6e6;
}


.phperror {
	color: red;
	font-size: small;
}


.paginationlinks {margin:5px;}
.paginationlinks a {font-size:1em}

.sortlink a {text-decoration:none}
.sortlink img {vertical-align:middle}


.errorhint {
	color: red;
	vertical-align:top;
}












/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table.umsthelper , th.umsthelper , td.umsthelper  {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
	color: #555;
}

caption.umsthelper  {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td.umsthelper , th.umsthelper  {
	padding: 4px;
}

thead th.umsthelper {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th.umsthelper  {
	font-weight: bold;
}

tbody tr.umsthelper  { background: #FCFDFE; }

tbody tr.umsthelper_odd { background: #F7F9FC; }

table.umsthelper a:link  {
	color: #718ABE;
	text-decoration: none;
}

table.umsthelper a:visited  {
	color: #718ABE;
	text-decoration: none;
}

table.umsthelper a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th.umsthelper , tfoot td.umsthelper  {
	font-size: 85%;
}




/* for spoiler buttoneffect */
.spoiler_anchor {
display: block;
}

.spoiler_text {
color: INSERT YOUR NORMAL TEXT COLOR HERE;
display: none;
}





