body{
	padding: 0px;
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url("http://images.xango.com/new_pattern_bg.jpg");
	background-repeat: repeat-x;
	background-color: #ff7701;
	text-align: center;
color: #3b3b3b;	
}
#header{
	background-image: url("http://images.xango.com/metalBox_02_template_longer.gif");
	background-repeat: repeat-y;
	padding: 10px 0 20px 0;
}
#pattern{
	margin-left: 15px;
	padding:10px 0 0 0;
}
#patternEnd{
	margin-left: -10px;
	padding:0 0 0 5px;
}
#title{
	font-size: 18px;
	/*padding: 0 0 10px 40px;*/
	color: #F90;
	margin-bottom: 6px;	
}
#wrapper{
	width: 701px;
	margin: 0 auto;
	text-align: left;
	/*margin-left: auto;
	margin-right: auto;*/
}
#box{
	width:700px;
	margin-top: 12px;
	margin-left: 0px;
}
#boxTop{
	width: 700px;
	height: 18px;
	background-image: url("http://images.xango.com/metalBox_00_longer.gif");
}
#boxBottom{
	padding: 0;
	width: 700px;
	height: 40px;
	background-image: url("http://images.xango.com/metalBox_04_template_longer.gif");
}
#content{
	background-image: url("http://images.xango.com/metalBox_03_template_longer.gif");
	background-repeat: repeat-y;
	width: 700px;
	min-height: 40px;
	margin: 0;
	padding: 0 0 0 0;
}
#content ul{
	padding-right: 30px;
	line-height: 20px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #3B3B3B;
}
#content li{
	list-style-type: none;
	background-image: url("http://images.xango.com/list_dot.gif");
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#items{
	margin: 0 20px;

}
#formleftmargin{
	margin-left: 10px;
}
#btmNav {
	padding: 8px 40px 8px 40px;
	text-align:center;
}

.article,.articleLast{
	margin: 0 20px 20px 20px;
	padding-left: 15px;
}

.article table tr td{
	font-size:12px;
}

.articleLast table tr td{
	font-size:12px;
}
#btmNav a:link, #btmNav a:visited {
	padding: 0 15px 0 0;
	color:#50B0D1;
	text-decoration: none;
}
#btmNav a:hover {
	color:#721200;
}
#footer{
	width: 700px;
	height: 55px;
	clear: both;
	display: block;
	padding: 0 0 5px 0;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align:center;
}
#footer p{
	color:#F90;
	font-size:9px;
}

#breadcrumb{
	padding-bottom: 0 0 0 0;
	font-size: 8pt;
	color:#959292;	
	height: 21px;
	text-align: right;
	vertical-align: middle;
	width: 670px;
	margin: 0 10px 0 0;
}


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
font:100% verdana,arial,sans-serif;
padding: 0;
color: #3b3b3b;
}

form fieldset {
/ * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
border-color: #000;
border-width: 1px;
border-style: solid;
padding: 10px;        /* padding in fieldset support spotty in IE */
margin: 0;
}

form fieldset legend {
font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
								 /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
display: block;  /* block float the labels to left column, set a width */
float: left; 
width: 150px; 
padding: 0; 
margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
text-align: right;
color: #3b3b3b;
}

form fieldset label:first-letter {		/* use first-letter pseudo-class to underline accesskey, note that */
text-decoration:underline;  			  	/* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
																			/* pseudo-class on legend elements, but do support it on label elements */
																			/* we instead underline first letter on each label element and accesskey */
																			/* each input. doing only legends would  lessens cognitive load */
																			/* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
										/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
width:auto;      		/* set width of form elements to auto-size, otherwise watch for wrap on resize */
margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
											label aligns textarea better in IE */
}

form input#reset {
margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
display: block;
margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
padding: 1px 3px;
font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
-->

h1, h2, h3, h4, h5, h6 {
	color: rgb(255, 153, 0);
}

/*=============================

Messages and Alerts!!!

==============================*/

div.message {
		background-color: #99ccff;
		background-image: url('http://images.xango.com/icons/information.png');
		background-repeat: no-repeat;
		background-position: 4px 4px;
		border-top: 2px solid #3399cc;
		border-bottom: 2px solid #3399cc;
		text-align: center;
    line-height: 115%;
		margin: 10px auto;
		padding: 5px 20px;
		padding-left: 40px;
		min-height: 50px;
		width: 400px;
}

* html div.message,  {
		padding: 20px 20px 20px 35px;

}

* html div.error,  {
		padding: 20px 20px 20px 50px;

}

div.error {
		background-color: #ff6666;
		background-image: url('http://images.xango.com/icons/important.png');
		background-repeat: no-repeat;
		background-position: 4px 4px;
		border-top: 2px solid #ff0066;
		border-bottom: 2px solid #ff0066;
		text-align: center;
    line-height: 115%;
		margin: 10px auto;
		padding: 5px 20px;
		padding-left: 40px;
		min-height: 50px;
		width: 400px;
}

p.errorList {
	color: #3b3b3b;
	font-weight: bold;
}

/******************************************
ZEBRA STRIPES
*****************************************/

table{
		border: 1px solid #666;
		width: 600px;
		margin: 0 auto;
		font-weight: bold;
		
	}
	tr td{
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		background: #fff;
		
	}
	tr td a, tr td a:visited {
		text-decoration: none;
		color: blue;
	}
	thead td{
		color: #fff;
		background-color: #CCCCCC;
		font-weight: bold;
		border-bottom: 1px solid #999;
	}
	tbody td{
			border-left: 1px solid #D9D9D9;
	}
	tbody tr.even td{
		background: #eee;
	}
	tbody tr.selected td{
		background: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	tbody tr.ruled td, tbody tr.ruled td a{
		color: #FFF;
		background-color: #3d80df; 
		border-color:#3292FC;
		
	}
	tbody tr.ruled td a{
		text-decoration: underline;
	}
	
	/* Opera fix */
	head:first-child+body tr.ruled td{
		background-color: #3d80df; 
	}
	
	a.emailLink {
		padding-left: 20px;
		background-image: url(http://images.xango.com/icons/email.gif);
		background-position: left top; 
		background-repeat: no-repeat;
	}
	
	a.distWebsite {
		padding-left: 18px;
		background-image: url(http://images.xango.com/icons/browser_omniweb.gif);
		background-position: left top; 
		background-repeat: no-repeat;
	}

/******************************************
COMP PLAN TABLE COLORS
*****************************************/
.cellbg_gray {color:#999999;background-color:#e5e5e5;}
.cellbg_orange {color:#ffffff;background-color:#FF9900;}
.cellbg_darkgray {color:#ffffff;background-color:#999999;}
.cellbg_white1 {color:#999999;background-color:#ffffff;}
.cellbg_white2 {color:#FF9900;background-color:#ffffff;}


