

*{margin:0; padding:0;}


/**************** body and page ****************/

body {
  color: #333;
  background-color: #fff;
  width: 820px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  white-space: normal;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;
}


/**************** header ****************/

#header {
	margin: 0px;
	padding: 5px;	
}

/**************** search **************/

#search {
  color: #666;
  float: right;
}

#search form {
  position: relative;
  right: 0;
  margin: 0; /* need for IE Mac */
  text-align: right; /* need for IE Mac */
  white-space: nowrap; /* for Opera */
  padding-right: 6px;
}

#search form label { 
  color: #666; 
  font-size: 0.8em; 
}

#search form input { 
  font-size: 0.8em; 
}

#search form #submit {
  font-size: 0.8em;
  background: #FFFFFF;
  color: #000000;
  border-right: 1px solid #7A7A7A;
  border-bottom: 1px solid #7A7A7A;
  border-top: 1px solid #7A7A7A;
  border-left: 1px solid #7A7A7A;
  padding: 1px 4px;
}

#search form #q {
  font-size: 0.8em;
  width: 140px;
  border: 1px solid #7A7A7A;
  background: #FFFFFF;
  padding: 2px;
}

/**************** lang list **************/

#langlist {
  color: #666;
  font-size: 1em;
  text-align: right;
  padding: 2px;
}

#langlist a {
  color: #666;
  text-decoration: none;
}

#langlist a:hover {
  color: #000;
}

/**************** header logo **************/

#logo {
	background: url("../images/hdr_fill.png") repeat-x;
	height: 80px;
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 5px;
}

#logoleft {
  position: relative;
  width: 230px;
  height: 80px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
}

#logoleft img { 
  border: 0px; 
}

#banner {
	margin: 10px;
	width: 400px;
	float: left;
}

#logoright {
  position: relative;
  width: 18px;
  height: 80px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: right;
}

#logoright img {
  border: 0px;
}

/**************** top nav **************/

#pgTopNav {
  text-align: left;
  color: #666;
  font-size: 0.9em;
  padding: 0;
  height: 23px;
  background: #FF9900;
  overflow: visible;
  margin-top: 0px;
}

#pgTopNav2 {
  text-align: left;
  color: #666;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  height: 23px;
  background: #0099CC;
  overflow: visible;
  margin-top: 0px;
}

#pgTopNavList {
  list-style: none;
  margin: 0;
  padding: 0;

  height: 23px;
  padding-top: 5px;
}

#pgTopNavList li {
  padding: 0 0.5em 0 0.7em;
  display: inline;
  border-left: 1px solid #C8C8C8;
}

#pgTopNavList li a {
  color: #333;
  font-weight: bold; 
  text-decoration: none;
}

#pgTopNavList li.selected a {
  color: #FFF;
  font-weight: bold; 
  text-decoration: none;
}


#pgTopNavList li:first-child {
  padding: 0 0.5em 0 0.7em;
  display: inline;
  border-left: 0;
}


#main {
   margin-top: 5px;
   margin-bottom: 5px;
}


/**************** cols ****************/

#col25left {
	width: 166px;
	float: left;
}
#col50left {
	width: 375px;
	float: left;
}
#col75left {
	width: 648px;
	float: left;
}


#col25right {
	width: 166px;
	float: right;
}
#col50right {
	width: 375px;
	float: right;
}
#col75right {
	width: 648px;
	float: right;
}

#col50center {
	width: 475px;
	float: right;
}

	
	  
/**************** footer ****************/
#footer {
	width: 100%;
	clear: both;
	font-size: 0.8em;
	border-top: 1px solid grey;
	text-align: center;
}

/**************** portlets **************/

.portlet {
	border: 0px solid lightgrey;
	margin-bottom: 5px;
}

.portlet-w-border {
	border: 0px solid lightgrey;
	margin-bottom: 5px;
	border: 1px solid grey;
}


.portlet-header {
	padding: 3px;
	background: url("../images/titi.png") top left repeat-x;
/*	border-bottom: 1px solid grey; */
}

.portlet-body {
	background-color: #F0F0F0;
	padding: 3px;
}



/**************** text styles **************/


#content h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 1.0em;
  color: #EC5800;
}

#content h2 {
  font-size: 1.2em;
  margin: 0.8em 0em 0.2em 0em;
  font-weight: bold;
  color: #666; 
}

#content h3 {
  font-size: 1.0em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
  color: #666; 
}

#content h4 {
  font-size: 0.95em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}

img {
  border: 0;
}

#content ol, #content ul, #content li {
  list-style: none;
  font-size: 1.0em;
  line-height: 1.2em;
  margin-left: 0.2em;
  margin-top: 0.2em;

}

#content p {
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0.2em 0em 0.2em 0em;
}

#content pre {
  font-family: monospace;
  font-size: 1.0em;
}

#content strong, b {
  font-weight: bold;
}

/* Link Styles */

#content a:link    { color:#0085B0; text-decoration: underline; }
#content a:visited { color:#0085B0; text-decoration: underline; }
#content a:active  { color:#0085B0; text-decoration: underline; }
#content a:hover   { color:#000000; text-decoration: underline; }


.video {
	clear: both;
	padding-top: 15px;
}

.video-r {
  float: right;
  position: relative;
  width: 122px;
  height: 92px;
}

.video-l {
  float: left;
  position: relative;
  width: 346px;
  min-height: 92px;
}


.flickr {
  float: left;
  position: relative; 
  padding: 5px; 
  margin: 10px;
  background-color: #cccccc;
}

.linkcoll {
	float: left;
	margin: 8px 0px 8px 0px;
}

.linkcoll after {
	clear: both;
}


.linkcoll img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #666;
	padding: 2px;
}



.treemenu {
  list-style : none;	
  background-color : #EEE;
  font-size: 1.0em;
  line-height: 1.5em;
  margin-left: 0.2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.treemenu ul {
	list-style : none;
	margin : 0px 5px;
	padding : 0px 5px;
}

.treemenu li {
	display : inline;
}

.treemenu a {
	display : block;
	padding-left : 12px;
	color: #333;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('../images/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('../images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.clearboth {
  clear: both;
  margin: 0;
  padding: 0;
}

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
  border-width:0pt 0pt 0px;
}

#content .yui-skin-sam .selected a {
  color: #FFFFFF;
}

.yui-skin-sam .yui-navset {
	margin-top: 20px;
}

.yui-skin-sam .yui-navset .yui-content {
	background-color: #F0F0F0;
	margin-bottom: 10px;
}