body {
	margin: 0px;
	color: #555557;
	background: white;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

html { height: 101%; }

blockquote {
	padding: 0x;
	margin: 0x;
}

.crumbs {
    color: #555557;
    font-size: 11px;
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}

.crumbs a {
    color: #555557;
    text-decoration: underline;
}

.crumbs a:visited {
    color: #555557;
    text-decoration: underline;
}

.copyright {
    font-size: 9px;
    color: #aaaaaa;
/*	font-family: trebuchet MS, helvetica, arial, sans-serif;	*/
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	margin-top:30px;
}

.copyright a:link,
.copyright a:visited,
.copyright a:active
{
    color: #aaaaaa;
    text-decoration: underline;
}

.copyright a:hover
{
    color: #555555;
    text-decoration: underline;
}

/* -----Test color------
p{
    font-size: 0.7em;
    color: #555557;
	background-color: #FFFF99;
	margin-top: 0;
	margin-bottom: 1.0em;
}
--------Test color------ */

p{
    font-size: 12px;
    color: #555557;
	background-color: white;
	margin-top: 0;
	margin-bottom: 9px;
	padding-top:0px;
}

p a{ color: #000099; text-decoration: none; }
p a:hover{ color: #000099; text-decoration: underline; }

.p-style{
    font-size: 11px;
    color: #555557;
	background-color: white;
	margin-top: 0;
	margin-bottom: 9px;
	padding-top:0px;
}

.head
{
	font-size: 13px;
	FONT-WEIGHT: bold;
	color: #555557;
}

.subhead
{
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #555557;
	margin-top: 0;
}

.subhead a:link,
.subhead a:visited,
.subhead a:active { text-decoration: none; }
.subhead a:hover  { text-decoration: underline; }

.subsubhead
{
	FONT-WEIGHT: normal;
	color: #555557;
	margin-top: 0;
	text-decoration:underline;
}

.subhead-centred
{
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #555557;
	margin-top: 1.8em;
	text-align: center;
}

.subhead-centred-nobefore
{
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #555557;
	margin-top: 0em;
	text-align: center;
}

.subhead-nobefore
{
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #555557;
	margin-top: 0;
}

.subhead-ruleabove
{
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #555557;
	margin-top: 18px;
	padding-top: 3px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

.subhead-nobefore-ruleabove
{
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #555557;
	margin-top: 0;
	padding-top: 3px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

.head-date-first
{
	DISPLAY: block;
	text-align: right;
	font-size: 13px;
	FONT-WEIGHT:normal;
	color: #555557;
	background-color: #E9E9E9;
	padding: 4px;
	border-top-color: #555557;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 0px;
	margin-bottom: 4px;
}

.head-date
{
	DISPLAY: block;
	text-align: right;
	font-size: 13px;
	FONT-WEIGHT: normal;
	color: #555557;
	background-color: #E9E9E9;
	padding: 4px;
	border-top-color: #555557;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 6px;
	margin-bottom: 4px;
}

.site-indent{
    font-size: 11px;
    FONT-WEIGHT: bold;
    MARGIN-LEFT: 0px;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.site-indent1{
    font-size: 11px;
    MARGIN-LEFT: 20px;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.site-indent2{
    font-size: 11px;
    MARGIN-LEFT: 40px;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.site-indent3{
    font-size: 11px;
    MARGIN-LEFT: 60px;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

a{ color: #000099; text-decoration: none; }
a:hover { text-decoration:underline; }

a.link{
    color: #000099;
    text-decoration: none;
}

a.link:hover{
    text-decoration: underline;
}

a.uline-link{
    color: #000099;
    text-decoration: underline;
}

a.uline-link:hover{
    color: #000099;
    text-decoration: underline;
}

a.main-link{
	background-color: #FFCC33;
    color: #000099;
    text-decoration: none;
}

td.text-pane{
	padding-top: 0px;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 11px;
}

ol li {
	margin-top: 11px;
	margin-bottom: 11px;
	list-style-type: decimal;
	margin-left: -20px;
}

.ul-dcs {
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 12px;
}

.ul-dcs li {
	margin-top: 11px;
	margin-bottom: 11px;
	list-style: square;
	margin-left: -20px;
}

.li-withbody {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: square;
	margin-left: -20px;
	font-weight: bold;
}

.li-withnobody {
	margin-top: 0px;
	margin-bottom: 11px;
	list-style: square;
	margin-left: -20px;
	font-weight: bold;
}

.li-body {
	margin-top: 0px;
	margin-bottom: 11px;
	list-style: none;
	margin-left: 0px;
}

/* ---- TABLES ------------------------------------- */

table#directory { 	font-size: 11px;	}

table#directory tr {	
	background-color: #F0F0F0;	
}

table#directory tr#header {
	background-color: white;
	font-weight: bold;
}
table#directory td {
	border-bottom: 1px solid #555557;
	padding: 5px;
}
table#directory tr#on {
	color: black;	/* white */
	background-color: #dddddd;	/* 000099 */
}
table#directory tr#off {
	background-color: #F0F0F0;
}
table#directory tr#alt {
	background-color: white;
}
table#profile-list td {
    font-size: 11px;
    color: #555557;
	background-color: white;
	margin: 0;
	padding: 0px;
}
table#profile-list a { color: #000099; text-decoration: none; }
table#profile-list a:hover { text-decoration:underline; }

/* ---- CALENDAR ----------------------------------------------- */

.calendar-month
{
/*	DISPLAY: block;	*/
	height: 29px;
	text-align: center;
	vertical-align:middle;
	font-size: 17px;
	FONT-WEIGHT:normal;
	color: #555557;
	background-color: #E9E9E9;
	padding: 4px;
	border-top-color: #555557;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 0px;
	margin-bottom: 4px;
}

.calendar-backnext-month
{
/*	DISPLAY: block;	*/
	height: 29px;
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	FONT-WEIGHT:normal;
	color: #555557;
	background-color: #E9E9E9;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-color: #555557;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 0px;
	margin-bottom: 4px;
}

.calendar-event {
	display:block;
	border: 1px solid #dddddd;
	padding: 8px;
	font-size: 12px;	
	font-family:Arial, Helvetica, sans-serif;
}

table#calendar { 	
	font-size: 17px;	
	font-family:Arial, Helvetica, sans-serif;
}

table#calendar tr {	background-color: #F0F0F0;	}

table#calendar tr#header {
	font-size: 7px;
	background-color: white;
	font-weight: bold;
}
table#calendar td {
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#othermonth {
	background-color: #D0D0D0;
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#weekend {
	font-size: 9px;
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#othermonth-weekend {
	background-color: #D0D0D0;
	font-size: 9px;
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#busy {
	color:#FFFFFF;
	background-color: #8585CE;		/* Light Blue 8585CE - Light Red D59595 */
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#busy-today {
	color:#FFFFFF;
	background-color: #C26868;		/* 990000 */
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#busy-weekend {
	font-size: 9px;
	color:#FFFFFF;
	background-color: #8585CE;		/* 990000 */
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#on-empty {
	color:#FFFFFF;
	background-color: #808080;
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#off-empty {
	background-color: #F0F0F0;
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#on-empty-weekend {
	color:#FFFFFF;
	font-size: 9px;
	background-color: #808080;
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#off-empty-weekend {
	font-size: 9px;
	background-color: #F0F0F0;
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#on-busy {
	color:#FFFFFF;
	background-color: #000099;		/* 990000 */
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#off-busy {
	color:#FFFFFF;
	background-color: #8585CE;		/* 990000 */
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#on-busy-weekend {
	color:#FFFFFF;
	font-size: 9px;
	background-color: #000099;		/* 990000 */
	border: 1px solid #ffffff;
	padding: 5px;
}
table#calendar td#off-busy-weekend {
	color:#FFFFFF;
	font-size: 9px;
	background-color: #8585CE;		/* 990000 */
	border: 1px solid #ffffff;
	padding: 5px;
}


