#main-wrap {
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;	
	font-weight: normal;
}

​.ui-page .ui-content .ui-listview .ui-li-desc {
    white-space : normal;  
}​

.custommenu {
	font-size: 100%;
	font-weight: bold;	
	display:inline-block;
	vertical-align:middle;	
	width:80%;
	text-align:center;
	height:50px;
}

.custommenu a {
	font-family:Arial, Helvetica, sans-serif;	
	text-decoration: none;	
	color:gray;
	height:53px;
	display:inline-block;
	vertical-align:middle;
}

.custommenu a:hover {
	border-width:3px;	
	border-bottom-style:solid;		
	border-color:gray;
	height:50px;
}

.custommenu .current {	
	border-width:3px;	
	border-bottom-style:solid;		
	display:inline-block;
	vertical-align:middle;
	height:50px;
} 

.custommenu .current a {
	color:black;
}

#loginLogout {
	position: fixed;
	top: 5px;
	right: 10px;
}

#main-wrap > div { 
	min-height: 450px; 
}

#showHideApproveButton {
	position: fixed;
	width: 15%;
	bottom: 40px;
	left: 40px;	
}

#dontForgetWording {
	position: fixed;
	width: 100%;
	bottom: 40px;
	left: 5px;
}

#notifications {
	position: fixed;
	top: 50%;
	right: 50%;
	padding: 5px 10px 5px 10px; 	
	border:1px solid green;
	background-color: rgba(0, 204, 0, 0.75);
	color: white;
}

#spinner {
	position: fixed;
	top: 35%;
	right: 50%;
}

#header {
    width: 100%;
    height: 100px;        
    position: fixed;
    top: 0px;
    left: 0px;
    background:white;
    text-align:center;
}

.headerimg {
	left: 50px;
	position: fixed;	
	vertical-align: middle;	
}

#footer {
    width: 100%;
    height: 36px;    
    position: fixed;
    bottom: 0px;
    left: 0px;
    background:white;
    text-align:center;
}

/* layout */
#main-wrap {
    /* overflow to handle inner floating block */
    overflow: hidden;
}

#sidebar {
    float: left;
    padding-top: 36px;
    padding-left: 5px;
    width: 20%;
    height: 500px;
    position: fixed;
	overflow: auto;
}

#showHideApproveButton {
    float: left;
    top: 600px;
    left: 5px;
    width: 20%;
    height: 125px;
    position: fixed;
	overflow: auto;
}

#content-wrap {
    float: right;
    width: 75%;
    height: 85%;    
    overflow: auto;
}

ul li h3, p {
    white-space: normal !important;
    word-wrap:break-word;
    overflow-wrap: break-word;    
    margin-left: 50px !important;
}

ul li img {        
    margin-left: 50px !important;
}

.ui-page {
	background-color: white;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid;    
}

li {
    border-bottom: 1px solid;
}

.teamName {
	cursor: pointer; 
    cursor: hand;
}

.has-right-radio .ui-link-inherit {
    margin-right: 48px !important;
}
.right-radio {
    position: absolute;
    top: 0px; bottom: 0px; left: 0px;
    width: 48px;
    border-right: 1px solid rgb(204, 204, 204);
}
.right-radio .ui-checkbox input {
    visibility: hidden;
}
.right-radio .ui-checkbox, .right-radio .ui-checkbox label {
    position: absolute;
    top: 0px; bottom: 0px; right: 0px; left: 0px;
}
.right-radio .ui-checkbox label {
    background-image: none;
    background-color: transparent;
    border: 0;
}
.right-radio .ui-checkbox label .ui-btn-inner {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}