/* Stylesheet. business alerts service */
body {
	padding: 0;
	margin: 0;
	color: #333;
	background:url(../images/bg740.gif) #B7C8D9 repeat-y center;
}

/* basic link colours */
a {
	text-decoration: none;
	color: #003;
}

a:hover {
	background-color: #ff6;
}

/* header info */
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
/*	color:#D15600; */
	color:#666;
}

/* revised 20/02/08 */
/* matches characteristics with h4 below */
/* added:font-size
   changed: font-family, color, margin-bottom */
h3 {
	clear: both;
	display: block;
	margin: 5px 0 15px 0;
	
  color:#666;
  font-size:20px;
 font-family:verdana,helvetica,sans-serif;
  margin-bottom:15px;
}

h3.center {
	text-align: center;
}

h6.SectionLabel {
    font-size : 12px;
    margin-bottom : 0px;
    clear:both;
}

.EditSection {
 display:block; border-top : 2px solid #666; border-bottom : 1px solid #666; padding-bottom: 5px; padding-left:4px;
     background: url("../images/gradient.jpg");
}

/* added 20/02/08 */

h4 {
 color:#666;
 font-size:20px;
 font-family:verdana,helvetica,sans-serif;
 margin-bottom:15px;
}

select, input {
 font-family:verdana,helvetica,sans-serif;
 font-size:9px;
 color:#333;
}

hr {
	clear: both;
	display: block;
	border: 1px solid #ccc;
	color: #ddd;
	height: 1px;
}

/* paragraph and other generic block-related elements */
p {
	display: block;
	margin: 0;
	margin-bottom: 10px;
}

.align-c {
	text-align: center;
}

.float-left {
	float: left;
}

/* basic containers to give page shape */
	/* sets width of page, centers in browser window */
	
#wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	background-color:#fff;
	

/*	background-color:#efefff;*/
}

	/* revised 20/02/08;
	   added: default font family, font size, text-align, line height for text in this object */
#container {
	display: block;
	width: 740px;
	min-height: 740px;
	
	font-family:verdana,helvetica,sans-serif;
	font-size:14px;
	line-height:150%;
  text-align:left;	
}

.style1 {
    color : #333;
    text-align : left; }


#homepage {
	display: block;
	margin: 10px 0 40px 0;
}

/* revised 20/02/08
   removed: font-family, text-align, font-size, letter spacing;
	 moved to: #container 
*/
#homepage p {
	margin: 20px 0 20px 0;
}

/* added 20/02/08
   added register-items
	       register-box-wrapper
				 register-box
				 register-box h5
				 register-box p
				 
*/

.register-box-wrapper {float:left; width:720px; margin-bottom:15px; background:url(../images/register-box-top.gif) no-repeat top left;}
.register-items {float:left; width:720px; padding:1px; background:url(../images/register-box-bot.gif) no-repeat bottom left;}

.register-box {float:left; width:205px; padding:10px; margin-right:15px; background:#eee;}

.register-box h5 {float:left; width:195px; padding:5px;  font-size:14px; color:#333; margin-bottom:15px; background:#fff; border-bottom : #356AA0 solid thin ; }
/*.register-box h5 {float:left; width:195px; padding:5px; font-family:georgia,times new roman,serif; font-size:16px; color:#333; margin-bottom:15px; background:#fff; border-bottom:1px dotted #666;}*/
.register-box p {margin-bottom:5px; font-size:14px; text-align:justify; color: black; }

#page_footer {
	display: block;
	float: left;
	width: 740px;
	text-align: center;
	background-color:#B7C8D9;
	padding-top: 10px;
	border-top: #356AA0 solid 5px;
}
#page_footer p {
 font-family:verdana,helvetica,sans-serif;
 font-size:9px;
}

/* special page elements */
.articlehead {
	margin: 15px 0 15px 0;
}

.headline {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 5px 0 5px 0;
}

