/* --- GENERIC --- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end meyer reset */
body {
    color: #000000;
    background: #a3a9b5 url(bg.jpg) repeat-x top left;
    font-family: Verdana, Sans-Serif;
    font-size: 100%;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.nospace { word-spacing: -0.35em; }

div#pfc_smileys img {
	height:20px;
}

/* --- HEADER --- */
div#header {
  position: relative;
  display: block;
  border-bottom: 1px #5b667c solid;
  height: 100px;
}
#header #logo {
	background:transparent;
	width:150px;
}
#chathead {
	float:right;
	width:500px;
}
#chathead p {
	color:#fff;
	font-size:11px;
	padding:10px;
	line-height:1.2em
}


/* --- CONTENT --- */
div.content {
  margin: 0.5em;
  padding: 5px;
/*   margin-left: 12.2em; */
margin-left:185px;
  background: #d2d6dc url(container_top.gif) repeat-x top;
  border: 1px #d2d6dc outset;
  -moz-border-radius:7px
  /*min-height: 15em;*/
}
div.content {margin-bottom: 0.5em; }
div.content h2 { border-bottom: 1px #444 solid; }
div.content h3 { text-decoration: underline; font-size: 100%; margin: 1em 0 1em 0; }
div.content a:link, div.content a:visited, div.content a:hover, div.content a:visited{ color: #0081ac; }
div.content code { background-color: #EFE; border: 1px #444 dotted; }
div.content pre { padding: 1em; background-color: #EFE; border: 1px #444 dotted; }
div.content ul { margin-left: 3em; }
div.content ol { margin-left: 3em; }
div.content dd { margin-left: 3em; }
div.content dt { font-weight: bold; margin: 2em 0 2em 0; }
div.content .abstract { border: 2px #999 solid; background-color: #EEE; padding: 1em; color: #000; text-align: justify; }


/*container*/
div#pfc_container {
-moz-border-radius:1px;
  border: 1px solid #b9c0cb;
  color: #000;
  padding: 5px;
  min-height: 20px;
  background: #ededed url(container_bg.gif) repeat-x top;
  font-family: Verdana, Sans-Serif; /* without this rule, the tabs are not correctly display on FF */
}



/* --- MENU --- */
div.menu {
  position: absolute;
  top: 107px;
  left: 0;
/*  float: left;
  margin-top: 0.5em;
  margin-left: 0.4em;*/
  color: #FFF;
  width: 185px;
  text-align: center;
}
div.menu * { font-size: 95%; }

/* --- FOOTER --- */
div.footer {
  position: relative;
  text-align: center;
  background-color: #99cc33;
  color: #FFF;
  border-top: 1px #acd233 solid;
  border-bottom: 1px #acd233 solid;
  font-size: 80%;
  clear: both;
  padding-left: 12em;
}
div.footer div.valid {
  display: inline;
  float: right;
}
div.footer div.rss {
  position: absolute;
  left: 5px;
  float: left;
}


#pfc_loader,#pfc_promptbgbox  {
	border:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	background:url(shadow.png) repeat;
}

#pfc_loader .ccenter {
	width:100%;
	text-align:center;
	margin:auto;
	font-size:11px;
	color:#666666;
	top:45%;
	position:absolute;
}
#pfc_loader .ccenter p {
	border:1px solid #d4d4d4;
	background: #e3e3e3;
	display:block;
	padding:20px;
	width:250px;
	margin: 0 auto;
	}

.logout {
	height:20px;
	text-align:right;
}
.logout a {
	background:url(logout.gif) no-repeat;
	text-decoration:none;
	height:20px;
	width:20px;
	display:block;
	float:right
	}
/* for guest */
#not_loggedin {
	height: 500px;
	text-align:center;
	font-size: 12px;
	line-height:1.5em;
}
#not_loggedin p {
	margin: 10px 0;
}
#not_loggedin a.signlink {
	width: 200px;
	height:20px;
	margin:0 auto 0;
	display:block;
	padding:10px;
	text-decoration:none;
	color:black;
	background:#ebebeb;
	border:1px solid #a3a7af;
	text-align:center;
}
#not_loggedin a.signlink:hover {
	background:#a3a7af;
	color:#fff;
	border-color:#ebebeb
}

/* The DHTML prompt */
div#pfc_promptbox {
  border: 2px solid #d4d4d4;
  background-color: #f7f7f7;
  width: 350px;
  -moz-border-radius:5px;
}
div#pfc_promptbox h2 {
  background: #d2d6dc url(container_top.gif) repeat-x top;
  color: 313438;
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  padding:5px;
}
div#pfc_promptbox p {
  margin: 10px;
  font-size: 11px;
  
}
div#pfc_promptbox form {
  margin: 0 10px 10px 10px;
  text-align: right;
}
div#pfc_promptbox input {
  border: 1px solid #d4d4d4;
}
input#pfc_promptbox_field {
  width: 100%;
}
input#pfc_promptbox_submit {
  margin: 0;
}
input#pfc_promptbox_cancel {
  margin: 5px 10px 0 0;
}

#footer {
	font-size:11px;
	padding:10px;
	text-align:right;
	color:#fff
}
#footer a {
	color:#fff
}
#footer img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.clear {	
	clear:both;
}