table#calendar tr#on {
	color: white;
	background-color: #000099;
}
table#calendar tr#off {
	background-color: #F0F0F0;
}
table#calendar tr#alt {
	background-color: white;
}


/* ---- INSET IMAGE STYLES ------------------------------------- */

IMG.left-inset { 
  float: left;
  margin: 12px;
  margin-left: 0;
}

IMG.lefttop-inset { 
  float: left;
  margin-right: 15px;
}

IMG.righttop-inset { 
  float: right;
  margin-left: 15px;
}

IMG.right-inset { 
  float: right;
  margin: 12px;
  margin-right: 0;
}

IMG.fullwidth-inset { 
  margin-top: 0;
  margin-bottom: 15px;
}

/* ---- RESEARCHER / FACULTY PROFILES ---------------------------------------- */

.profile {
    DISPLAY: block;
    background-color: #dddddd;
    color: #000099;
    font-size: 11px;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.profile-name {
    margin-top: 4px;
}

.profile-title {
    padding-bottom: 4px;
    border-bottom: 1px solid #000099;
    margin-bottom: 6px;
}

.profile a:link, 
.profile a:visited, 
.profile a:active { DISPLAY: block; COLOR: #000099; TEXT-DECORATION: none; BACKGROUND-COLOR: #dddddd; padding: 8px; }
.profile a:hover  { DISPLAY: block; COLOR: #000099; TEXT-DECORATION: none; BACKGROUND-COLOR: #d4d4d4; padding: 8px; }

.front-image-TL { 
    background-image:     url(images/front-bahen-TL.jpg);
    background-position:  right top; 
    background-repeat:    no-repeat;
}

.front-image-BR { 
    background-image:     url(images/front-bahen-BR.jpg);
    background-position:  top; 
    background-repeat:    no-repeat;
}

.front-image-BL { 
    background-image:     url(images/front-bahen-BL.jpg);
    background-position:  right top; 
    background-repeat:    no-repeat;
}

#dcs-form {
	font-size: 11px;
}

.indent {
	margin-left: 40px;
}


HR { 
	height: 1px; 
	color: #555557; 
	border: none; 
} /* For Internet Explorer */
HTML>BODY HR { 
	height: 1px; 
	background-color: #555557; 
	border: none; 
} /* For Gecko-based browsers */
HTML>BODY HR { 
	height: 1px; 
	background-color: #555557; 
	border: 0px solid #555557; 
} /* For Opera and Gecko-based browsers */

.newsquote {
	display:block;
	border: 1px solid #555557;
	padding: 8px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.newsbox {
	border: 1px solid #000099;
	padding: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 4px;
	margin-top: 0px;
	display: inline-block;
}

.rightjust {
	float: right;
}

.boxquote {
	display:block;
	border: 1px solid #555557;
	padding: 8px;
}

.boxquote-left {
	float:left;
	width: 170px;
	padding-bottom:8px;
	margin-right:8px;
}
.boxquote-right {
	float:right;
	width: 150px;
	padding-bottom:8px;
	margin-left:8px;
}

.boxquote-text {
	font-style: italic;
	font-size: 12px;
}

ul ul { font-size: 100%; }
code {  font-size: 100%; }

.show-answer { 
/*	border: 1px solid #0000CC;	*/
	text-decoration:underline;
	color:#0000CC; 
	padding: 0px; }

.answer { color:#840000; }

.long-code {color: #000000; font-size:65%;}

.show-desc { 
/*	border: 1px solid #0000CC;	*/
	color:#0000CC; 
	padding: 0px; }

.desc { color:#840000; }

.textfield_effect    {
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555557;
    width: 149px;
    height: 15px;
	margin: 0px;
	margin-bottom: 4px;
   }

.forms-news-create-title {
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555557;
    width: 95%;
    height: 15px;
	margin: 0px;
	margin-bottom: 4px;
   }
   
.forms-news-create-date {
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555557;
    width: 100px;
    height: 15px;
	margin: 0px;
	margin-bottom: 4px;
   }
   
.forms-news-create-body {
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555557;
    width: 95%;
    height: 330px;
	margin: 0px;
	margin-bottom: 4px;
   }

.forms-event-category {
    DISPLAY: block;
    font-size: 9px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    border-bottom: 1px solid #dddddd;
	COLOR: #555557;
}

.forms-event-category-last {
    DISPLAY: block;
    font-size: 9px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	COLOR: #555557;
}

.forms-tip {
    font-size: 9px;
    color: #555557;
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
}

.forms-cat-first
{
	DISPLAY: block;
/*	font-size: 13px;	*/
	FONT-WEIGHT:normal;
	color: #555557;
	background-color: #E9E9E9;
	padding: 4px;
	border-top-color: #555557;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 0px;
	margin-bottom: 4px;
}

.forms-cat
{
	DISPLAY: block;
/*	font-size: 13px; */
	FONT-WEIGHT: normal;
	color: #555557;
	background-color: #E9E9E9;
	padding: 4px;
	border-top-color: #555557;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 6px;
	margin-bottom: 4px;
}

