html
{
}

body,td,input
{
  font-size: 9pt;
  /* font-family: Arial,Verdana,sans-serif; */
  font-family: Comic Sans MS,sans-serif;
}

body
{
  background-color: #ffffff;
  padding: 4px;
  margin: 0px;
}

body.special
{
  background-color: #770000;
  padding: 4px;
  margin: 0px;
}

.primary
{
  color: #000077;
}

DIV,TABLE,TR,TD
{
  /* box-sizing: border-box;
  -moz-box-sizing: border-box; */
}

a
{
  text-decoration: underline; 
  color: #000000;
}

a:hover   { color: #aa0000;}

a.loud { color:  #dd0000; }





/* The section for headings */
h1,div.h1,div.heading1
{
  color: #004466;
  font-size: 120%;
  margin: 10px 0px;
  font-weight: bold;
}

h2,div.h2,div.heading2
{
  color: #004466;
  font-size: 115%;
  margin: 8px 0px;
  font-weight: bold;
}

/*
 * tables
 */

table
{
  border-collapse: collapse;
  margin:  0px;
  padding: 0px;
}

table.full, table.compact-full, table.collapse-full
{
  border-collapse: collapse;
  width: 100%;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

table.full-test
{
  width: 100%;
  margin: 2px;
  border: 2px red solid;
  padding: 2px;
}

table.navbar
{
  border-collapse: collapse;
  width: 100%;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

table.empty
{
  border-collapse: collapse;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

table.plain
{
  border-collapse: separate;
  margin: 2px;
  border: 2px;
  padding: 2px;
}


tr.navbar
{
  background-color: #000077;
}

tr.subnavbar
{
  background-color: #eee;
  border-left: 1px #000077 solid;
  border-right: 1px #000077 solid;
  border-bottom: 1px #000077 solid;
}

.odd
{
  background-color: #fafafa;
}

.even
{
  background-color: #f0f0f0;
}





td
{
  border: none;
  margin: 0px;
  padding: 0px 0px;
}

td.simple
{
  margin: 2px;
  padding: 2px;
}

td.skinny
{
  width: 1px;
}

td.page-left
{
  width: 75px;
}

td.label
{
  background-color: #f0f0f0;
  /* font-weight: bold; */
  text-align: left;
  border: 1px black solid;
  padding: 3px;
  margin: 2px;
}

td.label-disabled
{
  background-color: #d0d0d0;
  color: #aaaaaa;
  font-weight: bold;
  text-align: right;
  border: 1px #000000 solid;
  padding: 2px;
}



td.heading
{
  font-weight: bold;
  text-align: left;
  /* border: 1px black solid; */
  padding: 3px;
  margin: 2px;
  /* text-decoration: underline; */
}

td.heading2
{
  font-weight: bold;
  text-align: center;
  /* border: 1px black solid; */
  padding: 3px;
  margin: 2px;
  /* text-decoration: underline; */
  color: #777;
}


td.LRpadding
{
  padding: 0px 3px;
  border: 0px;
}

td.padding-top
{
  padding: 3px 0px;
  border: 0px;
}

td.padded
{
  padding: 3px 3px;
}


td.data
{
  background-color: #d0d0f0;
  font-weight: bold;
  text-align: right;
  border: 1px black solid;
}

td.header-wide
{
  background-color: #d0d0d0;
  font-weight: bold;
  width: 400px;
  text-align: right;
  border: none;
}

td.page-top
{
  /* border: 1px black solid; */
  border: 0px;
  padding: 0px;
  margin: 0px;
}






td.align-right
{
  vertical-align: top;
}

td.page-content
{
  vertical-align: top;
}

td.page-content-special
{
  background-color: #f7f5ff;
}

td.page-content-preview
{
  background-image:url("images/draft.png");
  background-color: #f7f5ff;
  background-repeat:repeat;
}

td.page-center
{
  border-left: 2px #000000 solid;

}

td.imageborder
{
  margin: 2px;
  padding: 2px;
  border: 1px #000000 solid;
}

td.canvas
{
  border: 0px solid orange;
  padding: 0px;
  /* vertical-align: middle; */
  /* text-align: center; */
}

td.rating-selection
{
  margin: 0px;
  padding: 1px 0px 2px 0px;
  border: 0px solid green;
}


/* 
 * ##################################################
 * # TAGS BY ID and other specific tags
 * ##################################################
 */
div#canvas
{
  border: 0px solid purple;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  width: 900px;
  /* height: 100%; */
  z-index: 10;
}

div#content
{
  padding-top: 10px;
  border: 0px solid green;
  position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
  width: 900px;
}

img#logo
{
  position: absolute;
  left: -65px;
  top: 12px;
  z-index: 200;
  /* background-image: url(/images/shayfeeney-logo.png); */
  behavior: url("iepngfix.htc")
  width: 299px;
  height: 98px;
}

div#photo
{
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid blue;  
}

img#picture
{
  display: block;
  padding: 0px;
  border: 0px solid yellow;
  margin-left: auto;
  margin-right: auto;  
}

div#picture-border
{
  position: relative;
  padding: 0px;
  border: 0px solid purple;
  background-color: transparent;
  margin: 0px;
}




#photo-top-left, #photo-top-right, #photo-bottom-left, #photo-bottom-right
{
  position: absolute;
  z-index: 10;
  height: 5px;
  width: 5px;
  border: 0px solid yellow; 
  padding: 0px;
  margin: 0px;
  background-repeat: none;
  display: block;
}

img#photo-top-left
{
  top: 0px;
  left: 0px;
  background-image: url(/images/corners/upper_left-white-5px.gif);
}

img#photo-top-right
{
  top: 0px;
  right: 0px;  
  background-image: url(/images/corners/upper_right-white-5px.gif);
}

img#photo-bottom-left
{
  bottom: 0px;
  left: 0px;
  background-image: url(/images/corners/lower_left-white-5px.gif);
}

img#photo-bottom-right
{
  bottom: 0px;
  right: 0px;
  background-image: url(/images/corners/lower_right-white-5px.gif);
}



.hotsquare
{
  border: 2px solid #dd0000;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 28px;
  width: 28px;
  z-index: 254;
}

.offscreen
{
  position: absolute;
  top: 3000px;
  right: 300px;
}


div#icons
{
  position: absolute;
  z-index: 12;
  top: 400px;
  left: 850px;
  height: 98px;
  width: 98px;
}

div#icon1,div#icon2,div#icon3,div#icon4,div#icon5,div#icon6,div#icon7,div#icon8,div#icon9
{
}

div#icon1,div#icon_9_3
{
  top: -198px;
  left: 0px;
}

div#icon1,div#icon_9_2
{
  top: -198px;
  left: 33px;
}

div#icon1,div#icon_9_1
{
  top: -198px;
  left: 66px;
}
div#icon1,div#icon_8_3
{
  top: -165px;
  left: 0px;
}

div#icon1,div#icon_8_2
{
  top: -165px;
  left: 33px;
}

div#icon1,div#icon_8_1
{
  top: -165px;
  left: 66px;
}

div#icon1,div#icon_7_3
{
  top: -132px;
  left: 0px;
}

div#icon1,div#icon_7_2
{
  top: -132px;
  left: 33px;
}

div#icon1,div#icon_7_1
{
  top: -132px;
  left: 66px;
}

div#icon1,div#icon_6_3
{
  top: -99px;
  left: 0px;
}

div#icon1,div#icon_6_2
{
  top: -99px;
  left: 33px;
}

div#icon1,div#icon_6_1
{
  top: -99px;
  left: 66px;
}

div#icon1,div#icon_5_3
{
  top: -66px;
  left: 0px;
}

div#icon1,div#icon_5_2
{
  top: -66px;
  left: 33px;
}

div#icon1,div#icon_5_1
{
  top: -66px;
  left: 66px;
}

div#icon1,div#icon_4_3
{
  top: -33px;
  left: 0px;
}

div#icon1,div#icon_4_2
{
  top: -33px;
  left: 33px;
}

div#icon1,div#icon_4_1
{
  top: -33px;
  left: 66px;
}

div#icon1,div#icon_3_3
{
  top: 0px;
  left: 0px;
}

div#icon2,div#icon_3_2
{
  top: 0px;
  left: 33px;
}

div#icon3,div#icon_3_1
{
  top: 0px;
  left: 66px;
}

div#icon4,div#icon_2_3
{
  top: 33px;
  left: 0px;
}

div#icon5,div#icon_2_2
{
  top: 33px;
  left: 33px;
}

div#icon6,div#icon_2_1
{
  top: 33px;
  left: 66px;
}

div#icon7,div#icon_1_3
{
  top: 66px;
  left: 0px;
}

div#icon8,div#icon_1_2
{
  top: 66px;
  left: 33px;
}

div#icon9,div#icon_1_1
{
  top: 66px;
  left: 66px;
}

.icon, .icon-hot
{
  position: absolute;
  z-index: 13;
  height: 32px;
  width: 32px;
  padding: 0px;
  margin: 0px;  
  border: 1px solid black;
}

.icon-hot
{
  border: 1px solid #dd0000;
  z-index: 14;
}


div#container-page-header
{
  height: 72px;
}





/*
 * para mods
 */

p.nospace
{
  padding: 0px;
  margin: 0px;
}


.frame-bottom-left
{
  clear: both;
  position: relative;
  height: 10px;
  border: 0px solid blue;
  background-image: url(/images/corner-bottom-left-primary.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.frame-bottom-center
{
  position: relative;
  height: 10px;
  border: 0px solid blue;
  border-bottom: 1px solid #000077;
  background-color: #ffffff;
  padding: 0px;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 1px;
}

.frame-bottom-right
{
  height: 10px;
  border: 0px solid blue;
  background-image: url(/images/corner-bottom-right-primary.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

.frame-top-left
{
  position: relative;
  height: 10px;
  border: 0px solid blue;
  background-image: url(/images/corner-top-left-primary.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.frame-top-center
{
  position: relative;
  height: 10px;
  border: 0px solid blue;
  /* border-top: 1px solid #b0b0b0;*/
  /* border-top: 1px solid #000077; */
  border-top: 1px solid #000077;
  background-color: #ffffff;
  padding: 0px;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 1px;
}

.frame-top-right
{
  height: 10px;
  border: 0px solid blue;
  background-image: url(/images/corner-top-right-primary.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

/*
 * ##################################################
 * # GENERIC DIV AND SPAN CLASSES
 * ##################################################
 */

DIV.container-clear
{
  clear: both;
}

DIV.container-clear-full
{
  clear: both;
  width: 100%;
  border: 0px solid green;
} 

DIV.container-clear-empty
{
  font-size: 0pt;
  padding-top: 1px;
  clear: both;
}
 
 
div.page_header
{
  margin: 0px;
  padding: 1px 0px;
  border: 0px;
}

div.hr
{
  margin: 2px 4px;
  padding: 0px;
  text-align: center;
  width: 95%;
  border: none;
  border-bottom: 1px #000077 solid;
  line-height: 1px;
  font-size: 1px;
}

div.scene
{
  min-height: 400px;
  margin: 0px 2px;
}


div.frame
{
  padding: 0px;
  background-color: #ffffff;
  /* background-color: #000077; */
}

div.canvas
{
  background-color: #ffffff;  
}

div.canvas-special
{
}

div.backdrop
{
  background-color: #ffffff;
  padding: 4px;
  margin: 0px;
}



div.padded
{
  padding: 3px 3px;
}

div.padded-sides
{
  padding: 0px 3px;
}

div.indent
{
  padding-left: 25px;
}

.primary-color
{
  color:  #000077;
}

.secondary-color
{

}

.loud
{
  color:  #dd0000;
}

.alert
{
  color:  #dd0000;
  font-size: 110%;
  font-weight: 600;
}


.standout
{
  color: #000077;
}

.standout-slight
{
  color: #600;
}

.highlight
{
  color:  #dd0000;
}

.strong
{
  font-weight: bold;
}

.emph
{
  font-style: italic;
}



.fineprint
{
  font-style: italic;
  font-size: 75%;
}

.bad
{
  font-style: italic;
  font-weight: bold;
  color:  #aa0000;
}

.good
{
  font-style: italic;
  font-weight: bold;
  color:  #00aa00;
}

.big
{
  font-size: 125%;
}

.bigger
{
  font-size: 150%;
}

.bordered-lr
{
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #000077;
  border-right: 1px solid #000077;
}

.bordered-lr-full
{
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #000077;
  border-right: 1px solid #000077;
  width: 100%;
}



DIV.logo-main
{
  float: left;
}


.img.spaced
{
  margin: 4px 4px;
}

.subnav, .subnav-hot
{
  color: #000000;
  text-decoration: underline;
}

.subnav-hot
{
  color: #aa0000;
}

.hidden
{
  position: absolute;
  visibility: hidden;
  z-index: 10;
  top: -3200px;
  left: -1600px;
}

