﻿/*********************/
/* BASIC */
/*********************/

.txtBox1
{
	font-size: 10px;
	color: ButtonFace;
}

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	Xbackground-color: Blue;
	background: url(../images/bkgrndMain.jpg) repeat left bottom;
	background-color:F5F5F5;

	Xbackground:url(../images/testing/MarkEarlyStuff1_A.jpg) no-repeat top center;
	Xbackground: #334477 url(../images/bkgrndMain.jpg) repeat-x;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	Xbackground: url(../images/contentBox_001.jpg) repeat-x left middle;
	position: relative;
	Xborder: 1px solid red;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	Xposition: absolute;
	Xtop: 55px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: url(../images/header001.jpg) no-repeat left top;
	height: 48px;
	Xborder: solid 1px Red;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	margin: 0px;
	padding: 10px;
	list-style: none;
	font-size: .9em;
	border-top: 1px dotted #294E56;
	border-right: 1px dotted #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 0px;
	border-bottom: 1px dotted #294E56;
	color: #73AFB7;
	line-height: 96%;
	Xbackground: #FFFFFF url(../images/bg/bg_link.png) no-repeat right top;
	background-image: url(../images/admin/navL1_blank-on.gif);
	width:100%;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.6em;
}
Xh2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(images/bg/bg_h2.gif) repeat-x left bottom;
}


/*********************/
/* FOOTER */
/*********************/

.extender 
{
	background-image: url(..images/Barcode.ico);
	width: 10px;
	height: 10px;
	background-color: Red;
}


/*********************/
/* AJAX TABS */
/*********************/
.tabs1
{
	border: solid 3px red;
	height: 140px;
	width: 200px;
	background-color: Red;
}

XXspan 
{
	background-color: Red;
}

.XmyClass
{
	Xbackground-image: url(..images/external.gif);
	background: black url(../images/admin/navL3_blank-off.gif) no-repeat left top;
}

x#legacyCDCFrame2
{
	position: relative;
	border: 1px solid red;
	float:none;
	margin-left: 300px;
	margin-right: 200px;
	background-color:Gray;	
}

#navDocList
{
	height:225px;
	Xwidth:125px;
	overflow:auto;
	Xbackground-color:Red;
}

#navDocList table
{
	Xborder: solid 1px Red;
	Xbackground: url(../images/admin/navL3_blank-on.gif) no-repeat left top;
	width:100%;
}

#navDocList tr
{
	border: solid 1px Yellow;
	Xbackground: url(../images/admin/navL3_blank-on.gif) no-repeat left top;
	Xwidth:100%;
	height:18px;
}

#navDocList li
{
	color:Black;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10px;
	background: url(../images/admin/navL3_blank-off.gif) no-repeat left top;
	margin:0px;
}

#navDocList a
{
	color:Black;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10px;
	background: url(../images/admin/navL3_blank-off.gif) no-repeat left top;
	margin:0px;
}

#navDocList a:hover
{
	color:Red;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10px;
	background: url(../images/admin/navL3_blank-on.gif) no-repeat left top;
	margin:0px;
}