/**
 *
 * main page css
 * all site-wide (public) css styles
 *
 * Copyright 2006 (c) Riddle Brothers Web Design & Development, LLC
 * http://www.theriddlebrothers.com
 *
 * @version 11/28/2006
 *
 */
 
*
{
	margin:0;
	padding:0;
}

a {color:#2A3563; text-decoration:none;}
a:hover {color:#810401; text-decoration:underline;}
  
p.languageBar a {text-decoration:none;}

.crumb a {color:#2A3563; text-decoration:none;}
.crumb a:hover {text-decoration:underline;}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ffffff url(../img/body_bg.jpg) top center no-repeat;
	text-align:center;
}

p
{
	padding:10px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6
{
	color:#B41818;
	margin:5px 0px 5px 0px;
}

h1 {font-size:21px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h4.sub {color:#48568E;}
h5 {font-size:12px;}
h6 {font-size:10px;}

.subheader
{
	color:#48568E;
	font-size:14px;
	font-weight:bold;
	padding:0px;
}

.mainheader
{
	color:#B41818;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

p.mainheader { padding:10px 0px 10px 0px; }
p.subheader { padding:10px 0px 10px 0px;}

img {border:none;}
.alignLeft {float:left;}
.alignRight {float:right;}
img.icon
{
	margin:2px;
	padding:0px;
	vertical-align:middle;
}

p.center
{
	text-align:center;
	width:100%;
}

p.right
{
	text-align:right;
	width:100%;
}

td {padding:3px; vertical-align:top;}

.indent {padding: 0px 20px 0px 20px;}

#flashcontent
{
	background: url('/img/flash_home_bg.jpg') #f2f2f2 top repeat-x;
	margin:0;
	padding:0;
	z-index:1;
	height:276px;
}

/* Hack to target IE7 without flash installed */
*:lang(en) #flashcontent {height:306px !important;}

/* lists */
#mainContent ul
{
	margin: 0px 0px 0px 30px
}

#mainContent ul li
{
	margin: 5px 0px 5px 0px;
}


#wrapper
{
	margin:0 auto;
	text-align:left;
	width: 744px;
}

/* DOJO Styles
---------------------------------------------- */
.dojoDialog {
	background-color: #ffffff;
	border : 1px solid #2A3563;
	-moz-border-radius : 5px;
	padding : 5px;
	text-align:left;
	width:400px;
}


/* Header
-----------------------------------------------*/
#header
{
	padding:16px 0px 0px 5px;
	position: relative;
}

	#header #mobile-app-coming-soon
	{
		display: block;
		width: 147px;
		height: 49px;
		position: absolute;
		left: 270px;
		top: 10px;
	}
	
	#header #header-rss
	{
		display: block;
		width: 23px;
		height: 23px;
		position: absolute;
		left: 480px;
		top: 15px;
	}

		/* IE 6 / 7 stretched image fix */
		#header #header-rss img
		{
			width: 23px;
			height: 23px;
		}

	#header img
	{
		float:left;
	}

	#header form
	{
		float:right;
	}
	
	#header form input.text
	{
		border:1px solid #9c9c9c;
		height:16px;
		width:124px;
		
	}
	
	#header .languageBar
	{
		clear:right;
		float:right;
		margin:5px 0px 5px 0px !important;
		margin:0px 0px 5px 0px;
		padding:0;
		text-align:right;
		width:305px;
	}
			
		#header .languageBar img
		{
			float:none;
			margin:0px 3px 0px 0px !important;
			margin:3px 3px 0px 0px;
			vertical-align:middle;
		}
		
/* Main content
-----------------------------------------------*/
#contentWrapper
{
	background-color:transparent;
	border:1px solid #9c9c9c;
	float:left;
	width:100%;
}

/* Note: for navigation, see css/menu.css */

.banner
{
	background-color:#49568d;
	color:#ffffff;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:3px 3px 5px 14px;
	width:727px;
}

/* main content of page */
#mainContent
{
	background-color:white;
	float:left;
	padding:10px;
	width:724px;
}

#mainContent p
{
	margin:3px 0px 3px 0px;
}

#mainContent img
{
	margin:10px;
}

	.home #mainContent
	{
		font-size:11px;
		padding: 10px 0px 10px 0px;
		margin:0;
		width:744px;
	}

	.home #mainContent .left
	{
		float:left;
		padding:0px 3px 0px 14px;
		width:360px;
	}
	
	.home #mainContent .right
	{
		float:left;
		padding:3px !important;
		padding:0px;
		width:360px;
	}
	
	.home #mainContent p
	{
		margin:3px 0px 3px 0px;
		padding:0;
	}
	
	.home #mainContent img
	{
		margin:0;
	}
	
	.home #mainContent #resellerAccess
	{
		float:left;
		margin-left:4px !important;
		margin-left:8px;
	}
	
	.about #mainContent .right
	{
		float:right;
		width:570px;
	}
	
	.admin #mainContent img
	{
		margin:0;
		padding:0;
	}
	
#mainContent .page
{
	width:705px;
}

.healthcare #mainContent .mainheader
{
	color:#743367;
}

#mainContent #pageContent #titleField
{
	padding-bottom: 20px;
}

#mainContent #pageContent #titleField input[type=text]
{
	width: 500px;
}

#mainContent #pageContent #titleField input[type=submit]
{
	padding: 1px 12px;
	margin-left: 8px;
	color: #4F8A10;
	border: 1px solid #4F8A10;
	background-color: #DFF2BF;
}

#mainContent #pageContent #titleField input[type=submit]:hover
{
	background-color: #9BDF9E;
	cursor: pointer;
}

/* boxes */
.box
{
	border:1px solid #9B9C9D;
	color:#5F6169;
	float:left;
	margin:5px;
	width:700px;
}

.box .title
{
	background-color:#293663;
	color:white;
	float:left;
	font-weight:bold;
	margin-bottom:5px;
	width:100%;
}

.box p
{
	padding:5px;
	width:100%;
}

.box .title p
{
	margin:0;
	padding:3px 5px 3px 5px;
	width:100%;
}

/* Product boxes - primarily for size purposes */
.product
{
	height:230px;
	width:345px;
}

.product .pink 
{
	color:#743367;
}

.product p
{
	margin:5px;
}

.productSplash
{
	color:#666666;
	font-size:16px;
	font-style:oblique;
	font-weight:bold;
}

.productDetails
{
	float:right;
	width:550px;
}

.productBox
{
	float:left;
	margin:5px;
	width:120px;
}

.product p
{
	width:auto;
}

p.links
{
	float:right;
	padding:5px;
	width:150px;
}

.pink .links a
{
	color:#743367;
	text-decoration:none;
}

a.pinkLink
{
	color:#743367;
}


/* News box - very minimal formatting appearance */
.recentnews
{
	float:left;
	width:450px;
}

.othernews
{
	width:100%;
	clear:both;
	float:left;
	margin-top:10px;
	border-top:1px solid #5F6169;
	padding-top:5px;
}


.newsbox, .varbox
{
	width:167px !important;
	width:156px;
}

.varbox
{
	width:172px !important;
	width:161px;
	margin:3px;
}

.newsbox title p, .varbox title p
{
	margin:5px;
}

.newsbox p, .varbox p
{
	width:auto !important;
	width:100%;
}

.newsbox strong, .varbox strong {font-weight:normal;}

.newsbox a, .varbox a {color:#5F6169; text-decoration:none;}

/* Feature boxes */
.featureBox
{
	border:1px solid #9B9C9D;
	color:#5F6169;
	float:left;
	margin:5px;
	padding-bottom:5px;
	min-height:100px;
	width:164px;
}

.news.featureBox, .varbox.featureBox {color:#000000;}

.featureBox a {color:#5F6169;}

.featureBox a:hover {text-decoration:underline;}

.featureBox .content
{
	margin:5px;
}

.featureBox .title
{
	background-color:#5F6169;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:5px;
	width:154px;
}


.featureBox .read
{
	float:left;
	font-style:italic;
	margin:0px 0px 10px 0px;
	text-align:right;
	width:100%;
}

#highlights
{
	float:right;
	margin:5px 0 0 0;
	padding:0;
	width:180px !important;
	width:178px;
}

#highlights img {margin:0; padding:0;}

#highlightsContent
{
	background:url(/img/homepage_news_middle.png) top left repeat-y;
	margin:0;
	padding:0;
}

#highlightsContent .post
{
	margin:0 0 0 1px; /* side image border */
	padding:3px;
	width:169px;
}

#highlightsContent a
{
	background:none;
	margin:0;
	padding:0;
}

#highlightsContent p {margin:0; padding:0;}

#highlightsContent p a {margin:0;}

#highlightsContent .read {display:block; text-align:right; font-style:italic;}

#highlights .alternate {background-color:#e4e5e7;}

.homecopy {line-height:16px;}

.homecopy strong {color:#49568D;}

.gradwhite
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='grad_white_bg.png',sizingMethod='scale');
	background:url(../img/grad_white_bg.png) repeat-x bottom;
}

.graddown
{
	background:url(../img/converser_healthcare_box_bg.jpg) repeat-x top;
}

.graddown a
{
	color:#6A6A6A;
}

.gray {background-color:#DEDEDE;}
.blue {background-color:#d7ebec;}
.red {background-color:#FFB1AF;}
.green {background-color:#C9E0CC;}
.pink {background-color:#ece2ea; color: #743367;}
.cyan {background-color:#daecf3; color: #2a3563;}

.cyan h1, .cyan h2, .cyan h3, .cyan h4, .cyan h5, .cyan h6, .cyan p {color:#2a3563;}
.pink h1, .cyanpinkh2, .pink h3, .pink h4, .pink h5, .pink h6, .pink p {color:#743367;}
.purple {color:#743367;}

.manager
{
	float:left;
}

.manager .photo
{
	float:left;
	width:160px;
}

.manager .teaser
{
	float:left;
	width:550px;
}

#partners img
{
	margin: 4px;
}

/* Footer */
#footer
{
	float:left;
	font-size:9px;
	color:#9F9E9E;
	margin:10px 0px 20px 0px;
	text-align:center;
	width:100%;
}

#footer a{color:#9F9E9E;}


/* Form Styles
-----------------------------------------*/
.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}

label.fixed
{
	float:left;
	width:100px;
}

.invalidInput
{
	border:1px solid #810401;
}

input, textarea, select
{
	border:1px solid #999999;
	padding:2px;
}

.checkbox {border:none;}

option {padding-right:10px;}

.adminForm
{
	float:left;
	width:100%;
}

.inputArea
{
	height:250px;
}

.notify
{
	background-color:#c8d1fd;
	border:1px solid #2a3563;
	display:none;
	padding:10px;
}

table.adminList
{
	width:100%;
}

table tr.header
{
	background-color:#2a3563;
	color:#ffffff;
	font-weight:bold;
}

table tr.alternate
{
	background-color:#f7fbfc;
}


/* VAR/Reseller Member Section
-------------------------------------------------*/
.varNews
{
	float:left;
	width:705px;
	border-top:1px #8a8a8a solid;
	margin:5px;
}

.varNews p
{
	background:url(/img/var_bullet.gif) 0px 5px no-repeat;
	margin:0;
	padding:0 0 0 10px;
}


/* Solutions
-------------------------------------------------*/
.solution
{
	width:270px;
}

.solution p
{
	margin:0;
	padding:0px 5px 0px 5px;

	width:auto;
}

.feature
{
	float:right;
	margin-top:-30px;
}

/* Forms
------------------------------------------------------*/
form.registration
{
	border:1px solid #898987;
	padding:10px;
}

form.registration label
{
	float:left;
	width:100px;
}

form.registration p
{
	margin: 3px 0 3px 0;
	padding:0;
}

/* Survey form */
#survey textarea {margin-top:5px; height:100px; width:50%;}
#survey .radio {border:none; margin: 5px 0 0 0;}
#survey .fieldlist {margin: 0px 0 0 10px;}
#survey .rating input {margin-left:5px;}

/* Evaluation form */
#evaluation label {float:left; width:155px;}
#evaluation p {margin:0; padding:5px;}
#evaluation label {margin:0;}
#evaluation input {margin:0;}
