@charset "utf-8";
/* CSS Document */

html { color: #444444; background-color: #ffffff; }

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	background-color: #ffffff;
}

/* Headers and titles */
h1,.h1 { color:#454545 }
h2,.h2 { color:#444444 }
h3,.h3 { color:#333333 }
h4,.h4 { color:#222222 }
h5,.h5 { color:#111111 }
h6,.h6 { color:#000000 }

p,.p { color:#333333 }
.lightTitle { color:#8c8c8c; }


/****************/

/*CENTERING*/
.endUserWrapper { background-color: #ffffff; }

.endUserContainer { background-color: #ffffff; }

/********************/
/*		ELEMENTS	*/
/********************/ 

.endUserLeftElement { display:none }

.endUserRightElement { display:none }

.endUserCenterElement {
	float:left;
	clear:none;
	height:10px;
	width:100%
}


.endUserHeaderLogo {
    background-image: url("img/more-logo-dark.png");
    float: left;
    margin-top: -12px;
    position: relative;
    width: 200px;
}




/*The header*/
.endUserHeader { display:none }

/*The toolBar*/
.endUserToolBar {
	color:#222222;
	background-color:#EBEBEB;
	border-bottom:1px solid #dddddd
}

.endUserBody {

}

.endUserToolBar .endUserLeftElement { }

.endUserToolBar .endUserCenterElement
{
	background-color:#DEDFE7;
	border:1px solid #BDBEBD
}

/*The  content body (under the toolbar) */

.endUserBody .endUserCenterElement
{
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8
}

.endUserBody .endUserContent
{
	border-left:1px solid #BDBEBD;
	border-right:1px solid #BDBEBD
}

/*Pages menu*/

/*Form content*/
.endUserCenterElement .endUserFormContent {
	/*background-color:#FDFDFD*/
}

/*The footer*/
.endUserFooter
{
	background-color: #ffffff;
}

.endUserFooter .endUserCenterElement { border-top:1px solid #C0C0C0; }

.endUserFooterContent {	border-top:1px solid #FFFFFF; }






.endUserLeftElement {
	display:block;
	width:0px
}

.endUserRightElement {
	display:block;
	width:0px;
}


/* MY CSS */
.tag-myCss1 .formElement
{
	width: 96%;
	height: 44px;
}


.tag-myCss1 .formElement .labelItem
{
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	bottom: 0;
	top: 30px;
	font-size:11px;
}

.tag-myCss1 .formElement .formElementItem
{
	float: none;
	position: relative;
	width: 100%;
	top: -16px;
}
.tag-myCss1 .formElement .formElementItem input
{
	float:left;
	width: 90%;
	height:26px;
	font-size: 16px;
}

.tag-myCss2 .formElement .formElementItem:after
{
	content: "I was added by css";
	font-size:11px;
}



.tag-currency .formElement .formElementItem
{
	width: 100px;
	background: url('img/currency.png') right top no-repeat;
}
.tag-currency .formElement .formElementItem input
{
	width: 60px;
}

.tag-currency .formElement .formElementItem a
{
	float: right;
}


.tag-currency.tag-pound .formElement .formElementItem {	background-position: right 0px; }

.tag-currency.tag-euro .formElement .formElementItem {	background-position: right -40px; }

.tag-currency.tag-yen .formElement .formElementItem {	background-position: right -80px; }

.tag-currency.tag-dollar .formElement .formElementItem {	background-position: right -120px; }


.tag-myImage1 {
	width: 450px;
	height: 320px;
	background: url("img/audrey_hepburn.jpg") no-repeat;
}


/*SIZES*/
.formElement.label_LEFT > .labelItem  { width: 180px; }


.table-logo > .table-right.isAuthenticated {
    margin-top: -12px;
    margin-right: 16px;
    min-height: 36px;
    min-width: 120px;
}
