body { 
	color: #000;
	background: #7D8D9B;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	background: #7D8D9B url('/alatableStatic/img/backgroundg.gif') repeat-x;
	}
/* CONTAINS ALL CONTENT */
#body-container {
	overflow: hidden;
	width: 955px;
	margin: 0 auto;
	padding: 0;
	background-color: #7D8D9B
	}


/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */
#container {
	overflow: hidden;
	float: left;
	width: 921px;
	margin: 0;
	padding: 0 10px;
	background: #F8FADE;
	}

/* CONTAINS MAIN CONTENT */
#content, #home {
	float: left;
	margin: 0;
	}
#content {
	width: 611px;
	padding: 10px 0;
	}
#home {
	width: 611px;
	}
.apage {
	width: 800px;
}	
/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000000;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}
h2 { font-size: 1.3em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* LINKS */
a {
	color: #707513;
	text-decoration: none;
	}
a:hover {
	color: #707513;
	}

/* FEATURE */
#home .feature {
	float: left;
	width: 594px;
	border: 1px solid #AFB71F;
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 5px;
	background: #fff;
	}
#home .feature img {
	float: left;
	width: 300px;
	height: 175px;
	margin: 3px 15px 10px 5px;
	}
#home .feature h2 { margin: 10px 5px 0 5px; padding: 0; font-size: 1.6em; }
.feature p { margin: 10px 0; }

#pagepresentation h5 {
	color:#858B17;
	padding-left:4px;
	font-weight: bold
}

#pagepresentation .entry {
	padding-left:4px
}

/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#home #home-categories {
	clear: left;
	float: left;
	display: block;
	width: 610px;
	margin: 0 0 10px 0;
	}

/* EVERYTHING BELOW THE FEATURE */
#home #home-bottom {
	width: 611px;
	clear: left;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	}
#home #home-bottom .block-left { float: left; }
#home #home-bottom .block-right { float: right; }

/* EXCERPTS ON THE EXCERPTS STYLE LAYOUT */
.excerpts {
	margin: 0;
	padding: 0;
	float: left;
	width: 611px;
	}
.excerpts .post {
	overflow: hidden;
	float: left;
	clear: left;
	display: block;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 5px 11px 5px 3px;
	background: #fff;
	border: 1px solid #AFB71F;
	}
.excerpts .post h3 {
	float: left;
	display: block;
	margin: 0 5px 0 4px;
	padding: 0;
	}
.excerpts .post .entry {
	display: block;
	clear: left;
	width: 100%;
	padding: 0;
	margin: -10px 10px 0 6px;
	}
.excerpts img { margin: 5px 17px 10px 0; }
.excerpts .post .entry p { padding: 0; margin: 10px 0; }

/* VIDEO */
.video {
	overflow: hidden;
	width: 288px;
	margin: 0 0 10px 0;
	padding: 2px 5px 10px 5px;
	background: #fff;
	border: 1px solid #AFB71F;
	text-align: center;
	}
.video h3 { text-align: left; padding: 0 0 5px 2px; margin: 0; }
.video h3 a {
	font-size: .8em;
	font-weight: bold;
	}
.video div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	text-align: center;
	display: block;
	border: none;
	}
object { padding: 0; margin: 0; }

/* POST */
.post {
	margin: 0;
	background: #fff;
	}

/* RECENT EXCERPTS (default style) */
.recent {
	width: 288px;
	padding: 0 5px 10px 5px;
	margin: 0 0 0 0;
	float: left;
	background: #fff;
	border: 1px solid #AFB71F;
	}
.recent .post {
	float: left;
	margin: 5px 0 5px 0;
	padding: 0 0 0 5px;
	background: transparent;
	}
.recent .post h3 { margin: 0; padding: 0; }
.recent .post h3 a {
	display: inline;
	font-size: .7em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
.recent img, .excerpts img {
	float: left;
	width: 75px;
	height: 75px;
	margin: 5px 10px 0 0;
	}
.recent .entry {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.recent p, .recent .entry p { margin: 0; padding: 0; }
/* SINGLE POST */
.single .post {
	float: left;
	width: 549px;
	font-size: 1.1em;
	overflow: hidden;
	padding: 10px 30px;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #AFB71F;
	}
img.feature { height: 175px; width: 300px; }
.post a {
	font-weight: normal;
	color: #707513;
	text-decoration: none;
	}
.post a:hover {
	color: #707513;
	text-decoration: underline;
	}
.post h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
	}
.post h2 a { color: #707513; }
.post .byline {
	margin: 0 0 7px 0;
	font-size:85%;
	}
.post-meta-data {
	margin-right: 6px;
	text-align: right;
	}
.single .post-meta-data {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	}
/* LISTS */
#content ul {
	margin: 15px 0;
	padding: 0;
	}
#content ul li {
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	}
/* tables */
.post table { border: none; }
.post tr, .post td { border: 1px solid #333; }

.single .post .entry p {
	margin-bottom:0.8em;
}

/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 480px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #AFB71F;
	line-height: 140%;
	margin: 5px 0 15px 0;
	width: 570px;
	}
/* ALIGNMENT */
.left {
	float: left;
	margin: 5px 15px 5px 0;
	}
.right {
	float: right;
	margin 0 0 0 15px;
	}
.clear { clear: both; }
p.ie6-bug { float: left; margin: -5px 0; padding: 0; }
.center {
	margin: 15px auto;
	text-align: center;
	}
.navigation {
	margin: 15px 0;
	}
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	}
/* IMAGES */
.post img, .post a img {
	padding: 3px;
	border: 1px solid #01203c;
	background: #eee;
	}
.thumbnail {
	width: 75px;
	height: 75px;
	}
