/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */


/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	margin-left: 3px;
	float: left;
	padding:.25em;

}

.paginate_enabled_previous, .paginate_enabled_next {
	border:1px solid #999;
}

.paginate_disabled_previous, .paginate_disabled_next {
	border:1px solid #aaa;
	color:#aaa;
}

/* Pagination nested 
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	margin-left: 3px;
	float: left;
	padding:1em;
	border:1px solid #ccc;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}

*/



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}




table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}


tr.odd {
	background-color: #E2E4FF;
}

tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers a.paginate_button,
 	.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

/* generic structure */

.boxsizingBorder
{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width:100%;
	height:6em;
}

.odd{background-color:#eee;}
.sorting_1{background-color:#ddd;}

.sorting_asc {
	background: url('/members/images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('/members/images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('/members/images/sort_both.png') no-repeat center right;
}

.testtable td
{
	height:1.5em;
	white-space:nowrap;
}

.testtable label
{
	margin-right:.5em;
}

form
{
	margin:0;
}

input,
select,
button
{
	vertical-align:middle;
}

body,
input,
select
{
	font-size:100%;
}

img
{
	border:0;
}

a
{
	color:#033565;
}

a.zoom
{
	text-decoration:none;
	font-size:.9091em;
	color:#666;
}

a.zoom img
{
	width:2.182em;
	vertical-align:middle;
}

table.listing,
table.normal
{
	clear:both;
	border-collapse:collapse;
	width:100%;
	margin:0;
}

table.contactInfo
{
	width:100%;
}

table.normal th
{
	background-color:#ccc;
	background-image:none;
	font-weight:bold;
	padding:.636em;
	color:#000;
	text-align:left;
}

.contactInfo th,
.listing th
{
	background:url(/members/images/mls/tableHeader.gif) 0 0 repeat-x #97b8d8;
	font-weight:bold;
	padding:.636em;
	color:#000;
	text-align:left;
	white-space:nowrap;
}

.contactInfo td,
.listing td
{
	padding:.417em;
}

table.listing th,
table.listing td
{
	border:.083em solid #999;
}

.tableNavigationTop,
.tableNavigationBottom
{
	color:#666;
	font-size:.95em;
	height:1%;
	overflow:hidden;
}

.tableNavigationTop
{
	padding:1.25em 0 .25em 0;
}

.tableNavigationBottom
{
	padding:.25em 0 1.25em 0;
}

.searchinput
{
	width:15em;
	margin-left:.25em;
	float:left;
}

#mcs_logo
{
	padding:1.5em 0 .5em 0;
	margin:auto;
	display:block;
	width:11.667em;
}


.statusButton
{
	float:left;
	margin-top:3px;
	margin-right:4px;
}

.viewIcon
{
	width:15px;
	height:13px;
	background:url(/members/images/binoculars.gif) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 4px;
}

.editIcon
{
	width:12px;
	height:13px;
	background:url(/members/images/icon_edit_cat.png) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	margin-right:4px;
}

.belarcIcon
{
	width:16px;
	height:16px;
	background:url(/members/css/images/belarc_icon.gif) 0 0 no-repeat;
	text-decoration:none;
	/*display:inline;*/
	margin-left:.5em;
}

.deleteIcon2
{
	width:11px;
	height:13px;
	background:url(/members/images/icon_remove.png) 0 0 no-repeat;
	text-decoration:none;
	margin:0 4px;
}

.deleteIcon
{
	width:11px;
	height:13px;
	background:url(/members/images/icon_remove.png) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	float:right;
	margin:0 4px;
}

.backArrow
{
	background:url(/members/images/icon_previous.gif) 0 0 no-repeat;
	padding-left:20px;
	text-decoration:none;
	font-size:8pt;
}

.forwardArrow
{
	background:url(/members/images/icon_next.gif) 100% 0 no-repeat;
	padding-right:20px;
	text-decoration:none;
	font-size:8pt;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.datepickertrigger
{
	background: transparent url(/members/images/icon_calendar.gif) 50% 50% no-repeat;
	border:none;
	height:20px;
	width:20px;
}

.companyGroup
{
	clear:both;
	overflow:auto;
	height:1%;
}

.formTableDiv
{
	padding-top:1.5em;
	font-weight:bold;
}

.formTable
{
	border-collapse:collapse;
}

.formTable td,
.formTable th
{
	padding:.25em 0;
	margin:0;
}

.formTable th
{
	text-align:left;
	padding-right:3em;
}

input,
select
{
	font-size:1em;
	vertical-align:middle;
}

.companyGroup select
{
	float:left;
	height:7em;
	width:15em;
	margin-right:1.5em;
}

.companyGroup input
{
	font-size:.8333em;
}

.addRemoveContainer
{
	padding-top:1em;
	float:left;
}

.button
{
	background: transparent url(/members/images/mls/searchicon.png) 50% 50% no-repeat;
	border:none;
	height:22px;
	width:25px;
}

span.submitbuttongrey,
span.submitbutton
{
	color:#000;
	font-weight:bold;
	float:left;
	display:block;
	font-size:11px;
	height:22px;
	padding-right:12px; /* sliding doors padding */
	text-decoration: none;
	white-space:nowrap;
}

span.submitbutton
{
	background:transparent url('/members/web20_a.gif') no-repeat scroll top right;
}

span.submitbuttongrey
{
	background:transparent url('/members/bg_button_a_grey.gif') no-repeat scroll top right;
}

span.submitbuttongrey span,
span.submitbutton span
{

	display:block;
	line-height:12px;
	padding:5px 0 5px 12px;
}

.submit
{
	border:0;
	background-color:transparent;
	margin:0;
	cursor:pointer;
	width:auto;
	overflow:visible;
	padding:0;
}

span.submitbutton span
{
	background:transparent url('/members/web20_span.gif') no-repeat;
}

span.submitbuttongrey span
{
	background:transparent url('/members/bg_button_span_grey.gif') no-repeat;
}

#tabsG,
#tabsG2
{
	width:100%;
	line-height:normal;
	height:1%;
	overflow:hidden;
}

#tabsG ul,
#tabsG2 ul
{
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}

#tabsG li,
#tabsG2 li
{
	display:inline;
	margin:0;
	padding:0;
	/*font-size:1.091em;*/
}

#tabsG a,
#tabsG2 a
{
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#000;	
}

#tabsG a span,
#tabsG2 a span
{
	float:left;
	display:block;
	padding:5px 12px 4px 6px;
	font-weight:bold;
}

#tabContent,
.tabContent
{
	clear:both;
	border:.083em solid #999;
	padding:.083em;
	height:1%;
	overflow:hidden;
	margin-bottom:1em;
}

.tabsMultiple
{
	clear:both;
	border-top:.083em solid #999;
	padding-top:1.667em;
	height:1%;
	overflow:hidden;	
}

.contentPadding
{
	padding:1.5em;
}

ul
{
	list-style-type:square;
}

.errortext
{
	display:block;
	color:#FF0000;
	border:.083em solid #FF0000;
	margin:1.667em 0;
	position:relative;
	background: url(/members/images/messages_warning.gif) .417em .417em no-repeat;
	padding:1.25em 1.25em 1.25em 4.167em;
}

.noerrortext
{
	display:block;
	color:#00DD00;
	border:.083em solid #00DD00;
	margin:1.667em 0;
	position:relative;
	background: url(/members/images/icon_CheckMark.gif) .417em .417em no-repeat;
	padding:1.25em 1.25em 1.25em 4.167em;
}

.keySquare
{
	margin-right:.417em;
	float:left;
	border:.083em solid black;
	width:.667em;
	height:.667em;	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span { float:none; }
/* End IE5-Mac hack */

/*
#tabsG a:hover
{
	background:url(/members/images/noHoverLeft.png) no-repeat left top;
}

#tabsG a:hover span
{
	background:url(/members/images/noHoverRight.png) no-repeat right top;
}
*/

a.normallink
{
	position:relative;
	top:-.083em;
	background:url(/members/images/hoverLeft.png) no-repeat left top #6ba4d7;
}

span.normallink
{
	position:relative;
	top:0;
	background:url(/members/images/hoverRight.png) no-repeat right top #6ba4d7;
}

a.activelink
{
	position:relative;
	top:0;
	background:url(/members/images/noHoverLeft.png) no-repeat left top;
}

span.activelink
{
	position:relative;
	top:0;
	background:url(/members/images/noHoverRight.png) no-repeat right top;
}

.info
{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	cursor:help;
}

/*.info:hover
{
	z-index:25;
}*/

.info div.tooltip
{
	display: none;
}

.info:hover div.tooltip
{
	display:block;
	position:absolute;
	left:1.667em;
	bottom:99%;
	border:.083em solid #0cf;
	background: url(/members/images/questionMark.gif) .417em .417em no-repeat;
	background-color:#cff; color:#000;	
	width:100%;
	padding:.417em .417em .417em 2.083em;
}

.formatNote
{
	font-size:.95em;
	color:#666;
}

.formTable .formatNote
{
	position:relative;
	top:-.6em;
	vertical-align:top;
}

.buttonsDiv
{
	margin:1em 0;
}

.formTableDiv
{
	padding-top:1.5em;
	font-weight:bold;
}

.scroll_checkboxes
{
    height:6.5em;
    width:15em;
    padding:.5em;
    overflow:auto;
    border:.083em solid #ccc;
}

.draggableCell
{
	border:.083em solid #ccc;
	padding:.417em;
	height:1%;
	overflow:hidden;
}

.label
{
	font-weight:bold;
}

.draggableCell
{
	position:relative;
	padding:2px;
	height:1%;
	overflow:hidden;
	border:1px solid #ddd;
}

.draggableCell table td
{
	border:0;
	padding:.25em;
}

.move { cursor:move; }

.sortPageDiv
{
	clear:both;
	border:.091em solid #aaa;
	font-size:.9167em;
	margin:2em 0;
}

.sortByDiv
{
	background-color:#888;
	padding:.3em .75em;
	font-weight:bold;
	height:1%;
	overflow:hidden;
}

.sortByDiv,
.sortByDiv a
{
	color:#fff;
}

.sortcontent
{
	padding:.091em;
}

.sortBy
{
	margin:.273em 1em 0 0;
	float:left;
}

.view
{
	float:right;
	margin-top:.273em;
}

.view a
{
	border:.091em solid black;
	float:left;
	padding-right:.2em;
	color:#333;
	margin-left:.25em;
	text-decoration:none;
}

.view a:hover
{
	cursor:pointer;
}

.view img
{
	margin-right:.188em;
}

.view .pressed
{
	background:url(/members/images/mls/list_grid_2.gif) 0 0 repeat-x #fff;
}

.view .depressed
{
	background:url(/members/images/mls/list_grid.gif) 0 100% repeat-x #fff;
}

.pageItemsDiv
{
	background-color:#f9f9f9;
	padding:.3em .75em;
	height:1%;
	overflow:hidden;
}

.page
{
	margin-right:1em;
	margin-top:.273em;
}

.pageDiv
{
	padding-top:.5em;
}

.itemsDiv
{
	float:right;
	margin-top:.273em;
}

.items
{
	margin-top:.273em;
	margin-right:2.5em;
	float:left;
}

/* end Page Sort */


/* viewCompany.php css */

#companyContactInfo
{
	padding:1em;
	border:.083em solid #999;
	margin-bottom:3.5em;
	overflow:auto;
	background:url(/images/content_background_reverse.png) 0 100% repeat-x #fff;
}

#myList, .myList
{
	height:1%;
	overflow:hidden;
}

#myList .card
{
	/*position:relative;*/
	background:#fff;
	float:left;
	width:30.25%;
	height:13em;
	border:.083em solid black;
	padding:.25em;
	margin:.25em;
	font-family:verdana;
}

#myList .card table
{
	font-size:.75em;
	margin:.417em;
}

#myList .cardHeader
{
	padding:.185em .37em;
	font-size:.95em;
	height:1.481em;
	/*background-color:#808080;*/
	background:url(/members/images/mls/tableHeader.gif) 0 0 repeat-x #fff;
	font-weight:bold;
	color:#000;
	border:.083em solid #888;
}

/* end viewCompany.php css */


/* calendar.php CSS */

table.calendar
{
	width:100%;
	border-collapse:collapse;
}

.calendar td,
.calendar th
{
	border:.111em solid #999;
	width:14.29%;
}

.calendar th
{
	font-size:1.75em
	padding:.75em;
}

.calendar td
{
	height:13em;
	vertical-align:top;
	font-size:.75em;	
}

.calendar .calendarNumber
{
	font-size:1.35em;
	border-right:.083em solid #999;
	border-bottom:.083em solid #999;
	width:1.5em;
	padding:.2em 0 .2em .2em;
	margin-bottom:.75em;
	font-weight:bold;
}

.eventInfo td
{
	font-size:1em;
	height:1em;
	border:0;
}

/* end calendar.php CSS */


/* editUser.php CSS */

#userPhoto
{
	text-align:center;
	position:absolute;
	right:1em;
	top:1em;
}

#userPhoto div
{
	font-size:.85em;
}

#passwordContainer
{
	width:15em;
	height:.33em;
	border:.083em solid #888;
	margin:.33em 0 .5em 0;
	padding:.1em;
	background-color:#eee;
}

.password-strength-bar
{
	max-height:.33em;
}

.strengthText
{
	font-weight:bold;
	color:#000;
	margin-left:.25em;
}

/* end editUser.php CSS */


/* projects.php CSS */

.test span
{
	color:red;
	font-size:.85em;
	font-weight:bold;
	margin-left:1em;
}

.details
{
	margin-top:.5em;
	float:right;

}

.temp
{
	display:none;
	clear:both;
	padding:1em;
	font-size:.9em;
}

/* end projects.php CSS */



/* project.php CSS */

#departmentList
{
	float:right;
	background-color:#f4f3ec;
	border:.083em solid #ccc;
	padding:.417em;
	width:10.833em;
	margin-right:-10.833em;
}

#projectcontainer
{
	margin-right:10.833em;
}

#projectwrapper
{
	padding-right:2.917em;
}

#project
{
	float:left;
	width:100%;
}

/* end project.php CSS */


/* links.php CSS */

#linkHeader
{
	text-align:center;
	margin-bottom:2.5em;
}

.letterHeader
{
	font-weight:bold;
	text-decoration:none;
}

.letterHeaderContainer
{
	clear:both;
	border-bottom:.083em solid #ccc;
	margin-bottom:.833em;
	padding-bottom:.25em;
}

.linkContainer
{
	padding:0 1.667em 1.5em 1.667em;
	height:1%;
	overflow:hidden;	
}

.linkDiv
{
	float:left;
	width:49%;
	padding:.083em 0;
}

/* end links.php CSS */


/* downloads.php CSS */

.downloads
{
	float:right;
}

.fileType
{
	margin-right:.5em;
}

/* end downloads.php CSS */

#breadcrumbs
{
	/*float:right;*/
	font-size:.9091em;
	margin-bottom:3em;
	/*height:1%;
	overflow:hidden;*/
	/*text-align:right;*/
	/*width:100%;*/
	/*border-bottom:1px solid #999;*/
}

#breadcrumbs span
{
	/*font-size:1.25em;*/
	/*color:#9c3300;*/
	font-weight:bold;
	/*font-family:helvetica;*/
}


/* product */

.addcart
{
	position:absolute;
	right:1.2em;
	bottom:1.2em;
	font-size:.9167em;
}

.addcart img
{
	vertical-align:middle;
	width:2.4em;
}

.addcart .incart
{
	font-size:.9091em;
	margin-top:.25em;
	text-align:right;
}

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

.productcontent
{
	padding:1.091em;
	height:1%;
	overflow:hidden;	
}

.productimage
{
	text-align:center;
	color:#999;
}

.productimage .clearancestamp
{
	position:absolute;
	top:0;
	right:0;
	width:6.182em;
}

.productphoto
{
	height:7.273em;
	padding:.182em;
}

.productimage .productimagelink
{
	position:relative;
	display:block;
	border:.091em solid #ddd;
	width:10.182em;
	overflow:hidden;
}

.productpricing
{
	font-weight:bold;
	color:#9c7800;
	font-size:1.0833em;
}

.sale
{
	text-decoration:line-through;
	margin-right:1em;
	font-weight:normal;
	color:#888;
}

.savings
{
	margin-top:.25em;
	color:#ff0000;
	font-size:.9231em;
}

.requirelogin
{
	font-size:.9091em;
	color:#888;
}

.productimage .saleicon
{
	width:3.583em;
	position:absolute;
	bottom:0;
	right:0;
}

.producttitle
{
	font-size:1.1667em;
	margin-bottom:1.5em;
	font-weight:bold;	
}

.producttitle .partnumber
{
	margin-top:.25em;
	font-weight:normal;
	font-size:.9091em;
}

#grid,
#list
{
	margin:2em 0;
	height:1%;
	overflow:hidden;
}

#grid .productimagelink
{
	margin:0 auto .25em auto;
}

#grid .product
{
	min-height:29.091em;
	max-height:29.091em;
	width:17.364em;
	border:.091em solid #999;
	margin-bottom:-.091em;
	margin-right:-.091em;
	
}

#grid .producttitle
{
	margin-top:1.667em;
}

#grid .productpricing
{
	margin-bottom:4em;
}

#list .product
{
	width:100%;
	border-bottom:.091em solid #999;
}

#list .productimagelink
{
	margin-bottom:.25em;
}

#list .productimage
{
	float:left;
	margin-right:2.545em;
}

#list .producttitle
{
	float:left;
	width:60%;
}

#list .productpricing
{
	float:left;
	width:60%;
}

#onhand
{
	/*margin-top:10em;*/
}


/* end product */



/* editPDFFile.php CSS */

.jqResize
{
	width:5px;
	height:5px;
	position:absolute;
	right:-1px;
	bottom:-1px;
	cursor:se-resize;
	background-color:#fff;
	border:1px solid black;
}

#horizontal_container
{
	width:613px;
	height:18px;
	background:url(/members/images/horizontal_ruler.gif);
}

#horizontal_guide
{
	position:relative;
	left:0;
	top:0;
	border-left:1px solid red;
	border-right:1px solid red;
	height:18px;
}

#vertical_container
{
	width:20px;
	height:810px;
	background:url(/members/images/vertical_ruler.gif);
}

#vertical_guide
{
	position:relative;
	left:0;
	top:0;
	border-top:1px solid red;
	border-bottom:1px solid red;
	width:20px;
}

.iconButton
{
	position:relative;
	width:16px;
	height:15px;
	border:1px solid #ccc;
	text-align:center;
	background-color:#fff;
	font-family:wingdings 3;
	padding-top:1px;
}

#iconContainer
{
	background-color:#fff;
	position:absolute;
	top:100%;
	left:0;
	width:240px;
	border:1px solid black;
}

.wingdingIcon
{
	float:left;
	color:#000;
	text-decoration:none;
	font-size:11pt;
	width:18px;
	height:18px;
	border:1px solid #eee;
}

.wingdingIcon:hover
{
	text-decoration:none;
	border:1px solid #888;
}

#clearIconContainer
{
	clear:both;
	padding:10px;
	text-align:right;
}

#closeIconContainer
{
	font-size:10pt;
	font-family:arial;
}

#grid,
#grid input
{
	font-size:8pt;
}

.backgroundDiv
{
	background-color:white;
}

.bodyPage,
#gridContainer,
.backgroundDiv
{
	border:1px solid black;
	width:612px;
	height:792px;
	left:0;
	top:0;
	position:absolute;
}

.bodyGrid
{
	border:1px solid #ccc;
}

.zdingbats
{
	font-family:zdingbats;
	border:1px solid #ccc;
	background-color:#fff;
	width:16px;
	height:14px;
	text-align:center;
	padding-top:2px;

}

.wingdings
{
	font-family:'Wingdings 3';
	border:1px solid #ccc;
	background-color:#fff;
	width:16px;
	height:14px;
	text-align:center;
	padding-top:2px;

}

#bold
{
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	font-family:'Times New Roman';
}

#italic
{
	text-align:center;
	font-size:9pt;
	font-style:italic;
	font-family:'Times New Roman';
}

#underline
{
	text-align:center;
	font-size:9pt;
	text-decoration:underline;
	font-family:'Times New Roman';
}

#bold,
#italic,
#underline,
#leftAlign,
#rightAlign,
#centerAlign,
#justifyAlign,
#fontColor,
#backgroundColor,
#borderColor,
#horizontal,
#vertical,
#left,
#right,
{
	border:1px solid #888;
	width:16px;
	height:16px;
	cursor:pointer;
}

#fontColor
{
	background:url('/members/images/font_color.gif') no-repeat;
}

.draggable
{
	border-style:solid;
	border-width:0;
	border-color:#000000;
}

.textbox,
tempText
{
	padding:0 5px;
	font-family:Arial;
	font-size:12pt;
	font-color:#000000;
	white-space:nowrap;
	height:100%;
}

.icon
{
	padding:0 5px;
	font-size:12pt;
	font-color:#000000;
}

.rectangle,
.image
{
	padding:0;
	height:100%;
	width:100%;
}

.selectedButton
{
	background-color:#ddd;
}

.formatButtons,
.formatAllButtons,
.globalButtons,
.formatAllDropdown
{
	cursor:pointer;
	padding:2px;
	float:left;
}

.normalButton,
.selectedImage,
.normalImage
{
	background-color:#fff;
}

.selectedImage
{
	border:3px solid red;
}

.normalImage
{
	border:1px solid black;
}

/* end editPDFFile.php CSS */

/* projectReport.php CSS */

.sectionHeader
{
	clear:both;
	padding-top:1em;
}

/* end projectReport.php CSS */

.selectable .ui-selecting { background: #feca40; }
.selectable .ui-selected { background: #f39814; color:white; }

.changeDate
{
	text-align:left;
	margin-bottom:2em;
}

.dateHeader { float:left; }

.dateContainer
{
	margin-left:50px;
	margin-top:1em;
	height:1%;
	overflow:hidden;
}

.formButtons
{
	clear:both;
}

.selectableborder
{
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}

label { font-weight:bold; }

.ipfield
{
	border:none;
	width:2em;
}