.source {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 5px 0 5px 0;
}

p.hometagline {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 25px 0 25px 0;
}


#main-header {
    display: block;
    width: 740px;
    height: 35px;
    margin-bottom: 0px;
    background:url(../images/header-backing.jpg);
}

#main-header h1 {
    display: block;
    width: 360px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: url(../images/header.gif) no-repeat left;
    text-indent: -5000px;
}

#main-header h1 a {
    float: left;
    display: block;
    width: 360px;
    height: 35px;
    text-decoration: none;
}

#main-header h1 a:hover {
    background: none;
}


h2#alert-monitor-mgmt {
	clear: both;
	display: block;
	width: 740px;
	height: 30px;
	margin-bottom: 10px;
	background:
		url(http://businessalertingservice.com/images/headers/alert-monitor-mgmt-01.gif)
		no-repeat;
	text-indent: -5000px;
}

/* ----------------- */ /* form-related info */ /* ----------------- */
	/* a block element that holds the monitor name and the hide / show button */
.required {
	clear: both;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
}

.required span {
	margin-right: 10px;
}

/* the element / holder for the entire block of monitor management data */
.manage-monitors {
	display: block;
	width: 720px;
	margin-bottom: 10px;
	text-align: center;
}

/* bolds all labels on every page, floated left with a bit of margin. padding is in place to allow for spacing and borders on text fields */
label {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 0;
}

/* sets up borders on selected form elements. */
.form-border {
	float: left;
	padding: 4px;
	background: #e9e9e9;
}

.border-no-float {
	display: block;
	padding: 4px;
	background: #e9e9e9;
}

/* basic form elements used in the monitor management boxes */
.text-field-lg {
	float: left;
	width: 191px;
	border: 1px solid #a7a7a7;
	padding: 4px 3px;
	font-size: 11px;
}

.textarea-lg {
	float: left;
	width: 191px;
	height: 150px;
	padding: 4px 3px;
	border: 1px solid #a7a7a7;
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
}

.pull-down-lg {
	width: 204px;
	color: #298600;
	font-size: 10px;
	border: 1px solid #a7a7a7;
}

.checkbox {
	float: left;
	padding: 6px 0;
}

.text-field-med {
	border: 1px solid #a7a7a7;
	padding: 4px 3px;
	font-size: 11px;
}

.pull-down-med {
	float: left;
	display: block;
	width: 90px;
	color: #298600;
	padding: 0;
	font-size: 10px;
}

.pull-down-sm {
	float: left;
	display: block;
	width: 80px;
	padding: 0;
	color: #298600;
	font-size: 10px;
}

.gray-button {
	color: #000;
	background: #ccc;
	border: 1px solid #000;
	padding: 1px 3px 2px 3px;
	font-weight: bold;
}

/* user information; width can be extended up to 716px; all child elements effective only with .form-element class */

/* revised 20/02/08
   added: clear:both; */
	 
.form-element {
	display: block;
  clear:both;	
	width: 636px;
	padding: 7px 0;
	text-align:left;
}

/* added 20/02/08
   styles input fields */

.form-element input {
 float:left;
 border:1px solid #ccc;
 padding:3px;
 font-family:verdana,helvetica,sans-serif;
 font-size:12px;
 color:#333;
}



/* added 20/02/08
   styles 'select' form items  */

.form-element select {
 float:left;
 border:1px solid #ccc;
 padding:3px;
 font-family:verdana,helvetica,sans-serif;
 font-size:12px;
 color:#333;
}

/* revised 20/02/08
   revised: font-weight (from normal to bold) */

.form-element label {
	float: left;
	text-align: left;
	width: 223px;
	margin-right: 20px;
	padding: 0px 0;
	font-weight: bold;
	font-size:12px;
	color:#333;
}

.form-element p {
	float: left;
	width: 223px;
	margin-right: 20px;
	padding: 7px 0;
	font-weight: normal;
}

