/* Bell.ca: main.css */
/* 
 *  Electric blue: #dadada;
 *  Light baby blue: #00aeef;
 *  Orange: #ff8231;
 *  Yellow: #ffcc00;
 *  Dark grey for all headers: #696973;
 *  Light grey for all text: #AFB0B1;  
 */
/* CSS for general elements

------------------------------------------------------------------------------*/

h1 {
	color: #AFB0B1;
	font-family: Bell Stone Sans, ITC Stone Sans, Stone Sans, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-top: 8px;
}
.link {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #9e0716;
}
.deftext {
    font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #696973;
	margin-left: 4px;
}
.small-text {
    font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #696973;
}
.defpara {
    font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #696973;
}
.top-link {
    font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #696973;
	margin-right: 6px;
	margin-left: 2px;
}
.deflink {
    font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #696973;
	margin-right: 6px;
	margin-left: 2px;
}
/*.engine {
	border-style: solid;
	border-width: 1px;
	border-color: BCC3D0;
	background-color: #ffffff;
	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: BCC3D0;
	background-color: #FFFFFF;
	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: 000000;
}
*/
.preview {
	border-style: solid;
	border-width: 1px;
	border-color: #696973;
}

.bg_top { background:url(images/bg_top-x.jpg) repeat-x;}

.slct { width:175px; height:18px}
.inp { width:175px; height:18px}
.btn_search { background:url(images/btn_search.jpg) no-repeat; width:192px; height:31px; cursor:pointer; border:0}

* { font-family: Arial, Helvetica, sans-serif;}

body { background:#ffffff;}
p, td, div { font-size:12px; color:#fff; line-height:12px;}
form, body, iframe { margin: 0; padding: 0;}
img, table, iframe { border: 0;}
p { margin-top:0; margin-bottom:12px;}
table { border-collapse:collapse;}
table td { padding:0;}

.red { font-size:19px; color:#cc0000; font-family:Arial, Helvetica, sans-serif}