@import flick/jquery-ui-1.7.2.custom.css

a			{ color: #2F475F; text-decoration:underline;}
a:link		{ color: #2F475F; text-decoration:underline; }
a:visited	{ color: #2F475F;text-decoration:underline; }
a:hover     { text-decoration: underline; }
a:active    { color: #2F475F;text-decoration:underline; }

.clear {
	clear: both;
}



a.linkBox {
	display: block;
	float: left;
	background-color: #ffffff;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	font-size: 10px;
	margin: 1px 5px 1px 2px;
	text-decoration: none;
	font-weight: normal;
	color: #2F475F;
	background-image: url(../images/button_bg_grey.jpg);
	background-repeat: repeat;
	vertical-align: middle;
	border: solid 1px #aaaaaa;
	position: relative;
	bottom: 2px;
}

a.inlineLinkBox {
	display: inline;
	background-color: #ffffff;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	font-size: 10px;
	margin: 1px 5px 1px 2px;
	text-decoration: none;
	font-weight: normal;
	color: #2F475F;
	background-image: url(../images/button_bg_grey.jpg);
	background-repeat: repeat;
	vertical-align: middle;
	border: solid 1px #aaaaaa;
	position: relative;
	bottom: 2px;
}

#version_en, #version_fr {
	font-family: Arial, Tahoma;
	font-size: 10px;
	font-style: italic;
	display: block;
	position: absolute;
	top: 56px;
	left: 47px;
	z-index: 500;
	color: #003467;
}

#creaTitle_en, #creaTitle_fr {
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-style: italic;
	display: block;
	position: absolute;
	top: 22px;
	left: 38px;
	z-index: 500;
	color: #003467;
}

.checkbox {
	cursor: pointer;
	cursor: hand;
	border: none;
}

a:hover.linkBox, a:hover.inlineLinkBox {
	text-decoration: underline;
}

a.smallLink {
	font-size: 10px;
}

input {
	border: solid 1px #aaaaaa;
	font-size: 11px;
	margin-top: 1px;
}

input.radioButton {
	border: none;
}

body{
	font-family: Verdana, helvetica;
	font-size: 11px;
	margin-top: 0px;
	margin:0px;
	background-color: #ffffff;
}

#announcementContent span.alert,
.announcementTitle span.alert {
	color: #c6ff00;
}

.newsTitle span.alert,
.newsSubTitle span.alert,
.newsContent span.alert {
	color: #8CC63F;
}

#announcementOptions {
	float: right;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

#announcementOptions a:link,
#announcementOptions a:visited,
#announcementOptions a:hover,
#announcementOptions a:active,
#announcement a:link,
#announcement a:visited,
#announcement a:hover,
#announcement a:active  {
	color: #ffffff;
}

#announcement {

}

.announcements,
.announcement_title,
.announcement_text {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#announcementTitle {
	color: #8CC63F;
	font-weight: bold;
}

.announcementTD, .announcements {
	font-family: Verdana, helvetica;
	/* background-image: url(../images/announcement_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x; */
	background-color: #ffffff;
	/* padding-left: 10px; */
	border-right: solid 1px #5d696d;
	border-left: solid 1px #5d696d;
	width: 975px;
	vertical-align: top;
	color: #000000;
}

#announcementContent {
	font-size: 12px;
	color: #000000;
	/* background-color: #61757c; */
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	height: 100%;
	overflow: hidden;
	width: 963px;
	padding-left: 10px;
	padding-top: 10px;
	border-right: solid 1px #5d696d;
	border-left: solid 1px #5d696d;
}

#announcementContent a, #announcementContent a:hover {
	color: #000000;
}

.announcements_temp {
	/* background-image: url(../images/announcement_bg.jpg); */
	background-repeat: repeat-x;
	padding-left: 10px;
	border-right: solid 0px #5d696d;
	border-left: solid 0px #5d696d;
	width: 425px;
}

#wfPopupFrameContainer {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 1000;
}