/* RELATED POSTS */
.related {
	width: 558px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #AFB71F;
	}
.related ul {
	width: 100%;
	}
.related h3 {
	margin: 15px 0 0 0;
	padding: 0;
	}
.ads img { border: none; }
/* COMMENTS TEMPLATE */
#comments-template {
	overflow: hidden;
	float: left;
	clear: left;
	display: block;
	width: 558px;
	padding: 10px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #AFB71F;
	background: #fff;
	}
#comments-template h3 {
	margin: 10px 0 0 0;
	padding: 0;
	}
#comments-template ol {
	margin: 0;
	padding: 0;
	}
#comments-template ol li {
	float: left;
	width: 97%;
	margin: 10px 0;
	padding: 5px;
	list-style-type: none;
	background: #f7f7f7;
	border: 1px solid #AFB71F;
	}
#comments-template ol li.alt {
	border-top: 1px solid #AFB71F;
	border-bottom: 1px solid #AFB71F;
	}
#comments-template ol li .comment-meta-data {
	font-weight: bold;
	}
#comments-template ol li .comment-text {
	width: 90%;
	margin: 10px auto;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #eee;
	}
/* TRACKBACKS */
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #AFB71F; }

/* CONTACT */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* SIDEBAR */
#sidebar {
	overflow: hidden;
	width: 300px;
	float: left;
	margin: 10px 0 0 10px;
	}
.menu {
	overflow: hidden;
	clear: left;
	float: left;
	display: block;
	width: 278px;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #AFB71F;
	background: #fff;
	}
.menu h2 {
	margin: 0;
	padding: 0;
	}
.menu ul, .tabbed div ul {
	margin: 0;
	padding: 0;
	}
.menu ul li, .tabbed div ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.menu ul li a, .tabbed div ul li a {
	display: block;
	padding: 0 0 0 10px;
	}
.menu ul li a:hover { text-decoration: underline; }

.menu .linkcat h2 {
	padding-left: 12px
}
.wpposticn {
	background-image: url('/alatableStatic/img/fav-24-spacer.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
}
/* TABS */
.tabs-block {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}
.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	}
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background: #eee;
	border: 1px solid #AFB71F;
	}
.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
	background: #f7f7f7;
	text-decoration: none;
	}
.tabbed ul.tabs li a.tab-current {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #AFB71F;
	background: #fff;
	display: none;
	}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
.tabs-block .tabbed div { width: 298px; }
.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #fff;
	}
.tabbed div ul li {
	clear: left;
	background: transparent;
	}
.tabbed div ul li a, .menu ul li a, .menuitemz {
	font-weight: normal;
	width: 97%;
	display: block;
	padding: 2px 0 2px 12px;
	background: transparent;
	border: none;
	}
.tabbed div ul li a:hover { text-decoration: underline; }
.tab {
	color:#000;
}
/* HOME CATEGORIES TABS */
#home-categories {
	overflow: hidden;
	}
#home .tabbed .c {
	width: 608px;
	}
.tabbed .post {
	float: left;
	clear: none;
	width: 47%;
	margin: 5px 1%;
	padding: 0;
	}
.tabbed .post h3 {
	width: 97%;
	font-size: .95em;
	margin: 0 0 0 5px;
	padding: 0;
	}
.tabbed .post h3 a { 
	font-weight: bold;
	}
.tabbed .post .entry {
	margin: 0 0 0 5px;
	padding: 0;
	}
.tabbed .post .entry p { margin: 0; padding: 0; }

/* SIDEBAR ADS */
.ads { float: left; clear: left; width: 297px; display: block; padding: 5px 0; margin: 0 0 10px 0; }
.ads p {
	margin: 0;
	padding: 0;
	}
.ads img {
	float: left;
	margin: 5px 4px 5px 15px;
	padding: 0;
	}

/* FLICKR PHOTOS */
.flickr img {
	margin: 5px 4px 5px 4px;
	padding: 3px;
	border: 1px solid #01203c;
	}
.flickr p {
	margin: 0 10px 0 0;
	text-align: right;
	}

/* SIDEBAR WIDGETS */
/* calendar */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #AFB71F; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #AFB71F; }
#sidebar table tr td.pad { border: none; }

/* FOOTER */
#footer {
	clear: both;
	width: 921px;
	margin: 0 auto;
	background-color: #FFF;
	padding:20px 10px;
	text-align: center;
	color:#999;
	border:0;
	border-top:1px solid #AFB71F
	
	}
#footer p {
	float: left;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer img { border: none; }
#footer a {
	color: #000;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer img { margin: 0 10px; border: none; }
.mania { background: #990000; position: absolute; top: 0; left: 0; width: 1000px; height: 2000px; } .mania h2 { font-size: 5em; }

/**************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.invisible {
	display: none;
}

.inlinez {
	display: inline;
}

.noinlinez {
	display: block;
}

.forceDefaultCursor {
	cursor: default;
}

#menuh {
	font-size: 1em;
	padding: 0 0 0 1px;
	margin-left: 60px;
	background: #AFB71F;
	font-weight: bold;z-index: 10
}

/* remove all the bullets, borders and padding from the default list styling */
#menuh ul {
	padding: 1px 0 0 0;
	margin: 0;
	list-style-type: none;
	height: 2em;
	background: #AFB71F;
	z-index: 10
}

/* style the sub-level lists */
#menuh ul ul {
	width: 15em;
}

#menuh ul :hover {
	background: #FF0000;z-index: 10
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menuh ul li {
	float: left;
}

/* style the sub level list items */
#menuh ul ul li {
	display: block;
	width: 12em;
	height: auto;
	position: relative;
	line-height: 1em;
}

