body {
    font-family: Verdana,sans-serif;
    font-size:12px;  
}

html {
}

img{
	vertical-align:middle;
	border-style:none;
}

/*Visual feedback*/
.flash-status {
    width:50%;
    margin:auto;
    display:none; 
    padding:10px;
    position:absolute;
    top:45px;
    z-index:9999999;
    opacity:1;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}

.input-read-only{
    background:lightgrey;
}

.main-container{
    font-family: Verdana,sans-serif;
}

.shr-header{
    background-image:url('images/headerBkg.jpg');
    background-repeat:repeat-x;    
}

.shr-header td{  
    font-style: normal;
    font-size: 14px;
    font-family:  Georgia, Times New Roman, Times, serif, Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
    line-height:1.6;
}

.shr-footer{  
}

.shr-footer td{  
    font-style: normal;
    font-size: 14px;
    font-family:  Georgia, Times New Roman, Times, serif, Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
    line-height:1.6;
}

.left{
    float:left;
}

.right{
    float:right;
}

.inline{
    display:inline;
}

.ui-widget{
    font-size:12px;
}
.ui-button-text-only .ui-button-text{
    padding:.2em 1em;
}

.hidden{
    display:none;
}
