@charset "utf-8";

/* CSS Document */


 
html, body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}


#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#leftlinks {
	float:left;
	position:relative;
	width: 170px; /* since this element is floated, a width must be given */
	padding: 5px 10px 0 10px; /* top and bottom padding create visual space within this div  */
}

#maintext {
	float:left;
	width: 760px;
	position:relative;
	margin: 10px 0 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}

#footer {
	text-align:left;
	height:160px;
	float:left;
	width:auto;
	padding-left:190px;
	position:relative;/* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.thin-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

.thin-table th, .thin-table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	padding:5px;
}

.basic-table th, .basic-table td {
	border:none;
	padding:2px 0 2px 0;
}

form,  table {
	padding:0;
	margin:0;
}

.spacer {
	width: 100%;
	position:relative;
	float:left;
}

.spacer1 {
	width:auto;
	float:left;
	position:relative;
	background-color:#C6C;
}


.dashboardbox {
	width: 748px;
	border:1px #d7d7d7 solid;
	padding:5px;
	position:relative;
	float:left;
}

.dashboard, .part {
	padding:0;
	margin:0;
	position:relative;
	float:left;
}

br {
	padding:0;
	margin:0;
	line-height:10px;
}

p {
	padding:0;
	margin:0;
	line-height:25px;
}


#header1 {
	width:100%;
	height:30px;
	float:left;
	position:relative;
	overflow:visible;
	background-image:url(images/header1_bg.png);
	background-repeat:repeat-x;
}

#headermenu {
	height:16px;
	float:left;
	position:relative;
	overflow:visible;
	padding:9px 5px 5px 10px;
}

#headerlink {
	height:16px;
	float:right;
	position:relative;
	overflow:visible;
	padding:9px 20px 5px 5px;
}

#header2wrapper {
	width:100%;
	height:63px;
	float:left;
	position:relative;
	overflow:visible;
	background-image:url(images/header2_bg.png);
	background-repeat:repeat-x;
}

#header2left {
	width:424px;
	height:63px;
	float:left;
	position:relative;
	overflow:hidden;
	background-image:url(images/header2_left.jpg);
	background-repeat:no-repeat;
}

#header2right {
	float:left;
	position:relative;
	overflow:hidden;
	text-align:left;
	padding:15px 0 8px 0;
	height:40px;
	width: 526px;
}

#welcome {
	float:left;
	position:relative;
	overflow:visible;
	text-align:left;
	height: 20px;
	padding-top:17px;
	margin-right:20px;
	width: auto;
}

#docusearch {
	float:right;
	position:relative;
	overflow:visible;
	text-align:left;
	padding: 11px 0px 5px 5px;
	background-image:url(images/search_documents.png);
	background-repeat:no-repeat;
	width: 149px;
	height: 40px;
}

#contactsearch {
	float:right;
	position:relative;
	overflow:visible;
	text-align:left;
	width: 149px;
	height: 40px;
	padding: 11px 0px 5px 5px;
	background-image:url(images/search_contact.png);
	background-repeat:no-repeat;
}

#membersHome {
	background-image:url(images/home_button.jpg);
	height:43px;
	width:140px;
	text-align:center;
	padding:22px 0 0 30px;
	float:left;
	position:relative;
}

#menutitle {
	width: 150px;
	height:61px;
	float:left;
	position:relative;
	overflow:hidden;
}

#titleimage {
	width: 59px;
	height:61px;
	float:left;
	position:relative;
	overflow:hidden;
}

#lefttitle {
	width: 81px;
	height:61px;
	float:left;
	position:relative;
	overflow:hidden;
}

#item1 {
	width: 353px;
	height:228px;
	padding:10px;
	float:left;
	overflow:auto;
	position:relative;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}

#item2 {
	width: 353px;
	height:228px;
	padding:10px;
	float:left;
	position:relative;
	overflow:auto;
	margin-left:10px;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}

#item3 {
	width: 353px;
	height:228px;
	padding:10px;
	float:left;
	position:relative;
	overflow:hidden;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}

#item4 {
	width: 353px;
	height:228px;
	padding:10px;
	float:left;
	position:relative;
	overflow:auto;
	margin-left:10px;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}

#itemgraph {
	width: 373px;
	height:248px;
	padding:0px;
	float:left;
	position:relative;
	overflow:hidden;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}

#jargon {
	width:120px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align:left;
	padding: 5px;
	background-image:url(images/right_jargon.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#general_info {
	width:120px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align:left;
	padding: 5px;
	background-image:url(images/right_geninfo.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#new_kit {
	width:120px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align:left;
	padding: 5px;
	background-image:url(images/right_kit.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#df9 {
	width:125px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align:left;
	padding: 5px 0px 5px 5px;
	background-image:url(images/right_df9.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#help {
	width:120px;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align:left;
	padding: 5px;
	background-image:url(images/right_help.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

/*****************************************/
/*** Headers ***/
/*****************************************/
h1 {
	font-size:14px;
	color:#666;
	margin:0;
	padding:0;
	font-weight:bold;
}

