@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
background-color:#FFFFFF;
}


.content { color:#3d3d3d; font-family:Arial; font-size:14px; line-height:18px; margin-left:20px; text-decoration:none; }

.content1 { color:#000000; font-family:Arial; font-size:14px; line-height:30px; margin-left:20px; text-decoration:none; }

.linktxt { color:#0000ff; font-family:Arial; font-size:12px; line-height:18px; text-decoration:none; }
.linktxt A { color:#76b6ff; font-family:Arial; font-size:12px; line-height:18px; text-decoration:none; }
.linktxt A:hover { color:#3d3d3d; font-family:Arial; font-size:12px; line-height:18px; text-decoration:none; }

.bgimg {background-image:url(../images/gradient_bg.jpg); background-repeat:repeat-x; }

.contentmore { color:#649cda; font-family:Arial; font-size:14px; line-height:18px; text-decoration:none; }
.contentmore A { color:#649cda; font-family:Arial; font-size:14px; line-height:18px; text-decoration:none; }
.contentmore A:hover { color:#FF0000; font-family:Arial; font-size:14px; line-height:18px; text-decoration:none; }

.contentfooter { color:#000000; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; }
.contentfooter A { color:#000000; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; }
.contentfooter A:hover { color:#649cda; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; }

.contentfooter2 { color:#d8d8d8; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; }
.contentfooter2 A { color:#d8d8d8; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; }
.contentfooter2 A:hover { color:#649cda; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; }

.newscontent { color:#3d3d3d; font-family:Arial; font-size:14px; line-height:18px; text-decoration:none;}
.newscontent A { color:#3d3d3d; font-family:Arial; font-size:14px; line-height:18px; text-decoration:none;}
.newscontent A:hover { color:#649cda; font-family:Arial; font-size:14px; line-height:18px; text-decoration:underline;}

.title { color:#3d3d3d; font-family:Arial; font-size:14px; font-weight:bold; line-height:18px; text-decoration:none;}

.newscontent_blink{ color:#3d3d3d; text-align:center; font-family:Arial; font-size:20px; line-height:18px; text-decoration:none;}

.boxtext
{
border:solid;
border-width:1px;
border-color:#75b6fe;
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
}

.boxtext_abtus
{
border:solid;
border-width:1px;
border-color:#f4f1be;
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
}

.boxtext_media
{
border:solid;
border-width:1px;
border-color:#b7e6fa;
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
}

.boxtext_employ
{
border:solid;
border-width:1px;
border-color:#ddcaa9;
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
}

.boxtext_pro
{
border:solid;
border-width:1px;
border-color:#29541e;
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
}

.boxtext_inter
{
border:solid;
border-width:1px;
border-color:#01cec7;
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
}

.boxtext_adv
{
border:solid;
border-width:1px;
border-color:#e0b2a3;
background-color:#ffffff;
font-family:Verdana;
font-size:12px;
}

.crums { color:#649cda; font-family:Tahoma; font-size:12px; font-weight:bold; text-decoration:none;}
.crums A{ color:#649cda; font-family:Tahoma; font-size:12px; font-weight:bold; text-decoration:none;}
.crums A:hover{ color:#3d3d3d; font-family:Tahoma; font-size:12px; font-weight:bold; text-decoration:none;}

.hide {
visibility:hidden;
}


.includability20table{
	width: 300px;
    height: 302px;
}

.panelistFontsize{font-size:10.5px;}




div.tab {
  overflow: hidden;
  border: 1px solid #ccc;
}

/* Style the buttons inside the tab */
div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}