/* CSS Document */
/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/
/*
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #F8F7F5;
	text-align: center;
}*/
body{
	font:12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	margin:0px 0px 0px 0px;
	margin:0px;
	
}
.noerrtxt {
	font:1em/1.2 Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: green;
}
.errtxt {
	font:1em/1.2 Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
}

.editable:hover {
	color:#000000;
	background-color: #ffffd3;
 }
 .clear{
	clear:both;
}
/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; }
.leftmargin {
	margin-left: 2px;
}
.leftmargin10 {
	margin-left: 10px;
}
.leftmargin20 {
	margin-left: 20px;
}
.leftmargin40 {
	margin-left: 40px;
	}
.leftmargin60 {
	margin-left: 60px;
	}

.rightmargin {
	margin-right: 2px;
}
.rightmargin10 {
	margin-right: 10px;
}
.topmargin {
	margin-top: 2px;
}
.topmargin10 {
	margin-top: 10px;
}
.topmargin14 {
	margin-top: 14px;
}
.bottommargin {
	margin-bottom: 2px;
}

.bottommargin5 {
	margin-bottom: 5px; 
}

.bottommargin10 {
	margin-bottom: 10px;
}
.allmargin {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
.allmargin5 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.allpadding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.leftpadd {
	padding-left: 5px;
	}
.rightpadd {
	padding-right: 5px;
	}

.blkborder{
	border:1px solid black;
}
/*Made these to view div's better will remove after development is over */

.bluborder{
	border:1px solid blue;
}
.redborder{
	border:1px solid red;
}
.greenborder {
	border: 1px solid #009900;
	}
.pinkborder {
	border: 1px solid #FF0099;
}
.purpleborder {
	border:1px solid #9428FF;
}
.whiteborder {
	border:1px solid #FFFFFF;
}

.grayborder {
	border:1px solid #CCCCCC;
}

.bgblue {
background-color:#A1C6DA;
}
.bgwhite{

background:#ffffff;
}

.bghigh{
background:#D7B5B8;
}

.bgmed{
	background:#ADADC0;
	}
	
.bglow{
	background:#BACFBB;
	}
.bggrey{

background: #CCCCCC;
}
.bgltgrey{
	background: #E5E5E5;
	}
.bgdkblue{
background:#0083C1;
}
.bggreen{
background: #00CE43;
}
.bgyellow {
background: #FFFF00;
}
.bgpink {
background:#ff3366;
}
.bgred {
background:#FF5555;
}
.bgorange {
background:#FF8B3E;
}

/*-------------------------------------------------
SITE MAP
-------------------------------------------------*/
#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	
}

#sitemap li {
	list-style-type: none;
	margin-bottom:2px;
	margin-left: 10px;
}
#sitemap ul {
	margin-top:2px;
	margin-left: 10px; /* FF Needs to be 20px, but whadda do*/
}
ul#sitemap > li {
	margin-bottom: 10px;
}

#sitemap ul li {
	list-style-image: url(images/12_normal.gif);
}

#sitemap ul ul li {
	list-style-image: url(images/13_normal.gif);
}

#sitemap ul li.firstfollow {
	list-style-image: url(images/12_first_follow.gif);
}

#sitemap ul li.firstnofollow {
	list-style-image: url(images/12_first_no_follow.gif);
}

#sitemap ul li.last {
	list-style-image: url(images/12_last_item.gif);
}

#sitemap ul ul li.firstfollow {
	list-style-image: url(images/13_first_follow.gif);
}

#sitemap ul ul li.last {
	list-style-image: url(images/13_last_item.gif);
}
/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
.headerimgh4 {font-weight:bold;

		color:#000;

		padding:4px;

		margin:10px 0 10px 0;

		font-size:14px;

		background-image:url('images/bg-h3.gif');

		background-repeat:repeat-x;

		text-transform:capitalize;}

.cntrdiv {
	width:98%;
	margin-right:auto;
	margin-left:auto;

	margin-top:0px;
	padding:0px;
	}
