/*-------------------------------------------    
    Base Rules
-------------------------------------------*/
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	background-color: #EBEAD5;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	}

td { font-size: 12px; }

img	{ border: 0; }

.javabutton {
	font-size: 11px;
}

/*-------------------------------------------    
    Links Formatting
-------------------------------------------*/
a:link			{ color: #3e484b; text-decoration: underline }
a:active		{ color: #800080; text-decoration: underline }
a:visited		{ color: #3e484b; text-decoration: underline }
a:hover			{ color: #f5843c; text-decoration: underline }

a.popupsbar:link { color: #F57C2F; text-decoration: none; }
a.popupsbar:visited { color: #F57C2F; text-decoration: none; }
a.popupsbar:hover	{ color: #FFCC00; text-decoration: underline; }

a.copyright:link { color: #F57C2F; text-decoration: underline; font-size: 10px; }
a.copyright:visited { color: #F57C2F; text-decoration: underline; font-size: 10px; }
a.copyright:hover { color: #b73c36; text-decoration: none; }

a.books:link { color: #3e484b; text-decoration: none; font-size: 10px; font-weight: bold; }
a.books:visited { color: #3e484b; text-decoration: none; font-size: 10px; font-weight: bold; }
a.books:hover { color: #f5843c; text-decoration: underline; font-weight: bold; }

/*-------------------------------------------    
    Site Structure
-------------------------------------------*/
div#content {
	font-size: 10px;
	color: #333;
	text-align: center;
	background-image: url(../images/bg.gif);
}
div#copyright {
	font-size: 10px;
	color: #333;
	text-align: center;
}

/*-------------------------------------------    
    Text Styles
	note: in=indent ju=justify bo=bold
-------------------------------------------*/
.in {
	text-indent: 20px;
}
.ju {
	text-align: justify;
}
.inju {
	text-indent: 20px;
	text-align: justify;
}
.injubo {
	text-indent: 20px;
	text-align: justify;
	font-weight: bold;
}
.warning {
	font-weight: bold;
	color: #F00;
}

/*-------------------------------------------    
    Popups Structure
-------------------------------------------*/
div#popupscontent {
	width: 95%;
	text-align: justify;
}
div#plugins {
	width: 100px;
	text-align: center;
	border: solid #cbdbc9;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
	border-width: 2px;
	margin: 10px;
}
div#mediacontainer {
	text-align: center;
	background-color: #000000;
	padding: 5px;
	margin: 20px;
}

/*-------------------------------------------    
    Popups Text Styles
-------------------------------------------*/
.popups-title {
	font-size: 14px;
	font-weight: bold;
}
.inputbox-form {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #FFFFFF;
}
.media-title {
	font-size: 18px;
	color: #f5843c;
}
.media-subtitle {
	font-size: 18px;
	color: #3e484b;
}



/*-------------------------------------------    
    Temporarily disabled
	
a.reverselink:link { color: #FF0; text-decoration: underline; }
a.reverselink:visited { color: #FF0; }
a.reverselink:hover	{ color: #F60; }

.pagetitle {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.capoverso {
	font-size: 14px;
	font-weight: bold;
}
.frametext {
	color: #fff;
	font-weight: bold;
}

.inputbox {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	background-color: #FFFFFF;
}
-------------------------------------------*/
