@charset "utf-8";
/* CSS Document */

caption {
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
	color:#666;
}
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;
}
.searchbox {
	width: 100%;
	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;
}
#item1edit {
	width: 353px;
	height:300px;
	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;
}
#item5 {
	width: 738px;
	height:auto;
	padding:10px;
	float:left;
	position:relative;
	overflow:hidden;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#item6 {
	width: 738px;
	height:228px;
	padding:10px;
	float:left;
	position:relative;
	overflow:hidden;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#item6edit {
	width: 738px;
	height:300px;
	padding:10px;
	float:left;
	position:relative;
	overflow:hidden;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#item7 {
	width: 358px;
	height:auto;
	padding:0 10px 0 0;
	float:left;
	overflow:auto;
	position:relative;
}
#item8 {
	width: 358px;
	height:auto;
	padding:0px;
	float:left;
	overflow:auto;
	position:relative;
}
#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;
}

.forms1 {
	width: 738px;
	height:228px;
	padding:10px;
	float:left;
	position:relative;
	overflow:hidden;
	border:solid #d7d7d7 1px;
}


#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;
}
/*****************************************/
/*** DF9 ***/
/*****************************************/
#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;
}

.df9Widebox {
	width: 748px;
	border:1px #d7d7d7 solid;
	padding:5px;
	position:relative;
	float:left;
	background-color:#f7f7f7;
}

#df9item1 {
	width: 224px;
	height:210px;
	padding:10px;
	float:left;
	overflow:auto;
	position:relative;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#df9item2 {
	width: 224px;
	height:210px;
	padding:10px;
	float:left;
	position:relative;
	overflow:auto;
	margin-left:10px;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#df9item3 {
	width: 224px;
	height:210px;
	padding:10px;
	float:right;
	position:relative;
	overflow:hidden;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#df9item4 {
	width: 224px;
	height:210px;
	padding:10px;
	float:left;
	overflow:auto;
	position:relative;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#df9item5 {
	width: 224px;
	height:210px;
	padding:10px;
	float:left;
	position:relative;
	overflow:auto;
	margin-left:10px;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}
#df9item6 {
	width: 224px;
	height:210px;
	padding:10px;
	float:right;
	position:relative;
	overflow:auto;
	margin-left:10px;
	border:solid #d7d7d7 1px;
	background-color:#f7f7f7;
}



/*****************************************/
/*** 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;
}
.profileColEdit {
	width:auto;
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
}
.profileCol1edit {
	width:90px;
	float:left;
	position:relative;
	padding:0 15px 0 0;
	font-weight: bold;
}
.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;
}
/*****************************************/
/*** Styles for calendar ***/
/*****************************************/

#calendar {
	font-family: Arial, Verdana;
	font-size: 12px;
}
/* LINKS */
/*a {
	color:#0160b0;
	text-decoration:none;
}
a:link {
	color:#0160b0;
	text-decoration:none;
}
a:hover {
	color:#336699;
	text-decoration:underline;
}
a:visited {
	color:#0160b0;
	text-decoration:none;
}
a:visited:hover {
	color:#336699;
	text-decoration:underline;
}
*/#calendar_header {
	width:99%;
}
#calendar_header .caption_left {
	width:33%;
	text-align:left;
}
#calendar_header .caption {
	width:34%;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}
#calendar_header .types_changer {
	width:33%;
	font-size: 12px;
	font-weight:normal;
	text-align:right;
}

#calendar .td, #calendar .td_empty, #calendar .td_actday, #calendar .td_selday {
	width:14%;
	text-align: left;
	vertical-align: top;
	padding:3px;
	padding-left:5px;
	padding-top:5px;
}
#calendar .month {
	width:99%;
	align:left;
	border:1px solid #ccc;
	margin:8px;
	border-collapse:collapse;
}
#calendar .tr_days {
	height:32px;
	background-color:#f1f1f1;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
#calendar .tr {
}
#calendar .td {
	border:1px solid #ddd;
	color:#555;
	background-color:#ffffff;
}
#calendar .td_empty {
	border:1px solid #ddd;
	color:#555;
	background-color:#f1f2f3;
}
#calendar .a_empty {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555;
}
#calendar .a_empty:hover {
	text-decoration: none;
	color:#01b5ea;
}
#calendar .calphplinks_empty {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #01b5ea;
	cursor:pointer;
}
#calendar .calphplinks_empty:hover {
	text-decoration: none;
	color:#000000;
}
#calendar .td_actday {
	background-color:#0466ba;
	color:#fff;
	font-weight:bold;
}
#calendar .a_actday {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
}
#calendar .a_actday:hover {
	text-decoration: none;
	color:#01b5ea;
}

#calendar .calphplinks_actday {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	cursor:pointer;
}
#calendar .calphplinks_actday:hover {
	text-decoration: none;
	color:#01b5ea;
}

#calendar .td_selday {
	background-color:#ffffcc;
	border:1px;
	color:#555;
	font-weight:bold;
}
#calendar .a_selday {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555;
	font-weight:bold;
}
#calendar .a_selday:hover {
	text-decoration: none;
	color:#01b5ea;
}
#calendar .calphplinks_selday {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #01b5ea;
	cursor:pointer;
}
#calendar .calphplinks_selday:hover {
	text-decoration: none;
	color:#000000;
}

#calendar .th {
	height:26px;
	text-align:center;
	align:left;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	padding:5px;
	color:#fff;
}
#calendar2 {
	overflow:scroll;
	size:auto;
}

/* NAVIGATION BAR */
#calendar .table_navbar {
	border:0px;
	width:100%;
	height: 40px;
}
#calendar .tr_navbar {
	width:34%;
	background-color:#ffffff;
	height:30px;
}
#calendar .tr_navbar_left {
	width:33%;
	background-color:#ffffff;
	height:30px;
	padding-left:7px;
	text-align:left;
}
#calendar .tr_navbar_right {
	width:33%;
	background-color:#ffffff;
	height:30px;
	padding-right:7px;
	text-align:right;
}
#calendar .class_form {
	padding:0px;
	margin:0px;
}
#calendar .form_select {
	font-size:12px;
}
#calendar .form_button {
	font-size:12px;
}


/* style the trigger elements */

/* tooltips */