/* style the links for the top level */
#menuh a,#menuh a:visited {
	display: block;
	float: left;
	height: 100%;
	font-size: 1em;
	text-decoration: none;
	padding: 0 1em 0 1em;
	line-height: 2em;
	color: #FFF;
	background: #AFB71F;z-index: 10
}

/* style the sub level links */
#menuh ul ul a,#menuh ul ul a:visited {
	display: block;
	width: 15em;
	height: 100%;
	text-decoration: none;
	line-height: 1em;
	padding: 0.5em 1em;
}

#menuh ul table ul a,#menuh ul table ul a:visited {
	width: 14em;
	w\idth: 12em;
	text-decoration: none;
}

#menuh ul ul a,#menuh ul ul a:visited {
	background: #AFB71F;
	color: #FFF;
	border:1px solid #AFB71F;z-index: 10;
	height: 12px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#menuh table {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
	z-index: -1;
}

#menuh ul ul table {
	lef\t: -1px;
}

#menuh ul ul table ul.left {
	margin-lef\t: 2px;
}

#menuh li:hover {
	position: relative;
}

* html #menuh a:hover {
	position: relative;
	text-decoration: none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuh ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 2em;
	left: 0;
	width: 14em;
}

/* make the second level visible when hover on first level list OR link */
#menuh ul li:hover ul,#menuh ul a:hover ul {
	visibility: visible;
	height: auto;
	padding-bottom: 2em;
	background: transparent url(/alatableStatic/img/navmenu2/trans.gif);
	text-decoration: none;
}

#menuh a:hover {
	color: #858B17;
	background: #FFF;z-index: 10
}

.#menuh :hover>a {
	color: #858B17;
	background: #FFF;z-index: 10
}

/* second */
.#menuh ul ul a:hover {
	color: #858B17;
	background: #EBEF9C;
	border:1px solid #858B17;z-index: 10
}

.#menuh ul ul :hover>a {
	color: #858B17;
	border:1px solid #858B17;background: #EBEF9C;z-index: 10
}

#menuh a.selectedTabL1,#menuh a.selectedTabL1:visited {
	background: #F4F6C8;
	color: #858B17;z-index: 10
}

.secondMenuBar {
	background: #EBEF9C url('/alatableStatic/img/barbg2_v.gif') repeat-x;;
	padding: 0 0.7em 0 0.7em;;
	line-height: 1.7em;
	border-bottom:1px solid #AFB71F
}

.bold {
	font-weight: bold;
}

.smallPadding {
	padding: 5px;
}

.smallPaddingB {
	padding-bottom: 5px;
}

.smallMargin {
	padding: 5px;
}

.smallVerticalPadding {
	padding-bottom: 5px;
	padding-top: 5px;
}

.mediumPadding {
	padding: 10px;
}

.invisible {
	display: none;
}

.inlinez {
	display: inline;
}

.noinlinez {
	display: block;
}

