body {
	font-size : 0.9em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
}

/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 1.0em; } 
.txt2 { font-size : 0.9em; }
.txt3 { font-size : 0.8em; }
.txt4 { font-size : 0.7em; }

/* IRC Style Text */
.txtIrcMe { color:Fuchsia ; }

h1 {	
	margin : 0px;
	font-size : 1.5em;
}

h1 a:visited,
h1 a:active,
h1 a:link {
	color : #000;
}

h1 a:hover {
	color : #47F;
	text-decoration : none;
}

h2 {
	margin-top : 10px;
	font-size : 1em;
}

h5 
{
	margin: 0px;
	padding: 0px;
}

#top {
	padding : 10px;
	background-color : #ADF;
	color : #000;
	border-bottom : 4px solid #47F;
}

#tagline {
	font-size : 0.8em;
	margin : 0px;
}

p.date img {
	vertical-align : middle;
}

p.date {
	font-size : 0.9em;
	font-weight : bold;
	border-bottom : 1px solid #AAA;	
	margin-bottom : 0px;
	padding : 2px 0px;
}

blockquote {
	font-style : italic;
}

p.postfoot {
	font-size : 0.75em;
}

#leftmenu {
	position : absolute;
	left : 10px;
	margin-top : 10px;
	width : 180px;
}

#leftmenu h3 {
	font-size : 0.9em;
	margin : 0px;
	padding : 0px;
	border-bottom : none;	
}

#leftmenu ul {
	list-style : none;
	margin : 0px;	
	padding : 0px;
	margin-left : 5px;
	margin-bottom : 10px;
	font-size : 0.8em;
}

#main
{
	float: right;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#footer
{
	margin : 0px;	
	padding-top : 5px;
	text-align : center;
	clear: both;
}

#title
{
	background-color: #6798C7;
	height: 50px;
}

#title .header
{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 20px;
	margin: 0px;
	padding-top: 5px;
	font-weight: normal;
	color: White;
	text-align: left;
}

#title .header a
{
	color: White;
}

#title .subheader
{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding-left: 25px;
	font-weight: normal;
	color: White;
	text-align: left;
}

#title .siteheader
{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	margin-top: -50px;
	padding-top: 5px;
	padding-right: 17px;
	font-weight: normal;
	color: White;
	text-align: right;
}

#title .siteheader a
{
	color: White;
}

.sectionContainer
{
	clear: both;
  	display: block;
	text-align: left;
	border: 1px #CBCBCB solid;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.sideContainer
{
	clear: both;
  	display: block;
	text-align: left;
	border: 1px #CBCBCB solid;
	border-collapse: collapse;
}

.detailsContainer
{
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.detailsLeft
{
	float: left;
	text-align: center;
}

.detailsRight
{
	float: right;
	width: 215px;
}

.sectionHeader
{
	clear: both;
	padding-right: 0px;
	padding-left: 10px;
	font-weight: 900;
	padding-bottom: 4px;
	margin: 0px auto;
	color: #358;
	padding-top: 4px;
	border-bottom: #cbcbcb 1px solid;
	background-color: #eeeedd;
}

.sectionBody
{
	padding: 2px 5px 5px 5px;
}

.sectionFooter, .sectionSubHeader
{
	background-color: #eeeedd;
	height: 15px;
	padding: 4px 0px 4px 10px;
}

.sectionSubHeader
{
	border-bottom: 1px #eeeedd solid;
}

.sectionFooter
{
	border-top: 1px #eeeedd solid;
}

.imageListContainer
{
	font-size:smaller;
	
}

div.spacer
{
	clear: both;
}
    
span.verticalPipe
{
	color: #CBCBCB;
}

div.row
{
	padding-right: 10px;
	white-space: nowrap;
	height: 15px;
}
div.row span.left, div.row span.leftBold
{
	float: left;
	text-align: left;
	width: 49%;
	white-space: nowrap;
}
div.row span.right, div.row span.rightBold
{
	float: right;
	text-align: right;
	width: 49%;
	white-space: nowrap;
}
div.row span.leftBold, div.row span.rightBold
{
	font-weight: bold;
}
div.row span.rightFull
{
	float: right;
	text-align: right;
	white-space: nowrap;
}

.currentPage
{
	font-weight: 900;
	color: #FF6600;
}

span.imageTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: 900;
	color: #316C9E;
}

span.imageDescription
{
	font-family: Verdana, Arial, Sans-Serif;
	font-style: italic
}

p.comment
{
	margin: 10px 20px 10px 20px;
}

.tblAlbumItem
{
	empty-cells: show;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
}

.tblAlbumItem td
{
	padding: 5px 5px 5px 10px;
}

.secondaryThumbnailPopup
{
	position: absolute;
	padding: 3px 3px 3px 3px;
	background-color: #DDEEFF;
	display: block;
	visibility: hidden;
}
.secondaryThumbnailHidden
{
	position: absolute;
	display: none;
	visibility: hidden;
}


/* Div-based forms */
div.formRow 
{
	clear:both;
	width:300px;
	padding-top:10px;
}
div.formRow label
{
	float: left;
	width: 100px;
	text-align: right;
}
div.formRow .formEntry
{
	float: right;
	width: 200px;
	text-align: left;
}

#headertab { 
	text-align:right;
	FONT-SIZE: 10px; 
	WIDTH: 100%; 
	LINE-HEIGHT: normal;
	margin-top: 4px;
	font-family: Arial;
}
#headertab UL {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none
}
#headertab LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 9px; 
	BACKGROUND: url(../../../default/images/lefttab.gif) no-repeat left top; 
	FLOAT: right; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; PADDING-TOP: 0px
}
#headertab UL A {
	PADDING-RIGHT: 15px; 
	DISPLAY: block; 
	PADDING-LEFT: 6px; 
	BACKGROUND: url(../../../default/images/righttab.gif) no-repeat right top; 
	FLOAT: left; 
	PADDING-BOTTOM: 6px; 
	COLOR: #26435F; 
	PADDING-TOP: 5px; 
	TEXT-DECORATION: none
	font-face: Verdana;
}
#headertab A {
	FLOAT: none
}
#headertab A:hover {
	COLOR: #333
}
#headertab .currenttab {
	BACKGROUND-IMAGE: url(../../../default/images/lefttab_on.gif);
}
#headertab .currenttab A {
	BACKGROUND-IMAGE: url(../../../default/images/righttab_on.gif); 
	PADDING-BOTTOM: 6px; COLOR: #333;
}


