/* General Text Styles */


/* Text Ad Subject Style */
span.textad {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}

/* CheckBox Style */

input.checkbx { 
	width: 20px;
}

/* Text Areas, Buttons, DropDown Menus Style */

input, textarea, select { 
	width: 120px;
	background-color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #808080; 
	border: #404040 solid 1px; 
	background: #f0f0f0
}


/* Left Menu Style */

a.leftmenu {
	font-family: Tahoma;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	width: 160px;
	height: 15px;
	padding-bottom: 2;
	padding-top: 2;
}

a.leftmenu:link {
	text-decoration: none;
}

a.leftmenu:visited {
	text-decoration: none;
	color: #000099;
}
a.leftmenu:hover {
	text-decoration: none;
	color: #F26522;
	font-size: 13px;
	background-color: #D0FFFF;
}
a.leftmenu:active {
	text-decoration: none;
	color: #F26522;
}

/* Links Top Menu Style */

a.topmenu {
	font-family: Tahoma;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}

a.topmenu:link {
	text-decoration: none;
}
a.topmenu:visited {
	text-decoration: none;
	color: #000099;
}
a.topmenu:hover {
	text-decoration: none;
	color: #F26522;
}
a.topmenu:active {
	text-decoration: none;
	color: #F26522;
}

/* Links Bottom Menu Style */

a.bottom {
	font-family: Tahoma;
	font-size: 11px;
	color: #000099;
	font-weight: bold;
	width:70px;
	padding-top:3px;
	padding-bottom:4px;
}

a.bottom:link {
	text-decoration: none;
}
a.bottom:visited {
	text-decoration: none;
	color: #000099;
}
a.bottom:hover {
	text-decoration: none;
	font-size: 12px;
	color: #F26522;
	background: #D0FFFF;
}
a.bottom:active {
	text-decoration: none;
	color: #F26522;
}

/* Links Text Ads By CAD Header */

a.textadh {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
    text-decoration: none;
}

a.textadh:link {
    text-decoration: none;
	
}
a.textadh:visited {
	color: #ffffff;
    text-decoration: none;
}
a.textadh:hover {
	color: #FF9999;
}
a.textadh:active {
	color: #ffffff;
}

/* Links Text Ads By CAD Content */

a.textadcont {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
    text-decoration: none;
	width: 260px;
	height: 50px;
}

a.textadcont:link {
    text-decoration: none;
}
a.textadcont:visited {
	color: #000000;
    text-decoration: none;
}
a.textadcont:hover {
	color: #000000;
}
a.textadcont:active {
    color: #000000;
}

.ajaxDiv{
    background-color: #EEEEEE;
    overflow: auto;
    height: 85%;
    width: 90%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    visibility: hidden;
    z-index: 21;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    border: solid 1px #0000000;
    font-weight:bold;
    padding: 50px;
    text-align: center;
}