/* INNOVA.css */
body {
	font-family: "Segoe", Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	font-size:12px;
	margin-bottom:10px;
}

ul,
ol {

	margin-bottom:18px;
	margin-left:20px;
}

li {
	font-size:12px;
	line-height:15px;
	margin:0px 0px 7px 0px;
}

h1 {
	color:#272357;
	font-size:18px;
	margin-bottom:14px;
}

h2 {
	color:#272357;
	font-size:15px;
	margin-bottom:14px;
}

h3 {
	color:#272357;
	font-size:14px;
	margin-bottom:8px;
}
	
hr { margin:15px 0px 15px 0px; }


a {
	color:#272357;
	text-decoration:none;
	
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;	
}

/*#Content div.twoColumnRight a:link,
#Content div.twoColumnRight a:visited { color:#0066FF; }*/

#Content div.twoColumnRight a:hover { color:#666; }

a:hover {
	color:#666;
}

a img { border:0; }

a.button {
	padding:5px 18px 5px 18px;
	color:#4a4a4a;
	font-size:12px;
	line-height:35px;
	color:#FFF;
	text-transform:uppercase;
	
	outline:none;
	
	/*box-shadow: #7D7D7D 0px 0px 2px 1px;*/


	background: #3b3581;
	background: -moz-linear-gradient(top,  #3b3581 0%, #272357 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3581), color-stop(100%,#272357));
	background: -webkit-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: -o-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: -ms-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: linear-gradient(to bottom,  #3b3581 0%,#272357 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3581', endColorstr='#272357',GradientType=0 );

	background-color: #3b3581;
	
	
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;	
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

a.button:hover,
a.button.active {
	background:#CCC;
	filter:none;
}

a.button:active {
	background:#000099;	
	filter:none;
}

a.button.loading {  
	background-color:#FFF;
	background-image:url(/gif/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent: -3000px;  
}

a.button.loading span {
	visibility:hidden;
}

a.button.disabled {  
	background:#CCC;
	filter:none;
	
	cursor:default;
}

#Content div.twoColumnRight a.button.disabled:hover { color:#FFF; } 

/*****************************************************/
/*****************************************************/
img.brandButton {
	float:left;
	width:100px;
	height:74px;
	margin:0px 15px 15px 0px;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
	overflow:hidden;

	
	-webkit-box-shadow: 0px 0px 2px 1px #AAA;
	box-shadow: 0px 0px 2px 1px #AAA;	

	-webkit-border-radius: 17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;	
}



/*****************************************************/
/*****************************************************/







/* TABLE FORMATTING */
table.standard {
	background-color:transparent;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	margin:0px 0px 10px 0px;
}
table.standard tr.tr1 {
	color:#FFF;
	font-weight:bold;
	
	background: #3b3581;
	background: -moz-linear-gradient(top,  #3b3581 0%, #272357 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3581), color-stop(100%,#272357));
	background: -webkit-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: -o-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: -ms-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: linear-gradient(to bottom,  #3b3581 0%,#272357 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3581', endColorstr='#272357',GradientType=0 );

	background-color: #3b3581;
}
table.standard tr.tr2 {background-color:#EEE;}
table.standard tr.tr3 {background-color:#FFF;}
table.standard td {
	border-bottom: 1px solid #CCC;
	border-left:1px solid #CCC;
	padding:10px 10px 10px 10px;
	font-size:11px;
}
table.standard td.td1 {
	color:#FFF;
	font-weight:bold;
	
	background: #3b3581;
	background: -moz-linear-gradient(top,  #3b3581 0%, #272357 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3581), color-stop(100%,#272357));
	background: -webkit-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: -o-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: -ms-linear-gradient(top,  #3b3581 0%,#272357 100%);
	background: linear-gradient(to bottom,  #3b3581 0%,#272357 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3581', endColorstr='#272357',GradientType=0 );

	background-color: #3b3581;
}



/* Use above table with the following:

<table class="standard" cellspacing="0" cellpadding="0" border="0">
   <tbody>
   
     <tr class="tr1">
       <td class="td1">TEXT</td>
    </tr>

  </tbody>
</table>

*/



/* PDF BULLET POINT */
ul.pdf {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

ul.pdf li {
	background-image:url(/png/li-pdf.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px solid #000;
	padding-left:24px;
	margin-bottom:14px;
}


/*SLIDING INFORMATION BOXES */

div.blindHeader {
	width:738px;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	cursor:pointer;
	font-size:14px;
	background-color:#444;
}

div.blindReveal {
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	width:748px;
}

div.blindReveal p {
	font-size:12px;
}

/* Use above boxes with the following:

<script type="text/javascript" language="javascript" src="webplan/webplan-includes/prototype/prototype.js"></script>
<script type="text/javascript" language="javascript" src="webplan/webplan-includes/scriptaculous/scriptaculous.js"></script>

			<div id="Header5" class="blindHeader" onclick="Effect.toggle('Reveal5', 'blind');">TITLE</div>
			<div id="Reveal5" class="blindReveal" style="display:none;height:100px;width:748px;">
				<div style="padding:5px;width:738px;">
					<p>INFORMATION</p>
				</div>
			</div>
			
*/

input[type=checkbox] {
	border-radius: 3px;
}
/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ================================================= */