.forceDefaultCursor {
	cursor: default;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.fakeLink {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

.fakeLink span:hover {
	text-decoration: underline;
}

.fakeLinkDisabled {
	color: #CCCCCC;
	text-decoration: none;
	cursor: default;
}

.fakeLinkActive {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.footer {
	text-align: center;
	padding: 40px 0 20px 0;
	color: #999;
}

.accountMenu {
	width: 100%;
	cursor: pointer;
	background-color: #FFFFFF;
}

.accountMenu td {
	padding: 5px;
	/*font-weight: bold;*/
	border-bottom: 1px solid #EEE;
}

.accountMenu .over {
	background-color: #FAF1C3;
}

.accountMenu .selected {
	background-color: #F1EFE2;
}

.savePresentation {
	margin: 10px;margin-left: 0;
}

/* tabs */
.gwt-TabBar {
	
}

.gwt-TabBar .gwt-TabBarFirst {
	padding-left: 1px;
}

.gwt-TabBar .gwt-TabBarRest {
	
}

.gwt-TabBar .gwt-TabBarItem {
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	font-weight: bold;
	cursor: default;
	margin-right: 2px;
	text-decoration: none;
}

.gwt-TabBar .gwt-fakeTab {
	cursor: default;
	font-weight: bold;
	padding-bottom: 2px;
	background-color: #fff;
	margin: 0 2px 0 10px;
	white-space: nowrap;
}

/* end tabs */ /** common */
.neutralBorder1 {
	border: 1px solid #B5B5AF;
}

.formLabelColumn {
	font-weight: bold;
}

.formFirstRow {
	padding: 5px;
	vertical-align: top;
}

.formRow {
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
}

.formErrorLabel {
	color: #CE0000;
	font-weight: bold;
	font-size: 80%;
}

.formErrorMain {
	color: #CE0000;
	font-weight: bold;
	padding-bottom: 1em;
}

.formOkMessage {
	color: #009900;
	font-weight: bold;
}

.fieldOblig {
	color: #CE0000;
}

.waitFailedMsg {
	color: #CE0000;
	font-weight: bold;
	padding:10px;
}

.tooltipPopup {
	border: 1px solid black;
	padding: 2px 3px 3px 3px;
	font-size: smaller;
	background-color: #ffffcc; /*Pale Weak Yellow*/
}

.gwt-DialogBox {
	border: 2px outset;
	background: url('/alatableStatic/img/barbg2_v.gif') repeat-x #EBEF9C;
	z-index: 1000;
}

.gwt-DialogBox .Caption {
	color: #858B17;
	padding: 3px;
	margin: 2px;
	font-weight: bold;
	cursor: default;
}

.newCookbookForm .formInputWidget {
	width: 350px;
}

.newCookbookForm .pushright {
	padding-left: 20px;
}

.questionLabel {
	font-weight: bold;
}

.infoLabel {
	padding:10px 0;
}

.qTarget {
	text-align:center;padding-top:10px
}

.buttonBar {
	text-align: right;
}


.buttonBar button {
	margin-left: 5px;
	width: 75px;
}

.ulineHeader {
	font-weight: bold;
	color: #000;
	border-bottom: 1px;
	border-bottom: solid 1px #000;
}

.cookbookSelector {
	width: 190px;
}

.rcpDescriptForm .formLabelColumn {
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}

.rcpDescriptForm td {
	vertical-align: top;
}

.formExplain {
	padding: 0 10px;
	font-size: 85%;
	color: #707512;
	vertical-align: top;
}

.formExplainBox {
	margin-left: 10px;
	border: 1px solid #AFB71F;
	background-color: #F4F6C8;
	padding: 5px
}

.wideFormRow {
	padding-top: 15px;
	padding-bottom: 15px
}

.rcpDescriptForm .formInputColumn {
	width:300px
}

.rcpDescriptForm .formExplain {
	padding-left: 10px;
	padding-right: 5px;
}

.rcpDescriptForm .wideFormRow {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rcpDescriptForm .formInputWidget {
	width: 300px;
}

.categMenuHeader {
	background-color: #AFB71F;
	padding: 2px 2px 2px 5px;
	color: #FFF;
	font-weight: bold;
}

.categSelectTitle {
	font-weight: bold;
	color: #858B17
}

.categSelectBody {
	border: 1px solid #CCC;
	border-right:0;
	border-bottom:0;
	width: 100%;
	background-color: #EBEF9C;
	margin-bottom: 5px;
}

.categSelectBody .rcpExpBt{
	float: left;
	display:inline;
	width: 170px;
}

.categSelectBody2 td {
	background-color: #FFFFFF;
	width: 100%;
	padding:5px;
}

.categSelectBody2 table tr td {
	padding:2px 0;
}

.csb2td1 {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#editorTableCategSelect td {
	vertical-align: top;
}

.categSelectPopup {
	border: 1px solid #858B17;
	background-color: #EBEF9C;
}

.categSelectTable {
	border-left: 3px solid #AFB71F;
}

.categSelectTable td {
	width: 155px;
	padding: 2px 0 2px 2px;
}

.cstSmall td {
	width: 120px;
}

.cbSelCatIE {
	float: left;
	width: 20px;
}

.cbSelCatFF {
	padding-top: 3px;
	padding-left:2px;
	float: left;
	width: 20px;
}

.categSelectTable .menuItem td {
	background-color: #EBEF9C;
}

.categSelectTable .menuItemActivated td {
	background-color: #F4F6C8;
}

.boolOp {
	display: inline;
}

.currentSearchTerms {
	font-size: 129%;
	font-weight: bold
}

.filterSelections {
	margin: 0 5px 0 5px;
	border: 1px solid #FFBF80;
	border-top: 0px;
	background-color: #FAF1C3;
	padding: 2px;
}

.tableRecipeList { /*width: 250px;*/
	width: 100%;
	cursor: pointer;
	background-color: #FFFFFF;
}

.tableRecipeList td {
	padding: 5px;
	font-weight: bold;
}

.tableRecipeList .menuItem2 {
	background-color: #F5F5F5;
	font-weight: bold;
}

.tableRecipeList .over {
	background-color: #FAF1C3;
}

.tableRecipeList .selected {
	background-color: #D6EB9A;
}

.rcpViewerFrame {
	border: 0;
	width: 100%;
}

.progressBar {
	position: relative;
	width: 300px;
	height: 1.5em;
	text-align: center;
	background: white;
	color: black;
	border: 1px solid black;
	position: relative;
}

.progressBar .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #AFB71F;
	color: white;
	overflow: hidden;
	clip: rect(0px, 0px, 100%, 0px);
}

.pagination {
	color: #858B17;
	font-weight: normal;
	padding: 10px;
}

.pagelink {
	border: 1px solid #AFB71F;
	display: inline;
	font-weight: normal;
	padding: .2em .4em .2em .4em;
	margin-right: 5px;
	text-decoration: none;
	color: #858B17
}

.plsel {
	border: 1px solid #AFB71F;
	background-color: #AFB71F;
	color: #FFF;
}

.plHover {
	background-color: #F4F6C8;
	border: 1px solid #AFB71F;
}

.plArrow {
	padding: .2em .4em .2em .4em;
	cursor: pointer;
	border: 1px solid #AFB71F;
	display: inline;
	margin-right: 5px;
}

.plArrowDis {
	color: #DDD;
	border: 1px solid #DDD;
	cursor: default;
}

.dlgInfoIcon {
	float: left;
	margin: 0 5px 2px 0;
}

.sortSelected {
	font-weight: bold;
	color: #000;
	cursor: pointer
}

.sortUnselected {
	color: #000;
	font-weight: normal;
	cursor: pointer;
}

.loginLabel {
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
}

.loginSubmitBt {
	padding-top: 10px;
	text-align: center;
}

.loginForgot {
	margin-top: 15px;
	font-size: 85%;
}

#loginForm .gwt-TextBox,#loginForm .gwt-PasswordTextBox {
	width: 160px;
}

#newAccountForm input {
	width: 200px;
}

.alignLeft {
	text-align: left;
}

.newAccountForm .formLabelColumn {
	font-weight: bold;
}

.confirmLabel {
	font-weight: bold;
	background-color: #FFBF80;
	padding: 2px 10px 2px 10px;
	margin-top: 20px;
}

.briefRcpList {
	width: 100%;
}

.briefRcpList td {
	background-color: #F6F6F6;
	font-weight: normal;
	font-size: 100%;
	border-bottom: 1px solid #DDD;
	padding: 3px;
}


.rcpIng li {
	list-style-type: none;
}

.rcpSteps li {
	list-style-type: none;
}

.actionSel {
	font-weight: bold;
}

.actionSel .fakeLinkDisabled {
	color: #B7331F;
}


.parentTable {
	width: 100%;
}

#gwtMainPanel {
	padding: 0 5px 0 4px;
}


