body {
  background-color: #cacbd5;
  background-attachment: fixed;
  margin: 5px 0px 0px 0px;
}

form {
  margin: 0px;
}

/* ############### */
/* Universal Table */
/* ############### */
table.main {
  width: 960px;
}
table.middle {
  width: 100%;
  background-color: #ffffff;
  margin: 5px 0px 5px 0px;
}
td.main_full {
  width: 960px;
}
td.navbar {
  width: 960px;
  height: 30px;
  background-image: url(/images/foot_bg.jpg);
  border-top: 2px solid #009006;
  vertical-align: middle;
}
td.footer {
  width: 960px;
  height: 30px;
  background-image: url(images/foot_bg.jpg);
  border-top: 2px solid #009006;
}
td.main_middle {
  width: 70%;
  padding: 0px 8px 0px 8px; /* Padding Variables: Top, Right, Bottom, Left */  
}
td.main_left {
  width: 15%;
  /* background-image: url(images/cell_back.png);
  background-repeat: repeat-y; background-position: 100%;  */
}
td.main_right {
  width: 15%;
  /* background-image: url(images/cell_back.png);
  background-repeat: repeat-y; background-position: 0%; */
}
.table-head {
  background: #CACACA;
  text-align: left;
  color: #595959;
  font: bold 11px trebuche, verdana, geneva, lucida, arial, helvetica, sans-serif;
  padding: 3px 6px 3px 6px;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
.table-instruct {
  background-color: #CACACA;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
}
.table-body {
  font-family: Arial;
  font-size: 13px;
}

/* ############# */
/* +--Headers--+ */
/* ############# */
h2 {
  font: bold 12px Arial, Verdana, Helvetica;
  text-transform: uppercase;
  text-indent: 20px;
  text-align: left;
  color: #595959;
  background-color: #F1F1F1;
  border-top: 2px solid #009006;
  padding: 0px 0px 2px 2px;
  margin: 10px 0px 0px 0px;
}
h3 {
  font: bold 12px Arial, Verdana, Helvetica;
  text-transform: uppercase;
  text-indent: 20px;
  text-align: left;
  color: #595959;
  background-color: #F1F1F1;
  border-top: 2px solid #009006;
  padding: 0px 0px 2px 2px;
  margin: 10px 0px 0px 0px;
}
div.border {
  /*width: 100%;*/
  border: 4px #DBDBDB outset;
}
div.block_item {
  /*border-style: solid;
  border-width: 1px;
  border-color: #E1E1E1;*/
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  padding: 5px 3px 5px 3px;
  margin: 5px 0px 10px 0px;
}
div.middle_block {
  border-style: solid;
  border-width: 1px;
  border-color: #E1E1E1;
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
}
ul.blocklist {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style: none;
}
table.cookiecrumb {
  background-color: #DBDBDB;
  border-style: solid;
  border-width: 0px;
  border-color: #000000;
  padding: 5px 5px 5px 5px;
  margin: 5px 0px 5px 0px;
  width: 100%;
}

/* Loader box after form submission */
div#loadbox {
  border: 4px #DBDBDB outset;
  width: 220px;
  height: 100px;
  padding: 20px;
  background-color: #F1F1F1;
  vertical-align: middle;
  position:absolute;
  left:40%;
  top:40%;
  display: none;
}

/* Set some general defaults styles for text and links */
/* +--Generals--+ */
font.general, p.general, span.general {
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 13px;
}
a.general {
  color: #000080;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
}
font.general-small, p.general-small, span.general-small {
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
}
a.general-small {
  color: #000080;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
}
div.lftcol_item {
  border-style: solid;
  border-width: 0px;
  border-color: #CCCCCC;
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  padding: 0px 0px 0px 10px;
}
.back:link, .back:visited, .back:hover, .back:active {
  color: #000000;
  text-decoration: none;
  text-align: center;
  font: bold 9pt Arial, Verdana, Helvetica, sans-serif;
}
.alt1 {
  background-color: #E9E9E9;
}
.alt2 {
  background-color: #F5F5F5;
}

