.split {
	background: #821517 url(images/misc/line.gif) repeat-x;
	height: 1px;
	font-size: 0;
	clear: both;
	padding: 0;
}

.profileSubHead
{
	font-size: 12px;
	font-weight: bold;
	padding: 16px 0 10px 0;
}

.validation-advice
{
	color: #aa0000;
}

/* Tabs
---------------------------------------------------------- */
.dynamic-tab-pane-control.tab-pane {
    position: relative;
    width: 100%;
}

.dynamic-tab-pane-control .tab-row .tab {
    color: #313131;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    display: inline;
    margin: 3px -3px 1px 5px;
    float: left;
    padding: 2px 15px 3px;
    z-index: 1;
    position: relative;
    top: 0;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
   color: #222;
   background: #fff;
   text-decoration: none; }

.dynamic-tab-pane-control .tab-row .tab.selected {
    color: #000;
    z-index: 3;
    top: 0;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-color: #e0e0e0 #c0c0c0 #fff #e0e0e0;
}

.dynamic-tab-pane-control .tab-row .tab span {
    font-weight: bold;
    font-size: 11px;
    color: #4B4B4B;
    font-weight: normal;
    text-decoration: none;
}

.dynamic-tab-pane-control .tab-page {
    clear: both;
    background: #fff;
    border-top: 1px solid #c0c0c0;
    z-index: 2;
    position: relative;
    top: -2px;
    padding: 10px;
}

.dynamic-tab-pane-control .tab-row {
    z-index: 1;
    white-space: nowrap;
}

.dynamic-tab-pane-control ul {
	padding-left: 10px;
	padding-right: 10px;
}

.dynamic-tab-pane-control li {
	padding-left:5px;
	padding-right:5px;
}
