/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h3{
	font-size: 16px;
	font-weight: bold;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 3px;
	padding:15px;
}
h4{
	font-size: 14px;
	font-weight: bold;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 3px;
}
ul {
	
	margin-left: 18px;
	padding-left: 8px;
	/*border-left: 1px dotted #666666;*/
}
ol {
	margin-left: 18px;
	padding-left: 1px;
	border-bottom: 1px dotted #666666;
}
strong{
	/*font-size: 12px;*/
	font-weight: bold;
	margin: 3px;
}
#main{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#content{
	padding: 20px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
}
.meta{
	border-top: 1px dotted #666666;
	width:625px;
	margin-left:0px;
	border-left:#CCCCCC 4px solid;
	margin-bottom: 1em;
	padding:7px;
	padding-left:14px;
}

.meta-grouped{
	width:625px;
	margin-left:0px;
	border-left:#CCCCCC 4px solid;
	margin-bottom: 1em;
	padding:7px;
	padding-left:14px;
}
.meta-grouped-comment{
	width:625px;
	margin-left:0px;
	border-left:#CCCCCC 4px solid;
	margin-bottom: 1em;
	padding:7px;
	padding-left:14px;
}
.meta-textarea{
	border-top: 1px dotted #666666;
	width:625px;
	margin-left:0px;
	border-left:#CCCCCC 4px solid;
	margin-bottom: 1em;
	padding:7px;
	padding-left:12px;
}
.formlabel{
	width:270px;
	padding:5px;
	float:left;
}
.formelement{
	padding:5px;	
}
.formcomment{
	padding:5px;
	width: 200px;
}
.formelement-wide{
	width:590px;
	padding:5px;
	float:left;
}
.formcomment-wide{
	padding:5px;
}
.padding-140{
	padding:5px;
}
.itemlistings ul{
	margin:0;
	padding:5;
	margin-top : 14px;
	margin-bottom : 14px;
}
.itemlistings li{
	margin-top : 8px;
	margin-bottom : 8px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p{
	text-align: left;
	/*text-indent: 3em;*/
	line-height: 1.3em;
	font-size: 11px;
}



#footer{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.img-right{
	float: right;
	margin: 5px 0px 0px 16px;
}
.csskeyword{
	color: blue;
}
.cssvalue{
	color: red;
}
p.caption{
	text-align: center;
}
small.super{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}
.nodisplay{
	display: none;
}
/* ============================================================== */
#sitescroll {
  margin-left:40px;
  height:100px;
  overflow:auto;
  /* background:url(/images/table.jpg) top repeat-x; */
 }
#sitescroll ul {
  margin:0;
  padding:0;
  list-style:none;
  }

/* ============================================================== */
.templates {
  padding-left:0;
  padding-right:0;
  font-size:89%;
  }
#templatescroll {
  margin-left:0px;
  height:550px;
  overflow:auto;
  /* background:url(/images/table.jpg) top repeat-x; */
  }
#templatescroll table {
  margin-left:0;
  width:600px;
  background:none;
  }
td.templates {
  width:596px;
  }
.templates ul {
  margin:0;
  padding:0;
  list-style:none;
  }
.templates li {
  background:none;
  float:left;
  width:192px;
  margin:0 0 30px;
  padding:0;
  }
td.templates li {
  color:#986;
  }
td.templates li .outer {
  background-position:center bottom;
  }
.templates li .inner {
  cursor:hand;
  cursor:pointer;
  padding:8px 20px 0 10px;
  }
td.templates li .inner {
  background-position:center top;
  cursor:hand;
  cursor:pointer;
  padding:8px 20px 0;
  }

.templates li img {
  display:block;
  }
.templates li .inner div {
  background:#FDFBDB;
  display:block;
  margin:8px 0 5px;
  padding:3px 5px;
  color:#666666;
  }
  
.templates li.selected .inner div {
  background:#826C55;
  color:#fff;
  } 
.templates li div.creator, .templates li.selected div.creator {
  background:none;
  padding:0;
  margin:5px 0 0;
  text-align:center;
  color:#986;
  }
  
.templates li .preview {
  text-align:center;
  margin-top:2px;
  }
.templates li .preview a {
  font-weight:normal;
  }
/* extra */
#spleftcolumn {
	float:left;
	width:200px;
	padding:0px 0px 0px 0px;
	border-right:1px dotted #ccc;/**/
	border-top:1px dotted #ccc;/**/
	border-bottom:1px dotted #ccc;/**/
	border-left:1px dotted #ccc;/**/
	margin-top:10px;
}

