html, body {
	height: 100%;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	text-align: left;
	color: #888888;
	background: #f0f0f0;

}
p, td{
	font-size: 15px;
}
p.xlarge, td.xlarge{
	font-size: 26px;
}
p.large, td.large{
	font-size: 20px;
}
p.small, td.small{
	font-size: 12px;
}
p.tiny, td.tiny{
	font-size: 9px;
}
.small{
	font-size: 12px;
}
.tiny{
	font-size: 11px;
}


/* TINY MCE CSS FIXES */
p{
	text-align: left;
}

/* FIREFOX == IE for Header sizes */
h1 {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Custom Header sizes */

h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	font-weight: normal;
}
h5 {
	font-size: 16px;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	color: #f98901;
	/*color: #f98901;*/
	font-family: Arial, sans-serif;
	margin: 10px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
/*** template colur classes ***/
.primary{
	color: #94b9d1;
}
.secondary{
	color: #f98901;
}
.tertiary{
	color: #4e94ba;
}
.white{
	color: #ffffff;
}
.grey{
	color: #858585;
}
.error{
	color: #C41818;
}

.red{
	color: #C41818;
}

.success{
	color: #5cb85c;
}

.warning{
	color: #f0ad4e;
}

.info{
	color: #5bc0de;
}

.lite{
	color: #5cb85c;
}






/**** DIV CONTAINERS *****/
div.divWrapper {
	min-height: 100%;
	text-align: center;
	margin: auto;
	background-color: #f0f0f0;
	/*
	background-image: url('../images/bkgd.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	*/
}
div.divWrapperFooter {
	text-align: center;
	margin: auto;
	background-color: #f0f0f0;
	/* remove extra whitespace at bottom of page */
	margin-bottom: -12px;
}

div.divHeader {
	width: 90%;
	min-width: 970px;
	height: 110px;
	margin: auto;
	text-align: left;
	padding-top: 0px;
	/*background-image: url('../images/headerBkgd.jpg');*/
	background-image: url('../images/headerBkgd.png');
	background-position: top right;
	background-repeat: no-repeat;
}
div.divHeaderLeft {
	float: left; 
	/*width: 250px;*/ 
	width: auto; 
	padding-top: 5px;
	/*
	padding-left: 25px; 
	*/
}
div.divHeaderRight {
	float: right; 
	width: auto; 
	padding-top: 5px;
	padding-right: 10px; 
}
div.divBody {
	width: 90%;
	min-width: 970px;
	text-align: left;
	margin: auto;
	margin-top: 0px;
}
div.divFooter {
	width: 90%;
	min-width: 970px;
	text-align: left;
	margin: auto;
	margin-top: -3px;
	padding-top: 15px;
	background-color: #f0f0f0;
	font-size: 14px;
	color: #b8b8b8;
}
div.divFooter a, div.divFooter a:visited{
	color: #b8b8b8;
}
div.copyright{
	text-align: center;
	color: #b8b8b8;
}
div.copyright p{
	font-size: 12px;
}
div.copyright a{
	color: #b8b8b8;
}

/** content wrappers and containers **/
div.divContent{
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.bodyFullWrapper{
	width: 100%;
	margin: 0px;
}
div.bodyFullContent{
	padding: 25px;
	padding-top: 5px;
}
div.bodyLeftWrapper{
	float: left;
	margin: 0;
	text-align: left;
	width: 70%; /* 70% */
}
div.bodyLeftContent{
	padding: 25px;
	padding-top: 5px;
}

div.bodyRightWrapper{
	float: left;
	margin: 0;
	width: 28%; /* 28% */
}
div.bodyRightContent{
	padding: 15px;
	padding-top: 5px;
	border-left: 1px solid #e5e5e5;
}
div.bodyRightContent table.basic td{
	font-size: 14px;
	padding-bottom: 6px;
}

/** nav - menu - wrapper */
div.menu {
	width: 100%;
	height: 35px;
	margin: auto;
	margin-left: -1px; /* fixes nav being a pixel to right */
	background-image: url('../images/menu/navBkgd.gif');
	background-position: top center;
	background-repeat: repeat-x;
}


/** sub nav for admin/member/etc type pages */
div.navSub{
	border: 1px solid #DEDEDE;
	background: #F6F6F6;
	padding: 7px;
	font-size: 12px;
}

#flashHome{
	z-index: 0;
	margin: 0px auto;
	vertical-align: middle;
	width: 930px;
	height: 280px;
	margin-bottom: -10px;
	/*border: 1px solid #eaeaea;*/
}


/***** Page Headers *****/
div.pageHeader{
	width: auto;
	height: 76px;
	margin-bottom: -10px;
	margin-left: 0px;
	background-image: url('../images/pageHeaderBkgd.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
div.pageHeader h1{
	color: #94b9d1;
	z-index: 1000; /* IE Fix*/
	margin: 0px;
	font-size: 28px; /* 30px */
	padding-top: 20px;
	padding-left: 27px;
}

/*** drop shadow ****/
/* http://nicolasgallagher.com/css-drop-shadows-without-images/ */
/* Shared styles */

.drop-shadow {
	position:relative;
	/*float:left;*/
	/*width:40%; */   
	/*padding:1em;*/ 
	/*margin:2em 10px 4em;*/ 
	background:#ffffff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute; 
	z-index:-2;
}

/*
.drop-shadow p {
	font-size:16px;
	font-weight:bold;
}
*/

.curved:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 30px rgba(0,0,0,0.6);
	box-shadow:0 0 30px rgba(0,0,0,0.6);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
}

.curved-vt-2:before {
	right:0;
}


/*** fixed header ***/
#fixedHeader{
	position: fixed;
	top: 0;
	width: auto;
	margin: 0;
	margin-right: 20px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #DEDEDE;
	border-bottom: 0;
	background: #F6F6F6;
	/*
	bottom: 0;
	-webkit-transform: rotate(270deg);	
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	text-align: right;
	*/
}
#fixedFooter{
	z-index: 100;
	position: fixed;
	bottom: 0;
	/*left: 3%;*/
	right: 1%;
	width: auto;
	margin: 0;
	padding: 0px 10px 0px 10px;
	border: 10px solid #DEDEDE;
	border-bottom: 0;
	background: #F6F6F6;
	text-align: right;
	padding-bottom: 15px;
	/*
	bottom: 0;
	-webkit-transform: rotate(270deg);	
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	*/
}
#fixedFooter p {
	text-align: right;
}
#fixedFooter td.fixedFooterContent {
	padding-top: 10px;
	padding-left: 10px;
}

