#container {
	margin-top:10px;
	border:1px solid #CCCCCC;
	min-height:500px;
	height:100%;
	border-radius:5px;
	padding:5px;
}

#changepassword_form input
{
	margin-bottom:10px;
	margin-left:10px;
}

#container h1
{
	margin-bottom:15px;
	color: #0092ef;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: solid #e7ce00 medium;
	padding-bottom:5px;
	border-bottom: dotted #e7ce00 thin;
	width:100%;
}

#gradient-style {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 5px;
    text-align: left;
    width: 100%;
}
#gradient-style th {
    background: url("/images/gradhead.png") repeat-x scroll 0 0 #B9C9FE;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #D3DDFF;
    color: #003399;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
}
#gradient-style td {
    background: url("/images/gradback.png") repeat-x scroll 0 0 #E8EDFF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #666699;
    padding: 8px;
}
#gradient-style tfoot tr td {
    background: none repeat scroll 0 0 #E8EDFF;
    color: #9999CC;
    font-size: 12px;
}
#gradient-style tbody tr:hover td {
    background: url("/images/gradhover.png") repeat-x scroll 0 0 #D0DAFD;
    color: #333399;
}
#myaccountdt input[type="text"]
{
	float: inherit !important;
}
#tabs .ui-widget-content {
	min-height: 435px;
}

.text_filter {
	font-size:14px!important;
	width:100%!important;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-heading {
    color: inherit;
	font-weight:bold;
	font-size: 115%;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin: 0.2rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	line-height:22px;
}