.btmbrdrnosp {
	border-bottom: 1px dashed #c0c0c0;
	margin-bottom: 10px;
}
.btmbrdr {
	border-bottom: 1px dashed #c0c0c0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.btmbrdrsolid {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
.btmbrdrsolidnosp {
	border-bottom: 1px solid #333333;
}

.topbrdr {
	border-top: 1px solid #333333;
	margin-top:10px;
	}
.topbrdrnosp {
	border-top: 1px solid #333333;
	}
.rightbrdr {
	border-right: 1px solid #333333;
	}
.rightbrdrgray {
	border-right: 1px solid #CCCCCC;
	}
.leftbrdr {
	border-left: 1px solid #333333;
	}

.list1 {
	font-weight: normal;
	list-style-image: url(images/blt1.gif);
	
}
.rttxt{ 
	text-align: right;
	} 

.bld {
	font-weight: bold;
}	

.lfttxt{
	text-align: left;
	}
	
.ctrtxt{
	text-align: center;
	}
.h5perc{
	height:5%;
	}
.h10perc{
	height:10%;
	}
.h20perc {
	height:20%;
	}


.a100perc{
	width:100%;
}
.a99perc{
	width:99%;
}
.a98perc{
	width:98%;
}
.a97perc{
	width:97%;
}
.a96perc{
	width:96%;
}
.a95perc{
	width:95%;
}
.a90perc{
	width:90%;
}
.a85perc{
	width:85%;
}
.a80perc{
	width:80%;
}
.a75perc{
	width:75%;
}
.a70perc{
	width:70%;
}
.a66perc{
	width:66%;
}
.a65perc{
	width:65%;
}
.a60perc{
	width:60%;
}
.a55perc{
	width:55%;
}
.a50perc{
	width:49%;
}
.a45perc{
	width:44%;
}
.a40perc{
	width:39%;
}
.a35perc{
	width:34%;
}
.a33perc{
	width:33%;
}
.a32perc{
	width:32%;
}
.a30perc{
	width:30%;
}
.a27perc{
	width:26%;
}
.a25perc{
	width:24%;
}
.a20perc{
	width:19%;
}
.a15perc{
	width:14%;
}
.a12perc{
	width:11%;
}
.a10perc{
	width:9%;
}
.a6perc{
	width:5%;
}
.a5perc{
	width:4%;
}
.flft{
	float:left;
}
.flrt{
	float:right;
}

input { padding: 3px; }

span.help {
  font-size: 10px;
  color: #666;
}

a {text-decoration: underline; padding: 1px; font-size: 12px;}
a:link { color: #0000FF; }
a:visited { color: #551A8B; }
a:hover { color: #000; text-decoration: none; }


a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

span.admin {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

a.admin:link, a.admin:visited {
	color: #000088;					/* Was Red #f00 These have to be blue because we have to be all ugly like Jakob Neilsen per KEL*/
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}
a.admin:active {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	}

a.adminfull:link, a.adminfull:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a.admin:hover, a.adminfull:hover { color: #fff; background: #3F8BB2; }

a.black:link, a.black:visited {
	color: #000;
}

a.black:hover {
	color: #fff;
	background: #000;
}

a.anchor:link, a.anchor:visited, a.anchor:hover {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	
}

form {
	margin: 0;
	padding: 0;
	font: Verdana, Arial, Helvetica, sans-serif;	
}

p {
	font-size: 12px;
	line-height: 16px;
}

p.submit,
div.submit {
  color: #666;
  font-size: 11px;
}

p.submit input {
  vertical-align: middle;
}

div.submit {
  border-top: 2px solid #000;
  padding: 8px 0 12px 0;
  text-align: center;
}

div.submit input {
  font-size: 14px;
}

.img {
	border: 3px solid #A1C6DA;
	margin: 15px;
	}

.small {
	font-size: 10px;
	line-height: 13px;
	}

.x-small {
	font-size: 9px;
	line-height: 11px;
	}
.workorderfont {
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
blockquote {
	font-size: 11px;
	color: #666;
	margin: 20px;
}

ol, ul, li {
	margin: 0;
	padding-left: 20;		/* Changed so lists will be indented a little */
	
}

ul li {
	list-style-image: url(images/arrowList.gif)
} 


li {
	font-size: 11px;
	line-height: 13px;
	padding: 1px 0;
}

li img {
	padding-right: 3px;
}

h1 {
	font-family: "Lucida Grande", arial, sans-serif;
	padding: 0;
	border-bottom: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

h1.blankslate {
	background: #ff6;
	color: #000;
	margin-bottom: 10px;
	padding: 5px;
	margin-left: -5px;
}

h1.blankslate a {
	color: #f00;
}

h1.blankslate a:hover {
	background-color: #000;
	color: #fff;
}

p.blankslate {
  font-size: 14px;
  color: #000;
  padding: 5px;
  margin: 0 0 10px 0;
}

p.blankslate strong {
  background: #ff6;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0px;
	color: #000;
	font-size: 14px;
	padding: 0;
}

h2.subheader {
	padding: 0 0 2px 20px;
	margin: 15px 0 5px 20px;
	font-size: 12px;
	border-bottom: 1px solid #000;
	color: #000;
}

h3 {
	margin: 20px 0 0 0;
	color: #333;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 14px;
	padding: 0;
}

.smallnote {
	font-size: 10px;
	color: #999;
	font-weight: normal;	
}

.light {
	font-weight: normal;
}

.lightgray {
	font-weight: normal;
	color: #666;
	font-size: 9px;
}

.lightgray a:link, .lightgray a:visited {
	color: #999;
	background: inherit;
	text-decoration: underline;
}

.lightgray a:hover {
	color: #fff;
	background: #000;
}

.smallgray {
  font-weight: normal;
  color: #666;
  font-size: 10px;
}

.smallgray a:link, .smallgray a:visited {
  color: #666;
  background: inherit;
  text-decoration: underline;
}

.smallgray a:hover {
  color: #fff;
  background: #000;
}

.highlight {
	background-color: #ffc;
}

td, th {
	padding: 3px;
	text-align: left;
}

.bigger {
	font-size: 12px;
}

.red {
	color: #c00;
}

.blue {
	color: #06c;
	}
	
.green {
	color: #390;
	}


code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: 80%
	}

.spiritTxtField {
    background-color: #3F8BB2;
    border-color: none;
    border-style: beveled; /*also beveled, double, ridge, and solid */
    border-width: 1;
    color: #FFFFFF;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
	cursor: pointer;
}

.spiritField {
    background-color: #999999;
    border-color: #CCCCCC;
    border-style: solid thin; /*also beveled, double, ridge, and solid */
    border-width: 1;
    color: #000000;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
}


.whField {
    background-color: #000000;
    border-color: gold;
    border-style: solid; /*also beveled, double, ridge, and solid */
    border-width: 1;
    color: gold;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
}

.whTxtField {
    background-color: #ffffff;
    border-color: none;
    border-style: solid thin; /*also beveled, double, ridge, and solid */
    border-width: 1;
    color: #000000;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
}
	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 105%; 
	}

.PrivateMessage, .Privatetodo, .PrivateWriteboard {
	padding: 0px 0px 3px 0px;
	margin-bottom: 20px;
}

.PrivateMessage, .PrivateWriteboard {
	background: url(images/private-back-red.gif) #fff;
}

.PrivateWriteboard {
  margin-bottom: 0;
  padding: 10px;
	border-left: 5px solid #BC0001;
}

.ClientMessage {
	padding: 0px 0px 3px 0px;
	margin-bottom: 20px;
}

div.ClientMessage div.Post {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-left: 5px solid green;
}

.Privatetodo {
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 15px;
	padding-left: 10px;
	border-left: 5px solid #BC0001;
	background: url(images/private-back-red.gif) #fff;
}

div.PrivateMessage div.Post {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-left: 5px solid #BC0001;
}

img.privatebug {
	padding: 5px;
}

.fieldWithErrors {
  background: red; padding: 2px;
}

/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/

#Wrapper {
  padding: 0 23px 0 30px;
  margin: 0 auto;
  float: left;  			/* This has to be here for Firefox to work properly */
}

* html #Wrapper {  /* This is the IE hack */



width:expression((document.body.clientWidth<=850)?'850px':'auto');

	 }

	
.Container {
	margin: 12px auto 0 auto;
	text-align: center;
	min-width: 750px;
	
	}

.ClearAll {
	padding: 0px;
	clear: both;
	font-size: 0px;
	}

#ContentFrame, #DashContentFrame, .ContentFrame {
	margin: 0;
	padding: 0px 0;
	width: 100%;
	text-align: left;
	/*position: relative;*/
	float: left;
	
}

/* For right sidebar and footer */
table.layout {
	
  border-collapse: collapse;
  width: 100%;
}

table.layout td.left,
table.layout td.right {
  vertical-align: top;
  padding: 0;
  
}

table.layout td.left {
  width: 70%;
  
}

table.layout td.right {
  width: 30%;
}

.Left {
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	width: 65%;
	float: left;
	border: 3px solid #A1C6DA;
	/*padding: 15px 50px 10px 20px;*/
  	background: #F1F1F1 ;
	}

.Left_WO {
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	width: 75%;
	float: left;
	border: 3px solid #A1C6DA;
	/*padding: 15px 50px 10px 20px;*/
  	background: #F1F1F1 ;
	}
	
.Full {
	margin: 0 20px 0 20px;
	padding: 0;
	text-align: left;
	width: 90%;
	float: left;
	border: 3px solid #A1C6DA;
	/*padding: 15px 50px 10px 20px;*/
  	background: #F1F1F1 ;
	}
div.RightDash {
	width: 70%; /* was 75% */
	text-align: left;
	margin: 0;
	padding: 0;
	/*position: absolute;*/
	float: left;
}

.Right {
	margin: 0px 0 0 10px;
	padding: 0;
	text-align: left;
	/*position: absolute;*/
	float: left;
	width: 30%;
	border: 3px solid #CCC;
	 background: url(images/bottom-bg.gif) top right no-repeat;	}
	 
.Right_WO {
	margin: 0px 0 0 10px;
	padding: 0;
	text-align: left;
	/*position: absolute;*/
	float: left;
	width: 20%;
	border: 3px solid #CCC;
	 background: url(images/bottom-bg.gif) top right no-repeat;	}

.SecondRight {
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
	/*position: absolute;*/
	float: left;
	width: 30%;
	border: 3px solid #CCC;
	 background: url(images/bottom-bg.gif) top right no-repeat;	}
table.layout td.left div.Left,
table.layout td.right div.Right {
  width: auto;
  float: none;
 
}


div.LeftDash {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 30%; /* was 25% */
	float: left;
	  
}


#Footer {
	width:65%;
	clear: left;
	font-size: 9px;
	color: #666;
	margin: 4px 0 20px 20px;
	text-align: center;
	padding-bottom: 15px;
}

#Footer a:link, #Footer a:visited {
	font-size: 9px;
	color: #666;
}

#Footer a:hover {
	color: #fff;
	background: #666;
	font-size: 9px;
}


