@import "https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200";
@import "https://fonts.googleapis.com/css?family=Lobster";

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

@font-face {
	font-family: 'FuturaLTProMedium';
	src: url("fonts/FuturaLTProMedium.eot") format("eot"),
		url("fonts/FuturaLTProMedium.eot?#iefix") format("embedded-opentype"),
		url("fonts/FuturaLTPro-Medium.otf") format("otf"),
		url("fonts/FuturaLTProMedium.woff2") format("woff2"),
		url("fonts/FuturaLTProMedium.woff") format("woff"),
		url("fonts/FuturaLTProMedium.ttf") format("truetype"),
		url("fonts/FuturaLTProMedium.svg#FuturaLTProMedium") format("svg");
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'FuturaLTProHeavy';
	src: url("fonts/FuturaLTProHeavy.eot") format("eot"),
		url("fonts/FuturaLTProHeavy.eot?#iefix") format("embedded-opentype"),
		url("fonts/FuturaLTPro-Heavy.otf") format("otf"),
		url("fonts/FuturaLTProHeavy.woff2") format("woff2"),
		url("fonts/FuturaLTProHeavy.woff") format("woff"),
		url("fonts/FuturaLTProHeavy.ttf") format("truetype"),
		url("fonts/FuturaLTProHeavy.svg#FuturaLTProHeavy") format("svg");
		font-weight: bold;
		font-style: normal;
}

@font-face {
	font-family: 'StoneSansIIITCProMd';
	src: url("fonts/StoneSansIIITCProMd.eot") format("eot"),
		url("fonts/StoneSansIIITCProMd?#iefix") format("embedded-opentype"),
		url("fonts/StoneSansIIITCPro-Md.otf") format("otf"),
		url("fonts/StoneSansIIITCProMd.woff2") format("woff2"),
		url("fonts/StoneSansIIITCProMd.woff") format("woff"),
		url("fonts/StoneSansIIITCProMd.ttf") format("truetype"),
		url("fonts/StoneSansIIITCProMd.svg#StoneSansIIITCProMd") format("svg");
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'StoneSansIIITCProSmBd';
	src: url("fonts/StoneSansIIITCProSmBd.eot") format("eot"),
		url("fonts/StoneSansIIITCProSmBd.eot?#iefix") format("embedded-opentype"),
		url("fonts/StoneSansIIITCPro-SmBd.otf") format("otf"),
		url("fonts/StoneSansIIITCProSmBd.woff2") format("woff2"),
		url("fonts/StoneSansIIITCProSmBd.woff") format("woff"),
		url("fonts/StoneSansIIITCProSmBd.ttf") format("truetype"),
		url("fonts/StoneSansIIITCProSmBd.svg#StoneSansIIITCProSmBd") format("svg");
		font-weight: bold;
		font-style: normal;
}
	
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		color: #333333;
		font-family: 'StoneSansIIITCProMd', Helvetica, Arial, sans-serif;
		font-weight: 300;
		line-height: 22px;
		font-size: 16px;
		word-wrap: break-word;
		} 
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
		*behavior:url("../includes/boxsizing.htc");
	}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #333333;
		font-family: 'StoneSansIIITCProMd', Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 32px; margin-bottom: 10px;}
	h2 { font-size: 24px; line-height: 28px; margin-bottom: 10px; }
	h3 { font-size: 22px; line-height: 26px; margin-bottom: 8px; }
	h4 { font-size: 20px; line-height: 24px; margin-bottom: 4px; }
	h5 { font-size: 18px; line-height: 22px; }
	h6 { font-size: 16px; line-height: 20px; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #000000; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	li { 
		line-height: 18px;
		margin: 3px 0 3px 18px;
		list-style-type: square;
	}
	/*.PSOFOShop li:before{ 
		content: "\f0c8";
		font-size: 6px;
		font-family: 'StoneSansIIITCProMd';
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		padding-right: 10px;
	}*/
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Buttons
================================================== */
	#JD-Actions {
		margin: 4px 0;
	}
		
	input[type=submit],
	input[type=button],
	button,
	.PSOFOShop a.SA-ButtonFace,
	.PSOFOShop a.SA-ButtonFace:visited,
	.PSOFOShop a.SAg-ButtonFace,
	.PSOFOShop a.SAg-ButtonFace:visited,
	.PSOFOShop a.DA-ButtonFace,
	.PSOFOShop a.DA-ButtonFace:visited,
	.PSOFOShop a.Lst-ButtonFace,
	.PSOFOShop a.Lst-ButtonFace:visited,
	.PSOFOShop .JD-BButtonFace,
	.PSOFOShop .JD-BButtonFace:visited,
	.PSOFOShop a.chpBack:visited,
	.PSOFOShop button#sagsubmit, 
	.PSOFOShop button#sagsubmit:visited
	.bodyAppProc #chpLoginSection input.chpbutton,
	.bodyAppProc #chpCreateSection input.chpbutton,
	.bodyAppProc #footer_content input,
	.sectiontable .footerbutton,
	.bodyAppProc .chpbutton,
	.bodyDuo .section fieldset input.chpbutton,
	.bodyChp #chpSavePif input,
	.sag-submitbutton input,
	.bodyChp #footer_content input,
	.sectiontableConfirm .footerbutton,
	.bodyChp #divFooterChangePwd .chpbutton,
	#footer_content input.footerbutton,
	.bodyDuo #divFooterChangePwd .footerbutton,
	.leftbutton .footerbutton,
	.rightbutton .footerbutton 
	{
		display: block;
		float: left;
		text-decoration: none;
		background-color: #000000;
		color: #ffffff;
		border: none;
		border-radius: 3px;
		cursor: pointer;
		padding: 5px 8px 3px 8px!important;
		transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;	
		margin: 5px 5px 0 0;
		width: auto;
		height:32px;
		_height: 22px;
		*height: 22px;
	}
	
	.sag-submitbutton input.SAg-ButtonFace{
		height: 32px;
		_height: 32px;
		*height: 32px;
	}
	
	
	input[type=submit]:hover,
	input[type=button]:hover,
	button:hover,
	.PSOFOShop a.SA-ButtonFace:hover,
	.PSOFOShop a.SAg-ButtonFace:hover,
	.PSOFOShop a.DA-ButtonFace:hover,
	.PSOFOShop a.Lst-ButtonFace:hover,
    .PSOFOShop .JD-BButtonFace:hover, 	
	.PSOFOShop a.chpBack:hover, 
	.PSOFOShop button#sagsubmit:hover
	.bodyAppProc #chpLoginSection input.chpbutton:hover,
	.bodyAppProc #chpCreateSection input.chpbutton:hover,
	.bodyAppProc #footer_content input:hover,
	.sectiontable .footerbutton:hover,
	.bodyAppProc .chpbutton:hover,
	.bodyDuo .section fieldset input.chpbutton:hover,
	.bodyChp #chpSavePif input:hover,
	.bodyChp #footer_content input:hover,
	.sectiontableConfirm .footerbutton:hover,
	.bodyChp #divFooterChangePwd .chpbutton:hover,
	#footer_content input.footerbutton:hover,
	.bodyDuo #divFooterChangePwd .footerbutton:hover,
	.leftbutton .footerbutton:hover,
	.rightbutton .footerbutton:hover 
	{
		background-color: #62676D;
	}

	.PSOFOShop #submitbutton,
	.PSOFOShop #searchagentbutton,
	.PSOFOShop #backToSearch,
	.PSOFOShop #gApply,
	.PSOFOShop #gotoSearchAgent,
	.PSOFOShop #sag-submitbutton,
	.PSOFOShop #searchagentbutton,
	.PSOFOShop .chpBack,
	.PSOFOShop #wAgpLogButton,
	.PSOFOShop #gotoSearchAgent,
	.PSOFOShop #gotoSearchAgent,
	.PSOFOShop #gotoSearchAgent,
	.PSOFOShop #gotoSearchAgent,
	.PSOFOShop #JD-Actions div {
		display: block;
		float:left;
		margin: 0 0;
	}
	
	.linkToStep input {
		height: auto;
		line-height: normal;
		font-size: 16px;
		color: #62676D;
		background-color: transparent;
		margin: 0;
		margin-top: -2px;
		padding: 0;
	}
	#sectionAttachContent .submit {
		margin-bottom: 10px;
	}
	#sectionAttachContent .value {
		width: 400px !important;
		min-width: 400px;
	}
	.bodyAppProc #chpLoginSection input.chpbutton,
	.bodyAppProc #chpCreateSection input.chpbutton {
		margin-left: 10px;
	}
	.bodyDuo .marginDiv input.chpbutton {
		margin-left: -10px;
	}
	.sectiontable .SendJleftbutton,
	.sectiontable .SendJrightbutton {
		float: left;
		width: auto;
	}
	.bodyAppProc #footer_content div,
	.bodyChp #footer_content .footer {
		margin-bottom: 0;
	}