form {
  margin: 0px;
}

/* ############ */
/* +--Cookie--+ */
/* ############ */
font.fpath {
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
}
span.cookietitle {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
a.path:link, a.path:visited, a.path:active {
  color: #0066FF;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 11px Arial, Verdana, Helvetica, sans-serif;
  padding: 10px 3px 10px 3px;
}
a.path:hover {
  color: #FF9900;
  text-decoration: none;
  font: bold 11px Arial, Verdana, Helvetica, sans-serif;
  padding: 10px 3px 10px 3px;
}

/* ################ */
/* +--Navigation--+ */
/* ################ */
/* style sheet info for navbar with pull down menus */
#menuwrapper {
  height: 30px;
  /*border-bottom: 1px solid #ffffff;*/
  /*overflow: hidden;*/
  margin: 0px 10px 0px 10px;
  padding: 3px 0px 0px 0px;
  /*background-image: url(images/topmenubg.jpg); *//* BG behind buttons */
}
/* Hide the menus when mouseout */
.clearit {
  clear: both;
  height: 0;
  line-height: 0.0;
  font-size: 0;
}
/* Topmenu root list */
#topmenu, #topmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Arial;
}
/* Root Links */
#topmenu a {
  display: block;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #6462AC;
  font-weight: bold;
  color: #006699;
  font-size: .85em;
}
/* Parent root links */
#topmenu a.trigger {
  padding: 5px 16px 5px 10px;
  background-image: url(images/p7PM_dark_south.gif);
  background-repeat: no-repeat;
  background-position: right center; 
}
/* Root list. */
#topmenu li {
  float: left;
  width: 9em;
  text-align: center;
}
/* Submenu floating block */
#topmenu li ul, #topmenu ul li  {
  width: 12em;
}
/* Submenu links */
#topmenu ul li a  {
  color: #565656;
  border-right: 0;
  margin-top: 7px;
  margin-bottom: 5px;
  padding: 0px;
  margin-left: 10px;
  font-weight: bold;
  margin-right: 10px;
  border: 1px solid #CCD6E7;
  padding: 3px 12px 3px 16px;
}
/* Submenu list */
#topmenu li ul {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  /*border-right: 1px solid #000000;
  border-bottom: 1px solid #000000; */
  background-image: url(images/p7exp_mgrad.jpg);
  background-repeat: repeat-x;
}

/* Text and bg color of root items */
#topmenu li:hover a, #topmenu a:focus, #topmenu a:active, #topmenu li.menuhover a {
  color: #000000;
  background-color: #7DA7D9;
}

/* Make sublink appear */
#topmenu li:hover ul, #topmenu li.menuhover ul {
  display: block;
  z-index: 5;
}

/* Sublink text hover */
#topmenu li:hover ul a, #topmenu li.menuhover ul a {
  color: #000000;
  background-color: transparent;
  position:relative;
  z-index: 5;
}

/* Sub links hover */
#topmenu ul a:hover {
  background-color: #606060 !important;
  color: #FFFFFF !important;
  position:relative;
  z-index: 5;
}

/* \ Cross-browser adjustment */
#topmenu li {
  width: auto;
}

/* ############### */
/* +--Main Menu--+ */
/* ############### */

/**************** menu coding *****************/
#mainmenu14 {

}

#mainmenu14 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainmenu14 a, #mainmenu14 h2 {
  font: bold 13px/16px arial, helvetica, sans-serif;
  display: block;
  /*border-width: 2px;
  border-style: solid;
  border-color: #EAE7E7 #423D3D #8F8C8C #bbb;*/
  margin: 0;
  /*padding: 20px 3px;*/
}

#mainmenu14 h2 {
  color: #fff;
  background: #000;
  text-transform: uppercase;
}

#mainmenu14 a {
  color: #000;
  background: #eeeeee;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
}

#mainmenu14 a:hover {
  color: #a00;
  background: #7DA7D9;
}

#mainmenu14 li {
  position: relative;
}