/*** tables ****/
table.basic td {
	padding: 3px;
}

table.basicSmall td {
	padding: 3px;
	font-size: 11px;
}
table.stockPrice th {
	text-align: left;
	font-size: 17px;
	padding: 5px;
}
table.stockPrice td {
	padding: 5px;
	font-size: 17px;
	text-align: right;
}


table.details{
	/*width: 880px;*/
	width: 100%;
}
table.details th{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #EDEDED;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.details td{
	font-size: 12px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.details th.actions{
	background: cornsilk;
}
table.details td.actions{
	background: cornsilk;
	text-align: center;
}
table.detailsNarrow{
	width: 100%; /* 100% */
}
table.detailsNarrow th{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #EDEDED;
	padding: 5px;
}
table.detailsNarrow td{
	font-size: 12px;
	padding: 5px;
}
div.bodyLeftWrapper table.detailsNarrow td{
	font-size: 12px;
}
div.bodyFullWrapper table.detailsNarrow td{
	font-size: 12px;
}
table.detailsNarrow th.actions{
	background: cornsilk;
}
table.detailsNarrow td.actions{
	background: cornsilk;
	text-align: center;
}
/* alternating row colors */
tr.rowStyle1{
	background: none;
}
tr.rowStyle2{
	background: #F1F1F1;
}
table.smallFont td{
	font-size: 10px;
}
table.mediumFont td{
	font-size: 11px;
}


/**** LISTS *****/
ul.basic li{
	padding: 2px;
}
ol.basic li{
	padding: 2px;
}
ul.basicLarge li{
	padding: 2px;
	font-size: 20px;
}
ol.basicLarge li{
	padding: 2px;
	font-size: 20px;
}
ul.basicSmall li{
	padding: 2px;
	font-size: 12px;
}
ol.basicSmall li{
	padding: 2px;
	font-size: 12px;
}
ul.basicTiny li{
	padding: 1px;
	font-size: 10px;
}
ol.basicTiny li{
	padding: 1px;
	font-size: 10px;
}
li.basicNone{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

ul.basicArrowPrimary li{
	list-style: none;
	margin-left: -30px;
	padding: 3px;
	padding-left: 20px;
	background: url('../images/icons/arrowPrimary.gif') no-repeat center left; 
}
ul.basicArrowSecondary li{
	list-style: none;
	margin-left: -30px;
	padding: 3px;
	padding-left: 20px;
	background: url('../images/icons/arrowSecondary.gif') no-repeat center left; 
}
ul.basicArrowPrimaryMedium li{
	list-style: none;
	margin-left: -30px;
	padding: 3px;
	padding-left: 30px;
	background: url('../images/icons/arrowPrimaryMedium.gif') no-repeat center left; 
}
ul.basicArrowSecondaryMedium li{
	list-style: none;
	margin-left: -30px;
	padding: 3px;
	padding-left: 30px;
	background: url('../images/icons/arrowSecondaryMedium.gif') no-repeat center left; 
}

ul.basicArrowSecondaryMedium h3{
	margin-top: 23px;
}


/*** hr ****/
hr{
	border: 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

hr.spacer1{
	border: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 20px;
    background: #EDEDED;
    margin-top: 30px;
    margin-bottom: 30px;
}

/** sign-in text - top right of page **/
#divLogin {
	width: 900px;
	margin: auto;
}
div.loginText {
	text-align: right;
	z-index: 500;
	margin: auto;
	font-size: 11px;
	padding: 6px;
	padding-bottom: 0px;
}
a.loginLink{
	background: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}


/* BREAD CRUMBS */
#breadCrumbLeft{
	float: left;
	font-size: 10px;
}
#breadCrumbRight{
	float: right;
	font-size: 10px;
}
div.breadCrumbLeft{
	float: left;
	font-size: 10px;
	color: #979797;
	margin: auto;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.bodyBreadCrumb {
	width: auto;
	margin: 0 auto;
	margin-bottom: 5px;
	padding-left: 25px; 
	text-align: left;
	/*border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-bottom: 1px solid #b0b0b0;
	background: #ededed;*/
}

div.bodyBreadCrumb a{
	color: #888888;
	text-decoration: underline;
}
div.bodyBreadCrumb a:hover{
	text-decoration: none;
}

#breadCrumbLeft select{
	font-size: 10px;
}
#breadCrumbRight select{
	font-size: 10px;
}
#breadCrumbLeft input{
	font-size: 10px;
}
#breadCrumbRight input{
	font-size: 10px;
}