#wfPopupButtons {
	width: 100%;
	padding-top: 5px;
	height: 20px;
	background-color: #005f8b;
	color: #ffffff;
}

#wfPopupFrame {
	width: 100%;
	height: 95%;
	border: none;
	background-color: #ffffff;
}

#selectedPrintFormsList {
	list-style: none;
	margin: 0px;
}

#selectedPrintFormsList li {
	cursor: move; 
}

.title_row {
	/* background-image: url(../images/announcement_bg.jpg); */
	background-repeat: repeat-x;
	padding-left: 20px;
	border-right: solid 1px #5d696d;
	border-left: solid 1px #5d696d;
	/* border-bottom: solid 1px #5d696d; */
	width: 975px;
}

.boldWarning {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

#realtorlink {
	float: right;
	width: 333px;
	overflow: hidden;
}


#live_support {
	height: 47px;
	width: 120px;
	overflow: hidden;
}

#live_support_container {
	float: right;
	height: 53px;
	width: 120px;
	background-color: #004891;
}

.button_green a:link {color: #2F475F; text-decoration:none;}
.button_green a:visited {color: #2F475F;text-decoration:none;}
.button_green a:hover    { color: #2F475F;  text-decoration:underline;}
.button_green a:active {color: #2F475F;text-decoration:none;}

.button_grey a:link {color: #2F475F; text-decoration:none;}
.button_grey a:visited {color: #2F475F;text-decoration:none;}
.button_grey a:hover    { color: #2F475F;  text-decoration:underline;}
.button_grey a:active {color: #2F475F;text-decoration:none;}

.tab_available a:link {color: #2F475F; text-decoration:none;}
.tab_available a:visited {color: #2F475F;text-decoration:none;}
.tab_available a:hover    { color: #2F475F;  text-decoration:underline;}
.tab_available a:active {color:#2F475F;text-decoration:none;}

.tab_current a:link {color: #1b1b1b; text-decoration:none;}
.tab_current a:visited {color: #1b1b1b;text-decoration:none;}
.tab_current a:hover    { color: #1b1b1b;  text-decoration:none;}
.tab_current a:active {color: #1b1b1b;text-decoration:none;}


.tab_holder {
	background-image: url(../images/tab_holder_bg.jpg);
	background-repeat: repeat-x;
	width: 975px;
	height: 27px;
	vertical-align: bottom;
	border-right: solid 1px #5d696d;
	border-left: solid 1px #5d696d;
}

.tab_available {
	background-image: url(../images/availabletab_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	vertical-align: middle;
	border-left: solid 0px #727f83;
	border-right: solid 0px #727f83;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #005f8b;	
}
.tab_current {
	background-image: url(../images/currenttab_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	vertical-align: middle;
	border-left: solid 0px #5d696d;
	border-right: solid 0px #5d696d;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	font-weight: bold;
}
.tab_current_left {
	background-image: url(../images/tab_left_current.jpg);
	height: 27px;
	vertical-align: middle;

}
.tab_current_right {
	background-image: url(../images/tab_right_current.jpg);
	height: 27px;
	vertical-align: middle;
	
}
.tab_available_left {
	background-image: url(../images/tab_left.jpg);
	height: 27px;
	vertical-align: middle;
}
.tab_available_right {
	background-image: url(../images/tab_right.jpg);
	height: 27px;
	vertical-align: middle;
}

.button_holder {
	background-image: url(../images/buttonbar_bg-1.jpg);
	background-color: #eeeeee;
	background-repeat: repeat-x;
	width: 975px;
	height: 50px;
	vertical-align: bottom;
	border-right: solid 1px #5d696d;
	border-left: solid 1px #5d696d;
}

.tab_spacers {
width: 6px;
height: 27px;
}

.left_spacer {
width: 12px;
}

.button_grey {
	background-image: url(../images/button_bg_grey.jpg);
	background-repeat: repeat-x;
	height: 19px;
	vertical-align: middle;
	border: solid 1px #aaaaaa;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
}
.button_green {
	background-image: url(../images/button_bg_green.jpg);
	background-repeat: repeat-x;
	height: 19px;
	vertical-align: middle;
	border: solid 1px #61A558;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
}
.button_spacers {
width: 6px;
height: 19px;
}
.action_menu {
	height: 19px;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	width: 150px;
}
.search_options {
font-family: Verdana, helvetica;
font-size: 11px;
color: #1b1b1b;	
white-space: nowrap;
padding-right: 2px;
}
.availableBoards {
font-family: Verdana, helvetica;
font-size: 11px;
color: #1b1b1b;	
white-space: nowrap;
padding-right: 2px;
width: 365px;
}

#language_container {
	float: left;
	margin-bottom: 5px;
}

#searchBoxInput {
	text-align: left;
	padding-right: 0px;
	margin-right: 0px;
}

#searchBox a {
	display: inline;
	float: none;
}

#filterType {
}

#searchBox label {
	margin-right: 3px;
	margin-top: 2px;
}

#searchBox input {
	margin: 3px 0px 0px 0px;
}

#formLanguageBox {
	float: right;
}

.search_input {
width: 110px;
font-family: Verdana, helvetica;
font-size: 11px;
color: #1b1b1b;	
}

.search_menu {
	height: 19px;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	width: 142px;
}
.search_button {
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
//	width: 30px;
	height: 19px;
}
.nowrap_buttonrow {
	padding-right: 2px;
	padding-top: 7px;
	padding-left: 12px;
}

/*table styles*/

.table_surround {
padding-top: 3px;
border-left: solid 1px #5d696d;
border-right: solid 1px #5d696d;
border-bottom: solid 0px #5d696d;
background-image: url(../images/table_grid_bg.jpg);
background-repeat: repeat-x;
}

.table_surround_ajax {
padding-top: 3px;
border-left: solid 1px #5d696d;
border-right: solid 1px #5d696d;
border-bottom: solid 0px #5d696d;
background-image: url(images/table_grid_bg.jpg);
background-repeat: repeat-x;
}

.grid_border {
	border: solid 1px #5d696d;
	}
	
.table_header {
	background-image: url(../images/table_header.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	font-family: Verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	text-align: left;
}
	
.table_header_farleft {
	background-color:#ffffff;
	background-image: url("../images/table_header.gif");
	background-repeat: repeat-x;
	height: 25px;
	width: 25px;
}
		
.table_row_grey {
background-color:#eeeeee;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	text-align: left;
	}
.table_row_white {
background-color:#ffffff;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
		text-align: left;
	}
.paging_left {
background-color:#ffffff;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	border-left: solid 1px #5d696d;
border-bottom: solid 1px #5d696d;
padding-top: 15px;
padding-bottom: 7px;
}
.paging_middle {
background-color:#ffffff;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	border-bottom: solid 1px #5d696d;
	padding-top: 15px;
	padding-bottom: 7px;
}
.paging_right {
background-color:#ffffff;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	border-right: solid 1px #5d696d;
border-bottom: solid 1px #5d696d;
padding-top: 15px;
text-align: right;
padding-bottom: 7px;
}	


.table_holder {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	width: 975px;
	vertical-align: top;
	border-right: solid 1px #5d696d;
	border-left: solid 1px #5d696d;
	padding-top: 15px;
	padding-bottom: 15px;
}

.elements_table {
	font-family: Verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #1b1b1b;	
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	
	}

#topButtons, #bottomButtons {
	text-align: center;
}

#bottomButtons {
	width: 975px;
	border-bottom: none;
	border-top: none;
}

#bottomButtons {
	padding-top: 10px;
	padding-bottom: 10px;
}

.box_update {
	border : solid 1px #A4AEB0; 
	font-weight: normal;
	padding : 4px; 
	width : 700px; 
	height : 100px; 
	margin-top: 1px;
	z-index: 0;
}

.printFormBox {
	border : solid 1px #A4AEB0; 
	font-weight: normal;
	padding : 4px; 
	width : 700px; 
	height : 100px; 
	margin-top: 1px;
	z-index: 1;
}

.printFormsTD {
	text-align: right;
	padding: 4px;
	padding-right: 8px;
	margin-top: 1px;
	z-index: 1;
}

.forms_menu {
	height: 22px;
	white-space: nowrap;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
}

.preview_title {
	font-family: Verdana, helvetica;
	font-size: 13px;
	color: #1b1b1b;	
	padding: 3px;
/*	white-space: nowrap;*/
}

.preview_content {
	font-family: Verdana, helvetica;
	font-size: 12px;
	color: #1b1b1b;	
	padding: 7px;
	text-align: left;
	vertical-align: top;
	line-height:140%;
	background-color: #EEEEEE;
	width: 475px;
}

.formPreview_content {
	font-family: Verdana, helvetica;
	font-size: 12px;
	color: #1b1b1b;	
	padding: 7px;
	text-align: left;
	vertical-align: top;
	line-height:140%;
	background-color: #EEEEEE;
	width: 750px;
}

.tips_table {
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #4E607D;
	width: 200px;
	padding: 7px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
	
.form_titles {
	font-family: Verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #1b1b1b;	
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	text-align: left;
/*	white-space: nowrap; */
	vertical-align: top;
	background-color: #ffffff;	
}

.form_titles_email {
	font-family: Verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #1b1b1b;	
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	background-color: #ffffff;	
	}
.form_text {
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;	
	}
.form_table {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	}

.generic_menu {
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	
}
.button_default {
border: 2px solid #1b1b1b;
}
<!--End-->

.nav {	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#fff;	
	text-decoration: none; 
}

a.nav {	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#fff;	
	text-decoration: none; 
}
a.nav:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #fff;
	text-decoration: none; 
}
a.nav:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #fff;
	text-decoration: underline; 
}

a.nav.Active {	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#fff;	
	text-decoration: none; 
}

a.navActive:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none; 
}

.navigation {
	background-color: #005f8b;
	background-image: url(../images/blue_header.gif);
	background-repeat: repeat-x;
	font-size: 8pt;
	font-weight: bold;
	color:#FFFFFF;
	padding-right:10px;
	height:18px;
}

#memberOfficeLeft, #memberOfficeRight {
	font-weight: normal;
	font-size: 10px;
}
	
#memberOfficeLeft {
	float: left;
	padding-left: 7px;
}

#memberOfficeRight {
	float: right;
}

.textHeading {
	font-size: 11pt;
	font-weight: bold;
}

.textMain {
	font-size: 10pt;
}

.dropDownText {
	float: left;
}

#insertCreateNewClause {
	margin: 5px 0px 0px 0px;
}

#searchBox {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

#clauseSearchBox {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #2F475F;
}

#addedClauses, #listClauses {
	overflow-x: hidden;
	overflow-y: auto; 
	position: relative;
	visibility: visible;
	left: -1px;
	background-color:#FFFFFF
}

#filterText {
	width: 200px;
	font-size: 8pt;
}

