/*
	Theme Name: NOW Solutions Group Theme
	Default Customer Theme
	Version: 1.1
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
#timedButton {
		display:none;
	  }

#callFooter {
    position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
}
body {
	background: #f9f9f4;
	color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	}

/***** Header ********************/

#header {
	display: block; 
	position: absolute; 
	top: 0;
	left: 0;
	width: 400px;
	height: 80px;
	padding: 0;
	background: url(/images/logos/insuranceAssist-350x80.gif) no-repeat top left;
	background: url('/css/images-shell/branding/logoInsuranceAssist-200x50.gif') no-repeat top left; 	/***update for client specs***/																													
	height: 50px;
	}
	
/***** Content ********************/
#header a  {
    display: block; 
	width: 400px;
	height: 80px
}
#wrapper {
	width:960px;
	margin:0px auto;
	}

#content {
	margin: 50px 0 100px 0;
	text-align:justify;
	padding:50px;
	border:1px solid #2A3172;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#FFFFFF;
	}
#content2 {
	margin: 50px 0 100px 0;
	text-align:justify;
	padding:50px;
	border:1px solid #2A3172;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#FFFFFF;
	}

/***** Footer ********************/
 
.footer {
	position: fixed;
}

.footer_position {
	right: 0;
	bottom: 0;
	height: 48px;
}

img {
	border: 0; 
	background: none;
	}

h1 {
	color: #CCD6BA;
	font-size: 24pt;
	margin-bottom: 20px;
	}
	
	
h2 {
	color: #7c749a;
	font-size: 18pt;
	margin-bottom: 20px;
	}	

h3 {
	color: #7c749a;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	}	

h4 {
	color: #000000;
	font-size:14px;
	font-weight: bold;
}

.spacer {
	clear:both;
}

/****** Forms  ****/

form { 	
}

input { 
 	background-color: #FFFFFF; 
	border:1px solid #B2ACC3;
}

select { 
	background-color: #FFFFFF; 
    background-image:url('/images/bkgrnd-form-input.png');
    background-repeat:repeat-x;
	border:1px solid #8FBE46;
}


/* ----------- Div Form ----------- */
#divForm{
  	background-color: #FFFFFF; 
    background-image:url('/images/bkgrnd-form-form.png');
    background-repeat:repeat-x;
	border:1px solid #7C749A;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 780px;
	padding: 40px;
}

#divForm p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #B2ACC3;/* orig #b7ddf2; */
	padding-bottom:10px;
}

#divForm label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:110px;
	float:left;	
	line-height: 14px;
}

#divForm .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:110px;
}

#divForm input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	width:130px;
	margin:2px 0 20px 10px;
}

/* CUSTOMER REPORTING AND INPUT SYSTEMS */

/*** CALL HISTORY PANEL ***/

#callHistoryPanelTitle {
	display: block;
	width: 860px;
	height: 40px;	
	background: #EEF6E4 url('/css/images-shell/titles/callHistoryGreen.gif') no-repeat;
	border: 1px solid #000000;
	border-bottom: none;
	border-radius: 15px 15px 0 0;																						
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	margin: 0;
	padding: 0;
}

#callHistoryControl {
	width: 840px;
	background: #fff;
	border: 1px solid #000000;
	border-radius: 0 0 15px 15px;																						
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	margin: 0 0 15px 0;
	padding: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

.callHistoryCallSummary {
	width: 450px;
	background: #EFF4E5;
	border: 1px solid #000000;
	border-radius: 15px;																						
	-moz-border-radius: 15px;
	margin: 0;
	padding: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

#callHistoryPanelTitle #mymsg {
	float:right;
	padding: 9px 20px 0 0 !important;
}

/* Chris added */

.cAnswer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: red;
	background-color: #FFFFFF;
}

.cAnswerbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
        font-weight: bold;
	color: red;
	background-color: #FFFFFF;
}

.cAnswerH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	text-align: left;
	color: #8FBE45;
	background-color: #FFFFFF;
    display: none;
}

.cAnswerHV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	text-align: left;
	color: #8FBE45;
	background-color: #FFFFFF;
}

.Head1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #0B512F;
	text-align: center;
}

.Head2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #0B512F;
}

.Head3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #Black;
}

.Head12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #0B512F;
	text-align: top;
}

table.s1 {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.s1a {
	border-width: 0px;
	border-collapse: collapse;
	background-color: white;
}
table.s1a td {
	border-width: 1px;
	padding: 2px;
	border-collapse: collapse;
}
table.s1 th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.s1 td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.s1a td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.client1 {
    display: none;
    color: red;
}

.txb {
    color: #000000; 
    background-color: #000000; 
    border: #000000 2px solid;
}

.textinput {
	width: 20px;
}

.Add {
    display: none;
}
.Head2a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
        text-align:left;
	line-height: 12px;
	font-weight: bold;
	color: #005294;        
}

