/* =============================================================================
HTML5 display definitions
========================================================================== */
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;}
/* =============================================================================
Base
========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Force vertical scrollbar in non-IE
* 3. Prevent iOS text size adjust on device orientation change,without disabling user zoom:h5bp.com/g
*/
html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;font-size:13px;line-height:1.231;}
body,button,input,select,textarea{font-family:sans-serif;color:#222;}
/* 
* Remove text-shadow in selection highlight:h5bp.com/i
* These selection declarations have to be separate
* Also:hot pink! (or customize the background color to match your design)
*/
::-moz-selection{background:#1d93e0;color:#fff;text-shadow:none;}
::selection{background:#1d93e0;color:#fff;text-shadow:none;}
/* =============================================================================
Links
========================================================================== */
/*a{color:#00e;}
a:visited{color:#551a8b;}
a:hover{color:#06e;}
a:focus{outline:thin dotted;}*/
/* Improve readability when focused and hovered in all browsers:h5bp.com/h */
a:hover,a:active, a:focus, a:visited;{outline:0 !important;}
/* =============================================================================
Typography
========================================================================== */
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
blockquote{margin:1em 40px;}
dfn{font-style:italic;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
ins{background:#ff9;color:#000;text-decoration:none;}
mark{background:#ff0;color:#000;font-style:italic;font-weight:bold;}
/* Redeclare monospace font family:h5bp.com/j */
pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em;}
/* Improve readability of pre-formatted text in all browsers */
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:none;}
q:before,q:after{content:"";content:none;}
small{font-size:85%;}
/* Position subscript and superscript content without affecting line-height:h5bp.com/k */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
/* =============================================================================
Lists
========================================================================== */
ul,ol{margin:1em 0;padding:0 0 0 40px;}
dd{margin:0 0 0 40px;}
nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0;}
/* =============================================================================
Embedded content
========================================================================== */
/*
* 1. Improve image quality when scaled in IE7:h5bp.com/d
* 2. Remove the gap between images and borders on image containers:h5bp.com/e 
*/
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}
/*
* Correct overflow not hidden in IE9 
*/
svg:not(:root){overflow:hidden;}
/* =============================================================================
Figures
========================================================================== */
figure{margin:0;}
/* =============================================================================
Forms
========================================================================== */
form{margin:0;}
fieldset{border:0;margin:0;padding:0;}
/* Indicate that 'label' will shift focus to the associated form element */
label{cursor:pointer;}
/* 
* 1. Correct color not inheriting in IE6/7/8/9 
* 2. Correct alignment displayed oddly in IE6/7 
*/
legend{border:0;*margin-left:-7px;padding:0;}
/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
* 2. Correct inner spacing displayed oddly in IE6/7
*/
button,input{line-height:normal;*overflow:visible;}
/*
* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
*/
table button,table input{*overflow:auto;}
/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
*/
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
/*
* Consistent box sizing and appearance
*/
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
/* 
* Remove inner padding and border in FF3/4:h5bp.com/l 
*/
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
/* 
* 1. Remove default vertical scrollbar in IE6/7/8/9 
* 2. Allow only vertical resizing
*/
textarea{overflow:auto;vertical-align:top;resize:vertical;}
/* Colors for form validity */
input:valid,textarea:valid{}
input:invalid,textarea:invalid{background-color:#fff;}
/* =============================================================================
Tables
========================================================================== */
table{border-collapse:collapse;border-spacing:0;}
td{vertical-align:top;}



/* ==|== primary styles =====================================================
   Author: Mediaclan.it
   ========================================================================== */
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: url('../img/hp/hp_bg.jpg') no-repeat center 78px fixed; 
}

#back_home_link {
	background: url('../img/sitewide/newsprite/home_icn.png') no-repeat 0 0;
  color: #666666;
  display: block;
  font-size: 0.85em;
  height: 24px;
  left: -120px;
  line-height: 18px;
  padding-left: 16px;
  position: absolute;
  text-decoration: none;
  top: 2px;
  width: 24px;
}
.hp #back_home_link {
	display: none;
}
/*GLOBAL NAVIGATION*/
#gn {
	width: 100%; height: 77px;
	border-bottom: 1px solid #f6f6f6;
	background: #fff; position:fixed;
	z-index: 100; left: 0; right: 0; top: 0;
}
	#gn_wrp {
		width:954px; height:77px;
		position: relative;
		margin: 0 auto;
		background: #fff;
	}
	
		#logo_wrp {
			float:left;
			margin: 0
			}
		
		.ie7 #logo_wrp {
			margin-top: 17px;
		}
	
			#logowrp h1 {color: #fff}
	
			#logo {
				display: block;
				position: relative; overflow: hidden;
				margin: 0;
				width: 95px; height: 57px;
			}
	
			#logo img {
				position: absolute;
				top: 0; left:0;
				border: 0 none;
			}

/* SEARCH BOX */

#gn_search {
	width: 330px; height: 37px;
	position: absolute;
	top:5px; right:0;
}
	#sitesearch, #archivesearch {
		width: 240px;	height: 11px;
	}

/* LANG PICKER */
#gn_lang {
  height: 24px;
  position: absolute;
  right: 330px;
  top: 7px;
  width: 80px;
}
	#gn_lang a {
		width: 24px;
		height: 24px;
		display: block;
		float: left;
		opacity: .5;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		transition: all .4s ease-out;
	}
		#gn_lang a.active_lang {
			opacity: 1;
		}
			#gn_lang a:hover {
				opacity:1;
			}
			#lang_az {
				background: url('../img/sitewide/global_nav/gn_lang_sprite/az_flag.png') no-repeat scroll top left;
				margin-right: 10px;
			}
			#lang_en {
				background: url('../img/sitewide/global_nav/gn_lang_sprite/en_flag.png') no-repeat scroll top left;
			}
			
	/*#gn_lang p {
	    color: #666666;
	    font-size: .75em;
	    height: 34px;
	    left: 0;
	    line-height: 30px;
	    margin: 0;
	    position: absolute;
			width: 120px;
	    text-transform: uppercase; text-align: right;
	    top: 0;
		}
		
		#gn_lang_flag {
			height: 23px; width: 47px;
			display: block;
			position: absolute;
			top: 4px; right: 0;
			background: url('../img/sitewide/global_nav/gn_lang_sprite.gif') no-repeat 0 0;
			-webkit-transition: background .4s ease-out;
			-moz-transition: background .4s ease-out;
			-o-transition: background .4s ease-out;
			transition: background .4s ease-out;
		}	
		.lang_EN {background-position: 0 -47px}
		.lang_AZ {background-position: 0 -94px}*/

/* MENU */
#gn_nav_wrp {
	position: relative;
	float: right;
	top: 51px;
}
	.gn_cat {
		float: left;
	}
		.gn_cat a {
			display: inline-block; float: left;
			text-decoration: none; text-transform: uppercase;
			color: #666666;
			font-size: .75em;
			/*height: 26px;*/
			line-height: 26px;
			background-position: 0 -104px;
			background-repeat: repeat-x;
			padding: 0;
		}
		.gn_cat:hover a, .gn_active a.tabsprt {
			background-position: 0 -130px;
			background-repeat: repeat-x;
			color: #1d93e0;
		}
		
		.gn_cat a:active, .gn_cat a:link, .gn_cat a:hover, .gn_cat a:visited {outline: none}
		
		.gn_tab_lft, .gn_tab_rgt {display: block; width: 14px; height: 26px; background-repeat: no-repeat; float: left}
		.gn_tab_lft {background-position: 0 -52px}
		.gn_tab_rgt {background-position: 0 0}
		.gn_cat:hover .gn_tab_lft, .gn_active .gn_tab_lft {background-position: 0 -78px}
		.gn_cat:hover .gn_tab_rgt, .gn_active .gn_tab_rgt {background-position: 0 -26px}

 /* main_nav sprite */
.tabsprt {
	background: url('../img/sitewide/global_nav/menu_sprite_comp/menu_tab_sprite_02.png');
	/*-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;*/
	}
	
/* SUB */
.no-js .gn_subcat_wrp {
	height:auto;
	display:none;
	border-bottom: 1px solid #f1f1f1;
	background: url('../img/sitewide/global_nav/menu_sprite_comp/nocssgrad_menubg.png') repeat-x 0 0 #fff;
}

.no-cssgradients .gn_subcat_wrp {
	background: url('../img/sitewide/global_nav/menu_sprite_comp/nocssgrad_menubg.png') repeat-x 0 0 #fff;
}

.gn_subcat_wrp {
  display: block; overflow:hidden;
  position: absolute;
  top: 26px; right:0;
  width: 862px; height:0;
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3 0%, #ececec 2%, #ededed 3%, #f2f2f2 4%, #f5f5f5 5%, #fcfcfc 10%, #ffffff 14%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(2%,#ececec), color-stop(3%,#ededed), color-stop(4%,#f2f2f2), color-stop(5%,#f5f5f5), color-stop(10%,#fcfcfc), color-stop(14%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #e3e3e3 0%,#ececec 2%,#ededed 3%,#f2f2f2 4%,#f5f5f5 5%,#fcfcfc 10%,#ffffff 14%,#ffffff 100%);
	background: -o-linear-gradient(top, #e3e3e3 0%,#ececec 2%,#ededed 3%,#f2f2f2 4%,#f5f5f5 5%,#fcfcfc 10%,#ffffff 14%,#ffffff 100%);
	background: -ms-linear-gradient(top, #e3e3e3 0%,#ececec 2%,#ededed 3%,#f2f2f2 4%,#f5f5f5 5%,#fcfcfc 10%,#ffffff 14%,#ffffff 100%);
	background: linear-gradient(top, #e3e3e3 0%,#ececec 2%,#ededed 3%,#f2f2f2 4%,#f5f5f5 5%,#fcfcfc 10%,#ffffff 14%,#ffffff 100%);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	}


.gn_active .gn_subcat_wrp {
	border-bottom: 1px solid #f1f1f1;
}

.gn_subcat_outline {
	border-bottom: 1px solid #fbfbfb;
	border-left: 1px solid #fbfbfb;
	border-right: 1px solid #fbfbfb;
	padding:10px 0 30px;
}

.no-js .gn_cat:hover .gn_subcat_wrp {display: block;}

.gn_subcat_wrp h3 {
  border-bottom: 1px solid;
  color: #333333;
  font-size: 1.1em;
  margin: 15px 20px 0 15px;
  padding-bottom: 5px;
  padding-left: 25px;
  position: relative;
  width: 235px;
	/*text-transform: capitalize;*/
}
.gn_subcat_wrp.gn_short h3 {
	width:390px;
}
	.gn_subcat_wrp h3 .smallcircle {
		background: #333;
		top: 2px;
	}
	.no-borderradius .gn_subcat_wrp h3 .smallcircle {
		background:transparent url('../img/sitewide/small_circle_sprite.png') no-repeat 0 -25px; border: none
	}
.gn_col_one, .gn_col_two {
	width: 255px;
	height: auto;
	position: relative; float: left;
	margin-top:10px;
}
.gn_col_one {
	margin: 10px 15px 0;
}

.gn_short .gn_col_one {
	width: 415px;
}

.gn_short .gn_col_two {display: none}
.gn_subcat {
	float:none;
	display:inline-block;
	clear:both;
	border-bottom: 1px solid #cbcbcb;
}
.gn_subcat:last-child {border:none}

	.gn_subcat a {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    font-family: "Arial Narrow",Arial,"Helvetica Neue",Helvetica;
    font-size: 0.8em;
    font-weight: 600;
    position: relative;
    width: 235px;
		padding: 6px 0 6px 25px;
		line-height: 1.4em;
	}
	
	.gn_short .gn_subcat a {width: 380px}
	
	.gn_cat:hover .gn_subcat a {color: #666666}
		.gn_subcat a:hover .smallcircle {background: #1d93e0; border-color:#f7f7f7}
		.no-borderradius .gn_subcat a:hover .smallcircle {background:transparent url('../img/sitewide/small_circle_sprite.png') no-repeat 0 -13px; border: none}
		.gn_cat .gn_subcat a:hover {color: #1d93e0 }
	
	.gn_col_one li:last-child a, .gn_col_two li:last-child a {
		border-bottom: 0 none;
	} 

.gn_cat_msg {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 285px;
  z-index: 10;
}
	.gn_cat_msg h3 {
		border-bottom: 1px dotted #999999;
    margin: 15px 0 0;
    padding: 0 0 5px;
    width: auto;
	}
	.gn_cat_msg p {
		color: #333;
    font-size: 0.85em;
	}
.gn_subcat_wrp.gn_short .gn_cat_msg, .gn_subcat_wrp.gn_short .gn_cat_msg h3 {width: 370px}

.gn_cat a.gn_outlink {
	    display: inline-block;
	    float: none;
	    height: auto;
	    line-height: 0;
	    margin: 10px 0;
	    padding: 3px 6px;
			line-height: 14px;
			background: #666666;
			color: #f7f7f7;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border: 1px solid #999999;
}

/* Hp MAIN*/
#main {
	width: 954px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	z-index:0;
}

/* FOOTER */
#footer_wrp {
	background: url('../img/sitewide/footer/footer_bg_rx.png') repeat-x;
	width: 100%;
	height: 246px;
	margin: 0 auto;
	position: relative;
	left: 0; right: 0;
}
footer {width: 954px; height: 246px; margin: 0 auto; position: relative}
#footer_logo {
	background: url('../img/sitewide/footer/footer_logo.png') no-repeat scroll top left;
	width: 127px;
	height: 85px;
	position: absolute;
	top: 66px; left: 52px;
}
#footer_lnk_wrp {
	position: relative;
	margin-top: 66px;
	float: left;
	margin-left: 200px;
	margin-right: 20px;
}
	#footer_lnk_wrp ul {
		margin: 0; padding: 0 55px 0 25px;
		list-style: disc outside;
		color: #666666;
		float: left;
	}
		#footer_lnk_wrp ul li {margin-bottom: 3px}
		#footer_lnk_wrp ul a {
			text-decoration: none;
			color: #666666;
			font-size: .85em;
		}
#footer_col_two {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc}
#footer_social {
  position: absolute;
  right: 10px;
  top: 66px;
}
	#footer_social h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		color: #999999;
		margin: 0 0 10px;
	}
		#footer_fb {
			background: url('../img/sitewide/footer/footer_fb.png') no-repeat scroll top left;
			width: 71px;
			height: 26px;
			float: left;
			margin-right: 10px;
		}
		#footer_tw {
			background: url('../img/sitewide/footer/footer_tw.png') no-repeat scroll top left;
			width: 25px;
			height: 26px;
			float: left;
		}
	#footer_colophon {
		position: absolute;
		bottom: 10px; left: 50px;
	}
		#footer_colophon p {
			font-size: .85em;
			color: #fff;
		}
			#footer_colophon p a {
				text-decoration: none;
				color: #cccccc;
				font-size: 1em;
			}
	.footer_rss {
		display: block;
		float:left;
		margin-right: 5px;
		background: url('../img/sitewide/footer/footer_rss_icn.png') no-repeat scroll top left;
		width: 16px;
		height: 15px;
	}

