/*
 * Stylesheet for the fifth- (sixth?) generation LOSURS web site
 * Extra values for portal-style content
 *
 * vim:ft=css
 *
 * (C)Copyright Scott Wunsch, 2001-2002
 * You may redistribute the contents of this file only under the terms of
 * the GNU GPL, a copy of which may be found at:
 *   http://www.losurs.org/COPYING
 */

/* ============================================ The portal box area itself == */

Div.portalboxes {
	position: absolute;
	margin-left: 10px;
	padding: 0px;
	width: 215px;
	right: auto;
	top: 10px;
	margin-bottom: 2em;
}



/* ======================================== Basic Structure of a Portalbox == */

Div.portalboxes Div.portalbox {
	border: thin solid #A52A2A;
	font-size: 80%;
	padding-bottom: 0px;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #FFFFCC;
}

Div.portalbox Div.boxcontent {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

Div.portalbox Div.boxcontent P {
	/* Added Oct 4/2004 */
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 0.3em;
	margin-bottom: 0em;
	padding-left: 0em;
	line-height: 125%;
	color: black;
	text-align: left;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}


Div.portalbox P {
	line-height: 100%;
	text-align: center;
	margin-left: 0em;
	color: black;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

Div.portalbox A {
	background-color: #FFFFCC;
	color: black;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	border-style: none;
}

Div.portalbox A:hover {
	font-weight: normal;
	/* background-color: #FF9933; */
	color: white;
	background-color: #A52A2A;
}

Div.portalbox H2 {
	font-weight: bolder;
	text-align: center;
	font-size: 125%;
	background-color: #A52A2A;
	color: white;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0px;
}

Div.portalbox H2 A {
	color: white;
	font-weight: bolder;
	text-decoration: inherit;
}

Div.portalbox H2 A:hover {
	color: white;
	font-weight: bolder;
	text-decoration: underline;
}


/* ===================================== Things That Can Be in a Portalbox == */

/* --------------------------- Bulletted Lists (Especially Lists of Links) -- */

Div.portalbox UL {
	list-style-type: disc;
	padding-left: 0em;
	margin-left: 10px;
}

Div.portalbox UL.linklist A {
	color: black;
	text-decoration: inherit;
}
Div.portalbox UL.linklist A:hover {
	text-decoration: underline;
	color: blue;
}

Div.portalbox LI {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0.4em;
	padding-left: 0em;
	line-height: 130%;
	list-style-type: square;
	color: black;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

Div.portalbox li.xc {
	list-style: none;
}

Div.portalbox Div.xcx, div.xcc {
	position: relative;
	display: inline;
}

Div.portalbox li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}

Div.portalbox div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}

Div.portalbox div.xcx>a, div.xcc>a {
	position: static;
}

Div.portalbox div.xcx a:link, div.xcx a:visited, div.xcc a:link, div.xcc a:visited {
	color: #000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
	font-weight: bold;
}

/* --------------------------------------------------------- Form Elements -- */

Div.portalbox Input[type=text], Div.portalbox Input[type=password] {
	border: thin solid #888;
	background-color: #EEE;
	font-family: monospace;
	width: inherit;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
}
Div.portalbox Input[type=text]:focus, Div.portalbox Input[type=password]:focus {
	background-color: white;
	border: thin solid black;
}

Div.portalbox P.buttons {
	text-align: center;
	word-spacing: 1em;
}

Div.portalbox Input[type=submit], Div.portalbox Input[type=button] {
	background-color: white;
	color: #333;
	font: inherit;
	border: thin solid #888;
	padding-left: 1ex;
	padding-right: 1ex;
}
Div.portalbox Input[type=submit]:hover, Div.portalbox Input[type=button]:hover {
	border: thin solid #3D5192;
	background-color: #3D5192;
	color: white;
}
Div.portalbox Input[type=submit]:active, Div.portalbox Input[type=button]:active {
	border: thin inset #3D5192;
}


/* --------------------------------------------------------- Over-rides -- */

IMG.notabox {
	padding: 0px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: none;
}
P.notabox {
	line-height: 125%;
	text-align: left;
	margin-left: 10px;
	color: black;
	font-size: 60%;
}

A.notabox {
	color: black;
	font-weight: normal;
	border-style: none;
}

A.notabox:hover {
	background-color: white;
	color: black;
	font-weight: normal;
	border-style: none;
}