#sprightcolumn {
	float:right;
	width:380px;
	margin:10px 0 0 1px;
	padding:0px 0px 0px 0px;
	border-top:1px dotted #ccc;/**/
	border-bottom:1px dotted #ccc;/**/
	border-left:1px dotted #ccc;/**/
	border-right:1px dotted #ccc;/**/
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body{
	background-color: #FFFFFF;
	border-left: 3px solid #666666;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	
}
#hero{/* top blank spacing for scrolling menubar*/
	margin: 0px;
	border-bottom: 1px solid white;
	height: 25px;
}
.gear{
	width: 57px;
	height: 56px;
	margin-top: 16px;
	margin-left: 12px;
	background-image: url(/images/gear.png);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/gear.png);
}
a{
	color: #666666;
}
/* override YUI -------xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx------------------------- */
#doc3{
	margin:auto;
}
#yui-main .yui-b{
	border-top: 1px dotted #b0b0b0;
	padding-top:15px;
	padding-left:95px;/* main body, push right to clear sidebar xxxxxxxxxxxxxxxxxxx */
	padding-right:15px;
}
#hd{
	background-image: url(/images/header_bg.gif);
	border-left: 0px;
} 
#ft{ 
	margin-top: 1px;
	border-top: 1px dotted #b0b0b0;
	border-left: 0px;
	background-color: #eeeeee;
	padding: 10px;
}
.yui-u-first{ 
	 background-color: #202020;
}
.yui-b{ 
	 border-left: 0px solid #FFFFFF;
}

#yui-main h2{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;	
}
#yui-main .right-text{
	float: right;
}

#yui-main .left-text{
	float: left;
}
#yui-main p{
	text-align: left;
	/*text-indent: 3em;*/
	line-height: 1.3em;
	padding-top: 18px;
	font-size: 11px;
}
#yui-main .meta-header-caption{
	clear: both;
	height: 1em;
	border-top: 1px dotted #666666;
	padding: 4px;
	padding-bottom: 18px;
	font-size:89%;
}
/* end override YUI -------xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-----------------------*/

#header{
	height: 80px;
	padding-top: 1px;
	position: relative;
}
#header h1{
	position: absolute;
	left: 82px;
	top: 8px;
	color: #666;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
}
#header h1 a{
	text-decoration: none;
	color: #666;
}

#header p{
	position: absolute;
	left: 83px;
	top: 42px;
	color: #FFF;/* <font color="#C0C0C0"></font>*/
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	
}
#header-info {
	display: block;
	margin-top: 10px;
	padding: 3px;
	border: dotted 1px #F3E072;/* <font color="#F3E072"></font>*/
	border-left: 6px solid #F3E072;
}
#strong-text {
	font-weight: bold;
}
#header em{
	font-style: normal;
	text-decoration: underline;
}
.comments{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 0px;
	background-image: url(/images/animated_favicon1.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.clear { /* to fix IE6 padding-top issue */
	 clear: both;
	 height: 0;
}
#nav{
	width: 100%;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	position: fixed;
	top: 0px;
	margin-left: 0px;
	left: 0%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}
#nav li{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}
#nav li a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover{
	background-color: #666666;
}
#nav li img{
	padding-top: 4px;
}

.navbar-info{
    font-weight: bold;
	color: #FFFF80;/* <font color="Yellow"></font> */
}

#sidebar{
	/*background: url(/images/flickr_shadow.gif) no-repeat bottom right;*/
	background:url(/images/metallic-bg.jpg) bottom repeat-x;
	background-color: #eeeeee;
	width: 205px;
	/* border-top: 2px solid #b0b0b0; */
	border-right: 1px solid #b0b0b0;
	/* border-bottom: 1px solid #b0b0b0; */
	top: 0px;
	padding: 8px;
}
#sidebar h3{
	font-size: 13px;
	border-bottom: 1px solid #c0c0c0;/*  */
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}
#sidebar h4{
	font-size: 13px;
	border-bottom: 1px dotted #c0c0c0;/*  */
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}
#sidebar ul{
	margin-left: 1em;
	padding-left: 0px;
}
#sidebar li{
	margin-bottom: 7px;
}
#sidebar li a {
	display: block;
	width: 174px;
	text-align: left;
	color: #000000;
	border: none;
	border: solid 1px #ffffff;
}
#sidebar li a :hover {
	border: dotted 1px #c0c0c0;
	background-color:#F0E1FF;
}

#sidebar p{
	margin-bottom: 8px;
}

/* jm: Jeffery Mandrake CSS mods for http://www.silopublisher.com */

#fadeinbox{ /* dynamicdrive.com: sticky note */
	position:absolute;
	width: 300px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: lightyellow;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
}
input.button {
  border: 1px solid #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  color: #444;
  font-size: 12px;
  font-weight: bold;/**/
  background: url(/images/bg_button2.jpg) left top repeat-x;
}
.required{
    color: #c60;
}
.urgent{
    color: #c00;
}
.blue{
    color: #0000CC;
}
.highlight {
	background-color : #FFFF33;
}
.expired{
    color: #800080;
}

.flickr-thumbnail, .flickr-pullout {
	float: left;
	background: url(/images/flickr_shadow.gif) no-repeat bottom right;
	margin: 5px 0px 0px 6px;
	margin-right: 1em;
	margin-bottom: 1em;
 	padding: 0px 0px 0px 0px;
	}
.flickr-thumbnail img, .flickr-pullout img {
	background-color: #fff;
	 border: 0px;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	}
.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout img:hover, .flickr-pullout:hover img {
	background-color: #ccd;
}