#searchType option, #searchType {
	font-size: 8pt;
}

#searchText, #tkSearch {
	width: 200px;
}

.searchText {
	color: #000000;
}

.searchTextDefault {
	color: #bbbbbb;
}

.dropDown {
	font-size: 9pt;
}
/**/
.error {
	font-weight: bold;
	color: red;
	font-size: 10pt;
	line-height: 1.2;
}

.footer {
	background-color: #005f8b;
	background-image: url(../images/blue_header.gif);
	background-repeat: repeat-x;
	font-size: 8pt;
	color:#FFFFFF;
	height:18px;
}

.box {
	border : solid 2px #CCCCCC; 
	padding : 4px; 
	width : 740px; 
	height : 110px; 
	margin-left: 16px;
	margin-top: 1px;
	zOrder: 0;
}

#spellCheckerTable {
	overflow: hidden;
	border: 0px;
}

#spellcheckContainer {
	position: absolute;
	display: none; 
	border: 3px solid #556D71; 
	background-color: #B8D0D4; 
	width: 532px;
	height: 408px;
	padding: 4px;
	overflow: hidden;
	z-index: 10000;
}

#spellcheckFrame {
	width: 524px;
	height: 404px;
	border: 0px;
}

#preview {
	position:absolute; 
	display: none; 
	border: 3px solid #556D71; 
	background-color: #B8D0D4; 
	width: 500px; 
	padding: 4px;
	overflow: auto;
	z-index: 90000;
}

