/* reset css for best cross-browser support */
body{padding:0;margin:0;font:13px Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font:100%;}
img{border:0;}
p{margin:1em 0;}

body {
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	padding:0px;
	margin:0px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}
	
pre {
	font-size:11px;
	color:blue;
	}
	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
	
ul.menu {
	margin: 17px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

ul.menu a {
	text-decoration: none;
}	
ul.menu li { /*float the main list items*/
	margin: 0px 3px 0px 0px;
	float: left;	
}
ul.menu li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 15px;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #3089c1;
	line-height: 17px;
	background: #ffffff;
	text-decoration: none; /*lets remove the link underlines*/
	color: #3089c1;
}
ul.menu li a:link, ul.menu li a:active, ul.menu li a:visited {
	color: #3089c1;
}

ul.menu li a:hover {
	border-right: 1px solid #3089c1;
	text-decoration: underline;
	background: #ffffff;
	color: #74cc20;
}

ul.menu li.nor a,ul.menu li.nor a:hover {
	border-right: 1px solid #ffffff;
}


	
ul.catList {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

ul.catList a {
	text-decoration: none;
}	
ul.catList li { /*float the main list items*/
	margin: 2px 0 0;
}
ul.catList li a {
	display: block;
	width:120px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	line-height: 20px;
	background: #3089c1;
	text-decoration: none; /*lets remove the link underlines*/
}
ul.catList li a:link, ul.catList li a:active, ul.catList li a:visited {
	color: #eeeeee;
}

ul.catList li a:hover, ul.catList li.current a {
	border: 1px solid #000000;
	background: #74cc20 url(../images/catMenuBtnBg-grn.jpg);
	color: #222222;
}
	
	
	
ul.friendsList {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

ul.friendsList a {
	text-decoration: none;
}	
ul.friendsList li { /*float the main list items*/
	margin: 2px 0 0;
}
ul.friendsList li a {
	display: block;
	width:120px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	line-height: 20px;
	background: #74cc20;
/*	background: #dcdcdc; */
	text-decoration: none; /*lets remove the link underlines*/
}
ul.friendsList li a:link, ul.friendsList li a:active, ul.friendsList li a:visited {
	color: #222222;
}

ul.friendsList li a:hover {
	border: 1px solid #000000;
	background: #74cc20 url(../images/catMenuBtnBg.jpg);
/*	background: #333333 url(../images/frnMenuBtgBg-blk.jpg); */
	color: #eeeeee;
}
	
	

ul.popmenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

ul.popmenu a {
	text-decoration: none;
}	
ul.popmenu li { /*float the main list items*/
	margin: 0px 0px 0px 0px;
	float: left;	
}
ul.popmenu li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	border-right: 2px solid #3089c1;
	line-height: 15px;
	background: #ffffff;
	text-decoration: none; /*lets remove the link underlines*/
}
ul.popmenu li a:link, ul.popmenu li a:active, ul.popmenu li a:visited {
	color: #000000;
}

ul.popmenu li a:hover {
	border-right: 2px solid #3089c1;
	text-decoration: underline;
	background: #ffffff;
}

ul.popmenu li.current a {
	background: #3089c1;
	color: #ffffff;
}
ul.popmenu li.current a:hover {
	border-right: 2px solid #3089c1;
	text-decoration: none;
	background: #3089c1;
	color: #ffffff;
}

ul.popmenu li.nor a,ul.popmenu li.nor a:hover {
	border-right: 2px solid #ffffff;
}

ul.popmenu li.iconRss a {
	background: url(../images/rss.gif) no-repeat center left;	
	padding-left: 17px;
	margin-left: 10px;
}

	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:100px;
		width:110px;
/*		background:#fff;       */
/*		border:1px solid #000; */
		}
	#leftcontent h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;;
	}

	#centercontent {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		/* border:1px solid #000; */
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:100px;
		width:200px;