/* #Forms
================================================== */
	table, tr, td, th {
		font-family: 'StoneSansIIITCProMd', Helvetica, Arial, sans-serif;
	}
	th {
		text-align: left;
	}
	fieldset {
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	caption {
		padding: 0 5px;
	}
	input,
	label {
		display: block;
		float: left;
		font-family: 'StoneSansIIITCProMd', Helvetica, Arial, sans-serif;
	}
	input[type=radio],
	input[type=checkbox] {
		margin: 4px 4px 0 5px;
	}
	label {
		margin-top: 2px;
	}
	input[type=text],
	input[type=password],
	select,
	textarea {
		background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 48%, #eeeeee 52%, #f6f6f6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#f6f6f6), color-stop(52%,#eeeeee), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 48%,#eeeeee 52%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 48%,#eeeeee 52%,#f6f6f6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 48%,#eeeeee 52%,#f6f6f6 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 48%,#eeeeee 52%,#f6f6f6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
		border: 1px solid #DDDDDD;
		border-radius: 5px;
		box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
		color: #444444;
		font-size: 16px;
		margin: 0 0 4px 0;
		outline: medium none;
		padding: 3px;
		width: 30%;
		min-width: 30%;
		max-width: 100%;
		font-family: 'StoneSansIIITCProMd', Helvetica, Arial, sans-serif;
	}



	#div-srcitem1 label.SA-F4,
	#div-srcitem1 input[type=checkbox] {
		padding: 4px 2px;
	}
	select.dropDown::-ms-expand
		display: none;
	}
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


