/*  MoinMoin Default Styles

    Copyright (c) 2000 by Jürgen Hermann
*/
@import url("ui.css");

@import url("xmlverbatim.css");
@import url("menu.css");
@import url("dd.css");

.menuHighlight {
/*	background-color: #6699FF; */
	background-color: #FFFFCC;
	margin-left: 10px;

}

.menuHighlight a {
	text-decoration: none;
    background-color: #FFFFCC;/*6699FF;*/
    color: #000000;    	
}

.menuHighlight a:link {
	text-decoration: none;
}

.menuHighlight a:visited {
	text-decoration: none;
}
.menuHighlight a:active {
	text-decoration: none;
	font-weight: bold;
	background-color: #6699FF;
}

.menuHighlight a:hover {
	text-decoration: bold;
	background-color: #FFFFCC;
}


.menuNormal {
	background-color: #d4d1ff;
	color: #000000;
}

.menuNormal a {
	text-decoration: none;
	color: #000000;
    
}



body {
//    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    z-index: 0;
margin: 0 0 0 0;
}

.tdTopMenuLine  { text-decoration: none; }

th {
	font-size: 10pt;
	text-align: left;
//	background-color: #F5E2C5;
//	background-color: #D4FFD9;
//	background-color: #efefef;
}
td {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}
td.headline {
    font-family: Verdana, Arial, Helvetica,sans-serif;
    font-size: 15pt;
}

h1,h2,h3,h4,h5 {
    font-family: Verdana, Arial, Helvetica,sans-serif;
/*
    background-color: #BED9D4;
  background-color:#D0EBFA;
  */
	color:#184218;
	//#000080;
    padding-left:3pt;
    margin-top:2pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
    width:100%;
/*    border-bottom: 3px solid maroon;*/
    
}

h1 {
    font-size: 11pt;
}
h2 {
    font-size: 10pt;
    padding-left:6pt;
}
h3 {
    font-size: 9pt;
    padding-left:9pt;
}
h4 {
    font-size: 8pt;
    padding-left:12pt;
}
h5 {
    font-size: 7pt;
    padding-left:15pt;
}
a.nonexistent {
    font-weight: bold;
    background-color: #F8F8F8;
    color: #FF2222;
	}
a.nonexistent:visited {
    background-color: #F8F8F8;
    color: #CCCCFF;
}
a.external {
    color: #CC99FF;
}

a:link      {color:#333399; };//text-decoration: none;}
a:visited   {color:#333399; };//text-decoration: none;}
a:active    {color:green;  #ffffff;}
a:hover     {background:#ffffaa;}


dl,ul,ol {
    margin-top: 1pt;
}
tt,pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: 10pt;
}
pre.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #E0E0E0;
    white-space:pre;
    border-style:none;
    border-width:thin;
    width:100%;
}

.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #E0E0E0;
    white-space:pre;
    border-style:none;
    border-width:thin;
    width:100%;
}

div.diffold {
    background-color: #FFFF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.diffnew {
    background-color: #80FF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape fucks up with innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}
table.navibar {
    border-spacing: 3px;
}
td.navibar {
    vertical-align: middle;
    background-color:#ffffff;    text-align: right;
    padding: 0px;

}
a.navibar {
    text-decoration: none;
}

font.navibar {
    font-family: Arial,Helvetica;
    font-size: 10pt;
}

div.message {
    margin-top: 6pt;
    background-color: #E8FFE8;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#440000;
    padding:5px;
/*    width:100%;*/
}

table.message {
    margin-top: 6pt;
    background-color: #E8FFE8;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#440000;
    padding:5px;
    width:100%;
}

#navibar {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
    background: #E7E7E7;	
}
#navibar2 {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
    background: #E7E7E7;	
}

#navibar li {
	float: left;
	display: block;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #9C9C9C;
	border-bottom: none;
	white-space: nowrap;
	
}

#navibar2 li {
	float: left;
	display: block;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #9C9C9C;
	border-bottom: none;
	white-space: nowrap;
}

*[dir="rtl"] #navibar li {
	float: right;
}

#navibar li.wikilink {
	background: #E7E7E7;/*url(../img/tab-wiki.png) repeat-x;*/
}

#navibar li.userlink {
	background: #E6EAF0 /*url(../img/tab-user.png) repeat-x;*/
}

#navibar a, #navibar a:visited {
	color: black;
	text-decoration: none;    
}

#navibar li.current a {
	font-weight: bold;
}

#navibar li:hover {
	background: #CCCCCC;
}

#navibar li.current, #navibar li.current:hover {
	background: #81BBF2 /* url(../img/tab-selected.png) repeat-x; */
}


#pageline {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	/* sync these values, line-height is needed for IE */
		height: 4px;
		line-height: 4px;
	border-bottom: 1px solid #9C9C9C;
	background: #81BBF2;
}

#subnavibar {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
    background: #E7E7E7;	
}

#subnavibar li {
	float: left;
	display: block;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #9C9C9C;
	border-bottom: none;
	white-space: nowrap;
}

*[dir="rtl"] #subnavibar li {
	float: right;
}

#subnavibar li.wikilink {
	background: #E7E7E7;/*url(../img/tab-wiki.png) repeat-x;*/
}

