/* Stop! CSS Time. GG */

/***********************************************/
/* HTML tag styles   -- quebec  theme          */
/***********************************************/

/* 00579a	blue		*/
/* 00aab4	tuquoise	*/
/* bdcde9	border blue	*/
/* def5ea	powder blue	*/
/* f3fafa	baby blue   */

body {
	/* background: #fff url("/themes/quebec/startbg_quebec.png") top right no-repeat; */
}

#masthead {
	margin: 0;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #bdcde8;
	border-top: 1px solid #bbb;
	line-height: 24px;
	color: #fff;
	background: #00579a;
	background: -moz-linear-gradient(top, #00aab4 0%, #00579a 58%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aab4), color-stop(58%,#00579a));
	background: -webkit-linear-gradient(top, #00aab4 0%,#00579a 58%);
	background: -o-linear-gradient(top, #00aab4 0%,#00579a 58%);
	background: -ms-linear-gradient(top, #00aab4 0%,#00579a 58%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aab4', endColorstr='#00579a',GradientType=0 );
	background: linear-gradient(top, #00aab4 0%,#00579a 58%);
}

#masthead #logo {
	margin-top: 0px;
/*
	text-indent: -9000px;
	background: transparent url("/images/logo_sm.png") 6px 4px no-repeat;
*/
}

#server_status {
/*
	margin: 0px 0 0 0;
	padding: 7px 5px 0px 15px;
*/
}

#pageName {
	margin: 0px;
	padding: 2px 8px 2px 8px;
	font-family: "Helvetica Neue", "Arial", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background-color: #00aab4;
	border: 1px solid #006fbb;
	white-space: nowrap;
}

input[type="submit"], input[type="button"], .go, a.go {
	height: 21px;
	cursor: pointer;
	margin: 0px;
	padding: 0px 10px 2px 10px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	border: 1px solid #00579a;
	border-bottom: 1px #00478a solid;
		 border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow:	0px 1px 2px #d4ddec;
	-webkit-box-shadow:	0px 1px 2px #d4ddec;
	box-shadow:			0px 1px 2px #d4ddec;
	background-color: #00579a;
	background:  -webkit-gradient(linear, left top, left bottom, from(#00aab4), to(#00579a));
	background:  -moz-linear-gradient(top,  #00aab4,  #00579a);
	background: #00579a linear-gradient(#00aab4, #00579a);
}

input[type="submit"].disabled, input[type="button"].disabled  {
  background: linear-gradient(#CCCCCC, #AAAAAA) repeat scroll 0 0 #00579A;
  border: 1px solid #999999;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 1px 2px #999999;
  color: #666666;
  font-weight: bold;
  height: 21px;
  letter-spacing: 0;
  margin: 0;
  padding: 0 10px 2px;
  cursor: auto;
  text-shadow: none;
}

/************* #globalNav styles (Top Menu ) **************/

#globalNav a {
	color: #004482;
 	border-bottom: 1px solid #bdcde8;
 	border-right: 1px solid #bdcde8;
	background: #bdcde8;
	background: -moz-linear-gradient(top, #bdcde8 0%, #d4ddec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdcde8), color-stop(100%,#d4ddec));
	background: -webkit-linear-gradient(top, #bdcde8 0%,#d4ddec 100%);
	background: -o-linear-gradient(top, #bdcde8 0%,#d4ddec 100%);
	background: -ms-linear-gradient(top, #bdcde8 0%,#d4ddec 100%);
	background: linear-gradient(to bottom, #bdcde8 0%,#d4ddec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdcde8', endColorstr='#d4ddec',GradientType=0 );
}

#globalNav a:hover {
	background: #ffffdd;
	background: -moz-linear-gradient(top, #bdcde8 0%, #ffffdd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdcde8), color-stop(100%,#ffffdd));
	background: -webkit-linear-gradient(top, #bdcde8 0%,#ffffdd 100%);
	background: -o-linear-gradient(top, #bdcde8 0%,#ffffdd 100%);
	background: -ms-linear-gradient(top, #bdcde8 0%,#ffffdd 100%);
	background: linear-gradient(to bottom, #bdcde8 0%,#ffffdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdcde8', endColorstr='#ffffdd',GradientType=0 );
}

#globalNav a.globalNavSel {
	color: #fff;
	text-shadow: none;
	background: #00579a;
}

/*********** right menu **********/

#navBar {
	background-color: #f3fafa;
	border-left: 1px solid #bdcde8;
	border-bottom: 1px solid #bdcde8;
	color: #303030;
}

#navBar ul a:link, #navBar ul a:visited {
	color: #444;
}

.relatedLinks h3,
.domainsRequiringAttention label,
#negativeBalance label,
#sunriseZonesWarning label,
#landrushZonesWarning label,
#pendingTrademarkApproval label,
#invalidTmchDetails label,
#docGen label
{
	color: #000;
/*
	text-shadow: 0px 1px 0px #888;
*/
  background-color: #e0e4ec;
  border-bottom: 1px solid #bdcde8;
}

.domainsRequiringAttention a:hover,
#negativeBalance a:hover,
#sunriseZonesWarning a:hover,
#landrushZonesWarning a:hover,
#pendingTrademarkApproval a:hover,
#invalidTmchDetails a:hover,
#docGen a:hover
{
	color: #ffd;
	background-color: transparent;
}

.domainsRequiringAttention ul a:hover,
#negativeBalance ul a:hover,
#sunriseZonesWarning ul a:hover,
#landrushZonesWarning ul a:hover,
#pendingTrademarkApproval ul a:hover,
#invalidTmchDetails ul a:hover,
#docGen ul a:hover,
#sectionLinks a:hover,
#navBar ul a:hover
{
	color: #000;
	background-color: #ffd;
}

.relatedLinks h3 {
	border-top: 1px solid #bdcde8;
	border-bottom: 1px solid #bdcde8;
}

/************* #search styles ***************/

#search {
	background-color: #d4ddec;
}

#search label {
/*
	color: #fff;
	text-shadow: 0px 1px 0px #888;
*/
}

#search input {
	border: 1px solid #bdcde9;
}

/****** content ******/

fieldset, fieldset.loginSearch {
	border: 1px solid #bdcde9;
}

table#results {
	border: 1px solid #bce1d0;
}

table#results td {
	border: 1px solid #bce1d0;
}

table#results thead {
	background-color: #def5ea;
}

table#results thead a {
	color: #000;
}

/*
table#results thead td {
	border: none;
}
*/

table#results td a:link, table#results td a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: none;
}

table#results th {
	border: 1px solid #bce1d0;
}

table#results a:hover {
	color: #000;
	background-color: #ffd;
}

