div#aft-configuration {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

div#note {
	background-color: #F9F9F9;
	border:#DFDFDF 1px solid;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	width: 384px;
	padding: 5px;
	margin-top: 5px;
}
div#rtp-logo-title {
    background: url("../img/AFT_icon32.png") no-repeat scroll left top transparent;
}
.icon32 {
    float: left;
    height: 34px;
    margin: 7px 8px 0 0;
    width: 36px;
}
ul.aft-tab-navigation a {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

.pg-normal {
		color: black;
		font-family: Arial;
		font-weight: normal;
		font-size: 11px; 
		text-decoration: none;    
		cursor: pointer;
}
.pg-selected {
		color: black;
		font-family: Arial;
		font-weight: bold;        
		font-size: 11px;        
		text-decoration: underline;
		cursor: pointer;
}

.widefat {
    background-color: #F9F9F9;
    border-color: #DFDFDF;
    -moz-border-radius: 3px 3px 3px 3px;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    clear: both;
    margin: 0;
    width: 100%;
}

.rtp-label-top {
	font-weight: bold;
	padding-bottom: 9px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
	
.aft-insertion-scrollbox {
	width: 180px;
	height: 100px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #DFDFDF;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow: auto;
	background-color: #F9F9F9;
}

.rtp-title {
	color: #21759b;
	margin: 4px 0 2px;
	padding: 0 0 0 3px;
}

a.rtp-post-title {
	font-family: Arial;
	font-weight: bold;
	color: #21759b;
}

a:hover, a:active, a:focus {
    color: #D54E21;
}

.corners {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;

	-khtml-border-radius: 5px 5px 5px 5px;
	
	-moz-border-radius: 5px 5px 5px 5px;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.rtp-form-table {
    border-collapse: collapse;
    clear: both;
    margin-bottom: -8px;
    margin-top: 0.5em;
    width: 100%;
}
.rtp-form-table td {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 8px 10px;
}
.rtp-form-table th {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
    width: 130px;
	font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
}
.rtp-form-table th.th-full {
    width: auto;
}

.rtp-p {
	font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	color: #CC0000;
}
.rtp-bg {
    background-color: #FAFBD2;
    border: medium solid #FF0000;
    padding: 10px;
    width: 65%;
}