h2 {
	font-size:12px;
	color:#666;
	margin:0;
	padding:0; 
	font-weight:bold;
}

h3 {
	font-size:11px;
	color:#666;
	margin:0;
	padding:0; 
	font-weight:bold;
}


/*****************************************/
/*** Styles ***/
/*****************************************/
.itemheader {
	width: 100%;
	float:left;
	position:relative;
	overflow:hidden;
	padding-bottom: 15px;
	font-size: 14px;
}

.textheader1 {
	font-size:10px;
	color:#666666;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
}

.textheader2 {
	font-size:10px;
	color:#999999;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align:left;
}

.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:right;
}

.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding: 10px 0px 0px 0px;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#669900;
	font-weight:bold;
	text-decoration: none;
	width: 156px;
	overflow:visible;
	background-image:url(images/leftmenu1.png);
	background-repeat:no-repeat;
	padding: 1px 0px 0px 14px;
	margin: 0;
}

.itemtext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	overflow: visible;
}

.parttitle {
	font-size:16px;
	font-weight:normal;
	color:#336666;
	width:100%;
}

.profileCol1 {
	width:100px;
	float:left;
	position:relative;
	padding:0 15px 0 0;
	font-weight: bold;
}

.profileCol2 {
	width:auto;
	float:left;
	position:relative;
}

.error {
	font-size:10px;
	color: #F60;
}

input {
}

.button {
	width:90px;
}

/*****************************************/
/*** Styles for links ***/
/*****************************************/
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color:#0099FF;
}

A.menulink {
	cursor: pointer;
}

A.phplinks:link, A.phplinks:visited {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01b5ea;
}

A.phplinks:hover {
	text-decoration: none;
	color:#000000;
}

A.folderName:link, A.folderName:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight:bold;
	text-align:left;
}

A.folderName:hover {
	text-decoration: none;
	color: #01b5ea;
}

A.homemenu:link, A.homemenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#647588;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}

A.homemenu:hover {
	color:#0099FF;
	text-decoration: none;
}

.leftmenu {
	position:relative;
	float:left;
}

A.leftmenu:link, A.leftmenu:visited {
	background-image:url(images/leftmenu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#647588;
	font-weight:bold;
	text-decoration: none;
	width:156px;
	height:20px;
	display:block;
	padding:5px 0 0 14px;
	margin:0;
}

A.leftmenu:hover {
	color:#0099FF;
	background-image:url(images/leftmenu_hover.jpg);
}

A.leftmenu1:link, A.leftmenu1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#669900;
	font-weight:bold;
	text-decoration: none;
}

A.leftmenu1:hover {
	color:#9be702;
}

a.rightmenu11:link, a.rightmenu11:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#01b5ea;
	font-weight:bold;
	text-decoration: none;
}

a.rightmenu11:hover {
	color:#FF6600;
	text-decoration: none;
}

a.rightmenu10:link, a.rightmenu10:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#01b5ea;
	font-weight:normal;
	text-decoration: none;
}

a.rightmenu10:hover {
	color:#999999;
	text-decoration: none;
}
a.bottom:link, a.bottom:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

a.bottom:hover {
	color:#333;
	text-decoration:underline;
}
