/**
 *
 * Search page by
 * DaveC
 * Design for use with Aqua II Frame Search
 * File names form.html and results.html
 * movies@KnightDT.com
 * 
 */


body {
        color: white;
        background-color: #C1E0FC;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:normal;
	background-image: url(details/DCimages/Backgounds/filmbg_black.jpg);
        background-attachment: fixed;
        background-position: 100% 0%;
        scrollbar-face-color: #0058BA;
        scrollbar-highlight-color: #FFffff;
        scrollbar-3dlight-color: #387FC2;
        scrollbar-darkshadow-color: #387FC2;
        scrollbar-shadow-color: #1ABDEA;
        scrollbar-arrow-color: #ffffff;
        scrollbar-track-color: #1ABDEA;
}

.maintitle {
	color: White;
	background-color: #0058BA;
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight : bold;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
}


.link {
        text-decoration: underline;
        color: #ffffff;
}


a:hover.link {
        text-decoration: underline;
        color: #FF0000;
}

.link span {
        text-decoration: underline;
        color: #000066;
        Font: bold;
}


a:hover.link span {
        text-decoration: underline;
        color: #FF0000;
        Font: bold;
}

.searchresult {
        color: Black;
        background-color: #FFFF93;
}

.search {
	color: #000000;
        background-color: #A1CBF5;
	font-size: 8pt;
        font-weight: bold;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 3px;
}

.search1 {
        padding-top: 10px;
        padding-bottom: 6px; 
	text-align: center;        
        background-color: transparent;
}

.possearch {
	color: #000000;
        background-color: #A1CBF5;
	font-size: 8pt;
        font-weight: normal;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
}

.results {
	color: #000000;
        background-color: #C1E0FC;
	font-size: 12pt;
        font-weight: normal;
        padding-left: 4px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}

.resultss {
	color: #000000;
        background-color: #C1E0FC;
	font-size: 11pt;
        font-weight: normal;
        padding-left: 4px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}

.text {
	color: #ffffff;
	font-size: 12pt;
        font-weight: normal;
        padding-left: 4px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}

.texts {
	color: #ffffff;
	font-size: 9pt;
        font-weight: normal;
        padding-left: 4px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}

A:link span {
	COLOR: #1ABDEA; TEXT-DECORATION: underline; FONT-SIZE: 12px;
}
A:visited span {
	COLOR: #1ABDEA; TEXT-DECORATION: underline; FONT-SIZE: 12px;
}
A:hover span {
	COLOR: #ff0000; TEXT-DECORATION: underline; FONT-SIZE: 12px;
}
A:active {
	TEXT-DECORATION: none; FONT-SIZE: 12px;
}