/*-------------------------------------------------
HEADER
-------------------------------------------------*/

#Header {
	height: 75px; /* height of logo 6.9em gif + 10px */
   /* background: #90BDD2;*/  /*url("images/head_bg.png");*/
	/*padding: 0.5em 0;*/
	background:url(images/headernew.jpg) no-repeat;
	padding-left: 10pt;   /* Space on left of Header text */
	text-align: left;
	font-size: 18px;    /*should be 18px got messed up once and it messes up the image */
	padding-top: 10pt;
		}	
#hrHeader{
height: 85px; /* height of logo 6.9em gif + 10px  Had to make this HR part 85 not 75 for IE.  Seems to work in all browsers now.*/
   /* background: #90BDD2;*/  /*url("images/head_bg.png");*/
	/*padding: 0.5em 0;*/
	background:url(images/headernew.jpg) no-repeat;
	padding-left: 10pt;   /* Space on left of Header text */
	text-align: left;
	font-size: 18px;    /*should be 18px got messed up once and it messes up the image */
	padding-top: 10pt;
}


#Header h1 /* client name */ {
	
	font-size: 18px;
	color:#000000;
	text-align:left;
	height: 75px;
	top: 26px;
	left:74px;
	background: none;
	/*padding: 0 0 10px 0;
	margin: 7px 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	color: #fc0;
	text-align: left;*/
	
	}	