#formPreview {
	position:absolute; 
	display: none; 
	border: 3px solid #556D71; 
	background-color: #B8D0D4; 
	width: 760px; 
	padding: 4px;
	overflow: auto;
	zOrder: 90000;
}

.itemAdded {
	font-weight: bold;
}

#switchClauseLinks {
	margin-left: 12px;
	color: #2F475F;
}

#switchClauseLinks a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	min-width: 120px;
	text-align: center;
	height: 17px;
	padding: 5px 5px 0px 5px;
	vertical-align: middle;
	background-position: -1px;
	background-repeat: repeat-x;
}

#switchClauseLinks a:hover {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	min-width: 120px;
	text-align: center;
	height: 17px;
	padding: 5px 5px 0px 5px;
	vertical-align: middle;
	background-position: -1px;
	background-repeat: repeat-x;
	text-decoration: underline;
}

#switchClauseLinks a.switchClausesCurrent {
	font-weight: bold;
}

/*
#switchClauseLinks a:hover {
	background-image: url(../images/currenttab_bg.jpg);
}

#switchClauseLinks a.switchClausesCurrent:hover {
	background-image: url(../images/currenttab_bg.jpg);
}
*/

.subMenu {
	/*
	background-image: url(../images/currenttab_bg.jpg);
	background-position: 0px 10px;
	*/
	background-color: #afc2c8;
	border-bottom: solid 1px #556D71;
	height: 22px;
}

