/* create_edit_search_view tabs */
.hide {
    BACKGROUND-COLOR:#e9f2f8;
    LAYER-BACKGROUND-COLOR:#e9f2f8;
    VISIBILITY:hidden;
    POSITION:absolute;
    Z-INDEX:100;
    PADDING:1px;
    OVERFLOW:visible;
    BORDER:solid 1px #4791C5;
    TOP:0px;
    LEFT:0px;
    WHITE-SPACE:nowrap;
}

.unhide {
    OVERFLOW:visible;
}

.adlink {
    text-decoration: none;
    background:#880000;
    font-family: Arial, Helvetica;
    color: #dddddd;
    font-size: 11px;
    border: 1px;
}
.adlink:hover {
    text-decoration: none;
    background:#FF0000;
    font-family: Arial, Helvetica;
    color: #000000;
    font-size: 11px;
    border: 1px;
}

.adlink_selected {
    text-decoration: underline;
    background:#000000;
    font-family: Arial, Helvetica;
    color: #FFFFFF;
    font-size: 11px;
    border: 1px;
}




/* plain_over used for highlighting rows in tables */
.plain_over {
        font-family:Verdana, Arial, Helvetica;
        font-size:12px;
        color:#FFFFFF;
        background-color: #333333;

}

.plainsmall_over {
        font-family:Verdana, Arial, Helvetica;
        font-size:10px;
        color:#FFFFFF;
        background-color: #333333;

}

.selectedad  {
        font-family:Verdana, Arial, Helvetica;
        font-size:10px;
        color:#FFFFFF;
        background-color: #330000;

}

.notselectedad  {
        font-family:Verdana, Arial, Helvetica;
        font-size:10px;

}


/* FORMS */
input { 
}
select { 
}
textarea { 
}

.IF { 
	border: 0px solid #800000;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        height: 18px;
        background-color: #990000;
        vertical-align: center;
        color:#E5DDD1;
}

.IFMULTI { 
	border: 0px solid #800000;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        height: 108px;
        background-color: #990000;
        vertical-align: center;
        color:#E5DDD1;
}

.IFTEXT { 
	border: 0px solid #800000;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        background-color: #990000;
        vertical-align: center;
        color:#E5DDD1;
}
.IFNORM { 
	border: 0px solid #800000;
        font-family: Verdana;
        font-size: 13px;
        font-weight: bold;
        height: 18px;
        background-color: #990000;
        vertical-align: center;
        color:#E5DDD1;
}
.IFNORMSMALL { 
	border: 0px solid #800000;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        height: 18px;
        background-color: #990000;
        vertical-align: center;
        color:#E5DDD1;
}
.IFRADCHECK {
	background: #000000;
	color: #000000;
}
.IT { 
	font-size: 11px; 
	font-family: verdana,arial,helvetica;
}
.BTN {
	BORDER-TOP-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 10px; 
	BORDER-BOTTOM-WIDTH: 1px; 
	COLOR: #FFE4C4; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #800000; 
	BORDER-RIGHT-WIDTH: 1px;
}

.NORM { 
	/*
	font-size: 12px; 
	font-family: verdana,arial,helvetica;
	*/
}
.ifboxed {
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        border-width: 1px;
        height: 18px;
        background-color: #990000;
        vertical-align: center;
        color:#E5DDD1;
}

/* textfield used in forms.. may be replaced by something else */
.textfield {
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        border-width: 0px;
        border-style:none;
        width: 120px;
        height: 18px;
        background-color: #990000;
        vertical-align: center;
        color:#E5DDD1;
}


/* top nav menu */
a.m:link, a.m:visited, a.m:active {
  font-family:verdana,arial,helvetica,sans-serif; font-size:9px;
  text-decoration:none; color:#FFE4C4; background:transparent;
}
a.m:hover {
  font-family:verdana,arial,helvetica,sans-serif; font-size:9px;
  text-decoration:none; color:#ffffff; background:#990000;
}

/* Scroll support in view ads */

div.scroll {	
	height: 280px;	
	width: 510px;	
	overflow: auto;	
	border: 1px solid #777777;	
	background-color: #000000;	
	padding: 8px;
	}





