.portal_menu {
	float:left; 
	width:150px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 40px;
}

.portal_body {
	float:left; 
	width:700px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 40px;

}

.section_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}


.accntinfo thead {
    background-color:#060;
    color:#ffffff;
    font-weight: bold;
    cursor: pointer;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

/*
    

  */
table.sortable td {

    color:#000 !important;

}

table.sortable th {
    background-color:#060;
    color:#ffffff !important;
    font-weight: bold;
    cursor: pointer;

}
table.sortable {
	border:none !important;
}

tr td:first-child {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;

}

tr td:last-child {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
tr th a:link{
	color:#FFF !important;
}
tr th a:visited{
	color:#FFF !important;
}
/* links 

a:link {
    border: 0 none !important;
    color: #006600 !important;
}
a:visited {
    border: 0 none !important;
    color: #006600 !important;
}*/
a img {
	border: 0 !important;
}
/*alternating colors*/
table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}

