.searchBox{
  background-image:url('../images/magnifying-glass.gif');
  background-repeat:no-repeat;
  background-color: white;
  padding-left:56px;
/* border-color: 95A7B9;
  border-style: solid;*/
border: 1px solid Silver;
  font-family: "tahoma", "arial", "helvetica", "sans-serif";
			font-size: 8pt; 
}

.handcursor{
cursor:hand;
cursor:pointer;
}


.postimage {
	cursor: pointer;
	cursor: hand;
}
.postimage:hover {
	background-color: #C2CFE5;
	cursor: pointer;
	cursor: hand;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }



span.searchlite {
    background-color:yellow;
	 font-weight: bold;
    color: red;
}



body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
background-color: #298CC7;/*#004E98;*/
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
}

table {
  border-collapse: collapse;
  border: none;
   background-color: #D0EEFF;/*#ECE9D8;*/ 
}

.rollout {
	 border-collapse: collapse;
  border: none;
   background-color: #D0EEFF;/*#ECE9D8;*/ 
	cursor: pointer;
	cursor: hand;
}

.rollover {
	background-color: #E2F5FE;/*#F5F4EA;//#F4F4F0;*/
cursor: pointer;
	cursor: hand;
}


table.main, table.mainouter {
  background-color: #B3E3FE;/*#F5F4EA;//#F4F4F0;*/
}

table.mainouter1 {
  background-color: #B3E3FE;/*#F5F4EA;//#F4F4F0;*/
  border: solid #6699FF 1px;
}

table.bottom {
  background: transparent;
}



h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  margin-bottom: 6px;
}

p {
	font-size: 8pt;
}

p.sub {
  margin-bottom: 4pt;
}


td {
	font-size: 8pt;
	border: solid #6699FF 1px;
}

td.embedded {
   border: none;
   padding: 0px;
  text-align: left;
}

td.right {

border-right: solid #6699FF 1px;
border-bottom: none;
border-top: none;
border-left: none;
padding: 10px;

}

td.bottom {
  border: none;
}

td.content{
	border: none;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	
}



td.heading {
  font-weight: bold;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;
}

td.colhead {
  font-weight: bold;
  color: #ffffff;
  background-color: #0055A4;
}

td.rowhead {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
   border: none;
}

td.clear {
  padding: 0px;
  border: 0px;
  background: transparent;
}



form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

font.gray
{
  color: #ACA899;
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: underline;
  color: #000000;
  /*font-weight: bold;*/
}

a:hover {
  color: #FF0000;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #A83838;
	text-decoration: none;
}

a.altlink:hover {
  text-decoration: underline;
}

a.altlink_blue:link, a.altlink_blue:visited{
	font-weight: bold;
	color: #004E98;
	text-decoration: none;
}

a.altlink_blue:hover {
  text-decoration: underline;
}

a.altlink_green:link, a.altlink_green:visited{
	font-weight: bold;
	color: #007800;
	text-decoration: none;
}

a.altlink_green:hover {
  text-decoration: underline;
}

a.altlink_normal:link, a.altlink_normal:visited{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.altlink_normal:hover {
  text-decoration: underline;
}

a.sortlink:link, a.sortlink:visited{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.sortlink:hover {
  text-decoration: underline;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input, select, textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
}

.btn {
  width: 75px;
  height: 23px;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}


img.border
{  
  border-style: solid;  
  border-color: #000000; 
  border-width: 1px; 
}


.rPreview {
  width:6em;
  float:right;
  font-weight:bold;
}

.notifyContainer {
  position:absolute;
  z-index:20;
  visibility:hidden;
}
.notifyBody {
	float: left;
	width: 200px;
	z-index: 10;
	text-align: center;
	background: transparent;
	border: 1px solid #60A0DC;
	-moz-border-radius: 5px;
}
.notifyBody p {
	color: Red;
	font-size: 12pt;
	font-weight: bold;
	margin: 2px;
}


/***************  resize styles *****************/
table.ncode_imageresizer_warning {
    background: #FFFFE1;
    color: #000000;
    border: 1px solid #CCC;
    cursor: pointer;
}

table.ncode_imageresizer_warning td {
    font-size: 12px;
    color: red;
    vertical-align: middle;
    text-decoration: bold;
}


table.ncode_imageresizer_warning td.td1 {
    padding: 2px;
}
/********************* end **********************/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}



/*lytebox*/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; background-color: #000000; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/prev_grey.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/next_grey.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/close_grey.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../images/play_grey.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../images/pause_grey.png) no-repeat; }


.spoiler_w {
    margin: 2px;
}

.spoiler_h {
    padding: 8px 5px 5px 5px;
    margin: 0px 0px 3px 0px;
    cursor: pointer;
    border: 1px solid #298CC7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #E2F5FE;
}

.spoiler_b {
    padding: 10px;
    border: 1px solid #298CC7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #E2F5FE;
}

.spoiler_toggle_c {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background: url(/images/spoiler_open.png) no-repeat;
    background-position: bottom right;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: -8px;
    margin: 4px 4px 4px 0px;
}

.spoiler_toggle_o {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background: url(/images/spoiler_close.png) no-repeat;
    background-position: bottom right;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: -8px;
    margin: 4px 4px 4px 0px;
}

#loader {
    background: #E2F5FE url(/images/loading.gif) no-repeat center center;
	width: 55px;
	height: 55px;
	position: fixed;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
	z-index: 1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
}

#footer {
    margin-top:5px;
    padding: 5px;
    font-size: 11px;
    color: #303030;
}

#footer > a {
    color: #303030;
    text-decoration: none;
}

#footer > a:hover {
    color: #FFFFFF;
}

#gototop {
    padding-left: 12px;
	background: url(/images/go_top.gif) no-repeat left center;
}


.more-smilies-info {
    background-color:#D0EEFF;
    padding:0 5px;
    margin: 5px 0;
    border:solid #6699FF 1px;
}



label {
    cursor: pointer;
    display: inline-block;
    padding: 2px;
}

label input {
    cursor: pointer;
    vertical-align: middle;
    margin-top: -1px;
}

.w100p {
    width: 100%;
}

.def-cursor{
    cursor: default;
}


.user-settings td {
    vertical-align: top;
}


.user-settings label input {
    vertical-align: top;
    margin-top: 0px;
}

.lfp-title{
    padding-right: 5px;
}

.lfp-title .ico {
    position: relative;
    top:3px;
    font-size: 14px;
}
