
@import url("/_lib/fonts/opensans.css");
@import url("/_lib/fonts/journal.css");

body {
  margin: 0px;
  color:#0b2909;
  background-color:#FFFFFF;
  font-family: "opensans",Calibri,Arial,Helvetica,sans-serif;
  font-size: 14px;
  cursor: default;
  line-height: 130%;
  background-image:url(/friendly/images/skin/wallpaper_blue.jpg);
  background-repeat:repeat-x;
  background-position:center top;
  background-attachment:fixed;  
}

body.richedit {
  margin: 0px;
  color:#0b2909;
  background-color:#ffffff;
  background-image:none;
  font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 130%;
}

td {
     color:#0b2909;
     font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
     font-size: 14px;
}

p {
     font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
     margin:0px; 
     padding:9px 36px 3px 36px; 
} 	

h1 {
    font-family: "journal","opensans",Calibri,Arial,Helvetica,sans-serif;
	color: #0b2909;
	font-size: 4em; 
  font-weight:normal;
     margin:0px; 
     padding:20px 36px 18px 36px; 
}

h2 {
    font-family: "journal","opensans",Calibri,Arial,Helvetica,sans-serif;
	color:#0b2909;
	font-size:3.4em; 
  font-weight:normal;
     margin:0px; 
     padding:18px 36px 8px 36px; 
}

h3 {
    font-family: "journal","opensans",Calibri,Arial,Helvetica,sans-serif;
	color:#0b2909;
	font-size:2.8em; 
  font-weight:normal;
     margin:0px; 
     padding:18px 36px 8px 36px; 
}

input {
  font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
  font-size: 13px;
}

textarea {
  font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
  font-size: 13px;
}

select {
  font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
  font-size: 13px;
}

ul.list li {
	margin-top: 6px;
	line-height: 145%;
}
ul.list {
	list-style:square;
}

a:link {
	color: #0023A3;
	text-decoration: none;	
}
a:visited {
	color: #182c78;
	text-decoration: none;	
}
a:active {
	color: #CF0000;
	text-decoration: none;	
}
a:hover {
	color: #0023A3;
	text-decoration: underline;
}






table.admintable {
	border-top:1px #AAAAAA dotted;
	border-right:1px #AAAAAA dotted;
	border-left:1px #AAAAAA dotted;
	background-color: #f5f5f5;
	color: #666666;
}
table.admintable tr {
	border-bottom:1px #AAAAAA dotted;
	background-color: #f5f5f5;
	color: #666666;
}
table.admintable th {
    font-size:14px;
	padding: 7px;
	border-bottom:1px #AAAAAA dotted;
	background-color: #cf9050;
	color: white;
}
table.admintable td {
    font-size:14px;
	padding: 7px;
	border-bottom:1px #AAAAAA dotted;
	color: #666666;
    white-space:nowrap;
}
table.admintable td input {
	font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
    font-size:14px;
	background-color:white;
	padding: 2px;
	color: black;
	border: 1px #888888 inset;
    xwidth:88%;
}
table.admintable td input.formbutton {
	font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
    font-size:16px;
	background-color:darkblue;
	color: white;
	border: 1px black outset;
	padding: 3px 12px;
	cursor: pointer;
	font-weight:bold;
    width:auto;
}
table.admintable td input.smallbutton {
	font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;
	font-size:14px;
	background-color:darkblue;
	color: white;
	border: 1px black outset;
	padding: 3px;
	cursor: pointer;
	font-weight:bold;
    width: auto;
}
table.admintable td select {
	font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;font-size:12px;
	font-size:13px;
	background-color:white;
	color: black;
	padding: 2px;
	border: 1px #888888 inset;
    width: auto;
}
table.admintable td textarea {
	font-family:"opensans",Calibri,Arial,Helvetica,sans-serif;font-size:12px;
	font-size:13px;
	background-color:white;
	color: black;
	padding: 2px;
	border: 1px #888888 inset;
    width: auto;
}


