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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

body {
	font: 13px "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif; *
	font-size: small; *
	font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,input,textarea {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 100%;
}

textarea {
	padding: 1px;
}


pre,code {
	font: 115% monospace; *
	font-size: 100%;
}

body * {
	line-height: 1.22em;
}

h1 {
	font-size: 160%;
	font-weight: normal;
}

h2 {
	font-size: 129%;
	font-weight: bold;
}

h3 {
	font-size: 114%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

.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;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
}

.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;
}

.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;
	font-family: Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
}

.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;
	font-family: Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
}

.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;
}

.parentContainer {
	margin: auto;
	text-align: left;
	min-width: 780px;
	max-width: 990px;
	width: 990px;
	border-top: 0;
	background-color: #FFF;
}

.parentContainer1 {
	margin: auto;
	text-align: left;
	min-width: 780px;
	max-width: 990px;
	width: 990px;
	border-top: 0;
	background-color: #FFF;
}

.parentContainer2 {
	background-color: #FFF;
}

.parentTable {
	width: 100%;
}

#gwtMainPanel {
	padding: 0 5px 0 4px;
}

/* style the outer div to give it width */
.menu {
	font-size: 1em;
	padding: 1px 0 0 1px;
	margin-left: 60px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 2em;
}

/* style the sub-level lists */
.menu ul ul {
	width: 15em;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float: left;
}

/* style the sub level list items */
.menu ul ul li {
	display: block;
	width: 12em;
	height: auto;
	position: relative;
	line-height: 1em;
}

/* style the links for the top level */
.menu a,.menu a:visited {
	display: block;
	float: left;
	height: 100%;
	font-size: 1em;
	text-decoration: none;
	padding: 0 1em 0 1em;
	line-height: 2em;
}

/* style the sub level links */
.menu ul ul a,.menu ul ul a:visited {
	display: block;
	width: 15em;
	height: 100%;
	text-decoration: none;
	line-height: 1em;
	padding: 0.5em 1em;
}

.menu ul table ul a,.menu ul table ul a:visited {
	width: 14em;
	w\idth: 12em;
	text-decoration: none;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
	z-index: -1;
}

.menu ul ul table {
	lef\t: -1px;
}

.menu ul ul table ul.left {
	margin-lef\t: 2px;
}

.menu li:hover {
	position: relative;
}

* html .menu a:hover {
	position: relative;
	text-decoration: none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu 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 */
.menu ul li:hover ul,.menu ul a:hover ul {
	visibility: visible;
	height: auto;
	padding-bottom: 2em;
	background: transparent url(/alatableStatic/img/navmenu2/trans.gif);
	text-decoration: none;
}

.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%;
}

#listtabs {
	font-family: Arial, "Lucida Sans Unicode", Tahoma, sans-serif
}


