html, TD, body, div, p
{
    font-family: Calibri, Tahoma, Verdana, Arial, helvetica;
    font-size: 100%;
}

input,textarea, select, file 
{

}

input[type=text], input[type=password],
textarea,
select
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px 0px #eee; /* Firefox */
    -webkit-box-shadow: 0px 0px 10px 0px #eee; /* Safari, Chrome */
    box-shadow: 0px 0px 10px 0px #eee; /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #eee); /* for firefox 3.6+ */
}

input[type=text], input[type=password],
textarea,
select
{
	border: 1px solid #ccc;
	padding: 2px;
}

.messagebox
{
    background-color: #cccccc;
    border: 1px solid #cccccc;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox 3.6+ */
    -moz-box-shadow: 0px 0px 10px 0px #aaa; /* Firefox */
    -webkit-box-shadow: 0px 0px 10px 0px #aaa; /* Safari, Chrome */
    box-shadow: 0px 0px 10px 0px #aaa; /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
    max-width: 900px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.shadow
{
    -moz-box-shadow: 0px 0px 10px 0px #eee; /* Firefox */
    -webkit-box-shadow: 0px 0px 10px 0px #eee; /* Safari, Chrome */
    box-shadow: 0px 0px 10px 0px #eee; /* Safari, Chrome */
}


input:focus, input:focus,
textarea:focus,
select:focus
{
}

input[type=text].x-form-field
{
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 	5px ;
	-webkit-border-top-left-radius:	5px ;


	border-top-right-radius: 0px ;
	-moz-border-top-right-radius: 	0px ;
	-webkit-border-top-right-radius:	0px ;

	border-bottom-left-radius: 5px ;
	-moz-border-bottom-left-radius: 	5px ;
	-webkit-border-bottom-left-radius:	5px ;

	border-bottom-right-radius: 0px ;
	-moz-border-bottom-right-radius: 	0px ;
	-webkit-border-bottom-right-radius:	0px ;
}


button a 
{
    text-decoration: none;
    color: Black;
}

.accounttext
{
	font-size: 0.8em;
}

/* fieldset
{
	border-radius: 	3px;
	border-radius:	3px;
} */


span#menuContainer a
{
    font-size: 120%;
}

.red {
	color: #CC0000;
}

.sub-section a
{
    color: white;
    text-decoration: none;
}

.ui-widget 
{
    font-size: 90%;
}

.error 
{
    border: 2px solid #ff0000 !important;
}

.price 
{
    text-align: right;  
}

/* ext js fixes */
.x-body 
{
    font-size: 1em !important;
}
        
strong 
{
    font-weight: bold;
}
        
.ui-icon 
{
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;            
}



/* --- ext js fixes */

.info 
{
    color: #999;
}

#guest_container div {
    padding:5px;
}
#guest_container div {
    padding:5px;
    font-weight:bolder;
}
/*div#guest_container div:nth-child(even) {background: #E0E0E0; width:259%;}
div#guest_container div:nth-child(odd) {background: #FFFFFF; width:259%;}*/

/** Added new css classes**/
#searchname {
    left:0px!important;
}
#searchname .x-field-label-cell {
    margin-right:0px!important;
    width:50px!important;
}
.sort_option_cls {
    left:0px!important;
    margin-left:5px!important;
}
.search_button_roster {
    left:965px!important;
}
.date_from_filter_roster {
    left:410px!important;
}
.date_to_filter_roster {
    left:680px!important;
}