/*
   History:
   08/11/2006   Took out a:Link and a:Visited
   12/29/2006   Put in a:Active and a:Visited and a:Hover
   01/07/2007   Took out a:Visited again
   01/11/2007   Added a:Link to format links on the Link page
   03/20/2007   Added table{border-style:solid} to outline the splash screen
   06/26/2007   Removed table{border-style:solid} because it messed up the heading
   08/14/2007	Cloned this from LoriStyles.css
*/

/* CSS Document */
html, body {
	background-color: #333333;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(Logo+10_Transparent_4dark.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	font-size: 16px;
	height: 100%;
	margin: 0;
	padding: 0;
	border:none;
}

#height100{height:100%}
#height95{height:95%}
#height90{height:90%}
#sidemenu{padding-bottom:5em}

p{
padding: 3px;
}

table{
	border-style:none;
}

/*  ----  CLASS attributes  ---- */
.style2 {
	font-size:12px;
	text-decoration: none;
}
.style3 {
	font-size:10px;
}
.gallery_ctl{
	font-size: 9pt;
	color:#CCCCCC;
	font-weight: bolder;
}
.password_label {font-size: 8pt; 
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a.top:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.top:visited{
	color:#CCCCCC;
	text-decoration:none;
}
a.top:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.top:active {
	text-decoration: none;
	font-weight: bold;
}
a.side {padding-bottom: 2em}

a.side:link {
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
}
a.side:visited{
	font-size: 16px;
	color: #CC6633;
	text-decoration:none;
}
a.side:hover {
	font-size: 16px;
	color: #CC6600;
	text-decoration: none;
}
a.side:active {
	font-size: 16px;
    color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