.form-element .checklist {
	float: left;
	width: 291px;
}

.form-element .checklist label {
	margin: 0;
	padding: 0;
}

.form-element .checklist table {
	float: left;
	padding: 0;
	margin: 0;
}

.form-element .checklist table tr td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/* block element, clears line between unrelated data above this item. */
.data-block {
	clear: both;
	float: left;
	display: block;
	width: 718px;
	margin: 10px 0 0 0;
}

/* block element for each company name / symbol in a monitor */
.company-holder {
	float: left;
	display: block;
	background: #C9DCEE;
	width: 718px;
	padding: 10px;
	border: solid 1px #a7a7a7;
}

.company-holder {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.company-lookup {
	background: #C9DCEE;
	padding: 10px;
	border: solid 1px #a7a7a7;
}

.company-lookup {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/* header info INSIDE the company-holder element, located at the top of each company list */
.list-headers {
	float: left;
	display: block;
	width: 710px;
}

.list-headers p.left {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.list-headers p.right {
	float: left;
	width: 430px;
	margin: 0;
	font-weight: bold;
}

/* floated inside the .company-holder; sets space for text-area where user enters company names / symbols */
.company-data {
	float: left;
	display: block;
	width: 255px;
}

.company-data p {
	float: left;
	display: block;
}

.company-data .company-match-dropdown {
	float: left;
	display: block;
	margin-bottom: 5px;
}

.textarea-med {
	float: left;
	width: 238px;
	height: 63px;
	padding: 5px;
	border: 1px solid #a7a7a7;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

/* company filter boxes; floated inside the company holder */
.company-filter {
	float: left;
	width: 435px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px 10px 10px 10px;
	background: #c1c1c1;
	border: 1px solid #a7a7a7;
}

.company-filter a {
	color: #c00;
	text-decoration: underline;
}

.company-filter a:hover {
	color: #fc0;
	background: #333;
}

.company-filter .filter-relevance {
	float: left;
	width: 80px;
}

.company-filter .filter-relevance .dups {
	font-size: 9px;
	line-height: 11px;
	padding-top: 30px;
}

.company-filter .filter-industry {
	float: left;
	width: 166px;
}

.company-filter .filter-topic {
	float: left;
	width: 166px;
}

.company-filter .multi-select-med {
	display: block;
	width: 166px;
	height: 60px;
	padding: 0 5px;
	font-size: 11px;
}

/* block element containing monitor options (new company list, new symbol list buttons */
.monitor-options {
	float: left;
	display: block;
	margin: 5px 0;
	width: 700px;
	color: #333;
/*	border: 1px solid #000; */
	border-left: 0;
}

.remove-monitor {
	float: right;
	display: block;
	width: 334px;
	padding: 10px;
	background: #8EAFCE;
	text-align: center;
}

.new-list {
	float: left;
	display: block;
	width: 325px;
	padding: 0 5px 0 5px;
/*	background: #8EAFCE; */
/*	border: 1px solid #666;  */
/*	text-align: center;*/
}
.new-list label {
	float: left;
    font-size : 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px 0;
}

.remove-list-button {
	float: right;
	color: #000;
	background: #ccc;
	margin-right: 0;
	padding: 1px 3px 2px 3px;
	font-weight: bold;
	border: 1px solid #000;
}

.delete-monitor-button {
	float: right;
	color: #000;
	background: #ccc;
	margin-right: 0;
	padding: 1px 3px 2px 3px;
	font-weight: bold;
	border: 1px solid #000;
}

.update-monitor {
	float: left;
	display: block;
	margin: 10px 0;
	width: 720px;
	text-align: center;
}

.update-monitor input {
	margin-bottom: 10px;
}

/* revised 20/02/08
   added: clear:both; */
.button-right-align{
  clear:both;
	text-align:center;
	width: 650px;
    padding-bottom : 5px ; 
}
