/* Layout
 ------------ */
* {
        /* Reset browsers default margin, padding and font sizes */
        margin: 0;
        padding: 0;
}

body { 
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	color: #000000;
	background-color: #E5E5E5;
/*	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;*/
}
#wrapbody {
    margin: 4px 8px;
    padding: 4px 0px;
    border: 1px solid gray;
    background: #FFFFFF;
    margin-bottom: 30px;
}

#wrapheader {
        height: auto !important;
        padding: 0;
}


a:link,a:active,a:visited { color : #006699; background-color: transparent; }
a:hover		{ text-decoration: underline; color: #DD6900; background-color: transparent; }
a.mainmenu { text-decoration: none }
/*a.easyuo_logo:hover { text-decoration: none; color: #006699; }*/
a.admin:link,a.admin:active,a.admin:visited { color : #DD2200; background-color: transparent; }
a.admin_white:link,a.admin_white:active,a.admin_white:visited { color : #FFFFFF; background-color: transparent; }

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #333333;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #333333;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-top: 7px;
	margin-bottom: 7px;
}

.programlisting {
	color: #000000;
	background-color: #88BBFF;
	width: 80%;
}

.note {
	color: #000000;
	background-color: #BBDDFF;
	width: 83%;
}

.popupmenu {
	position: absolute;
	visibility: hidden;
	top:-1000px;
	left:-1000px;
	width:180px;
	z-index:100;
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	text-align:left
}

br.half {
	font-size: 4pt;
}

.box {
	background:#FFFFFF;
	border: 1px solid #98AAB1;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	text-align:left
}

.vote-box {
	background:#ccccff;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	text-align:left
}

.redbox {
	background: #ff0000;
	border: 1px solid #000000;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	text-align:left
}

.euo_code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.euo_keywords0,a.euo_keywords0:link,a.euo_keywords0:active,a.euo_keywords0:visited { color: black; font-weight: bold; text-decoration: none; }
a.euo_keywords0:hover { color: #DD6900; font-weight: bold; text-decoration: none; }
.euo_keywords1,a.euo_keywords1:link,a.euo_keywords1:active,a.euo_keywords1:visited { color: black; font-weight: bold; text-decoration: none; }
a.euo_keywords1:hover { color: #DD6900; font-weight: bold; text-decoration: none; }
.euo_keywords2,a.euo_keywords2:link,a.euo_keywords2:active,a.euo_keywords2:visited { color: black; font-weight: bold; text-decoration: none; }
a.euo_keywords2:hover { color: #DD6900; font-weight: bold; text-decoration: none; }
.euo_keywords3,a.euo_keywords3:link,a.euo_keywords3:active,a.euo_keywords3:visited { color: black; font-weight: bold; text-decoration: none; }
a.euo_keywords3:hover { color: #DD6900; font-weight: bold; text-decoration: none; }
.euo_keywords4,a.euo_keywords4:link,a.euo_keywords4:active,a.euo_keywords4:visited { color: navy; text-decoration: none; }
a.euo_keywords4:hover { color: #DD6900; font-weight: bold; text-decoration: none; }
.euo_variable { color: navy; }
.euo_nonkeyword { color: black; }
.euo_namespacevariable { color: blue; }
.euo_persistantvariable { color: blue; }
.euo_symbol { color: black; }
.euo_number { color: green; }
.euo_comment { color: gray; }
.euo_symbol { color: red; }

ul.menu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li.menu { /* all list items */
	float: left;
	margin-right: 20px;
	z-index: 0;
	position: relative;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

li.menu ul.menu { /* second-level lists */
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100;
	margin-right: 0;
	width: 180px;
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	text-align: left;
}

li.menu>ul.menu { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li.menu:hover ul.menu, li.menu.over ul.menu { /* lists nested under hovered list items */
	display: block;
}

.euomenu { margin-left: 15px; }
.euobody { margin: 4px 10px; }