/* HTML.com: main.css */
/*
* Electric blue: #000066;
* Orange: #ff9933;
/* Orange: #ff8231;
* Yellow: #ffcc00;
* Dark grey for all headers: #787878;
* Light grey for all text: #787878;
*/
/* CSS for general elements
------------------------------------------------------------------------------*/
h1 {
color: #787878;
font-family: Times New Roman,Times,serif;
font-size: 14px;
font-weight: none;
font-style: normal;
text-decoration: none;
margin-top: 8px;
}
.link {
font-family: Times New Roman,Times,serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #ff9933;
}
.deftext {
font-family: Times New Roman,Times,serif;
font-size: 11px;
text-decoration: none;
font-weight: normal;
font-style: normal;
color: #787878;
margin-left: 4px;
}
.small-text {
font-family: Times New Roman,Times,serif;
font-size: 10px;
text-decoration: none;
font-weight: normal;
font-style: normal;
color: #787878;
}
.defpara {
font-family: Times New Roman,Times,serif;
font-size: 11px;
text-decoration: none;
font-weight: normal;
font-style: normal;
color: #787878;
}
.top-link {
font-family: Times New Roman,Times,serif;
font-size: 11px;
text-decoration: none;
font-weight: normal;
font-style: normal;
color: #787878;
margin-right: 6px;
margin-left: 2px;
}
.deflink {
font-family: Times New Roman,Times,serif;
font-size: 11px;
text-decoration: none;
font-weight: normal;
font-style: normal;
color: #787878;
margin-right: 6px;
margin-left: 2px;
}
/*.engine {
border-style: solid;
border-width: 1px;
border-color: BCC3D0;
background-color: #CCD2DC;
width: 790px;
height: 90px;
}*/
.info {
border-style: solid;
border-width: 1px;
border-color: BCC3D0;
background-color: #FFFFFF;
width: 330px;
}
.release {
border-style: solid;
border-width: 1px;
border-color: eaf7d4;
background-color: #eaf7d4;
width: 194px;
height: 160;
}
.butt-search {
height: 21;
width: 46;
background-image: url(images/b_go.gif);
border-style: none;
border-width: 0px;
margin-right: 20px;
}
.butt-view {
height: 21;
width: 43;
background-image: url(images/b_view.gif);
border-style: none;
border-width: 0px;
margin-right: 4px;
}
.inp {
background-color: #FFFFFF;
height: 20px;
width: 175px;
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: 787878;
}
.preview {
border-style: solid;
border-width: 1px;
border-color: #787878;
}