#Header h1 span /* project name */ {
	/*padding: 0 0 7px 0;
	margin: 0 0 5px 32px;*/
	
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: none;
	font-family: "Lucida Grande", arial, sans-serif;
	}	

#Header h3 {
	
	
	padding: 0 30px 0 32px;
	margin: 7px 0 0 0;
	font-size: 9px;
	font-weight: normal;
	font-family: verdana;
	text-align: left;
}

#Header h3.global {

  position: relative;
  float: right;
  text-align: right;
  width: 300px;
}

#Header h3 span#floatright {
  text-align: right;
  width: 300px;
  position: relative;
  float: right;
}

#Header h3 span.pipe {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#Header h3 a.current {
	font-weight: bold;
	text-decoration: none;
}

#fresh_all {
	position: relative;
	margin: 0;
	/*order-bottom: 1px dotted #ccc;*/
	height: 1%;
		}
#fresh_all h2 {
	padding: 0 0 2px 0;
	margin: 0;
	/*border-bottom: 1px dotted #ccc;*/
	}
	

/*---------------------------------------------
Tabs of Love
----------------------------------------------*/

/* Background image repeated horizontally*/
#tabs {
      float:left;
      width:100%;
      background: url("images/bg2.jpg") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
	  
#tabs ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }

#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }

/* Left image of tabs, small so tabs will expand */
#tabs a {
      float:left;
      background:url("images/INV_left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #000000;
      text-decoration:none;
      }
	  
/* Right Image of tabs. Color of words on tabs not selected */
#tabs a span {
      float:left;
      display:block;
      background:url("images/INV_right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#000000;
      }
	  
/* Because IE sucks Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

/* Not sure what this does, nothing changes when I change the color, probably some stupid IE thing */
#tabs a:hover span {
      color:#333;
      }

#tabs #current a {
      background-position:0 -150px;
      border-width:0;
      }

/* font color of selected tab */	  
#tabs #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#006699;
      }
	  
#tabs a:hover {
      background-position:0% -150px;
      }
	  
#tabs a:hover span {
      background-position:100% -150px;
      }
/*---------------------------------------------------
End Top Tabs stuff
----------------------------------------------------*/




/*-------------------------------------------------
SECTION HEADER
-------------------------------------------------*/

.SectionHeader {
  padding-top: 0px;
	margin: 0 0 30px 0;
}

div.Left .SectionHeader,
div.Full .SectionHeader {
  text-align: center;
}

.dashboard .Left .SectionHeader { /* latest activity */
  margin-bottom: 10px;
}

.dashboard .Left .col,
.overview .Left .col {
	padding-right: 28px;
}

.dashboard .Right .SectionHeader { /* Your Projects */
  margin-bottom: 20px;
}

span.SectionDescription {
	font-weight: normal;
	color: #666;
}

.SectionHeader h1 /* title of the page */ {
	padding-bottom: 2px;
	/*border-bottom: 1px solid #666;*/
	margin: 0;
	font-size: 16px;
	color: #000;
	background: #A1C6DA;
}

.ContextHeader {
  text-align: center;
  margin: 0 0 15px 0;
}

.ContextHeader h1 {
  margin: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
	font-size: 16px;
	color: #000;
  font-size: 12px;
}

.ContextHeader h1 span.private {
  color: #fff;
	background: #BC0000;
  font-weight: normal;
  padding: 0 3px;
}

.ContextHeader h1 a {
  font-weight: normal;
  font-style: italic;
}

.SectionHeader h3,
.ContextHeader h3 {
	font-family: verdana;
	padding: 12px 0 0 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.SectionHeader h3 img {
  vertical-align: middle;
}

.SectionHeader div.ActionButton {
	background: #fff;
	border-top: none;
	float: right;
	padding: 3px 0 0 0;
	margin: 0;
}

.SectionHeader div.ActionButton {
	font-size: 10px;
}

.SectionHeader h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	color:#000000;
	border-bottom: 1px dotted #999;
}


/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

.Sidebar h1, .Sidebar h1.late {
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #666;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #000;
}

.Sidebar p {
  font-size: 11px;
  line-height: 14px;
}

.Sidebar h1.late {
	padding-top: 0;
	border-bottom: 1px solid #c00;
	color: #c00;
}

.Sidebar p.incategory {
	margin-top: 0;
	background: #ececec;
	padding: 4px;
}

.Sidebar p.incategory a {
	display: block;
}

.Sidebar h2, .Sidebar h2.border {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 3px 0;
	padding: 0;
	border: none;
}

.Sidebar h2.border {
	border-bottom: 1px solid #d5d5d5;
}

.SidebarPosts li {
	font-size: 10px;
	color: #666;
  margin-bottom: 4px;
}

.SidebarPosts h1 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	border: none;
}

.SidebarPosts h2 {
	color: #666;
	font-size: 11px;
	margin-bottom: 5px;
}

.SidebarPosts h3 {
	color: #999;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
}

.SidebarOriginal {
	padding-top: 20px;
}

.SidebarOriginal h1 {
	font-size: 10px;
	border-bottom: none;
	color: #333;
}