.labelnormal {
	color: #000;
}

.labelt1 {
	color: #000;
	font-size: 85%;
}

.labelt4 {
	color: #000;
	font-weight: bold
}

.introtext {
	padding: 0 0.3em;
}

#gwtUserRating table {
	margin-left: auto;
	margin-right: auto;
}

.ratingLabel {
	text-align: left;
	font-weight: bold;
	padding-left: 16px;
}

.noRatingLabel {
	font-weight: normal;
}

.ratingStarsEditable {
	cursor: pointer;
}

.ratingLabelToRight .ratingLabel {
	padding-left: 4px;
}

.tUp {
	color: #000;
}

.tDown {
	color: #000;
}

.resetSearchBt,.resetSearchBt-up {
	background-color: #FFF;
	border-color: #FFF;
}

.rcpExpBt {
	border: 1px solid transparent;
	cursor: hand;
}

.rcpExpBt .ddMenuColLabel {
	padding: 5px;
	vertical-align: middle;
}

.rcpExpBt .ddMenuColArrow {
	padding: 5px 1px 5px 0;
	vertical-align: middle;
}

.rcpExpBt-up {
	background-color: #EBEF9C;
	border-color: #FFF #858B17 #858B17 #FFF;
}

.rcpExpBt-up-hovering {
	background-color: #F4F6C8;
	border-color: #FFF #858B17 #858B17 #FFF;
}

.rcpExpBt-down {
	background-color: #F4F6C8;
	border-color: #CCC;
	color: #858B17;
}

.rcpExpBt-down-hovering {
	background-color: #F4F6C8;
	border-color: #CCC;
	color: #858B17;
}

.grayActionButton {
	border: 1px solid transparent;
	cursor: hand;
	padding: 1px 1px 1px 3px;
	font-weight: normal;
}

.grayActionButton-up {
	background-color: #F5F5F5;
	border-color: #FFF #999 #999 #FFF;
}

.grayActionButton-up-hovering {
	background-color: #F5F5F5;
	border-color: #FFF #999 #999 #FFF;
}

.grayActionButton-down {
	background-color: #E5E5E5;
	/*border-color: #999 #FFF #FFF #999;*/
	border-color: #999;
	color: #333;
}

.grayActionButton-down-hovering {
	background-color: #E5E5E5;
	border-color: #999;
	color: #333;
}

.grayActionButton-down-disabled {
	background-color: #E5E5E5;
	border-color: #E5E5E5;
	color: #333;
}

.ckActionBorder {
	margin-bottom: 10px;
}

.ckAction {
	text-align: center;
}

.QSListTable td {
	padding: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #EBEF9C;
	width: 100%;
}

.qsRow {
	background-color: #FFF;
	cursor: pointer;
}

.QSListTable .fakeLink {
	text-decoration: none;
	width: 160px;
	overflow: hidden;
	float: left;
}

.qsRowOver {
	background-color: #EBEF9C;
}

.QSDelCol {
	width: 16px;
	text-align: center;
	padding-right: 10px;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.ddBlackBorder {
	border: 1px solid #000;
}

.popupActions {
	width: 320px;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #FFF;
	font-weight: bold;
}

.popupMyProfilDD {
	width: 170px;
}

.rcpimglist {
	width: 100px;
	border: 1px solid #CCCCCC;
	margin: 5px 10px 5px 5px
}

.ckimglist {
	width: 100px;
	border: 1px solid #CCCCCC;
}

.cookRating {
	float: left;
	width: 48px;
	height: 48px;
	padding: 0 5px 5px 2px;
	text-align: center;
	font-size: 150%;
	color: #B7331F
}

.cookRating div {
	background: url('/alatableStatic/img/badge-48.gif') no-repeat;
	background-position: center;
	height: 48px;
}

.cookRating span {
	position: relative;
	top: 10px
}

.sharedCbL {
	clear: left;
	color: #858B17;
	font-weight: bold;
	margin-bottom: 5px
}

.noPicBox {
	width: 100px;
	height: 100px;
	text-align: center;
	color: #CCC
}

.floatr {
	float: right;
}

.kwSearch {
	width: 100%;
}

/* see also ie6css */
.kwSearch input {
	width: 145px;
}

.cntKwSearch input {
	width:99%;
}

.searchIcn {
	width: 18px;
	text-align: right;
	cursor: pointer;
}

.ratingUL {
	display: inline;
	padding: 0;
	margin: 0;
}

.ratingUL li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ratingUL img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.searchInp {
	padding-right: 2px;
}

.itemDTitle {
	padding-left: 10px;
	padding-top: 2px;
	font-size: 110%;
	font-weight: bold
}

.itemDH1 {
	padding: 5px 0 0 10px;
	vertical-align: middle;
}

.itemDPresentTxt {
	padding: 5px 0 5px 10px;
	vertical-align: top
}

.itemDH2 {
	padding: 5px 0 5px 10px;
	vertical-align: top;
}

.cbWithAction .itemDTitle, .cbWithAction .itemDH1, .cbWithAction .itemDPresentTxt,.cbWithAction .itemDH2{
	padding-left:0;
}

.itemDH2 img {
	vertical-align: middle;
}

#tabpanel .itemDTitle,#contactsPane .itemDTitle,#gwtCookViewer .itemDTitle
	{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
}

#tabpanel .itemDH1,#contactsPane .itemDH1,#gwtCookViewer .itemDH1 {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#tabpanel .itemDPresentTxt,#contactsPane .itemDPresentTxt,#gwtCookViewer .itemDPresentTxt
	{
	padding-left: 0;
	padding-top: 0.5em;
}

.ratingBrief {
	background: url('/alatableStatic/img/star-full-24.gif') no-repeat center
		#F6F6F6;
	text-align: center;
	vertical-align: middle;
}

.ratingBriefNone {
	background: url('/alatableStatic/img/star-empty-24.gif') no-repeat
		center #F6F6F6;
}

/** overriden in ie6.css */
.ratingBrief div {
	padding: 2px 0 1px 1px;
	color: #000;
	width: 26px;
	font-size: 90%;
	font-weight: bold
}

.noContactMsg {
	text-align: center;
	padding: 40px 0;
}

.staticPageBody {
	padding: 10px;
}

.staticPageBody .icon {
	width: 48px;
	height: 48px;
	float: left;
}

.staticPageBody h1 {
	margin-bottom: 10px;
}

.staticPageBody p {
	margin-bottom: 10px
}

.staticPageBody .choices {
	text-align: center;
	font-size: 100%;
	margin: 30px;
	font-weight: bold
}

.termes p {
	margin-bottom: 1em;
}

.rcpIndexUL .hasChild {
	font-weight: bold;
	padding-top: 0.5em;
}

.rcpIndexUL ul {
	margin: 0.2em 0 0.2em 15px;
}

#confirmRatedIcn {
	vertical-align: middle;
	margin-right: 0.5em;
}

