/* InfinityLimited.net CSS style sheet */

A:link {
	text-decoration: none
}

A:visited {
	text-decoration: none
}
A:active {
	text-decoration: none
}
A:hover {
	text-decoration: none;
	color: red;
}
A.node_link {
	color: black;
}

IMG {
	border: none;
}
TD.compact {
	font-size: 8.0pt;
	font-family: Tahoma, sans-serif;
}
TD.dark {
	background-color: #999999;
}
TD.light {
	background-color: #cccccc;
}
DIV.exifdata {
	text-align: left;
	font-size:9.0pt;
	font-family: Tahoma, sans-serif;
}
DIV.compact {
	font-size: 8.0pt;
        font-family: Tahoma, sans-serif;
}
TABLE.mainNodeTable {
	border-width:0;
	padding:0;
	width: 100%;
}
TD.mainNodeNavPanel {
	vertical-align: top;
	width: 200px;
}
TD.mainNodeImagePanel {
	padding: 0;
}
TR.mainThumbPanel {
	width: 100%;
}	
body {
	background-color: #fff;
	padding: 0 1em 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
UL.compact {
	list-style: inside;
	list-style-type: none;
}
LI.compact {
	font-size: 10pt;
}
#blogCopyImage { background-color : #99CCCC;
	  /*layer-background-color : #99CCCC;*/
	  border-width : 1px;
	  border-style : solid;
	  border-color : #006666;
	  /*top : 50px;
	  left : 10px;
	  width : 550px;*/
	  position : absolute;
	  z-index : 90;
	  visibility : hidden
}
#blogCopyPage { background-color : #99CCCC;
	  /*layer-background-color : #99CCCC;*/
	  border-width : 1px;
	  border-style : solid;
	  border-color : #006666;
	  /*top : 50px;
	  left : 10px;
	  width : 550px;*/
	  position : absolute;
	  z-index : 91;
	  visibility : hidden
}
DIV.popup {  visibility: hidden;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            background-color: #99CCCC;
            border-width : 1px; border-style : solid; border-color : #006666; position : absolute; z-index : 90;
}
#popupLoginBox{
  margin: 0; 
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 10px;
  width: 200px; /* For centering it on the screen */
  height: 150px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #FBFBF0; /* Login Box background color. Change this if desired. */
  border: solid #000000 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }


