/****** css combine: 10 total file(s) ******/

/****** css file: css/header.css ******/
/****** last modified: 1484761479 (2017-01-18 11:44:39) ******/
/*** HEADER STYLES *****/

#ttb_logo {
	width:500px;
	height:113px;
	position:absolute;
	background: url('system/themes/default/images/logo.png') no-repeat;
}
#dashboard_main_menu {
	position:absolute;
	top:68px;
	background-color:rgba(0,0,0,0.4);
	margin:0;
	padding:7px 10px 7px 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:510;
}

/****** end css file: css/header.css ******/

/****** css file: includes/plugins/bootstrap/ai-legacy.css ******/
/****** last modified: 1484761739 (2017-01-18 11:48:59) ******/
/* Compatibility w/ original grid system that was used */
/*** GRID ***/
.container {
	width: 960px;
	margin: 0 auto;
}
.row {
	margin-left: -16px;
	*zoom: 1;
}
.row:before {
	display: table;
	content: '';
}
.row:after {
	display: table;
	clear: both;
	content: '';
}
div[class*='span'] {
	/*display: inline;*/
	float: left;
	margin-left: 16px;
}
.span1 {
	width: 45px;
}
.span2 {
	width: 106px;
}
.span3 {
	width: 167px;
}
.span4 {
	width: 228px;
}
.span5 {
	width: 289px;
}
.span6 {
	width: 350px;
}
.span7 {
	width: 411px;
}
.span8 {
	width: 472px;
}
.span9 {
	width: 533px;
}
.span10 {
	width: 594px;
}
.span11 {
	width: 655px;
}
.span12 {
	width: 716px;
}
.span13 {
	width: 777px;
}
.span14 {
	width: 838px;
}
.span15 {
	width: 899px;
}
.span16 {
	width: 960px;
}
.row .span-one-third {
	width: 309px;
}
.row .span-two-thirds {
	width: 635px;
}


/*** FORMS ***/
form table td, form table th {
	font-size: 14px;
	padding: 7px;
}
form table tbody th {
	text-align: right;
	vertical-align: top;
}
form table th label {
	color: #667;
	line-height: 30px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], .input, .input_left, .input_right, .input_addon_left, .input_addon_right, select, .select, textarea, .textarea {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
	   -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
	border: 1px solid #C0C0C0;
	background-color: #FFF;
	margin: 0 0 5px;
	padding: 5px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}
input[type='text'].te_error, select.te_error {
	border: 1px solid #C00;
	background-color: #FCC;
}
input:not([type='checkbox']):focus, .input_hot, select:focus, textarea:focus {
	-webkit-box-shadow: 0px 0px 5px #4169E1;
	   -moz-box-shadow: 0px 0px 5px #4169E1;
	        box-shadow: 0px 0px 5px #4169E1;
	border: 1px solid #4169E1;
}
input[disabled='disabled'] {
	background: #FFF url('images/disabled_bg.gif') repeat scroll 0 0;
	color: #888;
}
input[readonly='readonly'] {
	background: #FFF url('images/read_only.png') no-repeat scroll right center;
	color: #888;
}
input[type='radio'], input[type='checkbox'] {
	line-height: 30px;
	margin: 7px 5px 6px 0;
}
.input_left, .input_addon_left, .input_right, .input_addon_right {
	color: #444;
	display: block;
	float: left;
	line-height: 17px;
}
.input_left, .input_addon_left {
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
.input_right, .input_addon_right {
	-webkit-border-radius: 0 5px 5px 0;
	   -moz-border-radius: 0 5px 5px 0;
	        border-radius: 0 5px 5px 0;
}
.input_left.input_right, .input_addon_left.input_addon_right {
	-webkit-border-radius: 0 0 0 0;
	   -moz-border-radius: 0 0 0 0;
	        border-radius: 0 0 0 0;
}
.input_addon_left, .input_addon_right {
	background-color: #EEE;
	background-image: -moz-linear-gradient(top, #FFF, #EEE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #FFF), color-stop(1.0, #EEE));
}
input.span1, select.span1, textarea.span1 {
	width: 20px;
}
input.span2, select.span2, textarea.span2 {
	width: 50px;
}
input.span3, select.span3, textarea.span3 {
	width: 80px;
}
input.span4, select.span4, textarea.span4 {
	width: 110px;
}
input.span5, select.span5, textarea.span5 {
	width: 140px;
}
input.span6, select.span6, textarea.span6 {
	width: 170px;
}
input.span7, select.span7, textarea.span7 {
	width: 200px;
}
input.span8, select.span8, textarea.span8 {
	width: 230px;
}
input.span9, select.span9, textarea.span9 {
	width: 260px;
}
input.span10, select.span10, textarea.span10 {
	width: 290px;
}
input.span11, select.span11, textarea.span11 {
	width: 320px;
}
input.span12, select.span12, textarea.span12 {
	width: 350px;
}
input.span13, select.span13, textarea.span13 {
	width: 380px;
}
input.span14, select.span14, textarea.span14 {
	width: 410px;
}
input.span15, select.span15, textarea.span15 {
	width: 440px;
}
input.span16, select.span16, textarea.span16 {
	width: 470px;
}
input.span17, select.span17, textarea.span17 {
	width: 500px;
}
input.span18, select.span18, textarea.span18 {
	width: 530px;
}
input.span19, select.span19, textarea.span19 {
	width: 560px;
}
input.span20, select.span20, textarea.span20 {
	width: 590px;
}
.form_actions {
	background: #EEE;
	border-top: 7px solid #AAA;
	padding: 10px;
	margin-top: -2px;
}
/*** FORMS: BUTTONS ***/
button, .button, input[type='button'], input[type='reset'], input[type='submit'], a.te_inline_edit_buttons, .icon_button, .icon_button_16, .icon_button_20, .icon_button_24 {
	   -moz-border-radius: 5px;
	   -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	background-color: #CCD;
	background-image: -moz-linear-gradient(top, #EEE, #CCD);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #EEE), color-stop(1.0, #CCD));
	border: 1px solid #888;
	        border-radius: 5px;
	        box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	color: #555;
	cursor: pointer;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0 3px 7px 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
button:hover, .button:hover, .button_hot, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, a.te_inline_edit_buttons:hover, .icon_button:hover, .icon_button_16:hover, .icon_button_20:hover, .icon_button_24:hover {
	   -moz-box-shadow: 2px 2px 5px #4169E1;
	-webkit-box-shadow: 2px 2px 5px #4169E1;
	        box-shadow: 2px 2px 5px #4169E1;
	text-decoration: none;
}
button.primary, .button_primary, input.primary, input[type='submit'], a.te_inline_save_button {
	background-image: -moz-linear-gradient(top, #69E, #46E);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #69E), color-stop(1.0, #46E));
	background-color: #46E;
	border-color: #46E;
	color: #FFF;
}
button.info, .button_info, input.info {
	background-image: -moz-linear-gradient(top, #CCE, #99C);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #CCE), color-stop(1.0, #99C));
	background-color: #35A;
	border-color: #35A;
	color: #FFF;
}
button.success, .button_success, input.success {
	background-image: -moz-linear-gradient(top, #4C4, #0A0);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #4C4), color-stop(1.0, #0A0));
	background-color: #080;
	border-color: #080;
	color: #FFF;
}
button.danger, .button_danger, input.danger {
	background-image: -moz-linear-gradient(top, #E46, #D13);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #E46), color-stop(1.0, #D13));
	background-color: #D13;
	border-color: #D13;
	color: #FFF;
}
button.disabled, .button_disabled, input.disabled, input[type='button'][disabled='disabled'], input[type='reset'][disabled='disabled'], input[type='submit'][disabled='disabled'] button.disabled:hover, .button_disabled:hover, input.disabled:hover {
	   -moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	background-image: -moz-linear-gradient(top, #FFF, #EEE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #FFF), color-stop(1.0, #EEE));
	background-color: #FFF;
	border-color: #CCC;
	        box-shadow: 2px 2px 5px #CCC;
	color: #CCC;
	cursor: default;
}
button.return, .button_return, button.return:hover, .button_return:hover {
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: transparent url('images/back.svg') no-repeat scroll 0 0;
	background-size: 20px 20px;
	border: 0;
	color: #808090;
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 20px;
	padding: 0 0 0 25px;
	vertical-align: middle;
}
/*** TABLES ***/
table {
	margin: 0 0 21px;
}
table th, table td {
	color: #667;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: top;
}
table.pad0 th, table.pad0 td {
	line-height: 14px;
	padding: 0;
}
table.zero th, table.zero td {
	line-height: 14px;
	padding: 0;
}
table.pad1 th, table.pad1 td {
	line-height: 15px;
	padding: 1px;
}
table.pad2 th, table.pad2 td {
	line-height: 16px;
	padding: 2px;
}
table.pad3 th, table.pad3 td {
	line-height: 17px;
	padding: 3px;
}
table.pad4 th, table.pad4 td {
	line-height: 18px;
	padding: 4px;
}
table.pad5 th, table.pad5 td {
	line-height: 19px;
	padding: 5px;
}
table.compact th, table.compact td {
	line-height: 19px;
	padding: 5px;
}
table.pad6 th, table.pad6 td {
	line-height: 20px;
	padding: 6px;
}
table.pad7 th, table.pad7 td {
	line-height: 21px;
	padding: 7px;
}
table.pad8 th, table.pad8 td {
	line-height: 21px;
	padding: 8px;
}
table.pad9 th, table.pad9 td {
	line-height: 21px;
	padding: 9px;
}
table.pad10 th, table.pad10 td {
	line-height: 21px;
	padding: 10px;
}
table.full th, table.full td {
	line-height: 21px;
	padding: 10px;
}
table.nice {
	border-bottom: 1px solid #AAB;
}
table.nice thead th, table.nice thead td {
	border-top: 2px solid #AAB;
}
table.nice thead th {
	font-weight: 700;
}
table.nice tbody th, table.nice tbody td {
	border-top: 1px solid #AAB;
}
table.nicer {
	background: #FFF;
	border-bottom: 1px solid #AAB;
}
table.nicer thead th, table.nicer thead td {
	background: #FFF url('images/te_data_cell_bg.png') repeat-x scroll 0 0;
	border-top: 2px solid #AAB;
}
table.nicer thead tr th {
	color: #0054A6;
	font-weight: 700;
}
table.nicer tbody th, table.nicer tbody td {
	border-top: 1px solid #AAB;
	background: #FFF url('images/te_data_cell_bg.png') repeat-x scroll 0 0;
	color: #667;
}
table.nicer tbody tr:hover td {
	background: #FFC;
}
table.nicer tbody tr.clickable:hover td {
	cursor: pointer;
}
table.nicer tbody tr td.right_arrow {
	text-align: right;
	vertical-align: middle;
}
table.nicer tbody tr td.right_arrow span {
	background: transparent url('images/icon_button_right_16.png') no-repeat scroll right center;
	display: block;
	float: right;
	height: 16px;
	width: 16px;
}
table.nice th.num, table.nicer th.num, table.nice td.num, table.nicer td.num {
	text-align: right;
}
table.nice td.num, table.nicer td.num {
	font-family: monospace;
}
/*** LABELS & TAGS ***/
.label {
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #AAA;
	        border-radius: 3px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: .1em .3em;
	text-transform: uppercase;
	white-space: nowrap;
}
.tag, .tag_light {
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #05A;
	border-color: #27C #038 #038 #27C;
	        border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: .1em .3em;
	white-space: normal;
}
.tag_light {
	background: #CDE;
	border-color: #DEF #79B #79B #DEF;
	color: #333;
}
.tag img.tag_icon {
	vertical-align: middle;
}
.tag .tag_type {
	color: #C0C0C0;
	font-style: italic;
}
/* prettify fix */
.prettyprint .tag {
	background: none;
	border: 0;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	color: #008;
	margin: 0;
	padding: 0;
}
pre.prettyprint {
	padding: 10px;
}
.success {
	background: #080;
	border-color: #2A2 #060 #060 #2A2;
}
.warning {
	background: #DA2;
	border-color: #EB5 #A71 #A71 #EB5;
}
.important {
	background: #D13;
	border-color: #E46 #A02 #A02 #E46;
}
.notice {
	background: #0BF;
	border-color: #4CF #08B #08B #4CF;
}
ul.tag_cloud {
	overflow: hidden;
	margin: 0 0 21px;
}
ul.tag_cloud li.tag, ul.tag_cloud li.tag_light {
	display: block;
	float: left;
	line-height: 16px;
	margin: 2px;
	overflow: hidden;
}
ul.tag_cloud li.tag a, ul.tag_cloud li.tag_light a, ul.tag_cloud li.tag span, ul.tag_cloud li.tag_light span {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
}
ul.tag_cloud li.tag_light a, ul.tag_cloud li.tag_light span {
	color: #333;
}
ul.tag_cloud li.tag a.remove_tag, ul.tag_cloud li.tag_light a.remove_tag {
	background: transparent url('images/inline-close.png') scroll no-repeat 4px 0;
	color: #CCC;
	display: block;
	float: right;
	height: 16px;
	width: 20px;
}
ul.tag_cloud li.tag a.remove_tag:hover, ul.tag_cloud li.tag_light a.remove_tag:hover {
	background-position: 4px -20px;
}
ul.tag_cloud li.tag a.remove_tag span, ul.tag_cloud li.tag_light a.remove_tag span {
	display: none;
	visibility: hidden;
}
/*** LISTS ***/
ul, ol {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 21px 21px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
ul {
	list-style: disc outside none;
}
ol {
	list-style: decimal outside none;
}
ul.no_bullets {
	list-style: none outside none;
	margin-left: 0;
}
li {
	line-height: 21px;
}
dl {
	margin: 0 0 21px;
}
dl dt, dl dd {
	font-size: 14px;
	line-height: 21px;
}
dl dt {
	color: #444;
	font-weight: 700;
}
dl dd {
	color: #667;
	margin: 0 0 0 14px;
}
/*** BOOTSTRAP GLYPHS ***/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('includes/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('includes/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('includes/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('includes/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('includes/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('includes/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/****** end css file: includes/plugins/bootstrap/ai-legacy.css ******/

/****** css file: css/local.css ******/
/****** last modified: 1362726232 (2013-03-08 01:03:52) ******/
/* Local Overide CSS styles */

#dashboard_main_menu {
	/*padding:40px 10px 7px 10px!important;*/
	top:100px!important;
}

div.blog_entry {
	width:886px;
}


/*** TE: PAGING ***/
.te_show_more
{
	background: url("images/te_data_cell_bg.png") repeat-x scroll 0 0 #fcfcfc;
	border-bottom: 2px solid #ccd;
	border-top: 1px solid #ccd;
	color: #bbc;
}

.te_show_more_text
{
	display: block;
	font-family: Verdana,Helvetica,sans-serif;
	color: rgb(0, 84, 166);
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.te_show_more_text:hover
{
	background: #ffc;
	cursor: pointer;
	text-decoration: none;
}
.te_show_more_text span,
.te_show_more_text span var
{
	color: #aab;
	font-size: 12px;
	font-weight: 700;
}

/****** end css file: css/local.css ******/

/****** css file: includes/core/js/jquery-ui/jquery-ui.css ******/
/****** last modified: 1484761779 (2017-01-18 11:49:39) ******/
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("includes/core/js/jquery-ui/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(includes/core/js/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(includes/core/js/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(includes/core/js/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(includes/core/js/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(includes/core/js/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(includes/core/js/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(includes/core/js/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(includes/core/js/jquery-ui/images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(includes/core/js/jquery-ui/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(includes/core/js/jquery-ui/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(includes/core/js/jquery-ui/images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(includes/core/js/jquery-ui/images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(includes/core/js/jquery-ui/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(includes/core/js/jquery-ui/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(includes/core/js/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(includes/core/js/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/****** end css file: includes/core/js/jquery-ui/jquery-ui.css ******/

/****** css file: includes/plugins/tips/aitips.css ******/
/****** last modified: 1484761766 (2017-01-18 11:49:26) ******/
.aitip, .aiqtip, .aictip {
	position: absolute;
	z-index: 999;
	border: 1px solid #FFF;
	background-color: #000;
	font-size: 12px;
	color: #FFF !important;
	padding: 10px 15px !important;
	margin: 0 !important;
	text-align: left !important;
	white-space: nowrap; /* Some things rely on wrapping? */
	/* shadow */
	   -moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	        box-shadow: 0 0 10px #000;
	/* For IE 8 */
	-ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=\'#000000\')';
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	display: none;
}
.aitip ul, .aiqtip ul {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
}
.has_aictip {
	cursor: pointer;
}
/****** end css file: includes/plugins/tips/aitips.css ******/

/****** css file: system/themes/ai/css/animations.css ******/
/****** last modified: 1343939438 (2012-08-02 15:30:38) ******/
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.6) translateY(-700px) translateZ(0);
	}
	60% {
		opacity: 0.95;
		-webkit-transform: scale(0.9) translateY(30px) translateZ(0);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-10px) translateZ(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0) translateZ(0);
	}
}
@-webkit-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0) translateZ(0);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-10px) translateZ(0);
	}
	80% {
		opacity: 0.95;
		-webkit-transform: scale(0.9) translateY(30px) translateZ(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.6) translateY(-700px) translateZ(0);
	}
}
@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: scale(0.6) translateY(-700px) translateZ(0);
	}
	60% {
		opacity: 0.95;
		-moz-transform: scale(0.9) translateY(30px) translateZ(0);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(1) translateY(-10px) translateZ(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0) translateZ(0);
	}
}
@-moz-keyframes bounceOutUp {
	0% {
		opacity: 1;
		-moz-transform: scale(1) translateY(0) translateZ(0);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1) translateY(-10px) translateZ(0);
	}
	80% {
		opacity: 0.95;
		-moz-transform: scale(0.9) translateY(30px) translateZ(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(0.6) translateY(-700px) translateZ(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: scale(0.6) translateY(-700px) translateZ(0);
	}
	60% {
		opacity: 0.95;
		transform: scale(0.9) translateY(30px) translateZ(0);
	}
	80% {
		opacity: 1;
		transform: scale(1) translateY(-10px) translateZ(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0) translateZ(0);
	}
}
@keyframes bounceOutUp {
	0% {
		opacity: 1;
		transform: scale(1) translateY(0) translateZ(0);
	}
	60% {
		opacity: 1;
		transform: scale(1) translateY(-10px) translateZ(0);
	}
	80% {
		opacity: 0.95;
		transform: scale(0.9) translateY(30px) translateZ(0);
	}
	100% {
		opacity: 0;
		transform: scale(0.6) translateY(-700px) translateZ(0);
	}
}

.animate-in {
 	-webkit-animation: 	bounceInDown 800ms ease-out normal forwards;
	-moz-animation:    	bounceInDown 800ms ease-out normal forwards;
	animation:    		bounceInDown 800ms ease-out normal forwards;
}
.animate-out {
 	-webkit-animation: 	bounceOutUp 500ms ease-in normal forwards;
	-moz-animation:    	bounceOutUp 500ms ease-in normal forwards;
	animation:   		bounceOutUp 500ms ease-in normal forwards;
}
/****** end css file: system/themes/ai/css/animations.css ******/

/****** css file: includes/plugins/dynamic_areas/css/dynamic_areas.css ******/
/****** last modified: 1484761712 (2017-01-18 11:48:32) ******/
/* CSS Document */

div.dynamic_area_update
{
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
}
a.dynamic_area_update
{
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 1px auto auto 1px;
	text-align: left !important;
	z-index: 9999;
	float: left; /* This causes the item to be pushed outside the dom */
	padding: 0 !important;
	margin: 0 !important;
}
/* a.dynamic_area_update */ IMG.dynamic_area_edit_link
{
	outline: none;
	opacity: 0;
	background: #ffffff;
	padding: 3px;
	border: 1px dotted #f00;
	z-index: 9999;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
}
.dynamic_area_file_upload_container
{
	min-height: 80px;
	width: 200px;
	padding-bottom: 10px;
	background: #eeeeee;
	-webkit-box-shadow: 0px 0px 2px #000000;
	-moz-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
}
.dynamic_area_file_upload_title
{
	height: 25px;
	line-height: 25px;
	color: #667;
	border-top: 2px solid #aab;
	border-bottom: 1px solid #ccd;
	text-indent: 5px;
	background: #fff url("images/te_data_cell_bg.png") repeat-x scroll 0 0;
	font-size: 9px;
}
.dynamic_area_file_upload_title IMG
{
	float: right;
	margin: 5px 7px auto auto;
	cursor: pointer;
	/* To offset any parent settings */
	border: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: 0px 0px 0px #000000 !important;
	-moz-box-shadow: 0px 0px 0px #000000 !important;
	box-shadow: 0px 0px 0px #000000 !important;
}
IMG.closing_icon
{
	float: right;
	margin: 10px 0 15px /* To push things down */ 5px;
	cursor: pointer;
	/* To offset any parent settings */
	width: 20px !important;
	height: 20px !important;
	border: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: 0px 0px 0px #000000 !important;
	-moz-box-shadow: 0px 0px 0px #000000 !important;
	box-shadow: 0px 0px 0px #000000 !important;
}
.history_drop_point IMG.history
{
	/* To offset any parent settings */
	width: 20px !important;
	height: 20px !important;
	border: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: 0px 0px 0px #000000 !important;
	-moz-box-shadow: 0px 0px 0px #000000 !important;
	box-shadow: 0px 0px 0px #000000 !important;
}
FORM.jeditable_input
{
	margin-bottom: 45px;
}
.wysiwyg_empty_placeholder
{
	width: 100%;
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	display: block;
}
.wysiwyg_empty_placeholder .dynamic_area_content
{
	min-height: 25px;
}
.wysiwyg_link_table
{
	display: none;
	margin: 0 5px;
}
.wysiwyg_link_table IMG
{
	margin: 10px auto auto 5px;
	display: none;
}
.wysiwyg_link_table BUTTON, .wysiwyg_link_table button[type="submit"]
{
	margin-left: 5px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.wysiwyg_link_table, .wysiwyg_link_table TABLE, .wysiwyg_link_table TD, .wysiwyg_link_table TH, .wysiwyg_link_table INPUT, .wysiwyg_link_table SELECT
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.wysiwyg_link_table INPUT
{
	width: 115px;
	height: 10px;
	line-height: 10px;
	margin-left: 5px
}
.wysiwyg_link_table SELECT
{
	width: 127px;
	height: 25px;
	line-height: 25px;
	margin-left: 5px
}
.dynamic_area_content
{
	min-height: 22px;
	/*
	border-width: 1px;
	border-style: dotted;
  border-color: rgba(255,0,0,0);
	*/
	outline: 1px dotted rgba(255,0,0,0.00);
}
.te#dynamic_areas_form input[type="reset"], .te#dynamic_areas_form input[type="submit"], .te#dynamic_areas_form input[type="button"], .te#dynamic_areas_form button[type="submit"], form.jeditable_input input[type="reset"], form.jeditable_input input[type="submit"], form.jeditable_input input[type="button"], form.jeditable_input button[type="submit"]
{
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	background-color: #ccd;
	background-image: -moz-linear-gradient(top, #eee, #ccd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.0, #ccd));
	border: 1px solid #888;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ccc;
	color: #555;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0 3px 7px 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
.te#dynamic_areas_form input[type="reset"]:hover, .te#dynamic_areas_form input[type="submit"]:hover, .te#dynamic_areas_form input[type="button"]:hover, .te#dynamic_areas_form button[type="submit"]:hover form.jeditable_input input[type="reset"]:hover, form.jeditable_input input[type="submit"]:hover, form.jeditable_input input[type="button"]:hover, form.jeditable_input button[type="submit"]:hover
{
	-moz-box-shadow: 2px 2px 5px #4169E1;
	-webkit-box-shadow: 2px 2px 5px #4169E1;
	box-shadow: 2px 2px 5px #4169E1;
	text-decoration: none;
}
.wysiwyg_mode_left, .wysiwyg_mode_right
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #C0C0C0;
	-moz-box-shadow: 0px 0px 5px #C0C0C0;
	box-shadow: 0px 0px 5px #C0C0C0;
	border: 1px solid #C0C0C0;
	margin: 0 0 5px;
	padding: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #eee;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.0, #eee));
	width: 60px;
	color: #444;
	display: block;
	float: left;
	line-height: 15px;
	height: 15px;
	text-align: center;
	text-decoration: none;
}
.wysiwyg_mode_right_no_background, .wysiwyg_mode_right_no_background_no_margin
{
	margin: 5px auto auto 15px;
	display: block;
	float: left;
}
.wysiwyg_mode_right_no_background_no_margin
{
	margin: 0;
}
.wysiwyg_mode_left
{
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.wysiwyg_mode_right
{
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.wysiwyg_mode_left.wysiwyg_mode_right
{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.te#dynamic_areas_form input[type="submit"], .wysiwyg_mode_active, .wysiwyg_mode_left:hover, .wysiwyg_mode_right:hover, .te#dynamic_areas_form button[type="submit"], form.jeditable_input input[type="submit"], form.jeditable_input button[type="submit"]
{
	background-image: -moz-linear-gradient(top, #69e, #4169E1);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #69e), color-stop(1.0, #4169E1));
	background-color: #4169E1;
	border-color: #4169E1;
	color: #fff;
}
.te#dynamic_areas_form button[type="submit"], .te#dynamic_areas_form button[type="reset"], form.jeditable_input button[type="submit"], form.jeditable_input button[type="reset"]
{
	margin: 5px 0px 10px auto;
	float: right;
}
INPUT.jeditable_input
{
	outline: 1px solid #4169E1;
	border: 0;
}
TEXTAREA.jeditable_input
{
	border: 1px solid #4169E1;
	margin-right: 5px;
}
.history_drop
{
	cursor: pointer;
}
.history_title
{
	line-height: 18px;
	height: 18px;
}
.history_drop_point, .wysiwyg_history_drop_point
{
	position: relative;
}
.history_drop_point
{
	margin: 10px 10px auto auto;
	float: right;
	width: 18px;
}
.history_dropdown CENTER, .history_dropup CENTER
{
	line-height: 20px;
	height: 20px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
}
.history_dropdown, .history_dropup
{
	display: none;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	left: -88px;
	width: 200px;
	background: #eeeeee;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px #000000;
	-moz-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;
}
.history_dropdown
{
	top: 28px;
}
.history_dropup
{
	bottom: 28px;
}
.history_dropdown DIV.history, .history_dropup DIV.history
{
	width: 190px;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 2px 5px;
	color: #000000;
	text-align: left;
	position: relative;
	border-bottom: 1px dotted #cccccc;
}
.history_dropdown DIV.history B, .history_dropup DIV.history B
{
	float: right;
	font-size: 16px;
}
.history_dropdown DIV.history SPAN, .history_dropup DIV.history SPAN
{
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: -80px;
	left: 200px;
	width: 300px;
	height: 160px; /* if adjusting this, also adjust the iframe size */
	padding: 0;
	display: none;
	color: #000000;
	text-align: left;
	border: 1px solid #000000;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px #000000;
	-moz-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;
	overflow: none;
	line-height: inherit;
}
.history_dropdown DIV.history:hover, .history_dropup DIV.history:hover
{
	background: #999999;
}
.history_dropdown DIV.history SPAN BUTTON, .history_dropup DIV.history SPAN BUTTON
{
	padding: 2px;
	font-size: 12px;
}
.history_content_div
{
	border-bottom: 1px solid #999999;
	height: 33px;
}
.history_content BUTTON
{
	margin: 5px;
}
#toolbar_div select
{
	margin: 5px 0 0 0;
	padding: 2px;
}
#toolbar_div input, #toolbar_div select
{
	margin: 2px;
	font-size: 9px;
}
#toolbar_div span.btn
{
	background-image: url('../images/pixel_map.gif');
	background-position: -20px -20px;
	width: 22px;
	height: 22px;
	display: inline;
	float: left;
	margin: 2px 0 0 0;
	cursor: pointer;
	padding: 0px;
}
#toolbar_div span.removeFormatting
{
	background-position: -20px -1060px;
}
#toolbar_div span.removeFormatting:hover
{
	background-position: -60px -1060px;
}
#toolbar_div span.bold
{
	background-position: -20px -20px;
}
#toolbar_div span.bold:hover
{
	background-position: -60px -20px;
}
#toolbar_div span.bold_pressed
{
	background-position: -60px -20px;
}
#toolbar_div span.italic
{
	background-position: -20px -60px;
}
#toolbar_div span.italic:hover
{
	background-position: -60px -60px;
}
#toolbar_div span.italic_pressed
{
	background-position: -60px -60px;
}
#toolbar_div span.underline
{
	background-position: -20px -100px;
}
#toolbar_div span.underline:hover
{
	background-position: -60px -100px;
}
#toolbar_div span.underline_pressed
{
	background-position: -60px -100px;
}
#toolbar_div span.italic:hover
{
	background-position: -60px -60px;
}
#toolbar_div span.italic_pressed
{
	background-position: -60px -60px;
}
#toolbar_div span.strikethrough
{
	background-position: -20px -140px;
}
#toolbar_div span.strikethrough:hover
{
	background-position: -60px -140px;
}
#toolbar_div span.strikethrough_pressed
{
	background-position: -60px -140px;
}
#toolbar_div span.subscript
{
	background-position: -20px -180px;
}
#toolbar_div span.subscript:hover
{
	background-position: -60px -180px;
}
#toolbar_div span.subscript_pressed
{
	background-position: -60px -180px;
}
#toolbar_div span.superscript
{
	background-position: -20px -220px;
}
#toolbar_div span.superscript:hover
{
	background-position: -60px -220px;
}
#toolbar_div span.superscript_pressed
{
	background-position: -60px -220px;
}
#toolbar_div span.justify_left
{
	background-position: -20px -260px;
}
#toolbar_div span.justify_left:hover
{
	background-position: -60px -260px;
}
#toolbar_div span.justify_left_pressed
{
	background-position: -60px -260px;
}
#toolbar_div span.justify_center
{
	background-position: -20px -300px;
}
#toolbar_div span.justify_center:hover
{
	background-position: -60px -300px;
}
#toolbar_div span.justify_center_pressed
{
	background-position: -60px -300px;
}
#toolbar_div span.justify_right
{
	background-position: -20px -340px;
}
#toolbar_div span.justify_right:hover
{
	background-position: -60px -340px;
}
#toolbar_div span.justify_right_pressed
{
	background-position: -60px -1259px;
}
#toolbar_div span.justify_justify
{
	background-position: -20px -1259px;
}
#toolbar_div span.justify_justify:hover
{
	background-position: -60px -1259px;
}
#toolbar_div span.justify_justify_pressed
{
	background-position: -60px -1259px;
}
#toolbar_div span.unordered_list
{
	background-position: -20px -380px;
}
#toolbar_div span.unordered_list:hover
{
	background-position: -60px -380px;
}
#toolbar_div span.unordered_list_pressed
{
	background-position: -60px -380px;
}
#toolbar_div span.ordered_list
{
	background-position: -20px -420px;
}
#toolbar_div span.ordered_list:hover
{
	background-position: -60px -420px;
}
#toolbar_div span.ordered_list_pressed
{
	background-position: -60px -420px;
}
#toolbar_div span.outdent
{
	background-position: -20px -460px;
}
#toolbar_div span.outdent:hover
{
	background-position: -60px -460px;
}
#toolbar_div span.outdent_pressed
{
	background-position: -60px -460px;
}
#toolbar_div span.indent
{
	background-position: -20px -500px;
}
#toolbar_div span.indent:hover
{
	background-position: -60px -500px;
}
#toolbar_div span.indent_pressed
{
	background-position: -60px -500px;
}
#toolbar_div span.undo
{
	background-position: -20px -660px;
}
#toolbar_div span.undo:hover
{
	background-position: -60px -660px;
}
#toolbar_div span.redo
{
	background-position: -20px -700px;
}
#toolbar_div span.redo:hover
{
	background-position: -60px -700px;
}
#toolbar_div span.table
{
	background-position: -20px -740px;
}
#toolbar_div span.table:hover
{
	background-position: -60px -740px;
}
#toolbar_div span.img
{
	background-position: -20px -780px;
}
#toolbar_div span.img:hover
{
	background-position: -60px -780px;
}
#toolbar_div span.vid
{
	background-position: -20px -820px;
}
#toolbar_div span.vid:hover
{
	background-position: -60px -820px;
}
#toolbar_div span.aud
{
	background-position: -20px -860px;
}
#toolbar_div span.aud:hover
{
	background-position: -60px -860px;
}
#toolbar_div span.link
{
	background-position: -20px -900px;
}
#toolbar_div span.link:hover
{
	background-position: -60px -900px;
}
#toolbar_div span.bg_color
{
	background-position: -20px -940px;
}
#toolbar_div span.bg_color:hover
{
	background-position: -60px -940px;
}
#toolbar_div span.txt_color
{
	background-position: -20px -980px;
}
#toolbar_div span.txt_color:hover
{
	background-position: -60px -980px;
}
#toolbar_div span.adv
{
	background-position: -20px -1020px;
}
#toolbar_div span.adv:hover
{
	background-position: -60px -1020px;
}
#toolbar_div span.tidy
{
	background-position: -20px -1020px;
}
#toolbar_div span.tidy:hover
{
	background-position: -60px -1020px;
}
#toolbar_div span.strip
{
	background-position: -20px -1060px;
}
#toolbar_div span.strip:hover
{
	background-position: -60px -1060px;
}
#toolbar_div span.var
{
	background-position: -20px -1100px;
}
#toolbar_div span.var:hover
{
	background-position: -60px -1100px;
}
#toolbar_div span.hr
{
	background-position: -20px -1140px;
}
#toolbar_div span.hr:hover
{
	background-position: -60px -1140px;
}
#toolbar_div span.omega
{
	background-position: -20px -1180px;
}
#toolbar_div span.omega:hover
{
	background-position: -60px -1180px;
}
#toolbar_div span.html
{
	background-position: -20px -1220px;
}
#toolbar_div span.html:hover
{
	background-position: -60px -1220px;
}
#dom_preview
{
	color: #5F5F5F;
	font-size: 12px;
}
#toolbar_div .wysiwyg_mode_left, #toolbar_div .wysiwyg_mode_right, #toolbar_div .wysiwyg_mode_right_no_background
{
	float: right;
}
#toolbar_div .wysiwyg_mode_left:hover, #toolbar_div .wysiwyg_mode_right:hover
{
	background-image: -moz-linear-gradient(top, #69e, #eee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #69e), color-stop(1.0, #eee));
	background-color: #4169E1;
	border-color: #4169E1;
	color: #000000;
}
#toolbar_div .wysiwyg_mode_left:hover
{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#toolbar_div .wysiwyg_mode_left.wysiwyg_mode_right:hover
{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
#toolbar_div .wysiwyg_mode_right:hover
{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#toolbar_div #text_paddle_menu, #toolbar_div #position_paddle_menu, #toolbar_div #insert_paddle_menu, #toolbar_div #tools_paddle_menu
{
	width: 200px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: 25px;
	left: -141px;
	background: #eeeeee;
	border: 1px solid #888888;
	display: none;
	padding: 5px;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	text-align: left;
}
#toolbar_div #text_paddle_menu
{
	width: 421px;
	left: -181px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#toolbar_div #text_paddle_menu_border, #toolbar_div #position_paddle_menu_border, #toolbar_div #insert_paddle_menu_border, #toolbar_div #tools_paddle_menu_border
{
	display: none;
	width: 70px;
	height: 1px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: 25px;
	left: 0px;
	background: #eeeeee;
	z-index: 1000;
}
#toolbar_div #position_paddle_menu
{
	width: 200px;
	left: -141px;
}
#toolbar_div #insert_paddle_menu
{
	width: 229px;
	left: -170px;
}
#toolbar_div #tools_paddle_menu
{
	width: 101px;
	left: -42px;
}
#toolbar_div .title_bar
{
	border-bottom: 1px solid #999999;
	padding-bottom: 1px;
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#toolbar_div .border_bottom
{
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 3px;
}
#toolbar_div .color_selector
{
	display: none;
	margin-top: 2px;
	clear: both;
}
#toolbar_div .color_selector .title_bar
{
	padding-top: 10px;
}
#toolbar_div .color_selector .title_bar INPUT
{
	margin-top: -5px;
}
#toolbar_div .sizing_table
{
	float: right;
	width: 150px;
}
#toolbar_div .sizing_table A
{
	text-decoration: none;
	color: #000000;
}
#toolbar_div .format_selected, #toolbar_div .font_selected
{
	float: right;
	width: 125px;
	height: 20px;
	border: 1px solid #999999;
	background: #ffffff;
	padding: 0 0 0 5px;
	line-height: 20px;
	position: relative;
	margin-right: 2px;
}
#toolbar_div .format_selected DIV, #toolbar_div .font_selected DIV
{
	width: 20px;
	padding: 0;
	margin: 0;
	float: right;
	border-left: 1px solid #999999;
	background: #cccccc;
	color: #000000;
	text-align: center;
}
#toolbar_div .format_select, #toolbar_div .font_select
{
	display: none;
	width: 130px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: 26px;
	right: 0;
	background: #ffffff;
	border: 1px solid #999999;
	margin-right: 7px;
	z-index: 99;
}
#toolbar_div .format_select
{
	right: 205px;
}
#toolbar_div .format_select DIV, #toolbar_div .font_select DIV
{
	line-height: 20px;
	height: 20px;
	text-indent: 4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
#toolbar_div .font_select DIV, #toolbar_div .format_select DIV P, #toolbar_div .format_select DIV blockquote, #toolbar_div .format_select DIV H1, #toolbar_div .format_select DIV H2, #toolbar_div .format_select DIV H3, #toolbar_div .format_select DIV H4, #toolbar_div .format_select DIV H5, #toolbar_div .format_select DIV H6, #toolbar_div .format_select DIV PRE
{
	padding: 0;
	margin: 0;
}
#toolbar_div .format_select DIV.large_h1, #toolbar_div .format_select DIV.large_h2
{
	line-height: 30px;
	height: 30px;
}
#toolbar_div .format_select DIV:hover, #toolbar_div .font_select DIV:hover
{
	background: #dddddd;
}
#toolbar_div .special_selector
{
	display: none;
}
#toolbar_div .special_table
{
	float: left;
	width: 22px;
	height: 22px;
	border: 1px solid #cccccc;
	border-width: 1px 1px 0 0;
	text-align: center;
	line-height: 22px;
	font-size: 13px;
}
#toolbar_div .special_table:hover
{
	background: #4169E1;
	cursor: pointer;
	color: #ffffff;
}
#toolbar_div .no_border_right
{
	border-right: 0;
}
#toolbar_div .no_border_top
{
	border-top: 0;
}
#toolbar_div .special_selector .title_bar
{
	clear: both;
	padding-top: 5px;
}
#toolbar_div .table_selector .title_bar
{
	clear: both;
	padding-top: -2px;
}
#toolbar_div .table_selector
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#toolbar_div .table_width_unit_selected
{
	float: right;
	width: 50px;
	height: 16px;
	border: 1px solid #999999;
	background: #ffffff;
	padding: 0 0 0 5px;
	line-height: 16px;
	position: relative;
	margin: 2px 2px 0 0;
	font-size: 9px;
	border-left: 0;
}
#toolbar_div .table_width_unit_selected DIV:first-child
{
	width: 15px;
	padding: 0;
	margin: 0;
	float: right;
	border-left: 1px solid #999999;
	background: #cccccc;
	color: #000000;
	text-align: center;
}
#toolbar_div .table_width_unit_select
{
	display: none;
	width: 55px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: 114px;
	right: 6px;
	background: #ffffff;
	border: 1px solid #999999;
	margin-right: 7px;
}
#toolbar_div .table_width_unit_select DIV
{
	line-height: 20px;
	height: 20px;
	text-indent: 4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
#toolbar_div .table_width_unit_select DIV:hover
{
	background: #dddddd;
}
.html_selector
{
	display: none;
}
.uploaded_thumbnail
{
	-webkit-box-shadow: 0px 0px 2px #999999;
	-moz-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
	position: relative;
	height: 100px;
	width: 145px;
	margin: 10px auto;
}
.uploaded_thumbnail IMG
{
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 0;
	width: 145px;
	height: 100px;
	z-index: 0;
}
.uploaded_thumbnail SPAN
{
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 0;
	line-height: 20px;
	height: 20px;
	background: #000000;
	opacity: 0.7;
	color: #ffffff;
	width: 145px;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #999999;
	z-index: 50;
}
.background_table INPUT, .background_table SELECT
{
	padding: 2px;
	margin-left: 5px;
}
.background_table TH, .background_table TD, .background_table INPUT, .background_table SELECT
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.background_table TH {
	font-size: 11px;
	font-weight: bold;
}
.repeat_extras_top, .repeat_extras_left
{
	display: none;
}
.selected_color_table
{
	display: none;
	background: #ffffff;
	width: 145px;
	height: 130px;
	z-index: 999999;
	-webkit-box-shadow: 0px 0px 2px #999999;
	-moz-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
}
.hidden_until_edit
{
	display: none;
}
.wysiwyg_history_drop_point IMG.history
{
	height: 17px;
	width: 16px;
	background: #000000;
	padding: 4px 26px 4px 26px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 5px #C0C0C0;
	-moz-box-shadow: 0px 0px 5px #C0C0C0;
	box-shadow: 0px 0px 5px #C0C0C0;
	border: 1px solid #C0C0C0;
	background-color: #eee;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.0, #eee));
	border-left: 0;
}
.wysiwyg_history_drop_point IMG.history:hover
{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #69e), color-stop(1.0, #4169E1));
	background-color: #4169E1;
	border-color: #4169E1;
}
.dynamic_styles_edit_link
{
	top: 0;
	right: 0;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	/*
	background: #ffffff;
	border: 1px solid #999999;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 2px #999999;
	-moz-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
	*/
	opacity: 0.3;
	z-index: 9999;
	cursor:pointer;
	/*
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	padding: 2px 5px 2px 2px;
	*/
}
.dynamic_styles_edit_link IMG
{
	float: left;
	width: 14px;
	height: 14px;
	margin: 2px;
}
.dynamic_styles_edit_link:hover
{
	opacity: 1.0;
}
.dynamic_styles_edit_controls
{
	display: none;
	top: 40px;
	left: 1px;
	position: fixed;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 2px #999999;
	-moz-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
}
.dynamic_styles_edit_controls SPAN.white_background
{
	background: #ffffff;
	border: 1px solid #999999;
	padding: 2px;
}
.background_table {
	margin: 5px;
}
.dynamic_styles_edit_link
{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 25px 25px 0;
	border-color: transparent #000000 transparent transparent;
}
.dynamic_area_body
{
	margin: 52px auto 75px;
}
#wysiwyg
{
	background: #ffffff;
}
#wysiwyg_header
{
	top: 0;
	border-bottom: 2px solid #aaaaaa;
}
#wysiwyg_footer
{
	bottom: 0;
	border-top: 2px solid #aaaaaa;
}
#wysiwyg_header, #wysiwyg_footer
{
	background: #ffffff;
	position: fixed;
	left: 0;
	padding: 10px 1%;
	width: 98%;
}

.dyna_content_body
{
	width: 100%;
	max-width:970px;
}

.dynamic_area_mode_styles
{
	/*position: fixed;*/
	top:40px;
}
.font-header
{
	height: 20px;
	line-height: 20px;
	background: #eeeeee;
	text-align: center;
}
.ui-accordion .ui-accordion-header
{
	line-height: 10px !important;
}

/****** end css file: includes/plugins/dynamic_areas/css/dynamic_areas.css ******/

/****** css file: /home/ai/public_html/system/themes/ai/css/reset.css ******/
/****** last modified: 1357083157 (2013-01-01 17:32:37) ******/
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, keygen, label, legend, li, 
meter, nav, object, ol, output,
p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline; 
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


html { background: #000; height: 100%; }

body {
	font: 16px/1.6 'Droid Sans', Verdana, Helvetica, sans-serif;
	background: transparent url(system/themes/ai/images/background_full.jpg) no-repeat 50% 0;
	background-image: url(system/themes/ai/images/background_full.jpg), url(system/themes/ai/images/world_bg.jpg);
	background-position: 50% 0, 50% 100%;
	background-repeat: no-repeat, no-repeat;
	min-height:1207px;
}

input, textarea {
	font-family: 'Droid Sans', Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
}


input:focus, textarea:focus {
	outline: none !important;
}

form p {
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	font: bold 42px 'Ubuntu', sans-serif;
	margin: 3px 0 9px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
/****** end css file: /home/ai/public_html/system/themes/ai/css/reset.css ******/

/****** css file: /home/ai/public_html/system/themes/ai/css/global.css ******/
/****** last modified: 1469056937 (2016-07-20 18:22:17) ******/
#wrapper, #header {
	width: 960px;
	margin: 0 auto;
}

#header { 
	height: 150px; 
	position: relative;
}

#header hgroup {
	float: left;
	display: block;
	background: url(system/themes/ai/images/ai2_logo.png) no-repeat 0 10px;
	width: 342px;
	height: 123px;
}

#header hgroup.tagless {
	background: url(system/themes/ai/images/ai2_logo_tagless.png) no-repeat 0 10px;
	width: 800px;
}

#header nav {
	float: right;
	position: relative;
	height: 150px;
}

#social-nav {
	position: absolute;
	top: 10px;
	right: 0;
	width: 265px;
	list-style: none;
	list-style-image: none;
}

#social-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#social-nav a {
	border: none;
	height: 40px;
	display: inline-block;
	width: 35px;
	background: transparent none no-repeat 0 0;
}

#social-nav a:hover {
	background-position: 0 -40px;
}

#social-nav .fb {
	background-image: url(system/themes/ai/images/facebook.png);
	width: 35px;
}

#social-nav .twitter {
	background-image: url(system/themes/ai/images/twitter.png);
	width: 32px;
}

#social-nav .youtube {
	background-image: url(system/themes/ai/images/youtube.png);
	width: 32px;
}

#social-nav .google {
	background-image: url(system/themes/ai/images/google.png);
	width: 33px;
}

#social-nav .linkedin {
	background-image: url(system/themes/ai/images/linkedin.png);
	width: 36px;
}

#page-nav {
	width: 561px;
	height: 35px;
	position: relative;
	top: 75px;
	right: 0;
	float: right;
	
	background: transparent url(system/themes/ai/images/pagenav_bg.png) repeat-x;
	background-image: url(system/themes/ai/images/irongrip2_top.png), url(system/themes/ai/images/pagenav_bg.png);

 	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.6), inset 0 0 0 2px rgba(255,255,255,0.06), 0 0 6px rgba(0,0,0,0.7);
 
	border-radius: 5px;
	list-style: none;
	list-style-image: none;
	
	-webkit-transition-property: width,left,right,margin,-webkit-transform;
	-webkit-transition-duration: 350ms;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-delay: 150ms;

	-moz-transition-property: width,left,right,margin,-moz-transform;
	-moz-transition-duration: 350ms;
	-moz-transition-timing-function: ease-in;
	-moz-transition-delay: 150ms;
	
	-ms-transition-property: width,left,right,margin,-ms-transform;
	-ms-transition-duration: 350ms;
	-ms-transition-timing-function: ease-out;
	-ms-transition-delay: 150ms;
	
	-o-transition-property: width,left,right,margin,-o-transform;
	-o-transition-duration: 350ms;
	-o-transition-timing-function: ease-out;
	-o-transition-delay: 150ms;
	
	transition-property: width,left,right,margin,transform;
	transition-duration: 350ms;
	transition-timing-function: ease-out;
	transition-delay: 150ms;
}
#page-nav .stationary-only { display: none; float: right; margin-right: 10px; margin-left: 0; }
.stationary-only.showing { display: inline-block !important; }

#page-nav.stationary {
	position: fixed;
	top: 0;
	height: 37px;
	left: 0;
	right: 0;
	width: 958px;
	margin: 0 auto;
	z-index: 1199;
	background-image: url(system/themes/ai/images/navbg.jpg);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.05) 1px, rgba(0,0,0,0) 60%), url(system/themes/ai/images/irongrip2_top.png), url(system/themes/ai/images/navbg.jpg);
	background-repeat: repeat, repeat-x;
	float: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

@media (max-width: 700px) {
	#page-nav {
		position: fixed;
		top: 0;
		height: 37px;
		left: 0;
		right: 0;
		width: 958px;
		margin: 0 auto;
		z-index: 1199;
		background-image: url(system/themes/ai/images/navbg.jpg);
		background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.05) 1px, rgba(0,0,0,0) 60%), url(system/themes/ai/images/irongrip2_top.png), url(system/themes/ai/images/navbg.jpg);
		background-repeat: repeat, repeat-x;
		float: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
}

#page-nav li { float: left; margin-left: 8px; }
#page-nav a {
	color: #fff;
	font-weight: normal;
	font-size:15px;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding: 0 5px 0 6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
	text-decoration:none;
}

#page-nav a:hover {
	text-shadow: 0 0 18px rgba(255,255,243,0.65);
	text-decoration:none;
}


#top, #bottom, #main {
 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	padding: 22px 28px;
}

#top {
 	background: #246bc6 url(system/themes/ai/images/irongrip2.png);	
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 2px, rgba(0,0,0,0.2) 2px, rgba(0,0,0,0) 150px), -webkit-linear-gradient(left, rgba(19,71,155, 0.7), rgba(36,107,198, 0), rgba(19,71,155, 0.7)), url(system/themes/ai/images/irongrip2.png);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 2px, rgba(0,0,0,0.2) 2px, rgba(0,0,0,0) 150px), -moz-linear-gradient(left, rgba(19,71,155, 0.7), rgba(36,107,198, 0), rgba(19,71,155, 0.7)), url(system/themes/ai/images/irongrip2.png);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 2px, rgba(0,0,0,0.2) 2px, rgba(0,0,0,0) 150px), -ms-linear-gradient(left, rgba(19,71,155, 0.7), rgba(36,107,198, 0), rgba(19,71,155, 0.7)), url(system/themes/ai/images/irongrip2.png);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 2px, rgba(0,0,0,0.2) 2px, rgba(0,0,0,0) 150px), -o-linear-gradient(left, rgba(19,71,155, 0.7), rgba(36,107,198, 0), rgba(19,71,155, 0.7)), url(system/themes/ai/images/irongrip2.png);
	background-image: linear-gradient(bottom, rgba(255,255,255,0) 2px, rgba(0,0,0,0.2) 2px, rgba(0,0,0,0) 150px), linear-gradient(left, rgba(19,71,155, 0.7), rgba(36,107,198, 0), rgba(19,71,155, 0.7)), url(system/themes/ai/images/irongrip2.png);

	height: 405px;/*460px;*/
	position: relative;
	margin-bottom: 30px;
}

#top.portfolio {
 	background: #090909 url(system/themes/ai/images/world_bg_small_alt.jpg) center 0 no-repeat;

	position: relative;
	margin-bottom: 10px;
	padding: 22px 28px;
	
	box-shadow: none;
}


#video {
	width: 519px;
	height: auto;
	position: relative;
}

.right {
	float: right;
	width: 320px;
	position: relative;
	right: 30px;
	top: 30px;
}

.calltoaction {
	font: bold 30px/24px 'Ubuntu', Arial, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}


#ribbon {
	border: 1px solid #666;
	border-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	border-bottom-right-radius: 0;	
	
	background: #e4e4e4 url(system/themes/ai/images/ribbon_bg.jpg) repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bebebe), color-stop(0.307, #d6d6d6), color-stop(0.461, #ececec), color-stop(0.667, #ececec), color-stop(1#d6d7d7));
	background-image: -webkit-linear-gradient(top, #bebebe 2px, #d6d6d6 12px, #ececec 18px, #ececec 26px, #d6d7d7);
	background-image: -moz-linear-gradient(top, #bebebe 2px, #d6d6d6 12px, #ececec 18px, #ececec 26px, #d6d7d7);
	background-image: -ms-linear-gradient(top, #bebebe 2px, #d6d6d6 12px, #ececec 18px, #ececec 26px, #d6d7d7);
	background-image: -o-linear-gradient(top, #bebebe 2px, #d6d6d6 12px, #ececec 18px, #ececec 26px, #d6d7d7);
	background-image: linear-gradient(top, #bebebe 2px, #d6d6d6 12px, #ececec 18px, #ececec 26px, #d6d7d7);

	position: relative;
	
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	margin-top: 0;
	margin-right: -35px;
	padding-left: 10px;
	box-shadow: inset 0 0 2px 1px #fff, 9px 15px 11px -9px rgba(0,0,0,0.25);
}
#ribbon:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    border-width: 0 0 6px 6px;
    border-style: solid;
    border-color: transparent #4a555c;
}

#butterfly {
	position: absolute;
	top: -10px;
	right: -67px;
}
#static-butterfly {
	margin: 35px 26px 0 0;
}

#top form {
	margin-top: 25px;
}

#top .goright {
	width: 320px;
}
#bottom form .goright {
	width: 350px;
}

#top p {
	margin-top: 15px;
}

#top button, #bottom button { margin: 0; }

#top input, #bottom input, #bottom textarea, #top textarea {
	border: 0;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.2) !important;
	margin:0;
}
#top input, #bottom input, #bottom textarea {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

#top input:focus, #bottom input:focus, #bottom textarea:focus {
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1) !important;
	-webkit-transform: translate(-4px, 0) translateZ(0);
	-moz-transform: translate(-4px, 0) translateZ(0);
	-ms-transform: translate(-4px, 0);
	-o-transform: translate(-4px, 0) translateZ(0);
	transform: translate(-4px, 0) translateZ(0);
	
	width: 309px;
}
#bottom textarea:focus {
	width: 344px !important;
}

#top .button { margin-right: 5px; }
#top input, form input {
	width: 305px;
}

#top input, form input, #bottom textarea, .contact_form textarea, .te textarea {
	height: 36px;
	padding: 0 5px;
	line-height: 36px;
	color: #666;
	font-size: 14px;

	background: #fcfff4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(100%, #e3e3e3) );
	background: -webkit-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);

	-webkit-box-shadow: inset 0 0 2px 0 #ababab;
	-moz-box-shadow: inset 0 0 2px 0 #ababab;
	box-shadow: inset 0 0 2px 0 #ababab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#bottom .placeholder, #jonbox_content .placeholder {
	background: #fcfff4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(100%, #e3e3e3) );
	background: -webkit-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
	background: linear-gradient(top, #fcfff4 0%, #e3e3e3 100%);
}

#contact input.placeholder {
	display:inline-block;
}

.contact_form textarea {
	width:305px;
	height:200px;
}

 #top .button, #bottom .button {
	border: none;
}

#top .button {
	float: right;
	clear: both;
	margin-top: 20px;
}

#trust {
	margin-top: 40px;
	/*width: 520px;*/
	/*height: 46px;*/                                                            
	/*background: url(system/themes/ai/images/trust_symbols_2.png) no-repeat;*/
	/*background-size: contain;*/
	/*display: inline;*/
}

#top blockquote {
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: left;
	margin-top: 50px;
	display: block;
	width: 315px;
	clear: both;
	text-shadow: 0 0 3px rgba(0,0,0,3);
}

#main {
	width: 960px;
	margin: 0 auto;
	
	background: #fff;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5), rgba(220,220,220,0.5));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(220,220,220,0.5));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5), rgba(220,220,220,0.5));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(220,220,220,0.5));
	background-image: linear-gradient(top, rgba(255,255,255,0.5), rgba(220,220,220,0.5));
	position: relative;
	z-index: 5;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	padding-bottom:36px!important;
}

#main h2 {
	color: #333;
	margin: 40px 0 0;
	padding: 0 40px 30px 24px;
}

#main form p {
	position: relative;
}

.content {
	margin: 0 25px 0 25px;
	padding: 0 0 50px 0;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.content h3, 
.product_mini_listing h3, 
.bio h3,
#main .portfolio_mini_listing h2 {
	color: #2588b2;
	/*text-shadow: 1px 1px 0 #1d6b8c;*/
}

.content p {
	color: #333;
	margin-bottom: 18px;
}

.content .button {
	margin-top: 0px;
}

#main .mleft .button {
	float:left;
}
#main .mright .button {
	float:left;
}


#main .mleft {
	margin-right: 34%;
}

#main .mright {
	margin-left: 34%;
}

#main .mleft, #main .mright {
	width: 65%;
}

#products {
	background: url(system/themes/ai/images/products.png) no-repeat right top;
}

#services {
	background: url(system/themes/ai/images/services.png) no-repeat left top;height: 247px;
}

#portfolio {
	background: url(system/themes/ai/images/portfolio.png) no-repeat right top;
}

#company {
	background: url(system/themes/ai/images/company.png) no-repeat left top;
	min-height:250px;
}

#for_network_marketers {
	/*background: url(system/themes/ai/images/for_network_marketers.jpg) no-repeat left top;*/
	background-size: 33%;
}
#for_book_authors {
	/*background: url(system/themes/ai/images/for_book_authors.jpg) no-repeat right top;*/
	background-size: 33%;
}
#for_small_businesses {
	/*background: url(system/themes/ai/images/for_small_businesses.jpg) no-repeat left top;*/
	background-size: 33%;
}
#for_car_dealers {
	/*background: url(system/themes/ai/images/for_car_dealers.jpg) no-repeat right top;*/
	background-size: 33%;
}
#for_email_marketers {
	/*background: url(system/themes/ai/images/for_email_marketers.jpg) no-repeat left top;*/
	background-size: 33%;
}
 

.widget-box {
	float: left;

	width: 31%;
	margin: 0 1%;
}
#blog_box img, .twtr-doc {
	width: 100% !important;
}

#blog_box {
	height: 445px;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}

#blog_box h3 {
	color: #2588b2;
	text-shadow: 1px 1px 0 #1d6b8c;
}

#blog_box p {
	margin:0 0 10px 0;
}

#blog_box a {
	font-size:15px;
	color: #2588b2;
}

#bottom_nav {
	margin-top: 15px;
}

#bottom_nav h3 {
	text-align: right;
	color: #666;
	margin: 0 20px 15px 0;
}

#bottom_nav a {
	background: url(system/themes/ai/images/bottom_nav.png) no-repeat 0 0;
	height: 61px;
	width: 220px;
	display: block;
	float: right;
	margin-right: 10px;
}

#bottom_nav a:hover {
	background-position: 0 -60px;
}

#bottom {
	width: 960px;
	margin: 30px 0;
	position: relative;
	z-index: 4;
	background: #82a5c8 url(system/themes/ai/images/irongrip2_top.png);
	background-color: rgb(130, 165, 200);
	background-image: url(system/themes/ai/images/irongrip2_top.png), -webkit-gradient(linear, left top, left bottom, from(rgba(130, 165, 200, 0.0)), to(rgba(255, 255, 255, 0.3)));
	background-image: url(system/themes/ai/images/irongrip2_top.png), -webkit-linear-gradient(top, rgba(130, 165, 200, 0.0), rgba(255, 255, 255, 0.3));
	background-image: url(system/themes/ai/images/irongrip2_top.png), -moz-linear-gradient(top, rgba(130, 165, 200, 0.0), rgba(255, 255, 255, 0.3));
	background-image: url(system/themes/ai/images/irongrip2_top.png), -ms-linear-gradient(top, rgba(130, 165, 200, 0.0), rgba(255, 255, 255, 0.3));
	background-image: url(system/themes/ai/images/irongrip2_top.png), -o-linear-gradient(top, rgba(130, 165, 200, 0.0), rgba(255, 255, 255, 0.3));
	background-image: url(system/themes/ai/images/irongrip2_top.png), linear-gradient(top, rgba(130, 165, 200, 0.0), rgba(255, 255, 255, 0.3));

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#top label, #bottom label { display: none; }
#bottom h2 {
	font-size: 36px;
	color: #fff;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}
#bottom figure { display: inline-block; }

#bottom .phone {
	font: bold 18px 'Ubuntu', Arial, sans-serif;
	color: #fff;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}

#bottom .goleft {
	padding-left: 17px;
}
#bottom .goright {
	padding-right: 17px;
}

#bottom form {
}

#bottom p {
	margin-bottom: 25px;
}

#top label,#bottom label {
	color: #666
}

#bottom textarea {
	width: 340px;
	max-width: 340px;
	height: 80px;
	padding-top: 8px;
	line-height: 20px;
}

#bottom .button {
	margin-left: 30px;
}

#bottom figure {
	float: left;
	display: block;
}
#bottom .button { 
	float: right;
	display: block;
}


#bottom-meta {
	font-size: 14px;
	line-height: 30px;
	color: #eee;
	margin: 180px 0 0 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8), 0 0 8px rgba(0,0,0,0.7);
	text-align: center;
}
#bottom-meta p { 
	margin-bottom: 0; 
	background: #222; 
	background: rgba(0,0,0,0.7); 
	display: inline-block; 
	padding: 0 15px; 
	border-radius:10px;
}

#bottom-meta a {
	color: #6ab9d9;
}

#bottom-meta a:hover {
	color: #6ab9d9;
}

#footer-minimal p.right {
	text-align: right;
	color: #fff;
	display: inline;
	width: 90%;
	padding-bottom: 20px;
}

#footer-minimal a {
	display: inline;
	color: #8a97a1
}


#main .lp-title {
	text-align: center;
	font-weight:bold;
	font-family:'Droid Sans', Verdana, Helvetica, sans-serif;
}

#main h1.lp-title {
	color: #2588b2;
	font-size:24px;
}

#main h3.lp-title {
	color: #333;	
	font-size:19px;
	margin-bottom:40px;
}

#main h2.lp-sub {
	padding: 0;
	position: relative;
	top: 0;
	font-size: 24px;
	font-family:'Droid Sans', Verdana, Helvetica, sans-serif;
	margin-bottom:30px;
	margin-top:26px;
}

#main h2.sb-sub {
	padding: 0;
	position: relative;
	top: 0;
	font-size: 24px;
	font-family:'Droid Sans', Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:30px;
}

#main p.lp-description {
	margin-top:26px;
}

#main p.description {
	margin-bottom:26px;
}

#main h1.header_left {
	color: #333;
	font-size:34px;
	margin:0;
}
#main h2.header_left {
	color: #333;
	font-size:30px;
	margin:0 0 30px 0;
	padding:0;
}
#main h3.header_left {
	color: #333;
	font-size:18px;
	margin:0 0 30px 0;
}

#main .left-col p {
	font-size:15px;
}

#main .ul_header {
	font-weight:bold;
	margin:10px 0 0 0;
}

#main .left-col ul li {
	margin:0 0 0 30px;
}

#main .left-col ul.lp-features li, #main .left-col ol.lp-features li {
	color: #333;
	margin:0 0 20px 20px;
}

#main .left-col ol.lp-features li {
	font-weight:bold;
}
#main .left-col ol.lp-features li span {
	font-weight:normal;
}

#main .left-col p.feature {
	margin-bottom:20px;
}

#main .full-col {
	clear:both;
}

#main .sb-bottom p.feature {
	margin-bottom:10px;
	font-size:15px;
}

#main .sb-bottom img {
	margin-top:40px;
}

blockquote {
	font: 14px/24px 'Ubuntu', Arial, sans-serif;
	padding: 8px;
	color: #666;
	margin: 9px 5px 0 5px;
	background-image: url(system/themes/ai/images/openquote.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

blockquote span {
	display: block;
	background-image: url(system/themes/ai/images/closequote.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

blockquote span.large_quote {
	font-size:20px;
}

.blockquote_attribution {
	font-size:12px;
	text-align:right;
	color: #666;
	padding-right:16px;
}

#main hr {
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
	width:100%;
	margin:30px 0;
}

#main .lp-top-video {
	padding:10px 0;
}

#download h4 {
	color: #333;
	text-align: center;
	max-width: 300px;
	width: 97%;
	font: bold 20px/28px 'Ubuntu', Arial, sans-serif;
	margin-bottom: 20px;
}

#download p {
	margin-bottom: 10px;
}

#download input {
	width: 97%;
	margin: 5px 0;
}

#download label {
	display: block;
}

#download .submit, #contact .submit, .learn_more {
	width: 100%;
	height: auto;
	color: #333;
	padding: 8px;
	text-transform: uppercase;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20) );
	background: -webkit-linear-gradient(top, #faa51a, #f47a20);
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	background: -ms-linear-gradient(top, #faa51a, #f47a20);
	background: -o-linear-gradient(top, #faa51a, #f47a20);
	background: linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#faa51a', endColorstr='#f47a20' );
	display: inline-block;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 14px/100% 'Ubuntu', Arial, Helvetica, sans-serif;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin:7px 0 0 0;
}

#download .small, #contact .small {
	font-size: 11px;
	width: 100%;
	margin: 8px 0 5px 0;
	text-align:center;
}

#download .small {
	color: #666;
}

#contact .small {
	color: #333;
}


#download .submit p {
	font-size: 1em;
}

#download .submit:hover, #contact .submit:hover, .learn_more:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015) );
	background: -webkit-linear-gradient(top, #f88e11, #f06015);
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	background: -ms-linear-gradient(top, #f88e11, #f06015);
	background: -o-linear-gradient(top, #f88e11, #f06015);
	background: linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f88e11', endColorstr='#f06015' );
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

#download .submit:active, #contact .submit:active, .learn_more:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a) );
	background: -webkit-linear-gradient(top, #f47a20, #faa51a);
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	background: -ms-linear-gradient(top, #f47a20, #faa51a);
	background: -o-linear-gradient(top, #f47a20, #faa51a);
	background: linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a' );
}

#download input, #contact input {
	height: 26px;
	padding: 10px 5px 0;
	color: #666;
	font: 14px Arial, Helvetica, sans-serif;
	-webkit-box-shadow: inset 0px 0px 2px 0px #ababab;
	-moz-box-shadow: inset 0px 0px 2px 0px #ababab;
	box-shadow: inset 0px 0px 2px 0px #ababab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfff4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(100%, #e3e3e3) );
	background: -webkit-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: -o-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: linear-gradient(top, #fcfffc 0%, #eee 100%);
	border-color:rgb(120,120,120);
	border-style:none;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.22), 0 0 0 1px rgba(0,0,0,0.1);
	width: 97%;
}

#download input {
	margin: 5px 0;
}

#contact input, #contact select, #contact textarea {
	margin:8px 0;
}

#contact input.halfsize {
	width:45%;
}
#contact .halfsize_spacer {
	width:4px;
	display:inline-block;
}

#contact select, #contact textarea {
	color: #666;
	font: 14px Arial, Helvetica, sans-serif;
	-webkit-box-shadow: inset 0px 0px 2px 0px #ababab;
	-moz-box-shadow: inset 0px 0px 2px 0px #ababab;
	box-shadow: inset 0px 0px 2px 0px #ababab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fcfff4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(100%, #e3e3e3) );
	background: -webkit-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: -o-linear-gradient(top, #fcfffc 0%, #eee 100%);
	background: linear-gradient(top, #fcfffc 0%, #eee 100%);
	border-color:rgb(120,120,120);
	border-style:none;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.22), 0 0 0 1px rgba(0,0,0,0.1);
	-webkit-appearance: none;
}

#contact select {
	height: 38px;
	padding: 13px 0 0 3px;
	width: 100%;
}

#contact textarea {
	height: 200px;
	padding: 10px 5px 0 5px;
	width: 97%;
}

.left-col {
	width: 50%;
	float: left;
	margin-left: 0px;
}

.right-col {
	width:220px;
	float:right;
	padding:54px 36px 0 0;
}

.sidebar {
	width: 40%;
	float: left;
	margin-left: 6%;
	margin-top: 0;
	padding: 2%;
	background: #f6f6f6;
	
	border-radius: 6px;
	border: 1px solid #eee;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar img {
	max-width: 100%;
}

a.stylized, a.stylized:visited {
	font-size: 14px;
	color: #555;
	display: block;
	text-align: center;
	text-decoration: underline;
}
a.stylized:hover {
	color: rgb(37, 136, 178);
}

#fact h3 {
	font: 40px 'Ubuntu', Arial, sans-serif;
	float: left;
	width: 80px;
	margin-right: 30px;
	margin-bottom: 0 !important;
	display: inline-block;
	color: #2588b2;
}

#fact .floatright {
	width: 210px;
	color: #454545;
	font: 20px 'Ubuntu', Arial, sans-serif;
	float: right;
}
#fact .cf {
	margin-bottom: 20px;
}

#fact p {
	width: 260px;
	font: 14px 'Ubuntu', Arial, sans-serif;
	color: #333;
}

#fact {
	margin-top: 30px;
}

.product_mini_listing {
	padding:40px 0 0 0;
	clear:both;
}

.product_mini_listing p {
	width:610px;
	font-size:14px;
	margin:14px 0 0 0;
}

.product_mini_listing .blue {
	margin-bottom:10px;
}

img.placeholder {
	display:block;
	background:#999;
}

.freestuff_mini_listing {
	float:left;
	padding:0 32px 0 0;
	width:420px;
}

.freestuff_mini_listing img {
	float:left;
	margin:0 16px 16px 0;
}

.freestuff_mini_listing a {
	font-weight:bold;
	font-size:22px;
	color:#000;
}

.freestuff_mini_listing p {
	font-size:14px;
}

.freestuff_mini_listing a .small {
	font-size:14px;
	font-weight:normal;
	display:block;
	position:relative;
	top:-8px;
}

hgroup.lp_tag {
	color:#fff;
	padding-left:130px;
	padding-top:10px;
}

hgroup.lp_tag h1 {
	margin:20px 0 0 0;
}

hgroup.lp_tag h2 {
	margin:0 0 0 20px;
	font-size:14px;
}

.portfolio_mini_listing {
	padding: 15px;
	clear: both;
	margin: 25px 0;
	background: #f3f3f3;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
}

#main .portfolio_mini_listing h2.lp-sub {
	margin:0 0 10px 0;
	padding:0;
}

.portfolio_mini_listing p, .portfolio_mini_listing .blockquote_container {
	width:48%;
	float:left;
}

.portfolio_mini_listing p {
	padding:10px 10px 0 0;
	font-size:15px;
}

.portfolio_mini_listing label {
	float:right;
	margin:6px 4px 0 0;
	border:1px solid #999;
	color:#999;
	padding:0 4px;
	font-size:12px;
	border-radius: 5px;
}

#main .portfolio_image_container {
	width: 100%;
	height:auto;
	text-align:center;
	margin-top:5px;
}
#main .portfolio_image_container img {
	max-width: 100%;
	width: 100%;
}

.contact_label {
	display:inline-block;
	width:160px;
}

.product_mini_listing .right-col {
	padding-top:10px!important;
}


/* =============================================================================
   Abstracted style-guide Classes
   ========================================================================== */
	.button {
		display: inline-block;
		cursor: pointer;
		font: 600 16px/41px Ubuntu, Arial, sans-serif;
		color: #1a1a1a;
		height: 41px;
		padding: 0 25px;
		text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
		border-radius: 10px;
		box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.25), inset 0 2px 1px 1px rgba(255,255,255,0.25), 0 1px 2px 1px rgba(0,0,0,0.35);
	}
	
	.orange {
		background: #f27423;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa443), to(#e44000));
		background-image: -webkit-linear-gradient(top, #ffa443, #e44000);
		background-image: -moz-linear-gradient(top, #ffa443, #e44000);
		background-image: -ms-linear-gradient(top, #ffa443, #e44000);
		background-image: -o-linear-gradient(top, #ffa443, #e44000);
		background-image: linear-gradient(top, #ffa443, #e44000);
	}
	.button.orange:hover {
		color: #000;
	}
	
	.blue {
		color: #fff;
		text-shadow: -1px -1px 2px rgba(0,0,0,0.2);
		background: #2b80cd;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#53a0e2), to(#2076c7));
		background-image: -webkit-linear-gradient(top, #53a0e2, #2076c7);
		background-image: -moz-linear-gradient(top, #53a0e2, #2076c7);
		background-image: -ms-linear-gradient(top, #53a0e2, #2076c7);
		background-image: -o-linear-gradient(top, #53a0e2, #2076c7);
		background-image: linear-gradient(top, #53a0e2, #2076c7);
		box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.25), 0 1px 2px 1px rgba(0,0,0,0.55);
		line-height: 34px;
		height: 34px;
	}
 	.button.blue:hover {
		color: #cbe7ff;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	.blue.tb {
		height: 50px;
	}
	.blue.tb, .blue.tb .blue {
		border-radius: 0;
		box-shadow: none;
	}
	.blue.tb .blue {
		margin: 0 -2px;
	}
	
	.blue_double {
		height:43px;
		line-height:20px;
		padding-top:7px;
	}
	
	.blue_inactive {
		color:#ccc;
	}
	
	.button_sub_title {
		font-size:12px;
	}
	
	#portfolio_menu {
		margin-top:40px;
	}
	
	#portfolio_menu table {
		width:100%;
	}
	
	#portfolio_menu table td {
		text-align:center;
	}
	
	#portfolio_menu .button {
		text-align:left;
	}
	

#main .partners {
	float:left;
	margin-bottom:30px;
	margin-top:10px;
}

#main .full-col .odd {
	margin-right:20px;
}


#main .partners img {
	float:left;
	margin:0 15px 4px 0;
}

#main .partners p {
	font-size:12px;
}

#main .partners h3 {
	font-size:16px;
	font-weight:bold;
	font-family:'Droid Sans', Verdana, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

#main .partners h3 a {
	color:#000;
}

#main h2.company-sub {
	padding: 0;
	position: relative;
	top: 0;
	font-size: 24px;
	font-family:'Droid Sans', Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:0;
}

.contact_form label {
	display:inline-block;
	width:80px;
}

.contact_form .powered_by {
	width:305px;
	text-align:right;
	font-size:12px;
}

#jonbox_content input {
	width:140px;
}

#jonbox_content .contact_form input {
	width:305px;
}

.contact_content {
	padding-bottom:40px;
}

.privacy_policy_container {
	width:700px;
}

.cleanup a {
	color: #6ab9d9;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8), 0 0 8px rgba(0,0,0,0.7);
	text-align: center;
}

.cleanup a:hover {
	color: #6ab9d9;
}

p.cleanup{
	background: #222; 
	background: rgba(0,0,0,0.7);
	padding:0 10px;
	border-radius:10px;
	margin-top:10px;
}
div.cleanup {
	margin-bottom:10px;
	width:20px;
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.ir br { display: none; }
.hidden, .none { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }
.goleft { float: left; }
.goright { float: right; }
.center { text-align: center; }
.clear { clear:both; }
.strong { font-weight:bold; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* =============================================================================
   TE Styles
   ========================================================================== */
 
.te textarea {
	width: 305px;
	height:200px;
}


/*
company bios
*/
.jp,.name { display: inline;width:50%;}
.jp { position: relative; font-size: 20px; font-family: 'Droid Sans', Verdana, Helvetica, sans-serif; line-height: 30px; float:right; text-align: right; margin: 0 12px 0 0; }
.pic_box{ display: inline; float: left; text-align: center;margin-top: 15px }
.read_more, .read_less{ display: block; width:50%; text-align:right; font-size:smaller; clear:both; float: right; }
.read_more{position: relative;top: -59px;}


/*
 * Home Page redesign 2014-04-22
 * @author felipe
 * @date 2014-04-22
 * @task 20548
*/
.col {
   float: left;
   font-size: 20px;
   line-height: 50px;
   /*padding: 10px;*/
   /*width: 200px;*/
}
h2#home_title {
	font-size: 24px;
	margin: auto;
	width: 85%;
}
.feature_bullet { color: #5A5A5A; }

.feature_bullet ul {
	margin-top: 8px;
}
.feature_bullet ul li {
	line-height: 45px;
}

.center { margin: 0 auto; }
.clear { clear:both; }
.center_in_el {
	margin: auto;
	/*width: 90%;	*/
}
.clearfix:after {  
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.col li { list-style-type: none; }
.col li i {margin-right: 10px;}
.center_col { margin: 0px 60px 0px 60px; }
.calltoaction { font-size: 23px; }
#header hgroup{ background: url(system/themes/ai/images/ai3_logo.png) no-repeat 0 10px; }
.ft_left {float:left;}
.ft_right {float:right;}
.content img {height:200px;}
.cf h3 a {color: #2588b2;}
/*.cf p a {color: #333;}*/

/**
 * Personal Homepage tweaks
 */
#te_user_profiles #contact_info { width: 350px; }
#te_user_profiles #contact_info_inner { width: 350px; height: 180px; padding: 26px 0 22px; }
#te_user_profiles #contact_info_inner h2 { white-space: nowrap; padding: 0 0 30px; }
#te_user_profiles #contact input, textarea { margin: 3px 0; }
#te_user_profiles #contact input { height: auto; padding: 5px; }
#te_user_profiles #contact input[type=submit] { background: #428bca; color: #ffffff; }
#te_user_profiles #contact textarea { height: 50px; }
#te_user_profiles #contact_form h3 { line-height: 10px; }
#te_user_profiles .span-two-thirds { width: 590px; }
#te_user_profiles .span-one-third { width: 290px; }
#te_user_profiles #profile_picture > img { width: 228px; height: 228px; }


.free-tips {
	height: 30px !important;
	line-height: 30px;
	display: block !important;
	width: 85px !important;
	text-align: center;
	background: #fda148 !important;
	background: -webkit-linear-gradient(#fda148, #e54503) !important;
	background: -moz-linear-gradient(#fda148, #e54503) !important;
	background: -ms-linear-gradient(#fda148, #e54503) !important;
	background: linear-gradient(#fda148, #e54503) !important;
	color: #fff;
	margin-top: 5px;
	border-radius: 2px;
	margin-left: 11px;
}
.free-tips-input {
	width: 355px !important;
	font-size: 20px !important;
	font-weight: normal !important;
	margin-bottom: 10px !important
}
.nlhole {
	width: 0;
	height: 0;
	visbility: hidden;
	border: 0;
}

/* Ian's specialized stuff to fix an IE specific bug with a specific button. Very specific.*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6699ee+0,4466ee+100 */
button.primary, .button_primary, input.primary, input[type='submit'], a.te_inline_save_button
{
	background: #6699ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #6699ee 0%, #4466ee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6699ee 0%,#4466ee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6699ee 0%,#4466ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699ee', endColorstr='#4466ee',GradientType=0 ); /* IE6-9 */
}
/****** end css file: /home/ai/public_html/system/themes/ai/css/global.css ******/

/****** css file: system/themes/ai/css/mediaqueries.css ******/
/****** last modified: 1469057508 (2016-07-20 18:31:48) ******/

blockquote span.large_quote {
	font-size: 17px;
	line-height: 22px;
}

@media (max-width: 1097px) {
	body {
		overflow-x: hidden;
	}

	#main .portfolio_image_container {
		height: auto;
	}
	#main .portfolio_image_container, #main .portfolio_image_container img {
		max-width: 100%;
		width: 100%;
	}

	.portfolio_mini_listing p, .portfolio_mini_listing .blockquote_container {
		width: 48%;
	}
	.portfolio_mini_listing .blockquote_container {
		float: right !important;
	}

	blockquote span.large_quote {
		font-size: 16px;
	}
}

@media (max-width: 986px) {
	body.debug { background: white !important; }
	body.debug-alt { background-color: white !important; }

	.video-embed {    
	    position: relative;    
	    padding-bottom: 56.25%; /* 16/9 ratio */   
	    padding-top: 30px; /* IE6 workaround*/   
	    height: 0;    
	    overflow: hidden;
	}
 
	.video-embed iframe, .video-embed object, .video-embed embed {    
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	
	#header, #top, #main, #bottom, #wrapper {
		width: auto;
		margin-left: 6px;
		margin-right: 6px;
	}
	#page-nav.stationary {
		width: auto !important;
		margin-left: 14px !important;
		margin-right: 14px !important;
	}

	#main .bio {
		width: 48%;
		font-size: 15px;
	}

	#contact .halfsize_spacer { display: none; }

	#contact input.halfsize:first-child {
		margin-right: 1%;
	}
	#contact input.halfsize {
		width: 45.5%;
	}

	.product_mini_listing p {
		width: auto;
		max-width: 610px;
	}

	div.blog_entry {
		width: auto;
	}

	.freestuff_mini_listing {
		width: 49%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.freestuff_mini_listing:nth-child(odd) {
		margin-right: 1.5%;
	}

	.learn-more-button { display: none !important; }

	img {
		max-width: 100% !important;
		height: auto !important;
	}
}

@media (max-width: 942px) {
	body.debug { background: orange !important; }
	body.debug-alt { background-color: orange !important; }

	#butterfly { visibility: hidden; overflow: hidden; width: 0; height: 0; display: none !important; }

	.extra-adverbs { display: none; }
	
	#page-nav {
		width: 465px;
	}
	
	#page-nav li {
		margin-left: 4px;
	}

	#page-nav a {
		font-weight: normal;
		padding: 0 5px 0 5px;
	}

	#top .goleft {
		width: 56%;
	}
	#video, #trust {
		width: 100%;
	}
	#video { height: auto; }
	#video img { width: 100%; }
	#trust {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-ms-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	#ribbon {
		border-radius: 5px;
		border-top-right-radius: 5px;	
		border-bottom-right-radius: 5px;	

		position: relative;
		
		margin-right: 5px;
		padding-left: 10px;
		box-shadow: inset 0 0 2px 1px #fff, 9px 15px 11px -9px rgba(0,0,0,0.25);
	}
	#ribbon:after {
		border: none;
	}

	#main .bio .button {
		padding: 0 7px;
	}

	.left-col {
		width: 58%;
	}
	.sidebar {
		margin-left: 0;
		float: right;
	}
}

@media (max-width: 920px) {
	body.debug { background: teal !important; }
	body.debug-alt { background-color: teal !important; }

	#top .goleft {
		width: 55%;
	}
	.content {
		font-size: 0.95em;
	}
	#fb_box iframe, .fb_iframe_widget span {
		width: 255px !important;
	}

	#main .mleft, #main .mright {
		width: 60%;
		margin: 0;
	}
	#main .mright {
		margin-left: 39%;
	}
	#main .mleft {
		margin-right: 39%;
	}

	.freestuff_mini_listing {
		text-align: center;
		background: rgba(220, 220, 220, 0.2);
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		padding: 8px 0;
		margin-bottom: 5px;
	}
	.freestuff_mini_listing:nth-child(odd) {
		margin-right: 1%;
	}

	.freestuff_mini_listing p {
		height:45px;
	}
	.freestuff_mini_listing a {
		display: block;
		width: auto;
	}
	.freestuff_mini_listing a:first-child {
		font-size: 0em;
		margin: 0;
		line-height: 0;
		padding: 0;
	}
	.freestuff_mini_listing a img {
		float: none;
		margin: 0;
		width: auto;
		max-width: 100%;
		max-height: 90px;
	}

	#contact input.halfsize {
		width: 44.7%;
	}
	#contact input.halfsize:first-child {
		margin-right: 1%;
	}
	blockquote span.large_quote {
		font-size: 14px;
		line-height: 18px;
	}
	.center_col { margin: 0px 0px 0px 0px; }
}

@media (max-width: 835px) {
	body.debug { background: yellow !important; }
	body.debug-alt { background-color: yellow !important; }

	#header hgroup {
		width: 257px;
		background: url(system/themes/ai/images/apogee_logo_txt.png) no-repeat 25px 50px;
	}
	#top {
		height: auto;
	}
	#top .goleft, #top .goright {
		float: none;
		margin: 0 auto;
	}
	#top .goleft {
		width: auto;
	}
	#top blockquote {
		margin-top: 100px;
		width: 100%;
	}
	#video {
		margin: 0 auto;
		max-width: 519px;
	}
	#trust {
		margin: 20px 0 40px;
		background-position: center center;
	}

	.content {
		background-size: 32% auto;
	}
	#products, #portfolio {
		background-postion: right center;
	}
	#services, #company {
		background-postion: left center;
	}
	#bottom .goleft {
		padding-left: 0;
	}
	#bottom .goright {
		padding-right: 0;
	}
	#bottom form .goright {
		width: 340px;
	}
	#bottom textarea {
		width: 97%;
	}

	#main .mleft, #main .mright {
		width: 60%;
		margin: 0;
	}
	#main .mright {
		margin-left: 39%;
	}
	#main .mleft {
		margin-right: 39%;
	}
}

@media ( max-width : 800px) {
	.left-col,.sidebar {
		float: none;
		width: auto;
	}
	.sidebar {
		width: auto;
		margin: 0 auto 20px;
	}
	
	.sb-top {
		width: 45%;
		float: left;
	}	
	.sb-bottom {
		width: 51%;
		float: right;
		margin-left: 4%;
	}
	#main h2.sb-sub {
		margin-top: 0;
	}

	.sidebar .sb-top:last-child {
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	#contact input.halfsize {
		width: 46.5%;
	}
}

@media (max-width: 770px) {
	body.debug { background: green !important; }
	body.debug-alt { background-color: green !important; }

	#home-link { 
		display: none; 
	}
	#page-nav {
		width: 410px;
	}
	#fb_box iframe, .fb_iframe_widget span {
		width: 225px !important;
	}
	#bottomform .goleft, #bottomform .goright, #bottom form .goright {
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	
	#bottom input, #bottom textarea {
		width: 97% !important;
		max-width: 97% !important;
	}
	
	body {
		background-size: contain;
		background-image: url(system/themes/ai/images/world_bgx800.jpg), url(system/themes/ai/images/background_fullx800.jpg);
	}

	#main .bio {
		float: none;
		display: block;
		width: auto;
		margin-top: 40px;
	}

	#main .mleft, #main .mright {
		width: 51%;
		margin: 0;
	}
	#main .mright {
		margin-left: 48%;
	}
	#main .mleft {
		margin-right: 48%;
	}

	.blue.tb .blue {
		font-weight: normal;
		font-size: 16px;
		padding: 7px 15px 0;
	}
	.blue_double {
		line-height: 17px;
	}

	.portfolio_mini_listing p, .portfolio_mini_listing .blockquote_container {
		width: 100%;
	}
}

@media (max-width: 700px) {
	body.debug { background: salmon !important; }
	body.debug-alt { background-color: salmon !important; }

	#header {
		height: auto;
	}
	#header hgroup {
		float: none;
		margin-bottom: 120px;
		width: 100%;
		background: url(system/themes/ai/images/ai2_logo.png) no-repeat center center;
	}
	#header nav {
		top: 120px;
		right: 10px;
		left: 10px;
		width: auto;
		position: absolute;
	}
	#page-nav {
		left: 0;
		width: 100%;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	#page-nav a {
		padding: 0 8px 0 8px;
	}
	
	#top .goright, #top .goleft {
		margin-top:25px;
	}

	#main .mleft .button, #main .mright .button {
		float: right;
	}
	#blog_box { display: none; }
	#twitter_box, #fb_box {
		width: 48%;
		margin: 0 1%;
	}
	#fb_box iframe, .fb_iframe_widget span {
		width: 240px !important;
	}
	#bottomform .goleft, #bottomform .goright, #bottom form .goright {
		width: 70%;
	}
	
	#bottom-meta {
		background: rgb(34, 34, 34);
		background: rgba(0, 0, 0, 0.8);
	}
	#bottom-meta p {
		width: 100%;
		text-align: center;
		padding: 0;
		font-size: 13px;
		background: none;
	}
	
	#bottom-meta a {
		white-space: nowrap;
	}

	.content { background: none !important; }
	#main .mleft, #main .mright {
		width: 100%;
		margin: 0;
	}

	.sidebar {
		border-radius: 0;
		max-width: 100%;
		width: auto;
	}

	.sb-top {
		width: auto;
		float: none;
	}
	
	.sb-bottom {
		width: auto;
		float: none;
		margin-left: 0;
	}

	#main h2.sb-sub {
		margin-top: 30px;
	}

	#contact input.halfsize, .sidebar .sb-top:last-child #contact input.halfsize {
		width: 97%;
		margin-right: 0;
	}

	#main h2.header_left {
		margin-bottom: 10px;
	}

	.freestuff_mini_listing {
		float: none;
		display: block;
		width: auto;
		text-align: left;
		background: transparent;
		border: none;
		padding: 8px;
		margin: 10px 0 0;
	}

	.freestuff_mini_listing p {
		height: auto;
	}
	.blue.tb .blue {
		line-height: 37px;
	}
	.blue_double .button_sub_title {
		display: none;
	}
}

@media (max-width: 625px) {
	body.debug { background: blue !important; }
	body.debug-alt { background-color: blue !important; }

	#bottom_nav h3 {
		font-size: 20px;
	}
	
	.additional-verbiage { display: none; }
}

@media ( max-width : 610px) {
	#wrapper {
		width: auto;
	}
	#main {
		border-radius: 0;
	}
	.sidebar {
		border-width: 0;
		border-radius: 0;
		width: auto;
	}
}

@media (max-width: 560px) {
	body.debug { background: yellowgreen !important; }
	body.debug-alt { background-color: yellowgreen !important; }

	#header hgroup {
		margin-bottom: 107px;
	}

	#bottom_nav h3 {
		font-size: 18px;
	}
	#main h2 {
		margin-top: 30px;
		font-size: 27px;
	}
	#twitter_box, #fb_box, .twtr-doc, #fb_box iframe {
		width: 192px !important;
	}
	.twtr-join-conv { display: none !important; }
	
	#bottom h2 {
		font-size: 30px;
	}
	#bottom .phone {
		font-size: 16px;
	}
	
	#bottom-meta {
		margin-top: 50px;
	}

	#header nav { 
		width: auto; 
		left: 0;
		right: 0;
	}
	#page-nav { 
		width: 100%; 
		border-radius: 0;
	}
	#page-nav li {
		margin-left: 1px;
	}
	#wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	#top, #main, #bottom {
		border-radius: 0;
		margin: 0;
		padding: 20px 15px;
	}
	#top .goright, #top .goleft {
		margin: 0;
		margin-top:25px;
		width: 100%;
	}
	#ribbon {
		display: block;
		margin-right: 0;
	}
	/*#video.video-embed { display: none; }*/

	.sidebar .sb-top:last-child {
		width: auto;
	}

	#portfolio_menu .blue_double {
		padding: 4px 6px 3px;
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	body.debug { background: purple !important; }
	body.debug-alt { background-color: purple !important; }

	html {
		-webkit-text-size-adjust: none; 
		-moz-text-size-adjust: none; 
		-ms-text-size-adjust: none; 
		-o-text-size-adjust: none; 
		text-size-adjust: none;
	}
	#header nav {
		left: 0;
		width: auto;
	}	
	#page-nav {
		width: 100%;
	}
	#bottom_nav h3 {
		font-size: 17px;
	}
	#main h2 {
		margin-top: 15px;
		font-size: 24px;
	}
	#fb_box { display: none; }
	#twitter_box, .twtr-doc {
		width: 100% !important;
	}
	.twtr-join-conv { display: block !important; }
	#bottom h2 {
		font-size: 26px;
	}
	#bottomform .goleft, #bottomform .goright, #bottom form .goright {
		width: 90%;
	}
	
	#page-nav a
	{
		font-size:11px;
	}
}

@media (max-width: 442px) {
	body.debug { background: skyblue !important; }
	body.debug-alt { background-color: skyblue !important; }

	#page-nav a {
		padding: 0 5px 0 5px;
	}

	#top form { 
		display: block; 
	}
	#top input, form input {
		width: 97.5%;
	}
	#top input:focus, #bottom input:focus, #bottom textarea:focus {
		box-shadow: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;

		width: 97.5%;
	}
	#bottom h2 {
		float: none;
		margin-bottom: 5px;
		text-align: center;
	}
	#bottom .phone {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}

	.blue.tb .blue {
		padding: 7px 8px 0;
	}
}

@media (max-width: 390px) {
	body.debug { background: pink !important; }
	body.debug-alt { background-color: pink !important; }

	body {
		background-image: url(system/themes/ai/images/world_bgx400.jpg), url(system/themes/ai/images/background_fullx400.jpg);
	}

	#header hgroup {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-ms-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	#page-nav a {
		font-size: 11px;
		padding: 0 7px;
	}
	#page-nav li {
		margin-left: 0;
	}
	.calltoaction {
		font-size: 26px;
	}
	#ribbon {
		font-size: 13px;
	}
	#main h2 {
		margin-top: 5px;
		font-size: 19px;
	}
	#bottom h2 {
		font-size: 21px;
	}
	#bottom .phone {
		font-size: 15px;
	}
	#bbb { display: none; }
}

/****** end css file: system/themes/ai/css/mediaqueries.css ******/