/*SOCAR MAGAZINE*/

#mag {
	width: 56px;
	height: 247px;
	position: fixed;
	right: 0;
	top: 40%;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
	#magtab {
		background: url('../img/sitewide/mag/mag_tab.png') no-repeat scroll top left;
		width: 69px;
		height: 210px;
		display: block;
		position: absolute;
		top: 0; left: 0;
	}
		#magtab.az {
			background: url('../img/sitewide/mag/mag_tab_az.png') no-repeat scroll top left;
		}
	
	#magpopout {
		background: url('../img/sitewide/mag/mag_popout.png') no-repeat scroll top left;
		width: 93px;
		height: 199px;
		position: absolute;
		left: -92px; top:7px;
	}
	
	#mag .rgtarrow {
		position: absolute;
		top: 5px;
		left: 6px;
		cursor: pointer;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
		#mag .rgtarrow.magcls {
			border-left: 0 none;
			border-right: 7px solid #fff ;
		}
		#mag .rgtarrow:hover {
			border-left-color: #333333;
		}
		#mag .rgtarrow.magcls:hover {
			border-right-color: #333333;
		}
	.magclose {
		display: block;
		text-align: center;
		font-size: 10px; font-weight: 100;
		color: #a2a2a2;
		background: #ffffff;
		position: absolute;
		bottom: 33px;
		right: 12px;
		padding: 0 5px 3px 5px;
		cursor: pointer;
	}
		
		.magclose:hover {
			background: #333333;
			color: #fff;
		}

/* FORMS */

