:focus {outline:none;}
::-moz-focus-inner {border:0;}

#content{
padding:0 10px;
margin: 10px auto;
max-width: 1000px;
}

.text-primary a{text-decoration:underline;}

.text-highlight{color:#005599;}

.symbol{
padding:3px 5px !IMPORTANT;
width:20px !IMPORTANT;
height:20px !IMPORTANT;
border-radius: 10px !IMPORTANT;
}

.form{
	margin-top:10px;
	border: 1px solid #999999;
}

.form caption{
	background:#e9e9e9;
	border: 1px solid #999999;
	font-weight:bold;
}

.form th{
	text-align:left;
}

.form td{

}
.icon{
margin:10px;
background:lime;
padding:5px;
width:15px;
border-radius:15px !important;
}

#user-menu{
background:#F6F6F6;
border: 1px solid #DDDBDB;
border-top:none;
padding:10px 15px 15px 0px !important;
-webkit-border-radius: 				.3125em !important;
	border-radius: 0 0 .3125em .3125em  !important;

}

.ui-state-highlight{padding:10px !important;background:#e9e9e9;color:blue;}
.ui-state-error{padding:10px !important;background:#e9e9e9;color:red;}


.info-box{
background:#F6F6F6;
border: 1px solid #DDDBDB;
padding:10px;
margin:10px;
}

.loader {
	margin: 0 auto;
    left: 0;
    right: 0;
	top:100px;
    position: absolute;
    /*z-index:1;*/
}
