/* GLOBAL STYLES */

/* reset for all browsers */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* default text styles */
body{font:12.5px Arial,Verdana, Helvetica, sans-serif}a:focus{outline:0 dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

/* additional tag styles */
body {
	color: #505050;
}

a {
  color: #1f5f91;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
}

/* structure */
#page-container {
  min-height: 500px;
  width: 960px;
  margin: 0 auto;
  border-top: 8px solid #d9d9d9;
}
#page-header {
  padding: 40px 20px 10px 20px;
}
#page-content {
  clear: both;
  padding: 0;
}
#left-column {
  margin: 0;
  float: left;
  width: 475px;
  color: #505050;
  background-color:#ffffff;

}
#right-column {
  margin: 0;
  width: 465px;
  float: right;
  color: #505050;
  background-color:#ffffff;
}
#page-footer {
  clear: both;
  padding: 20px 0 ;
  font-size: 10px;
  line-height: 16px;
  color: #909090;
}


/* header */
#header-title {
  width: 160px;
  overflow: hidden;
}
#header-personal-message {
  float: right;
  width: 740px;
  padding-top: 7px;
  overflow: hidden;
}
#header-personal-message h2{
	margin-bottom: 0;
}


/* content */
#page-content h3 {
	color:#11568b;
	font-size: 14px;
	margin-bottom: 2px;
}
#page-content h4 {
	color: #404040;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	line-height: 25px;
	margin-bottom: 10px;
}
#page-content p,
#page-content ul,
#page-content li {
	line-height: 18px;
	margin-bottom: 10px;	
}
.content-campaign-messaging {
  border-top: 4px solid #949494;
  background: #f7f7f7;
  padding: 20px;
}

.adtext-callout {
	margin: 20px 0 0 100px;
}
.adtext-callout p {
	font-style: italic;
}


/* the form */
#theform {
	margin-top: 10px;
}
input, select, textarea {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.md, input.lg, input.sm, input.datepicker {
  color: #606060;
  background: #ffffff;
  border: 1px solid #909090;
  padding: 3px;
}
input.sm {
  width: 50px;
}
input.md {
  width: 111px;
}
input.lg {
  width: 326px;
}
input.datepicker {
 width: 70px;
 margin-right: 4px;
}
textarea.md, textarea.lg, textarea.sm {
  color: #606060;
  background: #ffffff;
  border: 1px solid #909090;
  padding: 3px;
}
textarea.sm {
  width: 200px;
  height: 150px;
}
textarea.md {
  width: 350px;
  height: 200px;
}
textarea.lg {
  width: 500px;
  height: 300px;
}
select {
  color: #606060;
  background: #ffffff;
  border: 1px solid #909090;
  padding: 2px;
}
select.md {
  width: 100px;
}
input.btn-primary {
  font-weight: bold;
  padding: 2px 12px;
}
input.btn-secondary {
  font-weight: normal;
  padding: 2px 12px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
input.focused, select.focused, textarea.focused {
  background: #ffffff;
  color: #000000;
  border: 1px solid #404040;
}
div.form-container {
  margin: 10px 0;
  text-align: left;
}
table.form {
  padding: 0;
  margin: 0 auto;
}
table.form td.field_label {
  padding: 2px 14px 5px 4px;
  vertical-align: top;
  text-align: right;
  color: #464646;
  font-weight: normal;
  white-space: nowrap;
}
table.form td.field_value {
  vertical-align: top;
  text-align: left;
  padding: 2px 2px 5px;
}
table.form td.required {
  background: url(icon_required.gif) right top no-repeat;
}
table.form td.error-label {
  background: url(icon_error.gif) 100% 4px no-repeat;
  color: #cc0000;
}
table.form td.error {
  color: #990000;
}
table.form td.error input,
table.form td.error select,
table.form td.error textarea {
  color: #cc0000;
  background: #fff6f0;
  border: 1px solid #cc0000;
}
#error-notification {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}
#error-notification ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#error-notification ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
#error-notification a {
  color: #990000;
}
#error-notification a:hover {
  color: #ff0000;
}
#btn_submit {
  margin:0;
  padding:0;
  margin-top: 5px;
  float:right;
}
.field_label,
.field_value {
	margin: 3px 0;
	font-size: 11px;
}

/* helpers and overrides */
.bold {
	color: #404040;
	font-weight: bold;
}
.right {
	margin: 10px 15px 0 0;
	text-align: right;
}


/****** TEMPLATE SPECIFIC OVERRIDES ******/
#netezza-left,
#exadata-left {
	padding-bottom: 30px;
	background: #f7f7f7 url('chevron.jpg') bottom left no-repeat !important; 
}
#netezza-right {
	background: #f7f7f7 url('forrester_report.jpg') 275px 10px no-repeat !important;
}
#netezza-right #theform {
	margin-top: 40px;
}
#exadata-right {
	background: #f7f7f7 url('exadata.jpg') 275px 10px no-repeat !important;
}
#exadata-right #theform, #exadata-right_thesequel #theform {
	margin-top: 40px;
}
#exadata-right_thesequel {
	background: #f7f7f7 275px 210px no-repeat !important;
}