.confirmRated {
	font-size: 110%;
}

.moduleIntroText {
	
}

.moduleIntroText div {
	margin-bottom: 0.5em
}

.sectionHeader {
	padding: 10px 0 0 10px
}

.sectionHeader h1 {
	padding-bottom: 0;
	color:#858B17;
	font-size: 135%;
}

.sectionHeader h4 {
	padding-bottom: 1em;
}

.sectionHeader a:link,.sectionHeader a:visited,.sectionHeader a:hover,.sectionHeader a:active {
	text-decoration: none;
	color:#858B17;
}

.sectionHeader .noSubtitle {
	padding-bottom:10px;
}

.sectionHeader div {
	padding-bottom: 0.5em;
}

.sectionBody {
	margin:40px 0 0 30px
}

.sectionBody img {
	width: 48px;
	height: 48px;
	vertical-align: top;
	float: left;
}

.sectionBody div {
	display-inline;margin-left:60px
}

.sectionBody p {
	padding-top:0.5em;width:70%
}

.sectionBody a {
	font-size:110%;font-weight: bold;
}

.rcpColor {
	color: #DE621F
}

.bookColor {
	color: #24678E
}

.peopleColor {
	color: #8C2456
}

.favColor {
	color: #B7331F
}

.mgrColor {
	color: #A1B694
}

.contactColor {
	color: #94A3B6
}


.inputRequired input,.inputRequired textarea {
	background-color: #FFFFE0;
}

.gwt-Button {
	background: #f5f5f5;
	border: 1px solid #aaa;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 2px;
	width: 12em;
}

.gwt-Button:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.gwt-Button[disabled] {
	background: #ccc;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #888;
}

.formButtons {
	margin-top: 5px;
}

.formButtons button {
	margin-right: 5px;
}

.categIndex {
	font-weight: bold;
	color: #B7331F;
	margin-bottom: 5px
}

.infoSep {
	color: #707513;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #707513;
}

.tagCloud {
	text-align: center
}

.tagCloud a,.tagCloud a:link,.tagCloud a:visited,.tagCloud a:active {
	color: #000;
	text-decoration: none;
}

.tagCloud a:hover {
	color: #000;
	text-decoration: underline;
}

/* overriden in ie6.css */
.tag1 {
	font-size: 92%;
	opacity: 0.5;
}

.tag2 {
	font-size: 100%;
	opacity: 0.65;
}

.tag3 {
	font-size: 125%;
	opacity: 0.85;
}

.tag4 {
	font-size: 160%;
	opacity: 1;
}

.accSections .h,.accSections .h:visited,.accSections .h:link,.accSections .h:active
	{
	font-size: 100%;
	margin-bottom: 25px;
	font-weight: bold;
}

.accSections .h2 {
	font-size: 85%;
	font-weight: bold;
}

.accSections .stext {
	padding-top: 3px;
	font-size: 85%;
}

.seeMoreLink,.seeMoreLink:visited,.seeMoreLink:link,.seeMoreLink:active
	{
	color: #B7331F;
	font-weight: bold;
}

.rcpUpProgBar{
	padding:0 5px 5px 5px
}

.wrapCbItem {
	padding:1px 0 4px 0
}
.wrapCbItemLast {
	padding:1px 0 0px 0
}

.wrapCookItem {
	padding:1px 0 4px 0
}
.wrapCookItemLast {
	padding:1px 0 0px 0
}

.noBookMsg {
	text-align: center;
	padding: 20px;
}

.rcpCookAvatar {
	border:1px solid #CCC;background-color: #FFF;padding:2px;width:48px;
}

#gwtRcpVListNav .fakeLinkDisabled {
	display:none;
}

#gwtRcpVListNav .fakeLink {
	text-decoration: none;
}

.rcpIngList, .rcpIngListGroup, .rcpSteps, .rcpStepsGroup  {
	padding:0;margin:0; list-style-type: none;margin-bottom:1em;
}

