/* +----------------------------------------------------------------------+ */
/* | OpenConf                                                             | */
/* +----------------------------------------------------------------------+ */
/* | Copyright (c) 2002-2009 Zakon Group LLC.  All Rights Reserved.       | */
/* +----------------------------------------------------------------------+ */
/* | This source file is subject to the OpenConf License, available on    | */
/* | the OpenConf web site: www.OpenConf.com                              | */
/* +----------------------------------------------------------------------+ */


BODY { 
	font-family:        "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size:          0.89em; 
	background-color: #fff;
	color: #000;
	margin: 0;
	font-weight:        bold;
}
TD {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}
TH {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
A.confName:link {
	text-decoration: none;
	color: #ffffff;
}	
A.confName:visited {
	text-decoration: none;
	color: #ffffff;
}
A.confName:hover {
	color: #ffffff;
}
/*A:link {
	text-decoration: none;
	color: #0000ff;
}
A:visited {
	text-decoration: none;
	color: #0000ff;
}
A:hover {
	color: #ff0000;
}*/
A:link {
  color :             #113377;
  text-decoration:    none
}
A:visited {
  color :             #113377;
  text-decoration:    none
}
A:hover {
  color :             #77aaee;
}

.mainbody {
	margin-left: 30px;
	margin-right: 30px;
}
.conf {
  /*font-family:        ;*/
  font-size :         20pt;
  color :             #ffffff;
  padding-top:        15px ;
  background-color: #33639e; 
  font-weight:        normal;
  padding-left:       15px ;
}
.header {
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.HEADER2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.footer { /* obsolete */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #33639e; 
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
}
.footerBorder {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #33639e; 
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
}
.menu {
	background-color: #33639e; 
	border-bottom: 1px solid black;
	width: 100%;
	clear: both;
}
.menuoc {
  font-family:        Georgia;
  color :             #8dbbec;
  font-size :         14pt;
  background-color: #33639e; 
  font-weight:        normal;
  padding-bottom: 0.3em;
  padding-left:       12px ;
	/*font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 100%;
	background-color: #33639e; 
	color: Navy;
	clear: both;*/
}
.menufiller {
	background-color: #33639e; 
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 9pt;
	text-align: right;
}
/*.menuitem {
	background-color: #33639e; 
	border-right: 1px solid black;
	font-weight: bold;
	font-size: 9pt;
	float: left;
	padding: 0.3em;
}*/
.menuitem {
  background:         #36639E;
  width:              170px;  
  /*border-bottom:      #fff 1px dotted; */
  /*border-top:        #8dbbec 1px solid;  */
  border-top:        #fff 1px dotted;
  border-right:      #fff 1px dotted;
  text-align:         center; 
  color :             #fff;
  font-weight:        bold;
  font-family:        Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
  /*font-size:          90%;*/
  font-size: 9pt;
  padding: 0.3em;
  float: left;
  text-decoration : none;
}
.menuitem A{
	text-decoration: none;
	color: #ffffff;
}
.menuitem A:visited{
	text-decoration: none;
	color: #ffffff;
}
.menuitem A:hover{
	color: #ffffff;
}
.cat {
	font-weight: bold;
	font-size: 10pt;
}
.note {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #006600;
}
.note2 {
	font-weight: bold;
	color: #006600;
}
.note3 {
	font-weight: bold;
	color: #800080;
	font-size: 9pt;
	font-style: italic;
}
.item {
	font-weight: bold;
}
.item2 {
	font-weight: bold;
	background-color: #eeeeee;
}
.box {
	border: solid;
	border-color: black;
	border-width: 1px;
}
.sep {
	background-color: #cccccc;
}
.err {
	color: #990000;
	font-weight: bold;
}
.warn {
	color: #800080;
	font-weight: bold;
}
.rowheader {
	background-color: #ccdddd;
}
.row1 {
	background-color: #eeeeee;
}
.row2 {
	background-color: #dddddd;
}
.rowselect:hover {
	background-color: #fc9;
}
.del {
	background-color: #ccccff;
}
.ocform input.ocinput {
	background-color: #eee;
	color: #000;
}
.ocform select {
	background-color: #eee;
	color: #000;
}
#processing {
	font-weight: bold;
	font-size: 120%;
}
#tracks li { margin-bottom: 0.5em; }

.popup { position: relative; }
.popup a { text-decoration: none; color: #000; background-color: inherit; }
.popup a:hover { text-indent: 0; background-color: #eee; }
.popup a span { display: none;  }
.popup a:hover span { display:block; text-align: left; font-weight: normal; font-size: 0.9em; color: #000; position:absolute; top: 1em; left: 6em; z-index: 100; background-color: #F7EFC1; border: 2px solid #cc9; padding:5px; text-decoration: none; white-space: pre;}

/* DO NOT CHANGE THE STYLE BELOW */
.powered {
	text-align: center;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
}
/* DO NOT CHANGE THE STYLE ABOVE */

#summary dt { margin-top: 1.5em; margin-bottom: 0.5em;}
#summary .summhdr { font-weight: bold; }

.topic_link {
	color: #00f; cursor: pointer;}
	
.phighlight { background: #ffcccc; font-weight: bold;}
.rhighlight { background: #ffffcc; font-weight: bold;}

div.upload{
		color:red;
}
