* {
	margin: 0px;
	padding: 0px;
} 

html {
     overflow-y: scroll;
}


div#base {
	width: 500px;
	position: relative;
	left: 50%;
	margin-left: -250px; /* - (width/2) */
	padding: 10px;
	border-left: 2px solid #f8f2e5;
	border-right: 2px solid #f8f2e5;
}

div#jariglogo {
	width: 480px;
	height: 100px;
	background:url("jariglogo.gif") no-repeat;
}

div#buttonspanel {
	width: 470px;
	height: 20px;
	margin-bottom: 0px;
	background :#FC0;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 4px;
	border: 1px solid #666666;
}

#buttonspanel form {
	display:inline;
}
#buttonspanel form select {
	display:inline;
}

#buttonspanel input {
	width: 120px;
	font-size: 8pt;
	color: #000; 
	font-weight: normal; 
	font-family: arial; 
	background-color: #FBDB6A; 
	text-decoration: none; 
	display:inline;
}

div#footer {
	height: 20px;
}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 10px;
}

.comments {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	font-style:italic; 
	margin-top: 10px;
}

.error {
	color: red;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	font-style:italic; 
	margin-top: 10px;
}

form.cmxform fieldset {
	margin-bottom: 10px;
	background :#F8F2D5;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.cmxform input.textfield {
	width: 150px;
	font-size: 8pt;
}

form.cmxform input.button {
	width: 120px;
	font-size: 8pt;
}

form.cmxform select {
	width: 150px;
	font-size: 8pt;
}

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 2px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset li fieldset {
	display:inline;
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

#birthdays {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 480px;
}

#birthdays thead tr td {
	background-color : #fbdb6a;
	font-family: "lucida grande", verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px 8px;
}

#birthdays tbody tr.odd {
	background-color : #fff;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
}

#birthdays tbody tr.odd td {
	padding: 3px 8px;
}

#birthdays tbody tr.even {
	background-color : #f8f2d5;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
}

#birthdays tbody tr.even td {
	padding: 3px 8px;
}

#birthdays tbody tr td a {
	color: #00f;
	text-decoration: none;
}

#birthdays tbody tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
	cursor : pointer
}

#birthdays tbody tr.even:hover {
	background-color: #3d80df;
	color: #ffffff;
	cursor : pointer
}

#topmenu
{
	display: block;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
}

#topmenu ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topmenu a:link, #topmenu a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 6px 4px 6px;
	text-decoration: none;
	color: #999;
	}

#topmenu a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#topmenu a:hover { color: #000; }

#userdata
{
	color: #999;
	position: absolute;
	right: 5px;
	margin-top: 0px;
}

img.actionbutton {
	width : 16px;
	height : 16px;
	border : none;
}


