/*PAGE LAYOUT*/
body {
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topbar{
	float:left; 
	width:100%;
	height:32px; 
	padding:4px 0 0 0;
	margin-bottom:5px;
	background-image:url(bg_topbar.gif);
	-moz-box-shadow: #888 0px 2px 5px;
	-webkit-box-shadow: #888 0px 2px 5px;
	box-shadow: #888 0px 2px 5px;
}
#header{
	float:right; 
	width:auto;
	height:25px;
	margin-right:60px;
}
#navigation{
	float:right; 
	width:auto;
	height:25px; 	
	margin-right:30px;
}
#navigation ul{
	list-style:none;
	margin:0 auto;
	width:auto;
	overflow:hidden;
}
#navigation ul li{
	float:left;
	width:auto;
	text-align:center;
	margin-right: 15px;
	font-size:21px;
}
#navigation ul li.selected a{
	font-weight:bold;
	color:#fff;
	text-shadow:none;
}
#navigation ul li a{
	font-family: arial;
	color:#191e6a;
	font-size:14px;
	text-decoration:none;
	line-height:25px;
	font-weight: bold;
}

#navigation ul li a:hover{
	color:#fff;
}
input.search-field{
	float: right;
	border:0;
	padding: 1px 0 0 5px;
	font-family:tahoma;
	font-size: 12px;
	height:25px;
	background: #fff url(search-form150.png) no-repeat top left;
	width: 100px;
}
#content{
	padding: 80px 0 10 0;
	width:90%; 
	border-bottom:solid 1px #999999;
	min-height:450px;
}
#content a{
	font:bold 13px lucida grande,sans-serif;
	text-decoration:none;
	color:green;
}
#insert_form{
	padding: 6px 0 0 0;
	width: 700px;
	height: auto;
	background: #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #888 0px 0px 7px;
	-webkit-box-shadow: #888 0px 0px 7px;
	box-shadow: #888 0px 0px 7px;	
}
#created{
	padding: 0 0 10px 6px;
	font:13px arial,sans-serif;
}
#footer{
	width:600px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}

/*login page style*/
.text-field{
	width: 232px;
	background: transparent url('bg.jpg') no-repeat;
	height:28px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}
.b-button{
	width:232px;
	height:28px;
	background:#5e69fd;
	color:#fff;
	font-weight:bold;
}
table.myTable td.comment { 
	border: 1px solid black;
	border-left: 3px solid black;
	padding: 2px 5px 5px 5px;
}
table.myTable td.update { 
	border: 1px solid green;
	border-left: 3px solid green;
	padding: 2px 5px 5px 5px;
}
table.myTable td.file { 
	border: 1px solid red;
	border-left: 3px solid red;
	padding: 2px 5px 5px 5px;
}
table.myTable .post { 
	font:13px arial,sans-serif;
}
table.myTable .msg { 
	font:15px arial,sans-serif;
}
