BODY{
	font-family: georgia, verdana, arial, sans-serif;
	font-size:12px;
	color: #36414d;
	margin:0px;
	/*text-align: center;	/* center on ie */
}

p {
	font-size:12px;
	}

#pagebody {
	width: 850px;
	margin: 10px auto; /* center on everything else */
	border:#CCCCCC 1px solid;
	padding: 5px;
}

#banner {
	/*up-right-bottom-left*/
	margin:5px 0px 15px 5px;
	text-align:left;
    text-shadow: #36414d 0 2px 3px;	
}

#banner img {
	/*up-right-bottom-left*/
	margin:5px 0px 0px 5px;
}

#banner A{
	color: #000000;
	text-decoration: none;
	font-size:x-large;
	font-weight:bold;
	margin-left:10px;
}

#navi {
	background:#F2F2F2;
	color:#666666;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:400px; 
	margin-left:10px;
	border:#CCCCCC solid 1px;
	text-align:center;
}

#navi a {
	color:#666666;
	text-decoration:none;
}

#navi a {
	color:#666666;
	text-decoration:none;
}

#navi a:active ,
#navi a:hover {
	 border-bottom: #CCCCCC dotted 1px;
}

#navi-right {
	color:#666666;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	border-left: #CCCCCC dotted 1px;
	margin: 10px 0 10px 200px;
}





#footer {
	padding: 0;
	margin: 0px 0px 15px 0px;
	width: 100%;
	clear: both;
	/*border-top: 1px dotted #ccc;*/
	line-height: 30px;
}

/* For bottom lines */
#pipe  {
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
#pipe A {
	color:#000000;
	text-decoration:none;
}
#pipe ul li {
	list-style: disc;
	display: inline;
	margin-left:5px;
	}
	/* Copyright & licience  */

	

#Flickr img {
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:5px;				
}

FORM,INPUT {
	margin:0px;
	font-size:12px;
}

TABLE.bottombox {
	width:750px;
	border: 1px solid #ccc;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
}

/*  Main content table */
TABLE.content {
	width:750px;
	/*background-color:#F3F3F3;*/
	padding:0px;
	margin-top:10px;
	font-size:12px;
	/*border: solid #D1D7DC 1px;*/
}

P,BR{
	line-height: 1.5;
}

OL,UL,LI {
	line-height: 20px;
}

TD {
	padding:5px;
}

/* Top NAV of the page*/
TD.topbox {
	font-size: 10pt; 
	line-height: 125%;
	padding: 5px;
}

ADDRESS	 {
	FONT-SIZE: 10pt; 
	margin:0px;
}

IMG {
	border: 0px;
}

SELECT {
	border-right: #c0c0c0 1px solid; 
	BORDER-TOP: #c0c0c0 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid;
}

A {
	color: #336699; 
	text-decoration: underline;
}

H2,H3 A{
	color: #36414d;
	border-bottom: 2px dotted #333; 
	text-decoration: none;
}

H2,H3 {
	margin:5px;
	color: #333;
}

/* Top NAV bar at index.html */
H4 {
	/*up-right-bottom-lef*/
	font-size:12px;
	margin:10px 0px 10px 15px;
}

H5{
 margin:10px;
}

DIV .right {
	float:right;
}

DIV .left {
	float:left;
}

PRE {
	color:#666666;
	margin-left:10px;
	line-height:100%;
	overflow: auto;
}

/* Copyright & licience */
.copyright {
	text-align:center;
	margin:0px;
	line-height:100px;
}

.Container{
	border: 2px dotted #CCC;
	padding:0px;
}

/*.side_border {
	border-left:2px dotted #CCC;
	border-right:2px dotted #CCC;
}*/

/* Main table cell colours and backgrounds */

.row0	{ background-color: #FFFFFF; padding:5px;	margin: 0 5px 10px 5px; }
.row4	{ background-color: #F2F2F2; padding:5px; 	margin: 0 5px 10px 5px;	border:#CCCCCC solid 1px; }

.row1	{ background-color: #E5E5E5; }
.row2	{ background-color: #DEE3E7; }
.row3	{ background-color: #D1D7DC; }


/* lilina*/
.title a { 
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.row_lilina	{ 
/*	background-color: #FFFFFF;
	border:2px dotted #CCC;*/
	margin:5px 10px auto;
}
.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 40px;
	font-size: 12px;
	width: 90%;
}
.source a {
	margin: 0 0 0 10px;
	color: #999999;
	text-decoration: none;
	}


/* for apache.html */
.PRE {
	border: #646464 1px solid; 	
	PADDING: 0.5em; 
	FONT-SIZE: 14px;
	WHITE-SPACE: pre; 
	BACKGROUND-COLOR: #e6e6e6;
	margin-left:25px;
	font-family: Courier, 'Courier New', sans-serif;
}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 11px; 
	color: #006600;
	background-color: #FAFAFA; 
	border: 1px solid #D1D7DC;
	width:100%;
	margin:5px;
	padding:5px;
	overflow: auto;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; 
	color: #444444; 
	line-height: 125%;
	background-color: #FAFAFA; 
	border: solid #D1D7DC 1px;
	margin:15px;
	width: 90%;
}

/* Style for Gallery's random pics */
.giThumbImage {
	border: 1px solid #000000;
	margin: 0px;
}
.gbMenu { margin:0;}


.aws {
	vertical-align:top;
	font-weight:bold;
}

.red {color: red}




#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