.standardClausesPDF {
	text-align: right;
	padding: 2px 2px 0px 0px;
}

#toggleClauses {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	width: 150px;
}

.clauseDetail {
	border : solid 1px #005f8b; 
	padding: 0px; 
	margin-bottom: 5px;
	width: 720px;
	overflow : auto; 
	font-size: 10pt;
}

.dragBar {
	width: 716px;
	cursor: move;
	background-color: #005f8b;
	padding: 2px;
	height: 17px;
	overflow: hidden;
}

.clauseDetailTitle {
	float: left;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	width: 650px;
	height: 17px;
}

.clauseDetailContent {
	padding: 4px;
	background: #ffffff;
	overflow: hidden;
}

.dragIcon, .upIcon, .downIcon {
	float: right;
	display: block;
	height: 12px;
	width: 12px;
	margin: 2px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.dragIcon {
	background: url('../images/drag_icon.gif') no-repeat;
}

.upIcon {
	background: url('../images/arrow_up_white.gif') no-repeat;
	cursor: hand; 
	cursor: pointer;
}

.downIcon {
	background: url('../images/arrow_down_white.gif') no-repeat;
	cursor: hand; 
	cursor: pointer;
}

.fullBorder {
	border: 1px solid #000000;
}

.bottomBorder {
	border-bottom: solid 1px #5d696d;
}

.topBorder {
	border-top: 1px solid #000000;
}

.leftBorder {
	border-left: 1px solid #000000;
}

.rightBorder {
	border-right: 1px solid #000000;
}

.UBorder {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.grayBackground {
	background-color: #EEEEEE;
	padding: 3px;
	font-size: 10pt;
}

.topAlign {
	float:left;
}

.regbutton {
  	background-color: #003152;
  	color: #FFFFFF;
  	font-weight: bold;
  	text-align: center;
  	width: 150px;
  	cursor: hand;
}

.createbutton {font-size: 12px; 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	border: solid black 1px; 
	color: #FFFFFF;
	background-color: #3F932F; 
	font-weight: bold; 
	padding: 1px; 
	cursor: hand; 
	cursor: pointer; 
	text-align: center;
}

.mybutton {
	font-size: 12px; 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	border: solid black 1px; 
	background-color: #E2E2E2; 
	padding: 1px; 
	cursor: hand; 
	cursor: pointer; 
	text-align: center;
	font-weight: normal;
}

.defaultButton {
	font-size: 12px; 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	border: solid black 2px; 
	background-color: #e2e2e2; 
	font-weight: bold; 
	padding: 1px; 
	cursor: hand;
	cursor: pointer; 
	text-align: center;
}

.defaultButton:hover {
	font-size: 12px; 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	border: solid black 2px; 
	background-color: #efefef; 
	font-weight: bold; 
	padding: 1px; 
	cursor: hand;
	cursor: pointer; 
	text-align: center;
}


.mybuttonhover {
	font-size: 12px; 
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	border: solid black 1px; 
	background-color: #efefef; 
/*	font-weight: bold; */
	padding: 1px; 
/*	margin: 3px; */
	cursor: hand;
	cursor: pointer; 
	text-align: center;
}
/*
#navlist {
	padding: 3px 0;
	padding-left: 30px;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #EEE;
	text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
	color: #000;
	background: #ccc;
	border-color: #227;
}

#navlist li a.current:hover {
	background: white;
	border-bottom: 1px solid white;
}

#navlist li a#current {
	background: white;
	border-bottom: 1px solid white;
}

#navlist li a.current {
	background: white;
	border-bottom: 1px solid white;
}
*/
.lineSpace {
	 line-height: 30%
}

.smallSelect {
	font-size: 10px;
}

.tinyText {
	font-size: 11px;
}

.generalMessage {
	background-color: #CCCCCC;
}

.criticalMessage {
	background-color: #CC6633;
}

.warningMessage {
	background-color: #FFCC33;
}

.webFormsMessage {
	background-color:#E2F9E3;
	border: solid 1px #99CC99; 
}


#tabsJ {
	font: bold 12px/1.5em Verdana;
	float:left;
	width:100%;
	background:#F4F4F4;
	line-height:normal;
	border-bottom:1px solid #24618E;
}
#tabsJ ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsJ a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsJ a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	color:#FFF;
}
#tabsJ a:hover {
	background-position:0% -42px;
}
#tabsJ a:hover span {
	background-position:100% -42px;
}