.rcpIngList, .rcpIngListGroup {
	padding-left:0px;
}

.rcpIngListGroup li, .rcpStepsGroup li {
	font-weight: bold;color:#707513;
}

.rcpIngListGroup li ul li, .rcpStepsGroup li ul li{
	font-weight: normal;color:#000;
}

.rcpIngListGroup li ul li {
	padding-left: 5px;
}

.rcpSteps li {
	padding-left: 10px;
	background-image: url(/alatableStatic/img/bullet-green-5.png);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	margin-bottom: 1em
}

.rcpStepsGroup li ul li {
	padding-left: 20px;
	background-image: url(/alatableStatic/img/bullet-green-5.png);
	background-repeat: no-repeat;
	background-position: 10px 0.45em;
	margin-bottom: 1em
}

.rcpStepsGroup ul {
	margin-top:1em;
}

.monProfilDDButton {
	border: 1px solid transparent;
	cursor: hand;
	padding: 1px;
	font-weight: normal;
	display:inline;
	text-align: center;
}

.monProfilDDButton .html-face {
	display:inline;
}

.monProfilDDButton-up {
	background-color: #FFF;
	border-color: #FFF 
}

.monProfilDDButton-up-hovering {
	background-color: #F5F5F5;
	border-color: #FFF #999 #999 #FFF;
}

.monProfilDDButton-down {
	background-color: #E5E5E5;
	border-color: #999;
	color: #333;
}

.monProfilDDButton-down-hovering {
	background-color: #E5E5E5;
	border-color: #999;
	color: #333;
}

.monProfilDDButton-down-disabled {
	background-color: #E5E5E5;
	border-color: #E5E5E5;
	color: #333;
}

.bcell {
	vertical-align: middle;
	white-space: nowrap;
}

.rcpexphelp h4 {
	padding: 10px 0;
}
.rcpexphelp div {
	padding-left: 20px;
}

.rcpUplPanel {
	border:1px solid #DDD;
}

.rcpUplPanel td {
	padding:0.2em;
	border-bottom:1px solid #DDD;
	vertical-align: middle;
}

.uplStatusPanel td {
	padding:0;
	border-bottom:0;
}

.remFileUpl {
	cursor:pointer;
}

.rcpOrganizer {
	width:100%;
}

.rcpOrgList {
	width:100%;
	padding:0.2em;
	cursor: pointer;
}

.rcpOrgList .over {
	background-color: #FAF1C3;
}

.rcpOrgList .selected {
	background-color: #F1EFE2;
}

.rcpOrgList td {
	padding:0.2em;
	border-bottom:1px solid #DDD;
	vertical-align: middle;
}

.rcpOrgList td div {
	width: 200px;
}

.impRcpMenuItem {
	width:100%;
}

.impRcpMenuItem td {
	padding:0;
	border:0;
}

#rcpIntrFieldRow textarea {
	font-family: Courier;
}

.gwt-ProgressBar-shell {
  border: 1px solid #000;
  background-color: #FFF;
  height: 11px;
  width: 100%;
  font-size:9px;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
  background-color: #AFB71F;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  padding: 0px;
  margin: 0px;
  color: #000;
}

#globalPb .gwt-ProgressBar-shell, #saveAllRcpPb .gwt-ProgressBar-shell{
	height: 20px;
	font-size: 11px;
}

.categSelectFiller {
	border: 1px solid transparent;
	background-color: #EBEF9C;
	border-color: #FFF #858B17 #858B17 #FFF;
	padding:5px;
	margin-left:172px;
}

.bigBt {
	font-size: 150%;
}

#QSList .fakeLink {
	text-decoration: none
}

#QSList .fakeLinkActive {
	text-decoration: none
}

#QSList span:hover .fakeLink{
	text-decoration: underline;
}

.fakeLinkDisabled {
	color: #CCCCCC;
	text-decoration: none;
	cursor: default;
}

/* debut round corner */
.rc1-top,.rc1-bottom {
	display: block;
	background: transparent;
	font-size: 1px;
}

.rc1-b1,.rc1-b2,.rc1-b3,.rc1-b4 {
	display: block;
	overflow: hidden;
}

.rc1-b1,.rc1-b2,.rc1-b3 {
	height: 1px;
}

.rc1-head {
	font-weight: bold;;
	padding: 0 5px 1px 5px;
}

/* border green, bg pale green*/
.rc1-t1 {
	background: #EBEF9C;
	border-left: 1px solid #AFB71F;
	border-right: 1px solid #AFB71F;
}

.rc1-b1-t1 {
	background: #AFB71F;
}

.rc1-box-t1 {
	background: #EBEF9C;
	border: 0 solid #AFB71F
}

/* border green, bg white*/
.rc1-t2 {
	background: #FFF;
	border-left: 1px solid #AFB71F;
	border-right: 1px solid #AFB71F;
}

.rc1-t2-rcp {
	background: #F3F5C2 url('/alatableStatic/img/bg-rcp-h.png') repeat-y;
	border-left: 1px solid #AFB71F;
	border-right: 1px solid #AFB71F;
}

.rc1-b1-t2 {
	background: #AFB71F;
}

.rc1-box-t2 {
	background: #FFF;
	border: 0 solid #AFB71F
}

/* border green, bg green*/
.rc1-t3 {
	background: #AFB71F;
	border-left: 1px solid #AFB71F;
	border-right: 1px solid #AFB71F;
}

.rc1-b1-t3,.rc1-t3h {
	background: #AFB71F;
}

.rc1-box-t3 {
	background: #AFB71F;
	border: 0 solid #AFB71F
}

.rc1-t3-head {
	background-color: #AFB71F;;
	color: #FFF;
}