/*** Notices div boxes ***/
div.notices{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 0px; 
	text-align: left;
}
#noticeConfirm{
	border: 1px solid #00A20B;
	background: #E9FFEB;
	color: #00A20B;
	padding: 7px;
}
div.noticeConfirm{
	border: 1px solid #00A20B;
	background: #E9FFEB;
	color: #00A20B;
	padding: 7px;
}
.noticeConfirm{
	background: #E9FFEB;
	color: #00A20B;
	padding: 3px;
}
#noticeNotice{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 10px;
		
}
div.noticeNotice{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 10px;
		
}
.noticeNotice{
	background: #FFFDF9;
	color: #FFAE00;
	padding: 3px;
		
}
h3.noticeNotice{
	color: #FFAE00;
}
#noticeError{
	border: 1px solid #C41818;
	background: #FFEDED;
	color: #C41818;
	padding: 7px;
}
div.noticeError{
	border: 1px solid #C41818;
	background: #FFEDED;
	color: #C41818;
	padding: 7px;
}
.noticeError{
	background: #FFEDED;
	color: #C41818;
	padding: 3px;
}


#validationNotice{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 10px;
		
}
h3.validationNotice{
	color: #FFAE00;
	font-size: 21px;
}


.red{
	color: #C41818;
}
.yellow{
	color: #FFAE00;
}
.green{
	color: #00A20B;
}



/*** Pagination links ***/
#paginationLinksLeft{
	float: left;
	font-size: 11px;
}
#paginationLinksRight{
	float: right;
	font-size: 11px;
}
#paginationLinksLeft select{
	font-size: 10px;
}
#paginationLinksRight select{
	font-size: 10px;
}
#paginationLinksLeft input{
	font-size: 10px;
}
#paginationLinksRight input{
	font-size: 10px;
}



/*** div actions boxes ***/
#actions1{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 7px;
	margin: auto;	
}
#actions1 h3 {
	color: #FFAE00;
}
div.destroyWarning{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 0px;
	/*border: 1px solid #C41818;
	background: #FFEDED;
	color: #C41818;
	padding: 7px;*/
	padding-top: 0px;
	margin: auto;	
}
div.destroyWarning h3{
	margin-top: 3px;	
	color: #FFAE00;
}