#mainmenu14 ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

div#mainmenu14 ul ul,
div#mainmenu14 ul ul li:hover ul ul
{display: none;}

div#mainmenu14 ul li:hover ul,
div#mainmenu14 ul ul li:hover ul
{display: block;}

/* ########### */
/* +--Right--+ */
/* ########### */
#right_col {
  width: 150px; 
  float: right; 
  position: relative; 
  padding-top: 2px;
  margin-right: 5px;
  padding-left:1px;
}

ul.links {
  margin:0;
  padding:0;
}

/* ########## */
/* +--Left--+ */
/* ########## */
#left_col {
  width: 150px; 
  float: left; 
  position: relative; 
  padding-top: 2px;
  margin-right: 1px;
  padding-left:10px;
}
a.leftcol:link, a.leftcol:visited, a.leftcol:hover, a.leftcol:active {
  color: #0066FF;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 11px Arial, Verdana, Helvetica, sans-serif;
}
a.leftcol_min:link, a.leftcol_min:visited, a.leftcol_min:active {
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
}
a.leftcol_min:hover {
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 11px;
  font-weight: normal;
}

/* ############ */
/* +--Footer--+ */
/* ############ */
font.footer {
  color: #0066FF;
  font: 8pt Arial;
  text-align: center;
}
a.footer:link, a.footer:visited {
  color: #3B5CE3;
  text-decoration: none;
  font: 8pt Arial;
}
a.footer:hover {
  color: #000000;
  font-family: Arial;
  font-size: 8pt;
  text-decoration: underline;
}
a.footer:active {
  color: white;
  font-family: Arial;
  text-decoration: none;
  font-size: 8pt;
}
.pagestats {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  background-color: #DBDBDB;
  text-align: center;
  vertical-align: middle;
}

/* ############ */
/* +--Photos--+ */
/* ############ */
a.photo_link:link, a.photo_link:visited, a.photo_link:hover, a.photo_link:active {
  color: #0066FF;
  text-decoration: none;
  font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
a.affiliates:link, a.affiliates:visited, a.affiliates:hover, a.affiliates:active {
  color: #0066FF;
  text-decoration: none;
  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
}

/* ########## */
/* +--Misc--+ */
/* ########## */
.tooltip {
  width: 300px;
  background-color: #dbdbdb;
  border: 3px solid #000000;
  padding: 3px;
  font-family: Arial, Verdana;
  font-size: 13px;
  font-weight: normal;
  display: none;
  position: absolute;
}

a.alpha:link, a.alpha:visited, a.alpha:active {
  color: #0066FF;
  text-decoration: none;
  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
  padding: 0px 3px 0px 3px;
}
a.alpha:hover {
  text-decoration: underline;
}

.popup {
  border: 4px #DBDBDB outset;
  padding: 0px;
  background-color: #ffffff;
  position:absolute;
  z-index: 1;
  display: none;
}

/* ############ */
/* +--Search--+ */
/* ############ */
a.search-title {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  color:#808080;
  background-color:transparent
}
.search-description {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color:transparent
}
.search-url {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #008000;
  background-color:transparent
}

/* ############# */
/* +--Printer--+ */
/* ############# */
@media print { 
  #left_col{display:none;} 
  #right_col{display:none;} 
  #twocols, #maincol{width:100%; float:none;}
}

<!--[if IE]>

 #mainmenu14 ul li {float: left; width: 100%;}
<![endif]-->
<!--[if lt IE 7]>
body {
behavior: url(/templates/majicko_default/csshover.htc);
font-size: 100%;
} 
#mainmenu14 ul li {float: left; width: 100%;}
#mainmenu14 ul li a {height: 1%;} 

/*#mainmenu14 a, #mainmenu14 h2 {
font: bold 11px/16px; arial, helvetica, sans-serif; */
} 
<![endif]-->
<!--[if lte IE 7]>
<style>
#menuwrapper, #topmenu ul a {
	height: 1%;
}
a:active {
	width: auto;
}
</style>
<![endif]-->
