@charset "utf-8";

/* Master CSS Style Document for Talktactics Website */
/* Last Updated: 7-Sep-10 */

/*=======================================================*/
/* Text and Formatting Styles */
/*=======================================================*/
body { 
  font-family: Verdana, Geneva, sans-serif;
  color: #464646;
  font-size: 11px; 
}

h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: normal;
  color: #999;
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  font-size: 15px;
  font-weight: bold;
  color: #D7191F; 
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 13px;
  font-weight: bold;
  color: #333; 
}

h4 {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 12px;
  font-weight: bold;
  color: #333; 
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

p.quote {
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
}

p.pdf-link {
  padding-top: 5px;
}

p.whitepaper-title {
  margin-bottom: 0.5em;
  padding-left: 15px;
}
p.whitepaper-description {
  margin-bottom: 2.5em;
  padding-left: 15px;
}
/*=======================================================*/


/*=======================================================*/
/* Hyperlink Style */
/*=======================================================*/
a:link { 
  color: #06C;
  text-decoration: none;
}
a:visited { 
  color: #06C;
  text-decoration: none;
}
a:hover { 
  text-decoration: underline;
}
/*=======================================================*/


/*=======================================================*/
/* Image Layout Styles */
/*=======================================================*/
img.floatLeft { 
  float: left; 
  margin-right: 12px;
}
img.floatRight { 
  float: right; 
  margin-right: 12px;
}
img.whitepaper-icon { 
  float: left; 
  margin-right: 12px;
  margin-top: 2px;
}
/*=======================================================*/


/*=======================================================*/
/* Bullet Styles */
/*=======================================================*/
/* Custom Bulleted List -- Style 1 */
ul.bullet-large
{
	list-style:none;
	padding-left: 15px;
	margin-bottom: 2em;
	margin-left: 0;
}
ul.bullet-large li
{ 
  background: url(../layout/misc/Bullet_Style1.png) no-repeat;
  padding: 2px 0 2px 20px;   /* Top-Right-Bottom-Left */
  margin-bottom: 3px;
  
}

/* Custom Bulleted List -- Style 2 */
ul.bullet-small
{
  list-style:none;
  padding-left: 17px;
  margin-bottom: 2em;
  margin-left: 0;
}
ul.bullet-small li
{ 
  background: url(../layout/misc/Bullet_Style2.png) no-repeat;
  padding: 0 0 1px 15px;   /* Top-Right-Bottom-Left */
  margin-bottom: 3px;
}

/* Custom Bulleted List -- Style 2 */
ul.bullet-sidebar
{
  list-style:none;
  padding-left: 1px;
  margin-bottom: 2em;
  margin-left: 0;
}
ul.bullet-sidebar li
{ 
  background: url(../layout/misc/Bullet_Style2.png) no-repeat;
  padding: 0 0 1px 15px;   /* Top-Right-Bottom-Left */
  margin-bottom: 8px;
}
/*=======================================================*/


/*=======================================================*/
/* Drop Down Menu Formatting Style */
/*=======================================================*/
ul.dropdown
{ 
  list-style:none; 
  margin: 0;
  padding: 0 20px 0 25px;   /* Top-Right-Bottom-Left */
  font-family: Tahoma, Geneva, sans-serif;
}
ul.dropdown li
{ 
  margin-bottom: 8px;
}
ul.dropdown li a, ul.dropdown li a:visited
{
  color: #FFF;
  text-decoration: none;
}
ul.dropdown li a:hover
{
  color: #CCC;
}
/*=======================================================*/


/*=======================================================*/
/* Side Menu Formatting Style */
/*=======================================================*/
ul.sidemenu
{ 
  list-style:none; 
  margin: 0;
  padding: 0;
}
ul.sidemenu li
{ 
  margin-bottom: 12px;
}
ul.sidemenu li.current
{
  font-weight: bold; 
  color: #D7191F;
}
ul.sidemenu li a, ul.sidemenu li a:visited
{
  color: #666;
  text-decoration: none;
}
ul.sidemenu li a:hover
{
  color: #D73F3F;
}
/*=======================================================*/


/*=======================================================*/
/* Form Style */
/*=======================================================*/
form.cmxform {
	width: 530px;
	margin: 25px 0px 25px 0px;
}
form.cmxform fieldset {
	float: left;
	border: none;
	border-top: 1px solid #DDD;
	background: #FAFAFA;
	margin-bottom: 15px;
}
form.cmxform fieldset p {
	border-bottom: 1px solid #DDD;
	padding: 8px 13px;
	list-style: none;
	margin: 0;
}
form.cmxform label {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	cursor: hand;
	line-height: 1.8;
	color: #D7191F;
}
form.cmxform label.error {
	margin-left: 20px;
	width: auto;
	display: inline;
	color: red;
	font-style: italic
}

form.cmxform input.submit-button {
	margin-left: 3px;
	width: 130px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #E72126;
	color: #FFF
}
form.cmxform input.clear-button {
	margin-left: 3px;
	width: 130px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #EEE;
}

input, select {	border: 1px solid #BBB; }
.form-text { width: 150px; }
.form-status { display: none }

input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
div.error { display: none; }
/*=======================================================*/