/* Imported Styles
----------------------------------------------- */
@import url("../../../default/style/base.css");


/* IE5/Mac Only Styles
   Uses the IE5/Mac Band Pass Filter
----------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/



/* Tables
----------------------------------------------- */
th, td {
  text-align:left;
  vertical-align:top;
  }
.highlt th, .highlt td {
  background:#ffc;
  }
.highlt th {
  color:#c00;
  }

.bannerTable {
	background-image:url("../../../default/images/smoke-bg.jpg");
}


/* IE5/Win Only Styles
   Uses the Mid Pass Filter
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('../../../default/style/ie5win.css'); /*";}
}/* */


/* Implementation
----------------------------------------------- */
body {
  background-image:url("../../../default/images/bg_pg_wgray.gif");
  background-color:#000;
  }
#titleTable
{
	margin:0px;
}  
.container {
  background:#fff url("../../../default/images/bg_col_ms_shade.gif") repeat-y 0 0;
  border-color:#776;
  }
a {
  color:#358;
  border-color:#579;
  }
a:visited {
  color:#358;
  border-color:#579;
  }  
a:hover {
  color:#933;
  border-color:#b55;
  }
#header {
  background-position:0 0;
  }
#subcol {
  color:#554;
  }
#nav {
  border-color:#233;
  background-color:#667777;
  background-image:url("../../../default/images/bg_hdr_1092.jpg");
  }
#nav a, #nav strong {
  border-color:#233;
  }
#nav a, #nav strong, #nav #current a strong {
  color:#9aa;
  }
#nav a:hover {
  background-image:url("../../../default/images/bg_navshadow_455.gif");
  background-color:#455;
  color:#fff;
  }
h1 {
  border-bottom-width:0;
  color:#566;
  }
h2, h2 a, h2 a:visited {
  color:#b95;
  }
#cnav, #footer p {
  background-color:#677;
  position: relative;
  margin: 0 auto;
  font-size: 0.8em; 
  text-align : left;
  color:#b74;
  }
#cnav a, #footer p, h1 a, h1 #parentlink, h1 a:visited  {
  color:#abb;
  }
#cnav a:hover {
  color:#eee;
  }
#nav a:hover {
  background-image:url("../../../default/images/bg_navshadow_455.gif");
  background-color:#455;
  color:#fff;
  }
ul.offsite li, cite.offsite {
  background-image:url("../../../default/icon_offsite_red.gif");
  }

#footer, #footer p {
  border-color:#233;
  }
#footer a, #footer a:visited {
  color:#abb;
  border-color:#99a;
  }
#footer a:hover {
  color:#eee;
  border-color:#cdd;
  }
tr.breadcrumb {
  background-color:#EEEEDD;
  }
tr.separator {
  background-color:#CCCCBB;
  }
a.btnlink, a.btnlink:active, a.btnlink:visited, a.btnlink:link, a.btnlink:hover  img {
  margin:0;
  padding:0;
  position:relative;
  border-width:0;
  text-decoration: none;
  white-space:nowrap;
  }
div.pictureRow.a, div.pictureRow.a:active, div.pictureRow.a:visited, div.pictureRow.a:link, div.pictureRow.a:hover  img {
  margin:0;
  padding:0;
  position:relative;
  border-width:0;
  text-decoration: none;
  white-space:nowrap;
  }
 .sizesetting 
 {
	font-size:smaller;
 }