form.jqtransformdone label{margin-top:4px;margin-right:8px;display:block;float:left;}
form.jqtransformdone div.rowElem{clear:both;padding:4px 0px;}
/* -------------
* Buttons
* ------------- */
button.jqTransformButton{margin:0px;padding:0px;border:none;background-color:transparent;cursor:pointer;overflow:visible;font-family:Arial;}
*:first-child+html button.jqTransformButton[type]{width:1;}
/* IE7 */
button.jqTransformButton span{background:transparent url(../img/sitewide/forms/btn_right.gif) no-repeat right top;display:block;float:left;padding:0px 4px 0px 0px;/* sliding doors padding */
margin:0px;height:33px;}
button.jqTransformButton span span{background:transparent url(../img/sitewide/forms/btn_left.gif) no-repeat top left;color:#333;padding:8px 4px 0px 8px;font-weight:normal;font-size:12px;line-height:13px;display:block;text-decoration:none;height:33px;}
/*hover*/
button.jqTransformButton_hover span span{background-position:left -33px ;}
button.jqTransformButton_hover span{background-position:right -33px ;}
/*clicked*/
button.jqTransformButton_click span span{background-position:left -66px ;}
button.jqTransformButton_click span{background-position:right -66px ;}
/* IE 6 */
* html button.jqTransformButton{height:33px;}
* button.jqTransformButton span span{height:25px;}
/* IE 7 */
*+ html button.jqTransformButton{height:33px;}
*+ button.jqTransformButton span span{height:25px;}
/* -------------
* Inputs
* ------------- */
.jqTransformInputWrapper{background:transparent url(../img/sitewide/forms/input/input_text_left.gif) no-repeat left top;height:31px;padding:0px;float:left;}
.jqTransformInputInner{background:transparent url(../img/sitewide/forms/input/input_text_right.gif) no-repeat top right;padding:0px;margin:0px;}
.jqTransformInputInner div{height:31px;margin:0px 0px 0px 8px;}
.jqTransformInputInner div input{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;vertical-align:middle;height:31px;color:#404040;border:none;padding:8px 0px 0px 0px;margin:0px;background:transparent;}
/* IE6 */
* html .jqTransformInputInner div input{padding:6px 0 0 0;margin:0 0 0 -8px;height:24px;}
/* Ie7 */
*+ html .jqTransformInputInner div input{padding:6px 0 0 0;margin-left:-10px;height:24px;}
/*hover*/
.jqTransformInputWrapper_hover{background-position:left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{background-position:right -31px ;}
/*focus*/
.jqTransformInputWrapper_focus{background-position:left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{background-position:right -62px ;}
.jqTransformSafari .jqTransformInputInner div{position:relative;overflow:hidden;margin:0px 8px;}
.jqTransformSafari .jqTransformInputInner div input{background-color:none;position:absolute;top:-10px;left:-2px;height:42px;padding-left:4px;}
/* -------------
* Textarea
* ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{font-size:12px;line-height:16px;}
table.jqTransformTextarea td{font-size:1px;line-height:1px;width:5px;height:5px;margin:0;padding:0;}
table.jqTransformTextarea{}
table.jqTransformTextarea tr{/*border:1px solid red;*/}
table.jqTransformTextarea textarea{margin:0;padding:0;border:0;background:none;}
table.jqTransformTextarea td#jqTransformTextarea-tl{background:url(../img/sitewide/forms/textarea/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background:url(../img/sitewide/forms/textarea/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background:url(../img/sitewide/forms/textarea/textarea_tr.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-ml{background:url(../img/sitewide/forms/textarea/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background:url(../img/sitewide/forms/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background:url(../img/sitewide/forms/textarea/textarea_mr.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-bl{background:url(../img/sitewide/forms/textarea/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background:url(../img/sitewide/forms/textarea/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background:url(../img/sitewide/forms/textarea/textarea_br.gif) no-repeat top left;}
/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image:url(../img/sitewide/forms/textarea/textarea-mm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0px -5px;}
/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image:url(../img/sitewide/forms/textarea/textarea-mm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0px -10px;}
table.jqTransformTextarea .jqTransformSafariTextarea div{position:relative;overflow:hidden;border:0px solid red;}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{background:none;position:absolute;top:-10px;left:-10px;padding:10px 10px 10px 10px;resize:none;}
/* -------------
* Radios
* ------------- */
.jqTransformRadioWrapper{float:left;display:block;margin:0px 4px;margin-top:5px;}
.jqTransformRadio{background:transparent url(../img/sitewide/forms/radio.gif) no-repeat center top;vertical-align:middle;height:19px;width:18px;display:block;/*display:-moz-inline-block;*/}
/* -------------
* Checkboxes
* ------------- */
span.jqTransformCheckboxWrapper{display:block;float:left;margin-top:5px;}
a.jqTransformCheckbox{background:transparent url(../img/sitewide/forms/checkbox.gif) no-repeat center top;vertical-align:middle;height:19px;width:18px;display:block;/*display:-moz-inline-block;*/}
/* -------------
* Checked - Used for both Radio and Checkbox
* ------------- */
a.jqTransformChecked{background-position:center bottom;}
/* -------------
* Selects
* ------------- */
.jqTransformSelectWrapper{width:45px;position:relative;height:31px;background:url(../img/sitewide/forms/select_left.gif) no-repeat top left;float:none;}
.jqTransformSelectWrapper div span{font-size:12px;float:none;position:absolute;white-space:nowrap;height:31px;line-height:15px;padding:8px 0 0 7px;overflow:hidden;cursor:pointer;/*border:1px solid #CCCCCC;*/
/* border-right:none;*/}
.jqTransformSelectWrapper a.jqTransformSelectOpen{display:block;position:absolute;right:0px;width:31px;height:31px;background:url(../img/sitewide/forms/select_right.gif) no-repeat center center;}
.jqTransformSelectWrapper ul{position:absolute;width:43px;top:30px;left:0px;list-style:none;background-color:#FFF;border:solid 1px #CCC;display:none;margin:0px;padding:0px;height:150px;overflow:auto;overflow-y:auto;z-index:10;}
.jqTransformSelectWrapper ul a{display:block;padding:5px;text-decoration:none;color:#333;background-color:#FFF;font-size:12px;}
.jqTransformSelectWrapper ul a.selected{background:#EDEDED;color:#333;}
.jqTransformSelectWrapper ul a:hover,.jqTransformSelectWrapper ul a.selected:hover{background:#3582c4;color:#fff;}
/* -------------
* Hidden - used to hide the original form elements
* ------------- */
.jqTransformHidden{display:none;}

/* COLORBOX */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
/*

/*CUSTOM HELPERS*/

/*top spacer*/
.spcr {
	height: 78px;
	width: 100%;
	position: relative;
}

/*blue search field and submit*/
.blueinput {
	background: #1d93e0;
	border: none;
	color: #fff;
	padding: 5px 10px;
	font-size: .75em 
}
.blueinput::-webkit-input-placeholder {color: #fff; font-size: .9em }
.blueinput:-moz-placeholder {color: #fff; font-size: .75em}
.blueinput:focus {border: none; font-size: .75em}
input[type="submit"].blueinput {
	background: transparent none;
	color: #1d93e0;
	font-size: .75em;
	text-transform: uppercase;
	margin-top:3px;
}

/*small circle*/
.smallcircle {
	width: 10px; height:10px;
	display: block;
	background:#fff;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  position: absolute;
  top: 6px; left: 5px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.no-borderradius .smallcircle, .no-js .smallcircle {
		background-image: url('../img/sitewide/small_circle_sprite.png');
		background-position: 0 0;
		background-color: transparent;
		width: 13px; height: 13px;
		border: 0 none;
}

/*one line form input + submit*/
.submit_span {
	display:block; float:left;
	height: 27px; width: 39px;
	line-height: 27px;
	border-top:1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#dfdfdf 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%,#dfdfdf 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%,#dfdfdf 100%);
	background: linear-gradient(top, #f1f1f1 0%,#dfdfdf 100%);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

.no-borderradius .submit_span, .no-js .submit_span, .no-cssgradients .submit_span {
	width:61px !important; height: 29px;
	background: url('../img/sitewide/global_nav/menu_sprite_comp/noborderrad_submit.png') no-repeat 0 0;
	border: 0 none;
	padding-right: 10px;
}

.submit_span input {
	background:none;
	border: none;
	line-height: 27px;
	padding: 0 10px;
}

.plaininput {
	border: 1px solid #CCCCCC;
  float: left;
  height: 19px;
  padding: 4px 10px;
}

/* Close btn */
.close_btn {
	padding: 2px 4px;
	color: #fff;
	border: 1px solid #1d93e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #1d93e0;
	background: -moz-linear-gradient(top, #1d93e0 0%, #52a8dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d93e0), color-stop(100%,#52a8dd));
	background: -webkit-linear-gradient(top, #1d93e0 0%,#52a8dd 100%);
	background: -o-linear-gradient(top, #1d93e0 0%,#52a8dd 100%);
	background: -ms-linear-gradient(top, #1d93e0 0%,#52a8dd 100%);
	background: linear-gradient(top, #1d93e0 0%,#52a8dd 100%);
}

.gn_close:hover .close_btn {
	background: #52a8dd;
	background: -moz-linear-gradient(top, #52a8dd 0%, #1d93e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52a8dd), color-stop(100%,#1d93e0));
	background: -webkit-linear-gradient(top, #52a8dd 0%,#1d93e0 100%);
	background: -o-linear-gradient(top, #52a8dd 0%,#1d93e0 100%);
	background: -ms-linear-gradient(top, #52a8dd 0%,#1d93e0 100%);
	background: linear-gradient(top, #52a8dd 0%,#1d93e0 100%);
}

.gn_close {
	position: absolute;
	bottom: 10px; right: 15px;
	z-index: 100;
}

/*arrows*/
.rgtarrow {
	display: block;
	width: 0; height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
}
.uparrow {
	display: block;
	width: 0; height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
.lftarrow {
	display: block;
	width: 0; height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #fff;
}
.dwnarrow {
	display: block;
	width: 0; height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}

/* Plus button etc */
.at_blueplus {
	display: block;
	height: 9px; width: 9px;
	line-height: 9px;
	text-align: center;
	border: 1px solid #7babd4;
	color: #000;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d5d5d5 100%);
	background: linear-gradient(top, #ffffff 0%,#d5d5d5 100%);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	cursor: pointer;
}
.at_blueplus:hover, a:hover .at_blueplus {
	background: #d5d5d5;
	background: -moz-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #d5d5d5 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #d5d5d5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #d5d5d5 0%,#ffffff 100%);
	background: linear-gradient(top, #d5d5d5 0%,#ffffff 100%);
}

.at_plus {
	display: block;
	height: 16px; width: 16px;
	text-align: center;
	line-height: 16px;
	color: #cbccb5;
	background: #990000;
	border: 1px solid #cbccb5;
	font-weight: 100;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
	.at_plus:hover, a:hover .at_plus {
		color: #990000;
		background: #cbccb5;
	}

.sb_sprite {background-image: url('../img/sitewide/sidebar/sb_sprite_exp.png')}

.sb_readmore, .sb_readmore em, .sb_readmore span {
	height: 25px;
	line-height: 23px;
}

.sb_readmore {
	background-position: 0 -114px;
	background-repeat: repeat-x;
	color: #666;
	display: inline-block;
	font-size: .75em;
	position: relative;
	text-decoration: none;
	width: auto;
}
.sb_readmore:hover {color: #1d93e0}

.sb_readmore em {display: block; width:21px; position: absolute; left: -21px; top: 0; background-position: -22px -87px; background-repeat: no-repeat;}
.sb_readmore span {display: block; width:21px; position: absolute; right: -21px; top: 0; background-position: -47px -87px; background-repeat: no-repeat}
.sb_readmore:hover em {
	background-position: 0 -87px;
}

.newsballoon {
	display: block;
	position: absolute;
	width:11px;
	height: 11px;
	background: url('../img/sitewide/newsprite/balloon.png');
	left:5px; top:-5px;
}

#loading_gif {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0; left:0;
	background: url('../img/sitewide/lightbox/loading.gif') no-repeat 50% 50%;
}

.nws_hd.tiny_arrow_link {
	display: block;
	background: url('../img/hp/tiny_arrow.png') no-repeat 95% 55% #e9e9e9;
	text-indent: 35px;
	text-decoration: none;
}
.tiny_arrow_link img {
	position: absolute;
	left: -5px; top: -10px;
}

.lb_doc_viewer {
  border: 1px solid #EEEEEE;
  color: #666666;
  display: block;
  left: 17px;
  padding: 3px 10px;
  position: absolute;
  text-decoration: none;
  top: 15px;
}
.lb_doc_viewer:hover {
	background: #1d93e0;
	color: #f7f7f7;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers: h5bp.com/m */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/n  & h5bp.com/o */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1024px) {
  /* Style adjustments for viewports 480px and over go here */
#mag {right: -150px}
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !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; }
}
