FORM {
	margin:0px;
}
.top_menu {
	font-family: Tahoma;
	font-size: 11px;
	color: #C0DAF3;
	text-decoration: none;
}

.line_bw_bottom {
	font-size: 1pt;
	border-bottom: solid 1px #e5eaef;
}

.line_bw_left {
	font-size: 1pt;
	border-left: solid 1px #e5eaef;
}

.line_bw_right {
	font-size: 1pt;
	border-right: solid 1px #e5eaef;
}

.line_bw_top {
	font-size: 1px;
	border-top: solid 1px #e5eaef;
}

.white_block {
	background-color: #FFFFFF;
}
.red_block {
	border: 1px solid #CC0033;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.blue_block {
	border: 1px solid #0446B3;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.red_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0033;
}
.average_text {
	font-family: Tahoma;
	font-size: 11px;
}
.inputtextarea {
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	color:black;
	border: solid 1px #000000;
}
.hint_text {
	font-family: Tahoma;
	font-size: 8pt;
	COLOR: #6e6e6e;
}
.status_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.text {
	font-family: Tahoma;
	font-size:11px;
}
.table_text {
	font-family: Verdana;
	font-size:8pt;
	background-color: #FFFFFF;
}
.copyright_text {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
}
.th_link {
	font-family: Verdana;
	font-size:8pt;
	color: #000000;
}
.privacy_link {
	font-family: Tahoma;
	font-size:11px;
	color: #4672BA;
}
.support_link {
	font-family: Tahoma;
	font-size:12px;
	color: #0446B3;
	font-weight: bold;
}
.support_text {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
}
.news_link {
	font-family: Tahoma;
	font-size:12px;
	color: #0446B3;
}
.forumtitletext {
	font-family: Tahoma;
	font-size:12px;
	color: #000000;
	font-weight: bold;
}
.forumdescrtext {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
}
.forumheadtext {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
	font-weight: bold;
}
.forumtextlink {
	font-family: Tahoma;
	font-size:11px;
	color: #0446B3;
}
.forumbodytext {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
}
.forumlittletext {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
}
.inputbutton {
	height: 18px;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	background:url(../icon/admin/btn.gif);
	background-repeat:repeat-x;
	border: 0px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}
.table_header {
	background-color: #FFFFFF;
}
.table_main {
	background-color: #E6E6E6;
}

.check {
	border-right: 1px solid;
	padding-right: 4px;
	border-top: 1px solid;	
	padding-left: 4px;
	padding-bottom: 1px;
	border-left: 1px solid;
	color: #000000;
	padding-top: 1px;
	border-bottom: 1px solid;
	font-family: verdana;
}
input.rb {
	border-right: 0px;
	padding-right: 4px;
	border-top: 0px;
	padding-left: 4px;
	padding-bottom: 1px;
	border-left: 0px;
	padding-top: 1px;
	border-bottom: 0px;
}
textarea {
	border: 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #000000;
	padding-top: 1px;
	font-family: verdana;
	width: 100%;
}
select {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	border-style: solid;	
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	width: 70px;
}

select.large {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	border-style: solid;	
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	width: 120px;
}

select.verylarge {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	border-style: solid;	
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	width: 180px;
}
.my_warning{
	color: #CC0033;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;	
}
input.str {
	background-color: #ffffff;
	border			: 1px solid #cc6633;
    padding-right   : 4px;
    padding-left    : 4px;
    font-size       : 10px;
    padding-bottom  : 1px;
    padding-top     : 1px;
    font-family     : verdana;
	height			: 18px;
}

.red_header {
	color: #CC0033; 
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px
}
.red_sub_header {
	color: #CC0033; 
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px
}

.btn {
    cursor:pointer;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.inpBox {
	border-color: #ece9d8;
    font-family: Verdana;
    font-size: 8pt;
    border-style: solid;
    border-width: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 250px;
}

.colorgray {
	border-color: #ece9d8;
}

.inpBoxmini {
    font-family: Verdana;
    font-size: 8pt;
    border-style: solid;
    border-width: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 120px;
}

.help_text {
	font-family: Tahoma;
	font-size:11px;
	padding: 10px;
	background-color: #FEFED6;
	margin: 0px;
	margin-bottom: 20px;
}

.help_title {
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	padding: 0px;
	padding-right: 5px;
}

.error_msg {
	text-align: center;
	color: #CC0033;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}
/*Sign Up Form Editor*/
div.section {
	height: 100%;
	background-color: #f8faff;
	border: 1px #e5eaef solid;
}
div.handle{
	font-weight: bold;
	font-family: Verdana;
	border: 1px #e5eaef solid;
	font-size: 8pt;
	background-color: #FEFED6;
	padding:5px;
	display: block;
}

div.lineitem {
	background-color: #FFFFFF;
	border: 1px #e5eaef solid;
	padding:5px;
	font-family: Verdana;
	font-size: 8pt;
	cursor: move;
}
span.active_section{
	font-weight:bold;
	color: #cc0033;
}

span.inactive_section{
	font-weight:bold;
	color:#0647B4;
}
tr.white_row{
	background-color: #FFFFFF;
}

.pilot_content_div {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.homepage_title {
	font-family: Tahoma;
	font-size:12px;
	color: #000000;
	font-weight: bold;
}
.feeder_div {
	padding: 0px;
	padding-bottom: 20px;
	background-color: #eeeeee;
}
.feeder_table {
	background-color: #dedede;
}
.feeder_table td{
	background-color: #eeeeee;
}

/**
 *PilotGroup content style
 */
.forumtitletext {
	font-family: Tahoma;
	font-size:12px;
	color: #000000;
	font-weight: bold;
}
.forumdescrtext {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
}
.forumheadtext {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
	font-weight: bold;
}
.forumtextlink {
	font-family: Tahoma;
	font-size:11px;
	color: #3366CC;
}
.forumtextlink_little {
	font-family: Tahoma;
	font-size:10px;
	color: #3366CC;
}
.forumbodytext {
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
}
.forumlittletext {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
}
.small {
	font-family: Tahoma;
	font-size:10px;
	color: #000000;
}
/**
 *PilotGroup content style
 */
.courses_top{
	font-family: Tahoma;
	font-size:11px;
	color: #CC0033;;
}
img.cur_top {
	border			: 3px solid #e1e1e1;
}