/*		background:#fff; */
/*		border:1px solid #000; */
		}
	
	#banner {
		background:#fff;
		height:90px;
		border-bottom: 2px solid #3089c1;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-weight: bold;
		font-size:14px;
		padding-top:10px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		float: left;
		}
	#banner h1 a, #banner h1 a img {
		border: 0px;
	}
	
	#rightcontent p {
		font-size:10px
		}
	
	
	.clrfx {
		clear:both;
		height: 1%;
	}
	
	
	
	div.hdr-a {
		float: left;
		height: 33px;
		line-height: 33px;
	}
	div.hdr-a h1 {
		margin-left: 0px;
	}
	div.hdr-b {
		float: right;
		height: 33px;
		line-height: 23px;
		font-size: 16px;
	}
	
	
	div.sBox {
		width: 85px;
		height: 80px;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		font-size: 10px;
		color: #3089c1;
	}
	
	div.sBox a {
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		font-size: 10px;
		color: #3089c1;
	}
	div.sBox a:hover {
		text-decoration: underline;
	}
	
	div.sBoxDetails {
		margin: 0px 0px 0px 95px;
		border: 1px solid #ffffff;
	}
	
	div.sBoxDetails h1 {
		margin: 0px 0px 5px 5px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
	}
	div.sBoxDetails h1 a {
		color: #3089c1;
		text-decoration: underline;
	}

	div.sBoxDetails span.sub {
		margin: 5px 0px 5px 5px;
		padding: 0px 0px 0px 0px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		color: #aaaaaa;
	}

	div.sBoxDetails p {
		padding: 5px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		font-size: 12px;
		color: #000000;
	}

	div.sBoxDetails span.ctl {
		margin: 5px 0px 5px 5px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		font-size: 10px;
		color: #aaaaaa;
	}
	
	div.sBoxDetails span.ctl a {
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		font-size: 10px;
		color: #74cc20;
		text-decoration: none;
	}
	div.sBoxDetails span.ctl a:hover {
		text-decoration: underline;
	}
	
	ul#bslink {
		list-style: none;
	}
	ul#bslink li span {
		position: absolute;
		left: -9999px;		
	}
	
	
	
.pages {
	clear:left;
	font-size:85%;
	margin:1em 0pt;
	padding:1em;
	padding-left: 0px;
}
.pages a, .pages span {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #FFFFFF;
	display:block;
	float:left;
	margin-right:0.1em;
	padding:0.2em 0.5em;
}
.pages span.current {
	background:#2E6AB1 none repeat scroll 0%;
	border:1px solid #2E6AB1;
	color:#FFFFFF;
	font-weight:bold;
}
.pages a {
	border:1px solid #9AAFE5;
	color: #3089c1;
	text-decoration:none;
}
.pages a:hover {
	border-color:#2E6AB1;
}
.pages a.nextprev {
	font-weight:bold;
}
.pages span.nextprev {
	color:#666666;
}
.pages span.nextprev {
	border:1px solid #dddddd;
	color:#999999;
}
.pages .nextprev-next {
	float:right;
}
	
	
.copy {
	margin-top: 45px;
	font-size: 10px;
	text-align: center;
	color: #cccccc;
}

#leftcontent h1, #rightcontent h1, #centercontent div.hdr-a h1 {
	color: #3089c1;
}




#loginForm form {
	width:378px;
}
#loginForm h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		font-size: 12px;
		font-weight: bold;
		color: #3089c1;
}
		#loginForm .message {
			color:#ff0000;
			font-size: 14px;
		}
		#loginForm span.message {
			width: 300px;
		}
		#loginForm form div {
			margin-top:10px;
			width:100%;
		}
		#loginForm form label {
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color:#333;
		}
			#loginForm form label.left {
				float:left;
				width:12em;
			}
			#loginForm form label.FormHeading {
				font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#ff7200;
				font-weight:bold;
			}
		#loginForm form input.text,
		#loginForm form textarea,
		#loginForm form select {
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			width:300px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#loginForm form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#loginForm form input.year {
			width:35px;
		}
		#loginForm form p.Actions {
			text-align:right;
			padding:0 53px 0px 0;
		}
			#loginForm form p.Actions input {
				padding:2px;
			}