.SidebarOriginal p {
	font-size: 10px;
}

.SidebarContact {
	font-size: 10px;
	line-height: 14px;
	color: #333;
	margin: 10px 0 20px 0;
}

.SidebarContact h3 {
	color: #000;
	margin: 0;
	font-size: 10px;
}

#Poster {
	margin-bottom: 30px;
}

.Sidebar ol {
	padding-left: 20px;
}


.Sidebar ul li {
	list-style: none;
	padding: 0 0 3px 0;
	margin-left: 0;
}

/*-------------------------------------------------
LOGIN DIALOG BOX
-------------------------------------------------*/

#loginFirstTime {
	text-align: left;
}

#loginFirstTime h1 {
    margin-bottom: 15px;
    font-size: 14px;
    color: green;
    border-bottom: 1px solid #ccc;
}

#loginFirstTime h2 {
    font-size: 12px;
    margin: 0;
    padding: 0 0 1px 0;
}

#loginFirstTime p {
    font-size: 11px;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 14px;
}

/*-------------------------------------------------
SIGNUP
-------------------------------------------------*/

#Listform ol {
	padding: 0;
	margin: 0 0 0 20px;
}

#Listform ul {
	padding: 0;
	margin: 0 0 0 5px;
}

#Listform li {
	border-top: none;
	font-size: 13px;
	font-family: "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0 0 30px 0;
	color: #090;
}

#Listform ol li {
	list-style: decimal;
}

#Listform li div {
	color: #333;
	background: #f0f0f0;
	margin: 0;
	margin-top: 3px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
}

#Listform li div.upgrade {
	color: #333;
	background: #ffc;
	margin: 0;
	margin-top: 3px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
}

#Listform ul li div {
	/* padding: 3px 3px 3px 0; */
}

#Listform li table th {
	text-align: right;
	font-weight: normal;
}

#Listform li div p {
	margin: 0;
	padding: 0;
}

#Listform li div p + p {
	margin-top: 15px;
}

#Listform li div p + p.Checkbox {
	margin: 5px 0;
}

#Listform li div.help {
	color: #666;
	background: #fff;
	padding: 2px 0;
}

#Listform li div.helplong {
	color: #666;
	background: #fff;
	width: 470px;
	padding: 2px 0;
}


#Listform li table.NewLink th {
	text-align: left;
	font-weight: bold;
}

#Listform li table.NewLink td input.textfield {
	width: 250px;
}

#Listform li h1 {
	font-size: 14px;
	color: #090;
	margin-bottom: 0px;
}

#Listform li h2 {
	font-size: 14px;
	color: #333;
	margin-bottom: 0px;
	padding: 0;
	margin: 0;
}

#Listform li.action {
	border-top: 2px solid #000;
	margin-bottom: 0;
	text-align: right;
	padding-top: 8px;
	font-size: 12px;
}

#TextileHelp {
	color: #666;
}


#TextileHelp table {
	margin-bottom: 0;
}

#TextileHelp table+h3 {
	margin-top: 10px;
}

#TextileHelp table td {
	font-size: 11px;
	padding: 3px;
	vertical-align: top;
	border-top: 1px dotted #ccc;
}

#TextileHelp table td.arrow {
	padding-right: 5px;
	padding-left: 10px;
	color: #999;
}

#TextileHelp table td.label {
	font-weight: bold;
	white-space: nowrap;
	font-size: 11px;
	padding-right: 15px;
	color: #000;
}

#TextileHelp h3 {
	font-size: 13px;
	font-weight: bold;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	color: #c00;
}

#TextileHelp p {
	font-size: 10px;
}

#Listform li ul li {
	font-size: 11px;
	font-family: verdana;
	color: #333;
	font-weight: normal;
	list-style: square;
	margin: 0 0 5px 10px;
}

#Listform li ul li a.admin { /* hack to correct inheritence issue */
	color: #f00;
}

/*-------------------------------------------------
EFFECTS
-------------------------------------------------*/

#fade {
	background-color: #ffff99;
}

#zoomer {
  position: absolute;
  background: #ccc;
  display: none;
}

.inactive {
  opacity: 0.0;
  filter: alpha(opacity: 0);
}

.active {
  opacity: 1.0;
  filter: alpha(opacity: 100);
}


/*-------------------------------------------------
MAIN RIGHT SIDEBAR
-------------------------------------------------*/

