/***** Global Settings *****/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, textarea { color:#666666; font-size:12px; line-height: 18px; margin: 0; padding: 0; font-family:Verdana, Arial, Helvetica, sans-serif;}
h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,strong,th,fieldset,input,textarea { color:#666666;}
ul,ol { list-style: none; }
caption,th { text-align: left; } 

html, body {
border:0;
margin:0;
padding:0;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#333333;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
padding:0;
margin:0 0 16px 0;
}
 
#content ul, #content ol {
padding:0 0 16px 32px;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
outline:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
outline:none;
text-decoration: underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em;
}
 
textarea {
width:99%;
line-height:14px;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
border-collapse:collapse;
border-spacing:0;
}
 
table tr td {
padding:2px;
}

/***** Buttons *****/

.buttonholder {
height:25px;
cursor:pointer;
}

	.buttonstart {
	float:left;
	height:25px;
	background:url(../../assets/templates/custom/img/bg-button-start.png) no-repeat;
	}
	
	.buttonstart a {
	text-decoration:none;
	padding:0 3px 0 13px;
	display: inline;
	color:#e4f1d7!important;
	font-size:12px;
	line-height:22px;
	}
	
	.buttonstart a:hover {
	text-decoration:none;
	color:#ffffff!important;
	}
	
	.buttonend {
	float:left;
	height:25px;
	width: 10px;
	background:url(../../assets/templates/custom/img/bg-button-end.png) no-repeat;
	}
	

.hidesubmitbutton {
background-color:#FFFFFF;
border:0 none;
height:1px;
left:0;
position:absolute;
top:0;
width:7px;
}
  
/***** Global Classes *****/

 .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 */

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.caps 			{text-transform:uppercase;
 
.nowrap			{white-space:nowrap;}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }@charset "UTF-8";
/* CSS Document */