#subnavibar li.userlink {
	background: #E6EAF0 /*url(../img/tab-user.png) repeat-x;*/
}

#subnavibar a, #subnavibar a:visited {
	color: black;
	text-decoration: none;    
}

#subnavibar li.current a {
	font-weight: bold;
}

#subnavibar li:hover {
	background: #CCCCCC;
}

#subnavibar li.current, #subnavibar li.current:hover {
	background: #81BBF2 /* url(../img/tab-selected.png) repeat-x; */
}
.textinput {
	color:#003088;background-color:#ffffff;
font:10pt Arial,sans-serif;
	}
	

#input->submit {
	font-family:tahoma,sans-serif;
//	font-size:11px;background:#FFF7E7;
font-size: 11px; background: #c1bfdc;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	border-left:1px solid gray;
	border-top:1px solid gray;
	height:19px;text-decoration:none;
	cursor:hand;
}


*[dir="rtl"] #navibar2 li {
	float: right;
}

#navibar2 li.wikilink {
	background: #E7E7E7;/*url(../img/tab-wiki.png) repeat-x;*/
}

#navibar2 li.userlink {
	background: #E6EAF0 /*url(../img/tab-user.png) repeat-x;*/
}

#navibar2 a, #navibar2 a:visited {
	color: black;
	text-decoration: none;    
}

#navibar2 li.current a {
	font-weight: bold;
}

#navibar2 li:hover {
	background: #CCCCCC;
}

#navibar2 li.current, #navibar2 li.current:hover {
	background: #81BBF2 /* url(../img/tab-selected.png) repeat-x; */
}

.calendar {
    border-style:solid;
    border-width:1pt;
}

.calendar td {
    border-style:solid;
    border-bottom: none;
    border-right; none;
    border-left: none;
    border-width:1pt;
    border-color: #000000;
    min-height: 100px;
	height: 50;
	width: 50;
}


.calendar caption {
	background-color: #81BBF2;
}

.calendar td.today {
    border-color: red;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    
 
}


.calendar td.todo{
    border-color: yellow;
    border-bottom: 1px solid yellow;
    border-top: 1px solid yellow;
    border-left: 1px solid yellow;
    border-right: 1px solid yellow;
    
 
}
.calendar td.event {
    border-color: blue;
    border-bottom: 1px solid blue;
    border-top: 1px solid blue;
    border-left: 1px solid blue;
    border-right: 1px solid blue;
    
 
}


/* calendar2 - small cal */
.calendar2 {
    border-style:solid;
    border-width:1pt;
}

.calendar2 td {
    border-style:solid;
    border-bottom: none;
    border-right; none;
    border-left: none;
    border-width:1pt;
    border-color: #000000;
    min-height: 100px;
	height: 50;
	width: 50;
}


.calendar2 caption {
	background-color: #81BBF2;
}

.calendar2 td.today {
    border-color: red;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    
 
}


.calendar2 td.todo{
    border-color: yellow;
    border-bottom: 1px solid yellow;
    border-top: 1px solid yellow;
    border-left: 1px solid yellow;
    border-right: 1px solid yellow;
    
 
}
.calendar2 td.event {
    border-color: blue;
    border-bottom: 1px solid blue;
    border-top: 1px solid blue;
    border-left: 1px solid blue;
    border-right: 1px solid blue;
    
 
}

.autocomplete {
	position: absolute;
	/*	color: #0033CC;*/
/*	background-color: #FFE6BF;*/
	background-color:white;
	border: thin outset black;
	visibility: hidden;
	z-index: 2;
}

.autocomplete ul {
	padding: 0;
	margin: 0;
}
 
.autocomplete li {
	 display: block;
	 cursor: pointer;
	 margin: 1px;
	 padding-left: 5px;
	 padding-right: 5px;
}
 
.autocomplete li.selected {
	background-color: #B6C5F2;
}


/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#e1dbcd;
      font-size:93%;
      line-height:normal;
      border-bottom:2px solid #000000;
      }
    #tabsF ul {
	  margin:0;
	  padding:10px 10px 0 25px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("/images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("/images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }


.modal {
	visibility: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0px;
	background: url(/images/modal-1.png) repeat; 
}

.modal div {
	width: 400px;
	margin: 100px auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
/*	text-align: center;*/
}


.roundedcornr_box_887753 {
   background: #e7e7e7 url(roundedcornr_887753_grad.gif) repeat-x top left;
}
.roundedcornr_top_887753 div {
   background: url(roundedcornr_887753_tl.gif) no-repeat top left;
}
.roundedcornr_top_887753 {
   background: transparent url(roundedcornr_887753_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_887753 div {
   background: url(roundedcornr_887753_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_887753 {
   background: transparent url(roundedcornr_887753_br.gif) no-repeat bottom right;
}

.roundedcornr_top_887753 div, .roundedcornr_top_887753,
.roundedcornr_bottom_887753 div, .roundedcornr_bottom_887753 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

#headerg {
        margin: 0 0 0 0;
        background: url('/images/bluegrad.gif') repeat-x;
        color: white;
}

#topmenuquick {
	font-size: 8pt;
	color: white;
	background-color: transparent;
}

#topmenuquick a, #topmenuquick a:visited {
	color: white;
	text-decoration: none;
	background-color: transparent;
}