/* CSS Document */

/*
Body properties
*/
body,td {
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  margin-left: 0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
}
body {
  /*behavior:url('css/cssfocusandhover.htc');*/
}

/*
Paragraph properties
*/
p.testing_tips {
	max-width:600px;
	font-size: 10pt;
	font-family: Verdana;
	padding-top:2px;
	padding-bottom:2px;
}
p.header{
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  color: #A61900;
}
.sidepaneltext {
	font-size: 9px;
	font-family: Verdana;
	color:#ffffff;
    padding-left:5px;
}
hr.header{
  border: 0px;
  height: 1px;
  background-color: #000000;
}

/*
DIV properties
*/
			  
div.submenu1 {
  position:absolute;
  z-index:auto;
  visibility: hidden;
  width:250px;
  height:225px;
  left:160px;
  top:145px;
}
div.submenu2 {
  position:absolute;
  z-index:auto;
  visibility: hidden;
  width:250px;
  height:56px;
  left:160px;
  top:175px;
}
div.submenu3 {
  position:absolute;
  z-index:auto;
  visibility: hidden;
  width:250px;
  height:56px;
  left:160px;
  top:195px;
}

/*
Input button properties
*/

input.button {
  border: none;
  background-color:#115891;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
}
input.button:hover {
  background-color:#A61900;
}
input.registerbtn {
  color: #115891;
  background-color:#ffffff;
  border: 1px solid white;
  font-weight:bold;
}
input.registerbtn:hover {
  color: #ffffff;
  background-color:#A61900;
}

input.textin {
  font-family:Verdana;
  font-size: 12px;
}
input.textin:hover {
  background-color:#dddddd;
}
select.textin {
  font-family: Verdana;
  font-size: 12px;
}
select.textin:hover {
  background-color:#dddddd;
}
/*
Table properties
*/

table.menu {
  background-color:#A61900;
  width:165px;
  height:127px;
  cellpadding: 0;
  cellspacing: 0;
}
table.myhr {
  border: 0px;
  height: 1px;
}
table.hr600 {
	border: 0px;
  	height: 1px;
}
table.hr600 tr td {
  width:600px;
  background-color:#000000;
  height: 1px;
}
table.registerbtn {
  
}
table.sub_menu1 {
  background-color:#cccccc;
  border:0px;
  cellspacing:0;
  cellpadding:0;
}
table.sub_menu2 {
  background-color:#cccccc;
  border:0px;
  cellspacing:0;
  cellpadding:0;
}
table.menusep {
  border: 0px;
  cellpadding:0;
  cellspacing:0;
  width:95%;
  align:center;
}
table.submenusep {
  border:0px;
  cellpadding: 0;
  cellspacing: 0;
  width:95%;
  align:center;
}
table.seminar {
  border: 1px solid black;
  width: 600px;
}

/*
TD properties
*/

td.menuitem {
  height: 25px;
  width: 165px;
  background-color: #A61900;
  font-family:Verdana;
  font-size: 13px;
  font-weight:bold;
  vertical-align: middle;
  
}
td.sub_menu1 {
  background-color:#cccccc;
  height: 15px;
  width:250px;
  font-size: 12px;
  font-family:Verdana;
  cursor: pointer;
}

td.left {
  background-color:#A61900; 
}

td.bannerend {
  background-image:url('../images/topbar_middle.jpg');
  background-repeat: repeat-x;
}
td.columnsep {
  background-color: #000000;
}
td.myhr {
  width:400px;
  background-color:#000000;
  height: 1px;
}
td.registerbtn {
  color: #ffffff;
  height: 25px;
  background-color: #ffffff;
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
}
td.registerbtn:hover {
  color: #ffffff;
  background-color:#A61900;
  border: 1px solid white;
}
td.submenusep {
  height 1px;
  background-color:#ffffff;
}
td.submenusep2 {
  height: 1px;
  background-color:#cccc;
}
td.menusep {
  height: 1px;
  background-color: #ffffff;
}
td.seminarfield {
  font-family: Verdana;
  font-size: 12px;

}
td.seminarheader {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  align: center;
  background-color:#A61900;
  color: #ffffff;
}
tr.seminarrowheightlight {
  background-color:#eeeeee;

}
/*
Link properties
*/

a.menu {
  font-family:Verdana;
  font-size: 13px;
  color: #ffffff;
  font-weight:bold;
  text-decoration: none;
}
a.menu:hover {
  color: #ffff00;
}
a.submenu {
  font-family:Verdana;
  font-size:12px;
  color: #000000;
  text-decoration: none;
}
a.submenu:hover {
  color:#0a458b;
}
a {
  font-weight: bold;
}
a:hover {
  color: #A61900;
}
a.red_bg {
  color: #ffff00;
  text-decoration: none;
}
a.red_bg:hover {
  color:#ffffff;
  text-decoration: underline;
}
a.registerbtn {
  color: #115891;
  font-weight: bold;
  text-decoration: none;
}
a.registerbtn:hover {
  color: #ffffff;
}

.menuItemHilite0 .menuItemHilite1 .menuItemHilite2 .menuItemHilite3 .menuItemHilite4 .menuItemHilite5 .menuItemHilite6 .menuItemHilite7 {
  cursor: pointer;
}