table#results tbody tr:hover {
	color: #000;
	background-color: #ffd;    /* Table row hover color */
}

table#results tbody tr:hover a {
	color: #000;
}

table#results tfoot th {
	  background-color: #def5ea;
	  border-bottom: 1px solid #bce1d0;
}

table#results tfoot th a {
	color: #000;
}

/* added a class in case there is more than one results table on the page */
table.results {
	border: 1px solid #bce1d0;
}

table.results td {
	border: 1px solid #bce1d0;
}

table.results thead {
	background-color: #def5ea;
}

table.results thead a {
	color: #000;
}

/*
table.results thead td {
	border: none;
}
*/

table.results td a:link, table.results td a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: none;
}

table.results th {
	border: 1px solid #bce1d0;
}

table.results a:hover {
	color: #000;
	background-color: #ffd;
}

table.results tbody tr:hover {
	color: #000;
	background-color: #ffd;    /* Table row hover color */
}

table.results tbody tr:hover a {
	color: #000;
}

table.results tfoot th {
	  background-color: #def5ea;
	  border-bottom: 1px solid #bce1d0;
}

table.results tfoot th a {
	color: #000;
}

table#resultsDom tbody tr:hover {
  background-color: #ffd;    /* Table row hover color */
}

table#sc_contents tr:hover, table#sc_contents tr.odd:hover {
  background-color: #ffd;	/* Shopping cart line hover color */
}

#cart_empty {
  color: #c01138;
  background: #f3fafa;
  border: solid 1px #bdcde9;
}

/****** footer *******/

#siteInfo {
/*
	background: #5b5b5b;
*/
	height: 200px;
	border-top: 1px solid #bdcde9;
	color: #444;
	padding: 5px 5px 5px 5px;
	margin-top: -1px;
}

#siteInfo a {
	color: #333;
}

#version {
	color: #333;
}