#tabsJ #current a {
	background-position:0% -42px;
}
#tabsJ #current a span {
	background-position:100% -42px;
	color:#FFF;
}

#buttons {
	font: 12px/1.5em Verdana;
	float:left;
	width:100%;
	line-height:normal;
}
#buttons ul {
	margin:0;
	padding:10px 10px 0px 3px;
	list-style:none;
}
#buttons li {
	display:inline;
	margin:0;
	padding:0;
}
#buttons a {
	float:left;
	background:url("../images/btnLeft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#buttons a span {
	float:left;
	display:block;
	background:url("../images/btnRight.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#3A3A3A;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#buttons a span {
	float:none;
}
/* End IE5-Mac hack */
#buttons a:hover span {
	color:#FFF;
}
#buttons a:hover {
	background-position:0% -23px;
}
#buttons a:hover span {
	background-position:100% -23px;
}

#cnt {
	font: 12px/1.5em Verdana;
	float:left;
	width:100%;
	line-height:normal;
}
#cnt ul {
	margin:0;
	padding:10px 10px 0px 3px;
	list-style:none;
}
#cnt li {
	display:inline;
	margin:0;
	padding:0;
}
#cnt a {
	float:left;
	background:url("../images/cntLeft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#cnt a span {
	float:left;
	display:block;
	background:url("../images/cntRight.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#cnt a span { float:none; }
/* End IE5-Mac hack */
#cnt a:hover span {
	color:#FFFFFF;
}
#cnt a:hover {
	background-position:0% -23px;
}
#cnt a:hover span {
	background-position:100% -23px;
}
 
#help {
	/*float: middle;*/
	position:absolute; 
	display: none; 
	border: 1px solid #005f8b; 
	background-color: #FFFFFF; 
	width: 200px; 
	padding: 4px;
	overflow: auto;
}