.Head2aSecond {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
   text-align:left;
	line-height: 14px;
	font-weight: bold;
	color: #6C11AE;      
	
}

.Head2aCommon {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
        text-align:left;
	line-height: 14px;
	font-weight: bold;
	color: #39AE11;      
	
}

/* Customer field editting functionality */

.remote {
	min-width:120px; /*not supported by IE6 */
	background: url('/css/images-content/includeReviseHeader.gif') 0 0 no-repeat; 
	background-color : #FAE89D;
	border: #B02024  1px solid;
	padding: 15px 5px 3px 5px;
}

.remotebox {
	background-color : #fff;
	border: 1px solid #B02024 ;
	width: 150px;
}

/*** BUTTONS ***/

.buttonGreen {
	border: 1px solid #485F23 !important;
	background: #729837 url('/css/images-content/bkgrnd-buttonGradientGreen.jpg') bottom repeat-x !important; 
	width: auto !important;
	height: auto !important;
	margin: 5px !important;
	padding: .25em .7em .15em .7em !important;
	-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	
	cursor:pointer !important;
}

.buttonBlue {
	border: 1px solid #151939 !important;
	background: #374299 url('/css/images-content/bkgrnd-buttonGradientBlue.jpg') bottom repeat-x !important; 
	width: auto !important;
	height: auto !important; 
	margin: 5px !important;
	padding: .25em .7em .15em .7em !important;
	-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	
	cursor:pointer !important;
}

/*** LEGACY Button classes (left to support older forms) Remove eventually ***/

/** .buttonorig { 
	border: 1px solid #485F23 !important;
	background: #729837 url('/css/images-content/bkgrnd-buttonGradientGreen.jpg') bottom repeat-x !important; 
	width: auto !important;
	height: auto !important;
	margin: 5px !important;
	padding: .25em .7em !important;
	-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	
	cursor:pointer !important;
} **/

button { 
	border: 1px solid #485F23;
	background: #729837 url('/css/images-content/bkgrnd-buttonGradientGreen.jpg') bottom repeat-x; 
	width: auto;
	height: auto;
	margin: 5px;
	padding: .25em .7em .15em .7em;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	
	cursor:pointer;
}

.buttonGreenShort { 
	border: 1px solid #485F23 !important;
	background: #729837 url('/css/images-content/bkgrnd-buttonGradientGreen.jpg') bottom repeat-x !important; 
	width: auto !important;
	height: auto !important;
	margin: 5px !important;
	padding: .25em .7em .15em .7em !important;
	-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	
	cursor:pointer !important;
}

.buttonBlueShort { 
	border: 1px solid #151939 !important;
	background: #374299 url('/css/images-content/bkgrnd-buttonGradientBlue.jpg') bottom repeat-x !important; 
	width: auto !important;
	height: auto !important; 
	margin: 5px !important;
	padding: .25em .7em .15em .7em !important;
	-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	
	cursor:pointer !important;
}

.buttonGreenLong { 
	border: 1px solid #485F23 !important;
	background: #729837 url('/css/images-content/bkgrnd-buttonGradientGreen.jpg') bottom repeat-x !important; 
	width: auto !important;
	height: auto !important;
	margin: 5px !important;
	padding: .25em .7em .15em .7em !important;
	-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	
	cursor:pointer !important;
}

.buttonBlueLong { 
	border: 1px solid #151939 !important;
	background: #374299 url('/css/images-content/bkgrnd-buttonGradientBlue.jpg') bottom repeat-x !important; 
	width: auto !important;
	height: auto !important; 
	margin: 5px !important;
	padding: .25em .7em .15em .7em !important;
	-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;
	font-size: 9pt !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	
	cursor:pointer !important;
}

/**** TAGS FOR DEMO PAGES  ****/

.scripts-content {
	text-align:left;
	width: 860px;
}

#scripts-01-displayPagesAgentScreen {
	width:860px;
	height:500px;
	background: url('/images/scripts/customer/01-agentScreen.jpg') center no-repeat;
}

#scripts-02-displayPagesAgentScreen {
	width:860px;
	height:500px;
	background: url('/images/scripts/customer/02-agentScreen.jpg') center no-repeat;
}

#scripts-03-displayPagesAgentScreen {
	width:860px;
	height:500px;
	background: url('/images/scripts/customer/03-agentScreen.jpg') center no-repeat;
}

#scripts-04-displayPagesAgentScreen {
	width:860px;
	height:500px;
	background: url('/images/scripts/customer/04-agentScreen.jpg') center no-repeat;
}

#scripts-05-displayPagesAgentScreen {
	width:860px;
	height:500px;
	background: url('/images/scripts/customer/05-agentScreen.jpg') center no-repeat;
}