.errorMessage {

	border: 1px dotted #CC0000;
	background-color: #FFE5E5;
    background-image:url(/friendly/images/skin/icon_error.png);
    background-repeat:no-repeat; 
    background-position: 5px 3px;
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
	padding:14px 18px 14px 65px;
	margin-bottom:9px;
}
.successMessage {

	border: 1px dotted #117711;
	background-color: #CCFFCC;
    background-image:url(/friendly/images/skin/icon_success.png);
    background-repeat:no-repeat; 
    background-position: 5px 3px;
	color:#117711;
	font-size:16px;
	font-weight:bold;
	padding:11px 18px 11px 65px;
	margin-bottom:9px;
}
.infoMessage, .warningMessage {

	border: 1px #775511 dotted;
	background-color: #FFDDAA;
    background-image:url(/friendly/images/skin/icon_warning.png);
    background-repeat:no-repeat; 
    background-position: 5px 3px;
	color:#775511;
	font-size:16px;
	font-weight:bold;
	padding:14px 18px 14px 65px;
	margin-bottom:9px;
}




ul.feedlist 
{
    margin:0px 0px 0px 0px;
    padding:0px;
    line-height:110%;
}
ul.feedlist li, ul.feedlist li a
{
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px;
    font-size:10px !important;

    border-bottom: 1px dotted #eeeeee;
}




div.helpbox {
	border:1px black solid;
    font-size:12px;
	padding:9px;
	color:white;
	background-color:darkblue;
	width:300px;
	height:auto;
    white-space: normal !important;
}
div.helpboxwide {
	border:1px black solid;
    font-size:12px;
	padding:9px;
	color:white;
	background-color:darkblue;
	width:600px;
	height:auto;
    white-space: normal !important;
}




div.mkd1stnav {
	width:760px;
	min-width:760px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	color: #111122;
    font-size:17px;
    text-align: center;
	float:left;
    height:37px;
}
div.mkd1stnav li {
  width: auto;
	position:relative;
}
div.mkd1stnav ul {
	position: relative;
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	width:760px;
    height:36px;
}

div.mkd1stnav ul li {
	display:block;
	float:left;
	margin:0px 3px;
    padding:0px;
	width: auto;
	min-width:50px;
    height:36px;
}

div.mkd1stnav ul li.separator {
	display:block;
	position:relative;
	float:left;
	background-image:none;
	min-width:1px;
	width:1px;
	overflow:hidden;
	height:36px;
	margin:0px;
	padding:0px;
	border:0px;
	z-index: 1;
	overflow: hidden;
}

div.mkd1stnav ul li a.current {
  display: block;
	color: #111122;
    background-color:#111122;
	text-decoration: none;
	background-image:url(/friendly/images/skin/markden_navbar_bkg.png);
	background-position: center bottom;
	background-repeat:repeat-x;
	padding:10px 18px 12px 18px;
	margin: 0px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
}

div.mkd1stnav ul li a  {
    display: block;
	color: #111122;
	text-decoration: none;
	padding:10px 18px 12px 18px;
	margin: 0px;
	cursor: pointer;
	text-decoration: none;
}
div.mkd1stnav ul li a:link  {
	color: white;
	text-decoration: none;
}
div.mkd1stnav ul li a:visited    {
	color: white;
	text-decoration: none;
}

div.mkd1stnav ul li a:active    {
	color: black;
    text-decoration: none;
    background-image:url(/friendly/images/skin/markden_navbar_bkg.png);
	background-position: center bottom;
	background-repeat:repeat-x;
}

div.mkd1stnav ul li a:hover    {
	color: black;
    text-decoration: none;
    background-image:url(/friendly/images/skin/markden_navbar_bkg.png);
	background-position: center bottom;
	background-repeat:repeat-x;
}

