/* CSS Document */







/* AJAX SEARCH Style*/
div#search-wrap input{

width:100px; 
font-size:11px; 
color:#999999; 
border:solid 1px #999999;

}

div#results {
position:absolute;
left: 236px;;
top:22px;
width:114px; 
border:solid 1px #DEDEDE; 
display:none;
font-family: "Century Gothic";
font-size:11px;
background-color:#FFFFFF;
color:#999999;
text-decoration:none;

}

div#results ul, #results li{padding:0; margin:0; border:0; list-style:none;}

div#results li {border-top:solid 1px #DEDEDE;}

div#results li a{display:block; padding:0px; color:#999999; font-weight:normal;}

div#results li a small{display:block; color:#999999; font-weight:normal;}

div#results li a:hover{ background:#DEDEDE; text-decoration:none;}

div#results ul {padding:0px;}



/* TEXT Black/White SMALL Normal/Bold*/
.tbs { 
font-family: "Century Gothic";
color:#999999;
font-size:11px;
}
.tbsb { 
font-family: "Century Gothic";
color:#999999;
font-weight:bold;
font-size:11px;
}
.tws { 
font-family: "Century Gothic";
color:#ffffff;
font-size:11px;
}
.twsb { 
font-family: "Century Gothic";
color:#ffffff;
font-weight:bold;
font-size:11px;
}



/* TEXT Black/White MEDIUM Normal/Bold*/
.tb { 
font-family: "Century Gothic";
color:#999999;
font-size:14px;
}
.tbb { 
font-family: "Century Gothic";
color:#999999;
font-size:14px;
font-weight:bold;
}
.tw { 
font-family: "Century Gothic";
color:#ffffff;
font-size:14px;
}
.twb { 
font-family: "Century Gothic";
color:#ffffff;
font-size:14px;
font-weight:bold;
}



/* TEXT Black/White LARGE Normal/Bold*/
.tbl { 
font-family: "Century Gothic";
color:#999999;
font-size:18px;
}
.tblb { 
font-family: "Century Gothic";
font-weight:bold;
color:#999999;
font-size:18px;
}
.twl { 
font-family: "Century Gothic";
color:#ffffff;
font-size:18px;
}
.twlb { 
font-family: "Century Gothic";
font-weight:bold;
color:#ffffff;
font-size:18px;
}



/* Navigation TEXT Black/White*/
.navblack { 
font-family: "Century Gothic";
color:#999999;
font-size:14px;
}
.navwhite { 
font-family: "Century Gothic";
color:#ffffff;
font-size:14px;
}



/* TEXT Black/White SMALL Normal/Bold*/
.catw { 
font-family: "Century Gothic";
color:#FFFFFF;
font-size:22px;
}
.catbw  { 
font-family: "Century Gothic";
color:#FFFFFF;
font-weight:bold;
font-size:22px;
}

.popupheading {
font-family:"Century Gothic";
font-size:36px;
color:#999999;
}

/* Admin Styles*/
.heading {
font-family:"Century Gothic";
font-size:22px;
color:#FF0000;
}

.error {
font-family:"Century Gothic";
font-size:15px;
color:#FF0000;
}



/* Border Collapes Style*/
table.sample { border-width: 0px;	border-collapse: collapse; }

table.sample th { padding: 0px; }

table.sample td { padding: 0px;	border-style: none;	}



/* Link Decoration Style*/
a:link {text-decoration: none; }

a:visited {text-decoration: none; }

a:hover {text-decoration: underline; color:#999999;	}

a:active {text-decoration: none; }