div#MainSideBar {
	/*border: 3px solid #ccc;*/
	padding: 5px;
	background: url(images/Intra_background-bluedownfade.jpg) repeat-x #fff;
	
}

div#MainSideBar h1 {
	font-size: 12px;
	color: #000;
	background: #A1C6DA;
	
}

div#MainSideBar h2 {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	color: #000;
	background:#A1C6DA;
}

div#MainSideBar p {
	font-size: 11px;
	line-height: 13px;
	margin: 3px 0 15px 0;
	
}

div#MainSideBar dt {
	font-size: 11px;
	font-weight: bold;
}

div#MainSideBar dd {
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: none;
}

div#MainSideBar dl {
	margin: 5px 0 15px 0;
	padding: 0;
}

/*-------------------------------------------------
SECOND RIGHT SIDEBAR
-------------------------------------------------*/
div#SecondSideBar {
	/*border: 3px solid #ccc;*/
	padding: 5px;
	background: url(images/Intra_background-bluedownfade.jpg) repeat-x #fff;
	
	
}

div#SecondSideBar h1 {
	font-size: 12px;
	color: #000;
	background: #A1C6DA;
	
}

div#SecondSideBar h2 {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	color: #000;
	background:#A1C6DA;
}

div#SecondSideBar p {
	font-size: 11px;
	line-height: 13px;
	margin: 3px 0 15px 0;
	
}

div#SecondSideBar dt {
	font-size: 11px;
	font-weight: bold;
}

div#SecondSideBar dd {
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: none;
}

div#SecondSideBar dl {
	margin: 5px 0 15px 0;
	padding: 0;
}




/*-------------------------------------------------
SETTINGS TAB and SUBNAV
-------------------------------------------------*/

ul#Tabs li a#settings {
	margin-left: 10px;
}

div.settingsnav {
  text-align: center;
	clear: both;
	color: #999;
	font-size: 12px;
	margin: 0px 0 20px 0;
}

div.settingsnav strong {
	color: #000;
}


/*-------------------------------------------------
APPEARANCE
-------------------------------------------------*/

body.appearance div.SectionHeader {
  margin-bottom: 20px;
}

span.swatches {
  font-size: 16px;
  padding: 3px 10px;
}

span.swatches span {
  padding: 0px 10px;
  font-size: 9px;
}

span.swatches span.client {
  padding: 0 10px;
}

table#schemes_and_custom {
  margin: 0 0 15px 0;
}

table#schemes_and_custom td {
  vertical-align: top;
  width: 33%;
  padding: 0 15px;
}

table#schemes_and_custom td#hexplanation {
  text-align: left;
}

table#schemes_and_custom td#hexplanation p {
  font-size: 14px;
}

table#schemes_and_custom td#schemes {
  white-space: nowrap;
  padding-right: 25px;
}

table#schemes_and_custom td#custom {
  white-space: nowrap;
  text-align: right;
}

.Preview {
	background: #e5e5e5;
	margin: 0 0 15px 0;
  border: 1px solid #ccc;
}

.Preview .Header {
  background: #ddd;
	padding: 15px 0 0 15px;
}

p.FauxH1 {
	font-family: "Lucida Grande", arial, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0 0 13px 0;
	font-size: 24px;
	color: #fff;
}

span.FauxH2 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

.Preview ul {
	margin: 0; padding: 0;
	height: 24px;
}

.Preview li {
	margin: 0; padding: 0;
	display: inline;
	list-style-type: none;
	border: none;
}
	
.Preview ul a:link, .Preview ul a:visited {
  float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
  text-decoration: none;
  color: #fff;
  background: #fff;
  border-bottom: 1px solid #fff;
}

.Preview ul a:link.current, .Preview ul a:visited.current {
	background: #e5e5e5 url(images/tab-bg.gif) top repeat-x;
	border: 1px solid #e5e5e5;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
  margin: 0 3px;
}

.Preview ul a:hover {
	color: #fff; background: #fff;
}

.FauxPage {
  background: #fff;
  margin: 12px 0 0 17px;
  padding: 10px;
  font-size: 12px;
}

.FauxPage span {
  color: #fff;
  text-decoration: underline;
}


/*-------------------------------------------------
NEW FOR PROPORTIONAL WIDTH VERSION 
-------------------------------------------------*/

.col {

	padding: 0 20px;
	text-align: left;
}

