/*
 * Based on code by
 *
 * (C) 2001 Zvezdan Petkovic <z.petkovic@computer.org>
 */

/* general elements style */

body {
	margin-top: 0;
	margin-left: 0;
	color: rgb(0,0,0);
	background-color:#ffee9b; 
}


 
h2 {
	display: table;
	margin-right: auto;
	color: #000000;
	background-color: #ffc869;
	font-weight: bold;
	border: solid 2px rgb(255,100,100);
	padding: 1px 2px 1px 2px;
}

h3 {
	display: table;
	margin-right: auto;
	color: #000000; 
	background-color: #ffc869;
	font-weight: bold;
	border: solid 2px rgb(255,100,100);
	padding: 3px 3px 3px 3px;
}
dd {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}
 
q {
	font-style: italic;
}

/* page components */


div.topbar {
	position: absolute;
	color: rgb(0,0,0);
	background: #ffee9b;
	margin-top: 0%;
	width:100%;
	padding-top: 0%;
	padding-left:0%;
	padding-bottom:10%;
	height: 10%;
}

div.bottombar {
        position: absolute;
        color: rgb(0,0,0);
        background: #ffee9b;
        margin-top:6%;
        padding-top: 0;
	margin-left :45% ;
        height: 90%;
	width: 55%;
}

div.logo {
	left: 0;
	top: 0;
}

div.note {
	position: fixed;
	right: 5px;
	top: 5px;
}

div.pinmenu {
	position: absolute;
	overflow: auto;
	color: rgb(0,0,0);
	background: #ffee9b;
	margin-top:7%;
	padding-top:0%;
	margin-left: 0%;
	height: 85%;
	width: 46%;
	min-width: 40%;
}

div.pinmenuright {
	position: fixed;
	overflow: auto;
	color: rgb(0,0,0);
	background: #ffee9b;
	border-left: medium solid;
	height: 75%;
	width: 14.5em;
	min-width: 14.5em;
	right: 0px;
        top: 60px;
}
div.badges {
	position: fixed;
	bottom: 0%;
	padding-left: 5px;
	left: 0;
}

div.page {
	margin-left: 14.5em;
	margin-right: 14.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 80px;
}

div.pageimage {
	position: absolute;
	color: rgb(0,0,0);
	margin-top:0%;
	padding-top:0%;
	padding-right:0%;
	background: #ffee9b;
	margin-left: 75%;
	height: 100%;
}
div.pageimage1 {
	position: absolute;
	color: rgb(0,0,0);
	margin-top:0%;
	padding-top:0%;
	left:0px;
	top:0px;
	background: #ffee9b;
	margin-left: 46%;
	height: 100%;
}
div.stoppage {
	position.absolute;
	overflow: auto;
	color: rgb(0,0,0);
	margin-top:0%;
	padding-top:0%;
	background: #ffee9b;
	margin-left:0%;
}
div.Fullpage {
	position.absolute;
	overflow: auto;
	color: rgb(0,0,0);
	margin-top:0%;
	padding-top:0%;
	background: #ffee9b;
	margin-left:0%;
	height:100%;
	width:100%;
}
/* various others */
 
p.fulloutputlink {
	text-align: right;
}

div.redrule {
	padding-top: 10px; 
	padding-bottom: 0px;
	margin-bottom: 2px; 
	border-bottom: solid 2px rgb(155, 0, 0);
}
 
div.quote {
	float: left;
	width: 60%;
}

div.timestamp {
	right: 1em;
	float: right;
	width: 8em;
	text-align: right;
}

span.newsdate {
	font-size: 120%;
}

span.newshead {
	font-size: 120%;
	padding-left: 1em;
}

div.newsbody {
	margin-left: 3em;
}

div.computeroutput {
	padding-left: 1em;
	margin-top: 10px;
        margin-bottom: 10px;
	background-color: #dddddd;
	clear: both;
	color: #000000;
	font-family: courier, monospace;
	white-space: pre;
}

tr.tablehead {
	font-weight: bold;
	font-size: 110%;
}

table.eventtable {
	border: 2px red solid;
	border-collapse: collapse;
	font-family: monospace;
}

table.eventtable td {
	border: 1px red solid;
	padding: 3px;
}
 
table.eventtable tr {
	vertical-align: top;
}

 div {
                margin: 0px;
                padding: 0px;
        }
        .verticalgridline {
                padding-top: 27px;
        }
        .box, .handle {
                font-size: 14px;
                font-family: Arial, sans-serif;
                border: 1px solid red;
        }
        .box {
                width: 33px;
                height: 33px;
                margin: 0px;
                background-color:transparent;
                border: 1px solid red;
                z-index: 1;
		margin-left:71%;
        }
        .handle {
                cursor: move;
                height: 14px;
                border-width: 0px 0px 1px 0px;
                background: #666;
                color: #eee;
                padding: 2px 6px;
                margin: 0px;
        }
         .box p {
                font-size: 12px;
                margin: 5px 5px 10px 5px;
                text-align: left;
                white-space: normal;
        }
        #boxDrag, #boxVerticalOnly, #boxHorizontalOnly, #boxRegionConstraint,
        #boxThreshold, #boxAbsolute, #img11 {
                cursor: move;
        }
	 #boxAbsolute {
                position: absolute;
                bottom: 0px;
                right: 0px;
        }


.tip {
	font:14px/16px Arial,Helvetica,sans-serif; 
	border:solid 1px #666666; 
	padding:1px;
        position:absolute; 
	z-index:100;
	visibility:hidden; 
	color:#333333; 
	top:20px;
	left:90px; 
	background-color:#FBFFFF;
	layer-background-color:#FBFFFF;
}
															                  