.testAreaHeading {
	text-align: left;
	color: #005F8B;
	font-weight: bold;
}

.testResultArea table {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.testResultArea td {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.hilitedRow {
	background-color: #C5E2E9;
	font-family: Verdana, helvetica;
	font-size: 11px;
	color: #1b1b1b;	
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
	text-align: left;
}
#clauseList {
	width: 600px;
}

#clauseList div {
	margin-bottom: 6px;
	margin-top: 6px;
	cursor: move;
}

.spellCheckContent {
	background-color: #FFFFFF;
	width: 400px;
	height: 175px;
	border: 1px solid #999999;
	overflow: auto;
	position:relative;
	font-family: Verdana;
	font-size: 14px;
}

.spellCheckList {
	background-color: #FFFFFF;
	width: 400px;
	height: 150px;
	bordeR: 1px solid #999999;
	scrolling: auto;
	overflow:auto;
	position:relative;
}

.spellCheckBackground {
	background-color: transparent;
	border: 0px;
}

.spellCheckButton {
	width: 100px;
}

#editFormLabel {
	position:absolute; 
	display: none; 
	border: 3px solid #556D71; 
	background-color: #B8D0D4; 
	padding: 4px;
	overflow: auto;
	zIndex: 2500;
}

#renameCat {
	position:absolute; 
	display: none; 
	border: 3px solid #556D71; 
	background-color: #B8D0D4; 
	padding: 4px;
	overflow: auto;
	zIndex: 2500;
}

#customText {
	position:absolute; 
	display: none; 
	/*
	border: 3px solid #556D71; 
	background-color: #B8D0D4;
	*/
	width: 350px; 
	padding: 4px;
	overflow: auto;
}

.table_row {
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
}

.footerText {
	font-size: 8pt;
}

.hideLawyerRow {
	display: none;
}

#clauseDetailsList {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* DEPRECIATED
.clause_sort {
	font-weight: normal;
	width : 740px; 
	zOrder: 0;
	overflow:auto;
	position:relative;
	margin-top:-20px;
}
*/

#fPreview {
	width: 710px;
	height: 450px;
	overflow: auto;
	border: 1px solid #999999;
}

#clausePreview {
	width: 470px;
	height: 185px;
	overflow: auto;
	border: 1px solid #999999;
}

.clientInfoTitle {
	font-size: 10pt;
	font-weight: bold;
}

#mlsSearchDIV {
	position:absolute; 
	display: none; 
	border: 3px solid #556D71; 
	background-color: #B8D0D4; 
	width: 500px; 
	padding: 4px;
	overflow: auto;
	z-index: 99999;
}

#mlsResults {
	border: 1px solid #999999;
	font-size: 11px;
}

#divCalendarPrompt {
	border: 1px solid #999999;
	width: 300px;
	height: 150px;
	background-color: #B8D0D4;
	position: absolute;
	z-index: 99999;
	display: none;
}

#divCalendarPrompt td {
	font-size: 11px; 
}

#finalKitButtons {
	font-size: 14px;
	font-weight: bold;
}

.formList {
	font-size: 12px;
}

.moveable {
	cursor : move;
}

.kitLoadIcon {
	display: inline;
	height: 16px;
	width: 16px;
	margin: 0px 0px 0px 5px;
}

#uploadStatus {
	display: none;
}

.loadBar {
	float: left;
	height: 19px;
	width: 220px;
	background-image: url("../images/load_bar.gif");
}

#uploadingText {
	float: left;
	width: 125px;
	margin-top: 2px;
}

.attachedFilesList {
	list-style: none;
	margin-left: -35px;
}

#fileSelectorOverflow {
	float: left;
	overflow: hidden;
	width: 64px;
	position: relative;
	z-index: 1;
}

.fileSelector {
	position: relative;
	height: 18px;
	top: 0px;
	right: 273px;
	bottom: 2px;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
}