div.mkd1stnav ul li a.current:link { color: #111122; text-decoration: none; }
div.mkd1stnav ul li a.current:visited { color: #111122; text-decoration: none; }
div.mkd1stnav ul li a.current:active { color: #111122; text-decoration: none;  }
div.mkd1stnav ul li a.current:hover { color: #111122; text-decoration: none; }



div.mkd1stnav ul ul {
  clear: both;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 2147483647;
	float:none;
	display:block;
	border: 1px #c2c2ca solid;
    border-top:0px;
	color: black;
	background:none;
	background-color:white;
	background-image:url(/_lib/blank.gif);
	margin: 0px auto 0px auto;
	font-size:14px;
	padding: 0px;
	min-width:initial;
  width:auto;
  height: auto;
}
div.mkd1stnav ul ul li {
  display: block;
  background-image:none;
	background-color:white;
	border-top:1px #c2c2ca dotted;
	height:30px;
	text-align:center;
	margin:0px auto 0px auto;
	padding:0px; 
	color: black;
	float:none;
	z-index: 50;
	min-width:120px;
  width:auto;
  text-align:left;
  white-space:nowrap ;
}
div.mkd1stnav ul ul li a {
  display: block;
  background-image:none;
  xbackground-color:white;
	padding:7px 27px 8px 27px;
  text-align:left;
	margin:0px;
	width: auto;
	height:15px;
	z-index: 50;
	text-decoration: underline;
}
div.mkd1stnav ul ul li a:link {
	color: black;
  background-image:none;
	background-color:white;
	text-decoration: none;
	width: auto;
}
div.mkd1stnav ul ul li a:visited {
	color: black;
	background-image:none;
	background-color: white;
	text-decoration: none;
	width: auto;
}
div.mkd1stnav ul ul li a:active {
	color: white;
	background-image:none;
	background-color:#071540;
	text-decoration: none;
	width: auto;
}
div.mkd1stnav ul ul li a:hover {
	color: white;
	background-image:none;
	background-color:#071540;
	width: auto;
}
div.mkd1stnav ul ul li a.current:link  {padding:7px 27px 8px 27px;text-align:left; color: white;	background-image:none; background-color: #071540; }
div.mkd1stnav ul ul li a.current:visited {padding:7px 27px 8px 27px;text-align:left; color: white;	background-image:none; background-color: #071540; }
div.mkd1stnav ul ul li a.current:active {padding:7px 27px 8px 27px;text-align:left; color: white; 	background-image:none; background-color: #071540;}
div.mkd1stnav ul ul li a.current:hover {padding:7px 27px 8px 27px; text-align:left; color: white;	background-image:none; background-color: #071540; }

div.mkd1stnav ul ul ul {
	top: 0;
	left: 100%;
	position: absolute;
}

div.mkd1stnav ul ul,
div.mkd1stnav ul li:hover ul ul,
div.mkd1stnav ul ul li:hover ul ul
{display: none;}

div.mkd1stnav ul li:hover ul,
div.mkd1stnav ul ul li:hover ul,
div.mkd1stnav ul ul ul li:hover ul
{display: block;}



div.end2ndNav {
	margin: 1px 0px 0px 10px;
	padding: 0px;
	color: #111122;
    font-size:14px;
    text-align: center;
	float:left;
    height:37px;
}
div.end2ndNav li {
  width: auto;

}
div.end2ndNav ul {

	margin: 0;
	padding: 0;
	list-style: none;
    height:26px;
}

div.end2ndNav ul li {
	display:block;
	float:left;
	margin:0px 3px;
    padding:0px;
	width: auto;
	min-width:50px;
    height:26px;
}

div.end2ndNav ul li.separator {
	display:block;

	float:left;
	background-image:none;
	min-width:1px;
	width:1px;
	overflow:hidden;
	height:26px;
	margin:0px;
	padding:0px;
	border:0px;
	overflow: hidden;
}

div.end2ndNav ul li a.current {
  display: block;
	color: #111122;
	text-decoration: none;
	background-image:url(/friendly/images/skin/endata_nav_2_select.png);
	background-position: center top;
	background-repeat:repeat-x;
	padding:7px 10px 9px 10px;
	margin: 0px;
	height:15px;
	cursor: pointer;
	text-decoration: none;
}

div.end2ndNav ul li a  {
  display: block;
	color: #111122;
	text-decoration: none;
	padding:7px 10px 9px 10px;
	margin: 0px;
    height:15px;
	cursor: pointer;
	text-decoration: none;
}
div.end2ndNav ul li a:link  {
	color: #111122;
	text-decoration: none;
}
div.end2ndNav ul li a:visited    {
	color: #111122;
	text-decoration: none;
}
div.end2ndNav ul li a:active    {
	color: #111122;
    text-decoration: underline;
}
div.end2ndNav ul li a:hover    {
	color: #111122;
    text-decoration: underline;
}

div.end2ndNav ul li a.current:link { color: #111122; text-decoration: none; }
div.end2ndNav ul li a.current:visited { color: #111122; text-decoration: none; }
div.end2ndNav ul li a.current:active { color: #111122; text-decoration: none; }
div.end2ndNav ul li a.current:hover { color: #111122; text-decoration: none; }



.panelTop
{
    width:700px;
    height:23px; 
    overflow:hidden;
    background-image:url(/friendly/images/skin/endata_page_panel_bkg.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.panelTitle
{
    width:655px;
    height:36px; 
    overflow:hidden;
    background-image:url(/friendly/images/skin//endata_page_panel_bkg.png);
    background-position: 0px -24px;
    background-repeat: no-repeat;    
    padding:12px 15px 0px 30px;
    text-align: left;
    color: Black !important;
    font-size:24px;
}

.panelBody
{
    width:655px;
    min-height:80px;
    background-image:url(/friendly/images/skin/endata_page_panel_bkg_repeater.png);    
    background-repeat: repeat-y;   
    padding:15px 15px 5px 30px;
}

.panelBottom
{
    height:3px; overflow:hidden;
    width:700px;
    height:21px; 
    overflow:hidden;
    background-image:url(/friendly/images/skin/endata_page_panel_bkg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}


table.tinyTable {
    border:0px;
}
table.tinyTable tr {
}
table.tinyTable th {
    background-color: #071540;
    border:0px;
    border-top:1px gray solid;
    padding:1px 5px;
    text-align: right;
    color: White !important;
    text-transform:uppercase;
    font-size:12px;
}
table.tinyTable td {
    background-color: white;
    border:0px;
    border-bottom:1px gray dotted;
    padding:1px 5px;
    text-align: right;
    font-size:12px;
}

table.bigTable {
    border:0px;
}
table.bigTable tr {
}
table.bigTable th {
    background-color: #071540;
    border:0px;
    border-top:1px gray solid;
    padding:2px 8px;
    text-align: right;
    color: White !important;
    text-transform:uppercase;
    font-size:14px;
}
table.bigTable td {
    background-color: white;
    border:0px;
    border-bottom:1px gray dotted;
    padding:2px 8px;
    text-align: right;
    font-size:14px;
}

.shopcategoryitemselected {
    float:left; width:auto; padding:6px 11px;
    background-color:#071540;color:white;
    border: 1px solid #071540;
    margin:0px 11px 0px 0px;border-radius:3px;
}
.shopcategoryitemselected a { color: white; }

.shopcategoryitem {
    float:left; width:auto; padding:6px 11px;
    border: 1px solid #A7B5E0;
    margin:0px 11px 0px 0px;border-radius:3px;
}



.turingcode { 
  font-family:monospace; 
  font-size:7px; 
  font-weight:bold;
  line-height:70%;
}


.feedlistitem {
  margin:7px 0px;
}

a.homepagebutton {
  display:block;
  font-family: "journal","opensans",Calibri,Arial,Helvetica,sans-serif;
  color:#005500;
  width: 148px;
  margin: 5px;
  padding: 10px;
  font-size: 3em;
  line-height:140%;
  text-align: center;
  border: 1px solid #1b1;
  border-radius: 5px;
  background-color: #EEFFF5;
  float:left;
  text-decoration:none;
}
a:link.homepagebutton, a:visited.homepagebutton {
  color:#005500;
  text-decoration:none;
}
a:active.homepagebutton, a:hover.homepagebutton {
  text-decoration:none;
  color:#EEFFF5;
  background-color:#005500;
}