/* 
    Document   : piiix
    Created on : Aug 17, 2008, 2:46:44 PM
    Author     : francisdb
    Description:
        Purpose of the stylesheet follows.
*/
root {
	display: block;
}

#center {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px auto auto -150px;
	border: 0px solid black;
	text-align: center;
}

span.light {
	color: #666666;
	font-size: 8pt;
}

img {
	border-width: 0;
}

img.header {
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	color: #348781;
}

a:hover,a.active {
	text-decoration: underline;
}

table {
	margin-left: auto;
	margin-right: auto;
}

th.color {
	background-color: #ddddff;
}

td.color {
	background-color: #eeeeff;
	padding: 5px;
}

/* Body */
body {
	margin: 0;
	padding: 0;
	/*background:  #FFFFFF url(img/greyback.png) repeat-x top left;*/
	/*background:  #FFFFFF url(img/bg01.jpg) repeat-x top left;*/
	font-size: 13px;
	color: #7F7F7F;
}

body,th,td,input,textarea,select,option {
	font-weight: normal;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Page */
#page { /*width: 890px;*/
	width: 690px;
	margin: 0 auto;
}

/* Global nav*/
#globalnav {
	padding-top: .4em;
	text-align: right;
	color: #999;
	font-size: 92%;
}

#globalnav li {
	display: inline;
	margin-left: 0.5em;
	padding-right: 0.7em;
	border-right: 1px solid #D4D4D4;
}

#globalnav li strong a {
	font-weight: bold;
}

#globalnav li a{
	/*color:#666666;*/
}

	/*#globalnav li a.inbox{padding-left:15px;background:url('https://secure.delicious.com/10327/img/del_sprite_smallIcons.gif') 0 -358px no-repeat;}*/
.is_firefoxMac #globalnav li a.inbox {
	background-position: 0 -359px;
}

#globalnav li.last {
	padding-right: 0;
	border-right: 0;
}

#globalnav li em {
	color: #C1C1C1;
}

/* Header */
#header { /*width: 890px;*/
	width: 690px;
	height: 130px;
	margin: 0px auto;
}

/* Logo */
#logo {
	float: left;
	padding: 20px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	/*text-transform: uppercase;*/
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 53px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #999999;
	border-bottom: 3px solid #ffffff;
}

#menu a:hover{
	border-bottom: 3px solid #333333;
}

#menu a.active{
	border-bottom: 3px solid #333333;
}

/* Content */
#content {
	float: left;
	width: 690px;
}

div.post {
	padding: 20px 20px;
	background: url(img/rounded_gradient.png) no-repeat top left;
}

/* Footer */
#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	/*background: #F2F2F2 url(img/bg02.jpg) repeat-x left top;*/
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

/* other */
h3 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



div.paging {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/* wicket */
.feedbackPanelINFO {
	color: #009900;
	background-color: #EEFFEE;
	border: 1px dotted #DDFFDD;
	width: 400px;
}

.feedbackPanelWARNING {
	color: 	#E56717;
	background-color: #FFF8C6;
	border: 1px dotted #EEF0BB;
	width: 400px;
}

.feedbackPanelERROR {
	color: #990000;
	background-color: #FFEEEE;
	border: 1px dotted #FFDDDD;
	width: 400px;
}

