/** 
announcement id start
**/
#announcements-login{    
	padding-bottom: 1px;
	margin-bottom: 5px;
}
#announcements-login h1{
    background-color: #bdbdbd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 4px;
    color: #000;
    font-size: 14px;
    text-align: left;
    background-repeat: no-repeat;
}
#announcements-login #ul-block{
    background: #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#announcements-login ul{
    text-align: left;
    margin: 0px;
    padding: 5px;
    list-style-type: none;
/** 
    background-color: #f4f4f4;
    border-bottom: 5px solid #6392E7;
    border-left: 1px solid #ddd;
**/
}
#announcements-login li{ 
    padding: 3px;
}
/** 
announcement id end
**/


#pleasewait-area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300%;
    text-align: center;
    background-image: url(../images/bg/aa-fff.gif);
    z-index: 999;
}
#pleasewait-msg {
    width: 500px;
    margin: 0px auto;
    margin-top: 140px;
    /*
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    */
    background-color: #999;
    border: 3px outset;
}
#pleasewait-msg h1 {
    padding: 5px;
    margin: 10px 0px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
}
#pleasewait-msg p {
    margin: 5px;
    font-size: 14px;
    color: #000;
    text-align: justify;
}




#app-summary {
	margin-bottom: 15px;
}
#app-summary img {
    vertical-align: middle;
}
#app-summary table {
    width: 100%;
    border-collapse: collapse;
}
#app-summary table td{
	padding: 2px 1px 1px 5px;
	font-size: 10px;
	border: 1px solid #ddd;
}
#app-summary table th{
   text-align: left;
	width: 110px;
	white-space: nowrap !important;
	background-color: #ddd;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
}
#app-summary table tr.col-header th {
    width: auto !important;
    text-align: center !important;
    padding: 0px;
    border-bottom: 1px solid #666;
}
#app-summary table tr.section-header th {
    width: auto !important;
    text-align: left;
    font-size: 14px !important;
    background-color: #666;
    color: #fff;
    padding-right: 0px;
}
#app-summary table tr.section-header th a {
    color: #fff;
}
#app-summary table tr.section-divider th {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-color: #fff;
	 font-size: 11px;
    text-align: left;
}

#app-summary .section-heading td{
	padding: 2px 5px 1px 1px;
    width: 100%;
	white-space: nowrap !important;
	background-color: #ccc;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

#app-summary .section-subheading h5{
	font-size: 10px;
	font-weight: bold;
/*	padding: 2px;*/
	background-color: #ddd;
	border-bottom: 0px solid #aaa;
	border-left: 0px solid #aaa;
/*	margin-top: 2px;*/
}

#app-summary .section-subheading th{
    width: 110px !important;
	text-align: right;
	white-space: nowrap !important;
	background-color: #ddd;
	font-size: 10px;
	border-bottom: 1px solid #eee;
}

#app-summary .alt-row {
    background-color: #eee;
}
#app-summary h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0px;
}
#app-summary h4{
    border-bottom: 0px;
    border-top: 3px solid #666;
}
#app-summary h5{
   font-size: 8px;
	font-weight: bold;
	/*padding: 2px;*/
	background-color: #ddd;
	border-bottom: 0px solid #aaa;
	border-left: 0px solid #aaa;
	/*margin-top: 2px;*/
}
#app-summary h6{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
