/**
 *
 * Search page by
 * DaveC
 * Design for use with Aqua II
 * 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%;
}

.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: 10pt;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
}

.possearch {
	color: #000000;
        background-color: #A1CBF5;
	font-size: 10pt;
        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: 11pt;
        font-weight: normal;
        padding-left: 4px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}