body {
    background-image: url('/images/cmibg.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

textarea{
	width: 100%;
}

input.grey{ 
	background-color: #eeeeee; 
	border: 1px solid #777777; 
}

body, td, th, input{
	font-family: verdana, arial, helvetica, tahoma, "sans serif";
	font-size: 8pt;
	color: #333333;
	cursor:default;	
}

table.header{
	 
	background-repeat: repeat-x; 
	background-position: top 50%;
}

td.header{
	color: #ffffff;
}

div.bar{
	width:   100%;
	padding: 2px;
}

table.bar {
/*
    border-width: 1px solid #C0C0C0;
	background-color: #f8f8f8
*/
	border-width: 1px solid #fff;
}

th.bar {
	background-color: #fff; 
	padding: 2px;
}

td.bar{
	padding: 5px;
    font-size: 14px;
    font-weight: normal;
}

td.bar a:link {
	color: #0000ff;
	text-decoration: none;
}

td.bar a:visited {
	color: #0000ff;
	text-decoration: none;
}

td.bar a:hover {
    font-weight: bold;
	text-decoration: none;
}

td.bar a:active {
	color: #9999ff;
	text-decoration: none;
}

h1 {
	font-size: 8pt;
	padding: 3px;
	padding-left: 6px;
	background-color: #F6F6F6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

th.login {
	background-color: #EFEFEF; 
	border-width: 1px solid #C0C0C0;
	padding: 5px
}

td.login {
	border-left-width: 1px; 
	border-left-style: solid;
	border-left-color: #C0C0C0; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding: 5px
}


th.article {
	background-color: #EFEFEF; 
	border-width: 5px solid #ffffff;
	padding: 5px
}

td.article {
	border-top-width: 2px; 
	border-top-style: solid;
	border-top-color: #fff;
	border-left-width: 1px; 
	border-left-style: solid;
	border-left-color: #fff; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #FFFFFF;
	padding: 5px
}

td.hibutton {
	/*border-bottom: 2px solid #fff;*/
}

td.normbutton {
	padding: 2px;
	padding-bottom: 4px;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #9999ff;
	text-decoration: none;
}