/* CSS HACK For Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
.fileSelector {right: 0px;}
}

#browseButton {
	position: relative;
	right: 64px;
	z-index: 0;
	width:64px;
}

#removeFile {
	position: relative;
	right: 64px;
}

.attachedFilesList li {
	clear: both;
}

.fileAttachedMessage {
	margin: auto;
	font-size: 11px;
	font-family: Verdana, helvetica;
}

.fileAttachedMessage div {
	text-align: left;
	margin: 0px 0px 10px 7px;
}

#files_list input {
	margin-left: 3px;
}

#fileUploadTable {
	padding-left: 50px;
	width: 662px;
}

#fileListTable {
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 5px;
}

#fileListTable th, #fileListTable td {
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	padding: 1px 5px 1px 5px;
}

#fileListTable .fileNameTD {
	width: 200px;
}

#fileListTable .fileNameDiv {
	width: 190px;
	overflow: hidden;
}

#fileListTable .fileLabelTD {
	width: 149px;
}

#fileListTable .fileLabel {
	width: 145px;
}

#fileListTable .deleteTD {
	width: 53px;
}

.mybutton, .mybuttonhover, .defaultButton, .defaultButton:hover, .search_button {
	background-image: url(../images/button_bg_grey.jpg);
	border: solid 1px #aaaaaa;
	/* color: #5d696d; //Old Gray Color */
	color: #000000;
	font-weight: normal;
}

#pfCategory {
	width: 250px;
}

.defaultButton, .defaultButton:hover {
	font-weight: bold; 
}

.search_button {
	background-image: url(../images/button_bg_grey.jpg);
	border: solid 1px #aaaaaa;
	position: relative;
	top: 1px;
}

.checkboxFloat {
	display: block;
	float: left;
}

#ui-datepicker-div {
	font-size: 10px;
}

.ui-datepicker-trigger {
	position: relative;
	top: 4px;
	cursor:pointer;
	cursor:hand;
}

.createiCalLink, .setReminderLink {
	position: relative;
	top: 4px;
}

/* Mortgage Calculator */
#mortgageCalculator {
	margin-top: 15px;
}

#mortgageCalculator h3 {
	margin-bottom: 3px;
}

#mortgageCalculator p {
	margin-top: 3px;
}

#mortgageCalculator label {
	font-weight: bold;
	margin-left: 8px;
}

#mortgageCalculator input {
	width: 100px;
	margin-left: 8px;
}

#mortgageCalculator input.mortgageDollar {
	width: 100px;
	margin-left: 0px;
}

#mortgageCalculator .mybutton {
	margin-left: 8px;
	margin-top: 7px;
	width: 75px;
}

/* Import Clauses Page */
#importClausesForm h1 {
	font-size: 14px;
	font-weight: bold;
}

#fromClausesDiv, #toClausesDiv {
		float: left;
		width: 300px;
		height: 400px;
}

#middleButtons {
		float: left;
		margin: 75px 5px 0px 5px;
}

#middleButtons p {
	text-align: center;
}

#clearRight {
	margin-bottom: 40px;
}

#clearLeft {
	margin-top: 40px;
}

#selectFormClauses {
		width: 295px;
}

#fromClauses, #toClauses {
		width: 290px;
		height: 300px;
}

#toClauses {
	margin-top: 30px;
}

/* LOADING FCK EDITOR */
#loadingFCKEditor {
	display: block;
	background-image: url('../images/wait-small.gif');
	padding-left: 15px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	height: 30px;
	color: #1b1b1b;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}

/* User Categories */
#newCategoryContainer {
	float: left;
	width: 300px;
}

#editCategoryContainer {
	float: left;
	width: 300px;
}

.form_table .floatRight {
	float: right;
}

#userCategories {
	max-width: 300px;
}

#formCategories {
	max-width: 370px;
}

.form_table .categoryName {
	width: 200px;
}

#newKitStartWith label {
	height: 18px;
}

#chooseExistingKit, #chooseOfficeTemplate, #chooseKitTemplate {
	display: none;
}

#chooseExistingKit select,
#chooseOfficeTemplate select,
#chooseKitTemplate select {
	width: 300px;
}
