BODY
{
	margin: 0px;
	font-size:0.8em;
	/* animates the font size transitions in MoSimple */
    transition:all .0s linear !important;  
    -o-transition:all .0s linear !important;  
    -moz-transition:all .0s linear !important;  
    -webkit-transition:all .0s linear !important;
}

.pageInfo
{
	margin-top: 6px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	background: #fff;
	border: 1px outset;
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
}

.pageInfo span{display: none !important;}

.folderTrigger
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABfSURBVDhPY/z//z8DKYCJFMUgtYxAG44cOQJk2djYQDRDuMLCwpqamphcqA179uy5fv063DYgF9lmZC5Iw/3795Gl8XNJ9gNIw927d5FtwM8lywaSQnZE2gBKS7QNJQB40SrSIrfDMAAAAABJRU5ErkJggg==) no-repeat 4px 2px;
    border: 0px none;	
	padding: 3px;
	padding-left: 21px;
	margin-top: 3px;
	cursor: pointer;
	
}
.pageListActions
{
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
    overflow: hidden;
}
.pageListActions li{border-right: 0px none;margin: auto 0.5cm;}
.pageListActions li *
{
    height: 40px;
    min-height: 40px;
    line-height: 4px;
    vertical-align: middle;
}

#content
{
    width: 100%;
    float:right;
    margin-left: 0px;
    z-index:0;
}
#sidebar
{
	padding: 2px;
	margin-left: -2000px;
	left: 0px;
	top: 50px;
	height: auto;
	width: auto;
	border-left: 1px solid-black;
	overflow: auto;
	background: white;
	z-index:1;
	position: absolute;
}

#masterMenu #logo
{
    padding: 0px 15px 0px 15px;
}

#masterMenu ul li.optional,#sidebar * .optional{display: none;}

/* message view */
#attachmentsContainer{width: 93%;margin-left:2%;margin-right:2%;}

/* address lookup view */
.headerFields fieldset
{
width: 27%;
display: inline-block;
}

.dataTable .dataHead .dataRow .cell,.dataTable .dataBody .dataRow .cell, .dataTable .dataFoot .dataRow .cell
{
    display: table-cell !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipses;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.dataTable .dataBody .dataRow .status
{
    background-position: 2px 16px;
}
