
body {
	font-size: 11px;
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	color: #333;
}

.back-button {
	font-size: 16px;
	color: #333;
	padding: 0px;
	margin: 6px;
	padding-left: 25px;
	clear: both;
	background: url('http://resource.icentera.com/images/arrow-back_16.gif') no-repeat 0 0;
	height: 30px;
}

h1  {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 0;
	border: 0;
	margin-bottom: 7px;
	text-align: left;
}

h1.collaboration-icon {
	background: transparent url('http://resource.icentera.com/images/silk/collaborate.gif') no-repeat 2px 2px;
	padding-left: 24px;
}

h1.news-icon {
	background: transparent url('http://resource.icentera.com/images/silk/newspaper.gif') no-repeat 2px 2px;
	padding-left: 24px;
}

h1.feedback-icon {
	background: transparent url('http://resource.icentera.com/images/silk/feedback.gif') no-repeat 2px 2px;
	padding-left: 24px;
}

h1.account-icon {
	background: transparent url('http://resource.icentera.com/images/silk/group.gif') no-repeat 2px 2px;
	padding-left: 24px;
}

h1.profile-icon {
	background: transparent url('http://resource.icentera.com/images/silk/vcard.gif') no-repeat 2px 2px;
	padding-left: 24px;
}

h1.index-icon {
	background: transparent url('http://resource.icentera.com/images/silk/summary.gif') no-repeat 2px 2px;
	padding-left: 24px;
}

.ic_error {
 	width:            100%;
    background-image: url('http://resource.icentera.com/images/cancel_16.gif');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom:    15px;
    border:    1px solid maroon;
    padding:          8px;
    background-color: #FFCCCC;
    padding-left:     28px;
	font-size: 12px;
	color: maroon;
	text-align: left;
	margin-left: 0;
}

.ic_alert {
	font-size: 11px;
	color: #333;
	padding: 2px;
	margin: 10px;
	background: url('http://resource.icentera.com/images/alert_14.gif') no-repeat 8px 8px;
	text-align: left;
	border:			  1px solid #ccc;
    padding:          8px;
	padding-left: 25px;
    background-color: #FFFFE0;
	margin-left: 0;
}

.ic_success {
	font-size: 11px;
	color: #333;
	padding: 2px;
	margin: 10px;
	background: url('http://resource.icentera.com/images/silk/greencheck.gif') no-repeat 8px 8px;
	text-align: left;
    padding:          8px;
	padding-left: 25px;
	border: 1px solid #488F62;
    background-color: #BEDEBE;
	margin-left: 0;
}

.ic_information {
	font-size: 11px;
	color: #333;
	padding: 2px;
	margin: 10px;
	background: url('http://resource.icentera.com/images/silk/information.gif') no-repeat 8px 8px;
	text-align: left;
    padding:          8px;
	padding-left: 28px;
	border: 1px solid #AAD0DF;
    background-color: #D2E6EE;
	margin-bottom: 17px;
	clear: both;
	margin-left: 0;
}

img.button {
	cursor: pointer;
}


/* Login Box Styles */

.ic-login {
	text-align: center;
}

.ic-login p {
	text-align: center;
	margin: 10px;
	font-size: 11px;
	color: #666;
}

.ic-login-heading h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	padding: 4px 4px 4px 4px;
	color: white;
	padding-left: 24px;
	background: url('http://resource.icentera.com/images/silk/key.gif') no-repeat 5px 6px;
}

.ic-login-heading {
	background: #aaa;
}

#ic-login-table {
	border: 1px solid #aaa;
	width: 330px;
	background: #efefef;
	text-align: left;
	margin: auto;
}

#ic-login-table .form-table {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ic-login-smmsg {
	color: #aaa;
	font-size: 9px;
}

ul.portal-jump-menu {
	font-size: 11px;
	list-style-type: circle;
}

ul.portal-jump-menu li {
	
}

ul.portal-jump-menu li a {
	color: #333;
}


table.display-table td {
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #fafafa;
	padding: 4px;
	color: #333;
}

table.display-table tr.alt td {
	background: #fafafa;
}

table.display-table tr.hilite td {
	background: #f1f5fa;
	border-bottom: 1px solid #cddced;
}

table.display-table td a {
	text-decoration: none;
}

table.display-table th a {
	text-decoration: none;
	font-size: 12px;
}

table.display-table th {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	white-space: nowrap

}