div.featureBox1{
	border: 1px solid #DEDEDE;
	background: #F6F6F6;
	padding: 7px;
}
div.featureBox1 h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}
div.featureBox2{
	border: 4px solid #DEDEDE;
	padding: 9px;
}
div.featureBox2 h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}
div.featureBoxPrimary{
	border: 4px solid #f98901;
	padding: 7px;
}
div.featureBoxPrimary h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}
div.featureBoxSecondary{
	border: 4px solid #f98901;
	padding: 7px;
}
div.featureBoxSecondary h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}

/*** forms ***/
div.formBox1{
	margin: auto;
	border: 1px solid #DEDEDE;
	background: #F6F6F6;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
}
div.formBox1 > h1:first-child{
	margin-top: 0px;
}
div.formBox1 > h2:first-child{
	margin-top: 0px;
}
div.formBox1 > h3:first-child{
	margin-top: 0px;
}
div.formBox1 > h4:first-child{
	margin-top: 0px;
}
div.formBox1 > h5:first-child{
	margin-top: 0px;
}
div.formBox1 > h6:first-child{
	margin-top: 0px;
}
div.formBox1 div.listScroll{
	height: 400px; 
	width: 600px;
	overflow: scroll;
	padding: 5px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
div.listScroll{
	height: 400px; 
	/*width: 600px;*/
	overflow: scroll;
	padding: 5px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
div.formBox1 div.listScrollShort{
	height: 200px; 
	width: 600px;
	overflow: scroll;
	padding: 5px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
div.listScrollShort{
	height: 200px; 
	/*width: 600px;*/
	overflow: scroll;
	padding: 5px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

input.textTiny{
	width: 30px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textSmall{
	width: 100px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textSmaller{
	width: 60px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textShort{
	width: 100px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textShorter{
	width: 60px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textMedium{
	width: 250px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

}
input.textLong{
	width: 400px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textDateTimePicker {
	width: 100px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.dateOnly{
	width: 70px;
}
textarea{
	width: 400px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
textarea.textareaMedium{
	width: 400px;
	height: 275px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
textarea.textareaMediumMedium{
	width: 400px;
	height: 100px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

select.categories{
	width: 400px;
}

input.textMediumFat{
	width: 250px;
	font-size: 25px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

}
input.buttonFat{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}






/**** A ****/
/* Primary Colour */
a:active{
	color: #94b9d1;
	text-decoration: underline;
	text-decoration: none;
}
a:visited{
	color: #94b9d1;
	text-decoration: underline;
	text-decoration: none;
}
a:link{
	color: #94b9d1;
	text-decoration: underline;
	text-decoration: none;
}
a:hover{
	color: #f98901;
	text-decoration: underline;
}
/* Secondary Colour */
a.secondary:active{
	color: #f98901;
	text-decoration: underline;
	text-decoration: none;
}
a.secondary:visited{
	color: #f98901;
	text-decoration: underline;
	text-decoration: none;
}
a.secondary:link{
	color: #f98901;
	text-decoration: underline;
	text-decoration: none;
}
a.secondary:hover{
	color: #94b9d1;
	text-decoration: underline;
}
/* Tertiary Colour */
a.tertiary:active{
	color: #4e94ba;
	text-decoration: none;
}
a.tertiary:visited{
	color: #4e94ba;
	text-decoration: none;
}
a.tertiary:link{
	color: #4e94ba;
	text-decoration: none;
}
a.tertiary:hover{
	color: #4e94ba;
	text-decoration: underline;
}
/* Grey Colour */
a.grey:active{
	color: #858585;
	text-decoration: underline;
}
a.grey:visited{
	color: #858585;
	text-decoration: underline;
}
a.grey:link{
	color: #858585;
	text-decoration: underline;
}
a.grey:hover{
	color: #858585;
	text-decoration: none;
}
/* Red Colour */
a.red:active{
	color: #C41818;
	text-decoration: none;
}
a.red:visited{
	color: #C41818;
	text-decoration: none;
}
a.red:link{
	color: #C41818;
	text-decoration: none;
}
a.red:hover{
	color: #C41818;
	text-decoration: underline;
}




/********************************** brands ************************************/
td.fixedFooterBrand{
	height: 100%;
	padding-top: 17px;
	padding-right: 15px;
	padding-left: 5px;
	text-align: left;
	border-right: 10px solid #DEDEDE;
}
td.fixedFooterBrand .small{
	text-align: left;
}
div.brandFilterBox{
}
table.brandFilterBox{
}
table.brandFilterBox td.brandFilterOption{
	border: 4px solid #FFFFFF;
	width: 24px;
	height: 24px;
	display: inline-block;
	padding: 5px;
}
table.brandFilterBox td.brandFilterOption span.brandFilterBoxText{
	font-size: 16px;
	line-height: 24px;
}
table.brandFilterBox td.spacer{
	width: 5px;
}
table.brandFilterBox td.brandFilterOption.selected,
table.brandFilterBox td.brandFilterOption.selected:hover{
	border: 4px solid #DEDEDE;
}
table.brandFilterBox td.brandFilterOption:hover{
	border: 4px solid #DEDEDE;
}


/********************************** projects ************************************/
div.stage_name{
	width: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #EDEDED;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}
div.stage_name td{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #EDEDED;
	
}

tr.projectIsPriority{
	background-color: cornsilk;
}

table.project td{
	padding: 5px;
	font-size: 12px;
}
table.project input{
	font-size: 12px;
}
table.project textarea{
	font-size: 12px;
}
table.project td h5{
	margin-top: 5px;
}
table.project td.heading{
	border: 0px;
}
table.project td.top{
	border-top: 1px solid #e5e5e5;
}
table.project td {
	border-top: 1px solid #e5e5e5;
}
table.project td.topBottom{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
table.project td.topRight{
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
table.project td.topLeft{
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
table.project td.bottom{
	border-right: 1px solid #e5e5e5;
}
table.project td.bottomRight{
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
table.project td.bottomLeft{
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
table.project td.topBottomLeft{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
table.project td.topBottomRight{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
table.project td.right{
	border-right: 1px solid #e5e5e5;
}
table.project td.left{
	border-left: 1px solid #e5e5e5;
}
table.project td.rightLeft{
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
table.project td.no-border{
	border: 0;
}
/*
*/

table.project span.sectionTitle {
	font-weight: bold; 
	font-variant: small-caps;
	
}

/* project flags */
.flagRush{
	padding: 1px 5px 2px 6px;
	border-radius: 25px;
	background-color: #B40808;
	color: #ffffff;	
}
.flagRushPaid{
	padding: 1px 5px 2px 6px;
	border-radius: 25px;
	background-color: #64b859;
	color: #ffffff;	
}
.flagUnclear{
	padding: 1px 5px 2px 6px;
	border-radius: 25px;
	background-color: #e2d500;
	color: #ffffff;	
}
.flagOnHold{
	padding: 1px 5px 2px 6px;
	border-radius: 25px;
	background-color: #3f3f3f;
	color: #ffffff;	
}
.flagOverdue{
	padding: 1px 5px 2px 6px;
	border-radius: 25px;
	background-color: #f8b500;
	color: #ffffff;	
}



a.projectCommentFlaggedOff:active,
a.projectCommentFlaggedOff:visited,
a.projectCommentFlaggedOff:link{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
a.projectCommentFlaggedOff:hover{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_red_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}

a.projectCommentFlaggedOn:active,
a.projectCommentFlaggedOn:visited,
a.projectCommentFlaggedOn:link{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_red_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
a.projectCommentFlaggedOn:hover{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
/********************************** leads ************************************/

a.leadCommentFlaggedOff:active,
a.leadCommentFlaggedOff:visited,
a.leadCommentFlaggedOff:link{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
a.leadCommentFlaggedOff:hover{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_red_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}

a.leadCommentFlaggedOn:active,
a.leadCommentFlaggedOn:visited,
a.leadCommentFlaggedOn:link{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_red_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}
a.leadCommentFlaggedOn:hover{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/icons/flag_16.png");
	background-repeat: no-repeat;
	text-decoration: none;
}

/********************************** resources ************************************/
table.templateRequirements{
}
table.templateRequirements tr th:first-child,
table.templateRequirements tr td:first-child{
	white-space: nowrap;
	font-weight: bold;
}
table.templateRequirements tr:nth-child(2) td{
	border-top: 1px solid #888888;
}
table.templateRequirements th,
table.templateRequirements td{
	padding: 10px;
	vertical-align: top;
}
table.templateRequirements th{
}
table.templateRequirements td{
	border: 1px solid #888888;
	border-top: 0px;
	border-left: 0px;
}
table.templateRequirements td:first-child{
	border-left: 1px solid #888888;
}

table.discounts{
	border-left: 1px solid #888888;
}
table.discounts tr th:first-child,
table.discounts tr td:first-child{
	white-space: nowrap;
	font-weight: bold;
}
table.discounts tr:nth-child(2) td{
	border-top: 1px solid #888888;
}
table.discounts th,
table.discounts td{
	padding: 10px;
	vertical-align: top;
}
table.discounts th{
}
table.discounts td{
	border: 1px solid #888888;
	border-top: 0px;
	border-left: 0px;
}
table.discounts td:first-child{
}


/********************************** dictionary ************************************/
div.definition{
}
div.definition ol li{
	padding: 2px;
}
div.definition ul li{
	padding: 2px;
}

/********************************* provisions *************************************/

/********************************* diagrams ***************************************/
iframe.pdfIFrame{
	width: 100%;
	height: 925px;
	border: 0px;
}

/*********************************** search ***************************************/
div.search{
	/*width: 295px;*/
	width: 545px;
	font-size: 25px;
	margin-top: 25px;
	margin-right: 25px;
	text-align: right;
}
div.searchTop{
	width: 545px;
	margin-top: 25px;
	margin-right: 10px;
	text-align: right;
}
input.searchField{
	/*width: 295px;*/
	width: 545px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
div.searchTop input.searchField{
	width: 450px;
	font-size: 16px;
}
input.searchButton{
	font-size: 13px;
}
/* PMG Livesearch 3.0 */
/**** search boxes **************/
input.search{
	width: 60%;
	font-size: 25px;
	padding: 3px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/**** search results **************/
div.searchResult{
}
div.searchResult .divider{
	padding: 15px;
}
div.searchResult .resultType {
	display: inline-block;
	/*width: 50px;*/
	float: left;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	font-size: 10px !important;
}
div.searchResult .result{
	width: 925px;
	float: left;
	padding-left: 10px;
}
div.searchResult .result a,
div.searchResult .result a:active,
div.searchResult .result a:visited,
div.searchResult .result a:link,
div.searchResult .result a:hover{
	font-family: Arial, sans-serif;
	font-size: 22px;
}
div.searchResult .result span.sub{
	color: #A0A0A0;
	font-size: 13px;
}

/* colors for result type tags */
div.searchResult .resultType.lead {
	background: #fa6800; /* orange */
	background: #A0A0A0; 
	color: #ffffff;
}
div.searchResult .resultType.client {
	background: #6d8764; /* olive */
	background: #A0A0A0; 
	color: #ffffff;
}
div.searchResult .resultType.project {
	background: #a20025; /* crimson */
	background: #A0A0A0; 
	color: #ffffff;
}


div.searchResult .resultType.patent {
	background: #fa6800; /* orange */
	color: #ffffff;
}
div.searchResult .resultType.assignee {
	background: #6d8764; /* olive */
	color: #ffffff;
}
div.searchResult .resultType.attorneyAgent {
	background: #a20025; /* crimson */
	color: #ffffff;
}
div.searchResult .resultType.inventor {
	background: #6a00ff; /* indigo */
	color: #ffffff;
}
div.searchResult .resultType.patentTermAdjustmentsHistory {
	background: #00aba9; /* teal */
	color: #ffffff;
}

div.searchResultsRangeString{
	padding: 10px 0px 10px 0px;
	color: #A0A0A0;
	font-size: 13px;
}
div.searchExecutionTime{
	margin-top: 20px;
	color: #A0A0A0;
	font-size: 11px !important;
}
#liveSearchPreloader{
	padding-top: 20px;	
}
#liveSearchPreloader .home{
	padding-top: 0px;	
}

.searchHome {
}
.liveSearchHome .primary,
.liveSearchHome .secondary{
	padding: 15px;
	font-size: 18px !important;
}
div.pagination a,
div.pagination a:active,
div.pagination a:visited,
div.pagination a:link,
div.pagination a:hover,
div.pagination span
{
	border: 1px solid #eaeaea;
	background: #f9f9f9;
	padding: 3px 5px 3px 5px;
}
div.pagination.bottom {
	margin-top: 25px;
}

/********************************* subscriptions *************************************/
table.pricing th, td {
	padding: 2px;
}
table.pricing th {
	font-size: 18px;
}
table.pricing td {
	font-size: 18px;
}

/**************************** quick comments ******************************************/
div.div_comment_textarea div{
	display: inline;
	width: 50%;
}
div.quick-comments{
	position: absolute; 
	margin-left: 10px;
	height: 200px; 
	width: 48% !important;
	overflow: scroll;
	padding: 5px;
	background-color: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
div.div_comment_textarea a.qc-comment-link{
	font-size: 0.8em;
}