div.Left .col,
div.Full .col {
	border: 3px solid #A1C6DA;
	padding: 15px 50px 10px 20px;
  background: #F1F1F1 ;
  /*url(images/right-bg.gif) right repeat-y;
 
  /*position: relative;*/
 
}

div.Full .col {
	padding: 15px 30px 10px 20px;
}

div.Left .bottom,
div.Full .bottom,
div.RightDash .bottom {
  background: url(images/bottom-bg.gif) top right no-repeat;
  font-size: 8px;
}

div.Right .col {
	min-width: 200px;
	padding: 0 0 0 9px;
}

div.LeftDash .col {
	padding: 0 20px;
}

div.RightDash .col {
	padding: 0 30px 0 20px;
  background: #fff url(images/right-bg.gif) right repeat-y;
}


/*-------------------------------------------------
LOGIN SCREEN (.login is body class)
-------------------------------------------------*/

.login div.Container {
	width: 463px;			/* Was 500, had to change to fit picture size */
	margin: 60px auto 20px auto;
	min-width: inherit;
}

.login h1 {
	margin-bottom: 20px;
	color:#000000;
}


.login dl {
	margin: 10px 0 0 0;
}

.login p {
	margin: 10px 0 0 0;
}

.login dt {
	float: left;
	width: 85px;   /* Was 80 */
	font-size: 14px;
	line-height: 24px;
	
	
}

.login dd {
	margin: 0 0 5px 90px;
	font-size: 11px;
	line-height: 24px;
	color: #000;
	margin-left: 80px;
}

.login input {
	font-size: 14px;
}

.login dd span {
	color: #ccc;
}

.login input#username {
	width: 300px;
}

.login input#password {
	width: 150px;
	margin-right: 5px;
}

.login input#emailpassword {
	vertical-align: middle;
	margin-right: 5px;
}

.login div.AlertGood,
.login div.AlertBad {
	margin: 10px 0 20px 0;
}
F
.login div#Dialog {
	border: 10px solid #666;
	padding: 15px 20px 10px 20px;
	text-align: left;
	background-image:url(images/login_bg.png);
	background-position:center;	
	background-repeat:no-repeat;
	
/*	background: #d5e6d1;				Inside login box */
}

.login div#SignUp {
	border: 10px solid #CCCCCC;
	padding: 15px 20px 10px 20px;
	text-align: left;
	/*background: #F1F1F1;*/
	background-image:url(images/sign_upbg.jpg);	
	
/*	background: #d5e6d1;				Inside login box */
} 

/*-------------------------------------------------
DOCUMENTS CATEGORY LINKS
-------------------------------------------------*/

div#CategoryList {
	margin-top: 10px;
	font-size: 12px;
}

div#CategoryList a:link.category_link,
div#CategoryList a:visited.category_link {
  position: relative;
  display: block;
  margin: 0 0 1px 0;
  padding: 4px;
  line-height: 16px;
}

div#CategoryList div.category div.operations {
  position: relative;
  margin: 0 0 1px 0;
  width: 75px;
  padding: 4px 0;
  line-height: 16px;
  text-align: right;
  float: right;
  display: none;
}

div#CategoryList div.category img.spinner {
  padding-top: 6px;
}

div#CategoryList div.category img {
  vertical-align: middle;
}

div#CategoryList.editing div.category {
  border-top: 1px solid #ccc;
}

div#CategoryList.editing a:link.category_link,
div#CategoryList.editing a:visited.category_link {
  margin-right: 80px;
}

div#CategoryList.editing div.category div.operations {
  display: block;
}

div#CategoryList a.current:link, 
div#CategoryList a.current:visited, 
div#CategoryList a.current:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	background: #fff;
}



/* Ok another of IE's weirdness I had it as #Flash.bad, but IE did not like that, now everyone is happy with just the class not id. Weeks of my life wasted because of IE */
.bad {
	border-color: #CCCCCC;
	border:outset;
	font-weight:bold;
	color: #FFFFFF;
	background: url("images/alertbad_icon.gif") #c00 left no-repeat;
	}
/*-------------------------------------------------
TEST PROFILE BOX
--------------------------------------------------*/
html {background:transparent}/*
body {background:#fff url(bg.png) repeat-x fixed}
#wrap {
	max-width:50em;
	margin:0 auto;
}
* html #wrap {width:50em}*/



