html {
  overflow-y: scroll; /* makes the right-side scrollbar always active even if there is nothing to scroll. Helps keep the center table centered*/
}
body {
  color: #838383;
  margin: 2px;
  background-color: #ffffff;
  width: 100%;
  text-align:left;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}
#frame {
  border-collapse: collapse;
/*   table-layout: auto; */
  table-layout: fixed;
  width:865px;
  text-align: left;
  border: 1px solid black;
  padding:0px;
  margin: 0px;
  margin-right: auto;
  margin-left: auto;
}
.colone_ofone {
  width: 100%
}
.colone_oftwo {
  width: 145px;
}
.colone_ofthree {
  width: 145px;
}
.coltwo_oftwo {
  width: 720px;
}
.coltwo_ofthree {
  width: 575px
}
.colthree_ofthree {
  width: 145px;
}

#header {
  background:#fff;
  border-bottom: 1px solid black;
  vertical-align: middle;
}
  
#leftside {
  padding:0px;
  background:#af0000;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid black;
}
table.main_menu {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  font-size: x-small;
  font-weight: bold;
}
 td.menu_item {
  text-align: center;
  background: #2e6ec9;
  width: 100%;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
}
table.left_side_images {
  width: 100%;
  vertical-align: top;
  text-align: right;
  background: #af0000;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
#center {
  border: 0px solid red;
  padding-left:5px;
  background:#fff;
  text-align: center;
  vertical-align: top;
  margin: 0px;
  color: #838383;
}
#two_column_right {
  border: 0px solid red;
  padding-left:5px;
  background:#fff;
  text-align: center;
  vertical-align: top;
  margin: 0px;
}

#rightside {
  padding:0px;
  padding-right:3px;
  background:#fff;
  text-align: center;
  vertical-align: top;
  border: 0px solid red;
  margin: 0px;
}
table.right_side_images {
  vertical-align: top;
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 2px;
  padding: 0px;
  border-collapse: collapse;
}

#footer {
  text-align: center;
  FONT-SIZE: 7.8pt;
  COLOR: #a6a6a6;
  border-top: 1px solid black;

}
table.memberlist_thumbs {
  margin-right: auto;
  margin-left: auto;
}
td.memberlist_thumbs {
  padding: 10px;
  
}

/*Dropdown Menu */
a.dropdownmenu:link {
	COLOR: #0b07aa;
  font-weight: bold;
}
a.dropdownmenu:visited {
	COLOR: #0b07aa;
  font-weight: bold;
}
a.dropdownmenu:active {
	COLOR: #0b07aa;
  font-weight: bold;
}
a.dropdownmenu:hover {
	COLOR: #d40106;
  font-weight: bold;
}

/* Links */
a:link {
	COLOR: #0b07aa;
}
a:visited {
	COLOR: #0b07aa;
}
a:active {
	COLOR: #0b07aa;
}
a:hover {
	COLOR: #d40106;
}

/* misc style elements */
.red {
  color: #af0000;
}
.blue {
  color: #0b07aa;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.orange {
  color: #ee9900;
}
.lightblue{
  color: #2E6EC9;
}
.gray {
  color: #838383;
}
.green {
  color: #009933;
}
.xx-small{
  font-size: xx-small;
}
.x-small{
  font-size: x-small;
}
.small{
  font-size: small;
}
.medium{
  font-size: medium;
}
.large{
  font-size: large;
}
.x-large{
  font-size: x-large;
}
.xx-large{
  font-size: xx-large;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.sans {
  font-family: Arial, Helvetica, sans-serif;
}
.italic {
  font-style: italic;
}
ol.faq {
  list-style-type: lower-roman;
}
li.faq {
  margin-bottom: 1em;
} 

/* TD {
	FONT-SIZE: 7.8pt;
  COLOR: #838383;
  FONT-FAMILY: verdana, geneva, sans-serif;
} */

/* H1 {
	FONT-SIZE: 14pt;
  FONT-FAMILY: arial, geneva, sans-serif;
}
 */
#dropmenudiv {
	BORDER-RIGHT: black 1px solid;
  BORDER-TOP: black 1px solid;
  Z-INDEX: 100;
  FONT: 12px/18px Verdana;
  BORDER-LEFT: black 1px solid;
  BORDER-BOTTOM: black 1px solid;
  POSITION: absolute
}

#new_talent_form {
  width: 550px;
  border: 0px solid red;
  margin-left: auto;
  margin-right: auto;
}

/* mew talent form */
table.new_talent_form {
  border-spacing: 5px;
  border-collapse: expand;
  border: 1px solid black;
  width: 100%;
  margin: 0px;
  text-align: left;
  background-color: #eeeeee;
}


/* Manager */
#mgrframe {
  border-collapse: collapse;
  table-layout: auto;
  width:865px;
  margin: 0px;
  text-align: left;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-right: auto;
  margin-left: auto;
}

.mgr_tbl_header {
  background: #2362AA;
  color: white;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  font-size: x-small;
}
.mgr_section {
  border: 1px solid black;
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
  text-align: left;
  background-color: #eeeeee;
}
#mgr_left {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
#mgr_right {
  width: 25%;
  text-align: center;
  vertical-align: top;
  padding: 5px;
}

/* site manager */
#sitemgrframe {
  width:95%;
  text-align: left;
  border: 0px solid black;
  padding:5px;
  margin: 10px;
  margin-right: auto;
  margin-left: auto;
}
.memberlist {
  border-bottom: 1px solid gray;
  padding: 3px;
}
/*misc*/
pre {
 font-size: 12px;
 font-family: sans-serif;
 color: black;
}