/* border red, bg white*/
.rc1-t4,.rc1-t4h {
	background: #FFF;
	border-left: 1px solid #B7331F;
	border-right: 1px solid #B7331F;
}

.rc1-b1-t4,.rc1-t4h {
	background: #B7331F
}

.rc1-box-t4 {
	background: #FFF;
	border: 0 solid #B7331F
}

.rc1-t4-head {
	background-color: #B7331F;;
	color: #FFF;;
	padding-bottom: 3px;
}

/* border red, bg red*/
.rc1-t5 {
	background: #B7331F;
	border-left: 1px solid #B7331F;
	border-right: 1px solid #B7331F;
}

.rc1-b1-t5 {
	background: #B7331F
}

.rc1-box-t5 {
	background: #B7331F;
	border: 0 solid #B7331F
}

.xb-nbr-gw {
	background: #FFF;
	border: 0 solid #AFB71F;
	border-width: 0 1px;
}

/* border blue, bg pale blue*/
.rc1-t6 {
	background: #EBF5FA;
	border-left: 1px solid #24668C;
	border-right: 1px solid #24668C;
}

.rc1-b1-t6 {
	background: #24668C;
}

.rc1-box-t6 {
	background: #EBF5FA;
	border: 0 solid #24668C
}

/* border orange brule, bg white*/
.rc1-t7 {
	background: #FFF;
	border-left: 1px solid #DE621F;
	border-right: 1px solid #DE621F;
}

.rc1-b1-t7 {
	background: #DE621F;
}

.rc1-box-t7 {
	background: #FFF;
	border: 0 solid #DE621F
}

/* border blue, bg white */
.rc1-t8 {
	background: #FFF;
	border-left: 1px solid #24678E;
	border-right: 1px solid #24678E;
}

.rc1-b1-t8 {
	background: #24678E;
}

.rc1-box-t8 {
	background: #FFF;
	border: 0 solid #24678E
}

/* border purple, bg white */
.rc1-t9 {
	background: #FFF;
	border-left: 1px solid #8C2456;
	border-right: 1px solid #8C2456;
}

.rc1-b1-t9 {
	background: #8C2456;
}

.rc1-box-t9 {
	background: #FFF;
	border: 0 solid #8C2456
}

.rc1-t10 {
	background: #F4F6C8;
	border-left: 1px solid #AFB71F;
	border-right: 1px solid #AFB71F;
}

.rc1-b1-t10 {
	background: #AFB71F;
}

.rc1-box-t10 {
	background: #F4F6C8;
	border: 0 solid #AFB71F
}

/* border grey, bg grey*/
.rc1-t11 {
	background: #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.rc1-b1-t11 {
	background: #EEE
}

.rc1-box-t11 {
	background: #EEE;
	border: 0 solid #EEE
}


/* second part rond corner */
.rc1-b1 {
	margin: 0 5px;
}

.rc1-b2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.rc1-b3 {
	margin: 0 2px;
}

.rc1-b4 {
	height: 2px;
	margin: 0 1px;
}

.rc1-box {
	display: block;
	border-width: 0 1px;
}

/* end default round corner*/ /* rc3:only round on the left side */
.rc3-top,.rc3-bottom {
	display: block;
	background: transparent;
	font-size: 1px;
}

.rc3-b1,.rc3-b2,.rc3-b3,.rc3-b4,.rc3-b1r,.rc3-b2r,.rc3-b3r,.rc3-b4r {
	display: block;
	overflow: hidden;
}

.rc3-b1,.rc3-b2,.rc3-b3,.rc3-b1r,.rc3-b2r,.rc3-b3r {
	height: 1px;
}

.rc3-b2,.rc3-b3,.rc3-b4 {
	background: #AFB71F;
	border-left: 1px solid #AFB71F
}

.rc3-b2r,.rc3-b3r,.rc3-b4r {
	background: #AFB71F;
	border-right: 1px solid #AFB71F
}

.rc3-b2b,.rc3-b3b,.rc3-b4b {
	background: #EBEF9C
}

.rc3-b1 {
	margin: 0 0 0 5px;
	background: #AFB71F;
}

.rc3-b2 {
	margin: 0 0 0 3px;
	border-width: 0 0 0 2px;
}

.rc3-b3 {
	margin: 0 0 0 2px;
}

.rc3-b4 {
	height: 2px;
	margin: 0 0 0 1px;
}

.rc3-b1r {
	margin: 0 5px 0 0;
	background: #AFB71F;
}

.rc3-b2r {
	margin: 0 3px 0 0;
	border-width: 0 2px 0 0;
}

.rc3-b3r {
	margin: 0 2px 0 0;
}

.rc3-b4r {
	height: 2px;
	margin: 0 1px 0 0;
}

.rc3-boxcontent {
	display: block;
	background: #EBEF9C;
	border: 0 solid #AFB71F;
	border-width: 0 0 0 1px;
}

.rc4-b1 {
	margin: 0 0 0 5px;
}

.rc4-b2 {
	margin: 0 0 0 3px;
	border-width: 0 2px;
}

.rc4-b3 {
	margin: 0 0 0 2px;
}

.rc4-b4 {
	height: 2px;
	margin: 0 0 0 1px;
}

.waitLabel {
	padding-left:5px;
	font-weight: bold;
	color:#AFB71F;
}

.waitAnim {
	background: url('/alatableStatic/img/wait-bar-green.gif') no-repeat center;
	width: 220px;
	height: 19px;
}

/* overidden in ie css */
.cbDescription {
	min-height:70px;padding: 0 5px;font-size: 90%;
}

/* overidden in ie css */
.featureBlock {
	padding-top:20px;
}


