body, input, button, select, textarea, .navbar-search .search-query { 
	font-family: 'Open Sans', Arial, sans-serif; !important;
}

/* POSITIONING PREDEFINED STYLES */

.mt10 { margin-top: 10px !important }
.mb10 { margin-bottom: 10px !important }
.mt20 { margin-top: 20px !important }
.mb20 { margin-bottom: 20px !important }
.mt30 { margin-top: 30px !important }
.mb30 { margin-bottom: 30px !important }
.pt10 { padding-top: 10px !important }
.pb10 { padding-bottom: 10px !important }
.pt20 { padding-top: 20px !important }
.pb20 { padding-bottom: 20px !important }
.pt30 { padding-top: 30px !important }
.pb30 { padding-bottom: 30px !important }

.pos_r { position: relative !important }
.pos_a_b { position: absolute; bottom: 0; !important }
.pos_a_t { position: absolute; top: 0; !important }

.padd0 { padding:0 !important }
.mar0 { margin:0 !important }
.marR0 { margin-right:0 !important }
.marL0 { margin-left:0 !important }
.paddR0 { padding-right:0 !important }
.paddL0 { padding-left:0 !important }
.b0 { border: 0 !important }

.dib { display: inline-block; }
.db { display: block; }

.pcol { padding: 12px 14px; !important }

/*********************************************/

/*.btn {
  background-image: -moz-linear-gradient(top, #cdcdcd, #e8e8e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdcdcd), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #cdcdcd, #e8e8e8);
  background-image: -o-linear-gradient(top, #cdcdcd, #e8e8e8);
  background-image: linear-gradient(to bottom, #cdcdcd, #e8e8e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcdcdcd', endColorstr='#ffe8e8e8', GradientType=0);
  border-color: #f8f8f8;
  border-color: rgba(255, 255, 255, 0.8);
  *background-color: #e6e6e6;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #d2d2d2;
  *border: 0;
  border-bottom-color: #d2d2d2;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,1);
  -moz-box-shadow: inset 0 0 2px rgba(255,255,255,1);
  box-shadow: inset 0 0 2px rgba(255,255,255,1);
  text-align: left;
}
*/
.hide {
	display:none;
}

h1, h2, h4 { font-weight: 600; color: #000000 }
h3 { font-weight: 400; color: #000000; line-height: 30px; }
h3 > a:hover { cursor: pointer }

.lead{font-weight:400; color: #8A8A8A}
.lead strong, .lead b { font-weight:400; color: #333333}

/* UMBRELLA */

.gsumbrella  { 
	background-color: #000000;
	line-height: 11px;
	font-size: 13px;
}

.gsumbrella a { color: #ededed }
.gsumbrella a:hover { color: #ffffff }

.gsumbrella ul { margin-bottom: 0; }

.gsumbrella li {
	margin-top: 8px;
	margin-bottom: 7px;
    line-height: 13px;
    color: #ededed;
}
.gsumbrella .divider-vertical {
	border-left: 1px solid #ededed;
	border-right: 1px solid #333333;
	margin-top: 6px;
	margin-bottom: -3px;
	padding: 7px 0;
}
.gsumbrella img {
	vertical-align: bottom;
}


/* HEADER */

#header {
	padding: 38px 0 0 0;
}

.form-inline input[type="text"]{
	border-color: #adafb2;
	border-right: 0;
}

.form-inline input[type="text"]:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-inline .btn {
	-webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.075);
	border-color: #adafb2;
	background-image: none;
	background-color: #ffffff;
	padding: 6px 12px 2px !important;
}

#header input:-moz-placeholder {
  color: #cacaca;
  font-style: italic;
}
#header input:-ms-input-placeholder {
  color: #cacaca;
  font-style: italic;

}
#header input::-webkit-input-placeholder {
  color: #cacaca;
  font-style: italic;
}

#header h1 {
	font-weight: 600;
	display: inline-block;
	margin: 17px 0; 
	font-size:31.5px;
	color: #333333;
}

/* NAV LEVEL 1 */

.nav_level1 {
	margin-top: 18px;
}

.nav_level1 ul {
	margin: 0;
}

.nav_level1 li {
	float: left;
	display: inline;
	padding-right: 28px; 
	padding-bottom: 8px;
}
.us.nav_level1 li {
    /*padding-right: 23px !important;*/padding-right: 20px !important;
}

.nav_level1 li > a {
	font-size: 18px;
	color: #333333;
}

.nav_level1 li > a:hover,
.nav_level2 li > a:hover,
.nav_level3 li > a:hover,
.nav_level4 li > a:hover {
	text-decoration: none;
	color: #004cb3;
}

.nav_level1 li.active > a,
.nav_level2 li.active > a,
.nav_level3 li.active > a,
.nav_level4 li.active > a {
	font-weight: 700;
}

.nav_level1 li.active > a:hover,
.nav_level2 li.active > a:hover,
.nav_level3 li.active > a:hover,
.nav_level4 li.active > a:hover {
	color: #333333;
}

#header div.row:first-child+div.row .sep_down {
	top: 50px;
}

/* NAV LEVEL 2 */

/*.nav_level2 {
	margin: 16px 0;
	float: left;
}
*/
.nav_level2 ul, .nav_level3 ul, .nav_level4 ul {
	margin: 0;
	text-align: center;
}

.nav_level2 li, .nav_level3 li, .nav_level4 li {
	/*float: left;*/
	display: inline;
	padding: 0 0 0 5px;
}

.nav_level1 li:last-child {
	padding-right: 0; 
}
/*.nav_level2 li:first-child, .nav_level3 li:first-child, .nav_level4 li:first-child {
	padding-left: 0; 
}
*/
.nav_level2 li > a, .nav_level3 li > a, .nav_level4 li > a {
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
}

/* NAV LEVEL 3 */

.nav_level2, .nav_level3, .nav_level4 {
	margin: 34px 0 10px 0;
	float: right;
}

.newline {
	margin-top: 0 !important;
	padding: 10px 0;
	text-align: right;
}


/* MAIN CONTENT */

#maincontent {
	padding: 30px 0;
	line-height: 24px;
	word-spacing: -1px;
	min-height: 250px;
}

#maincontent h1, body>h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #000000;
}

#maincontent h1, #maincontent h2, body>h1, body>h2 { font-size:31.5px; } 
#maincontent h3 {font-size:24.5px;}
#maincontent h4 {font-size:17.5px;}
#maincontent h5 {font-size:14px;}
#maincontent h6 {font-size:11.9px;}
#maincontent h1 small{font-size:24.5px;}
#maincontent h2 small{font-size:17.5px;}    
#maincontent h3 small{font-size:14px; line-height: 20px; display: inline-block; margin-top: 15px; }
#maincontent h4 small{font-size:14px;}

#maincontent h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #333333;
}

#maincontent h1 strong, 
#maincontent h2 strong,
#maincontent h3 strong,
#maincontent h4 strong,
#maincontent h5 strong {
	font-weight: 600;
	color: #000000;
}

.row {
	position: relative;
}

.sep_up {	
	margin-top: -104px;
}

.sep_line {
	border-top: 1px solid #dfe0e1;
	height: 1px;
}

.play {
	background: url(/img/video_play.png) center center no-repeat transparent;
	background-color:rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
}

.play:hover {
	background: url(/img/video_play.png) center center no-repeat transparent;
	width: 100%;
	height: 100%;
}

blockquote p {
	line-height: 26px;
}

/* CAROUSEL */

	.carousel-indicators {
		top:auto;
		bottom: 15px;
	}

	.carousel-indicators li {
	  width: 12px;
	  height: 12px;
	  background-color: #d9d9d9;
	  background-color: rgba(217, 217, 217, 1);
	  border-radius: 6px;
	  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
	  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
	  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
	  cursor: pointer;
	}

	.carousel-indicators .active {
	  background-color: #4090fd;
	}

/* WIDEBANNER */

	.widebanner {
		width: 100%;
	    left: 0;
        position: absolute;
		background: url() top center no-repeat transparent;
	}

/* BUTTONS */
		
/*	.btn {
		padding: 9px;
	}
*/
	.btn small {
		font-size: 70%;
		display: block;
		color: #777777;
		margin-top:-2px;
	}

	.btn span {
		background-color: #ffffff;
		padding:5px;
		height: 14px;
	}

	.btn [class^="icon-"], .c4 .btn [class*=" icon-"] {
		margin-top: 0;
		margin-right: -1px;
	}

	.oneline { margin-top: 24px; }

	.oneline b {
		font-weight: 700;
		padding-top: 4px;
	}

	/* COLUMNS */
	
	.h240 { height: 240px; }
	.h190 { height: 190px; }
	
	.gra_bg {
		background: url("/img/thumbnail_back.png") center center no-repeat transparent;
		background-size: 100% 100%;
	}
	
	.c4_linesbg {
		background: url(/img/span3_back.png) 10px top repeat-y transparent;
	}

	.c3_linesbg {
		background: url(/img/span4_back.png) 10px top repeat-y transparent;
	}

	.span3 h4, .span4 h4 {
		margin: 0;
	}

	.span3 h3, .span4 h3 {
		line-height: 30px;
	}

	/* NEWS */

	.news {
		/*font-size: 16px;
		line-height: 1.5;*/
		margin-bottom: 30px;
	}

	.published {
		margin-top: -10px;
		margin-bottom: 15px;
		color: #aaaaaa
	}

	.news h3 {
		margin-top: 0;
		padding-top: 30px;
		line-height: 30px;
		font-weight: 400;
	}

	.newsimage {
		max-height: 100%;
	}

	#news_start+.row.news .sep_down {
		display:none ;
	}


/* FOOTER */

footer {
	position:relative;
}

/* BREADCRUMBS */

	.breadcrumb {
	  list-style: none;
	  margin:0;
	  float:left;
	}

	.breadcrumb > li {
	  display: inline-block;
	  *display: inline;
	  /* IE7 inline-block hack */

	  *zoom: 1;
	  text-shadow: 0 1px 0 #ffffff;
	  vertical-align: top;
	}
	.breadcrumb > li > .divider {
	  padding: 0 5px;
	}

	.breadcrumb > li > a {
	  display: inline-block;
	  padding-top: 7px;
	}

	.breadcrumb .active {
	  padding-top: 7px;
	}

	/* DLIST */

	.footer_links {
		padding: 30px 0 50px;
		line-height: 23px;
	}

	.footer_links ul {
		float: left;
		display: inline-block;
		width: 28%;
		font-size: 85%;
		color: #777777;
		margin: 0
	}
	
	.footer_links ul:last-child {
		width: 16%;
	}

	.footer_links li {
		*zoom: 1;
		text-shadow: 0 1px 0 #ffffff;
		list-style: none;
		margin:0;
	}

	.footer_links li:first-child {
		margin-bottom: 5px;
	}

	.footer_links li > a {
		color: #777777;
	}

	.international {
		position: relative;
	}

	.international > ul {
		margin: 0;
		padding-right: 7px;
	}

	.international > ul > li > ul {
		display:none;
		margin: 0;
		padding-right: 7px;
		position: absolute;
		bottom: 27px;
		background-color: #ffffff;
		border: 1px solid #DDDDDD;
		border-bottom: 0;
		border-radius: 5px 5px 0 0;
	}

	.international li {
		*zoom: 1;
		text-shadow: 0 1px 0 #ffffff;
		list-style: none;
		margin:0;
		padding-top:7px;
	}

	.international [class^="icon-"] {
		margin-top: 3px;
	}

/* COPYRIGHT */

	.copyright {
		font-size: 90%;
		color: #777777;
	}

	.copyright .row {
		padding-top: 14px;
	}



/**************************** MEDIA ********************************/
@media (min-width: 768px) and (max-width: 979px) {

	.sep_down, .sep_up {	
		margin-left: 10px;
	}

}/****************************/

@media (max-width: 767px) {
	body {
	padding-left: 10px;
	padding-right: 10px;
	}

	.gsumbrella {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	}

	#header div.row:first-child+div.row .sep_down { display: none }
	/*#header .form-inline input[type="text"] { width: 180px;}*/

	.span4 .paddL0, .span3 .paddL0 {
		padding-left: 14px !important;
	}
	
	/* NAV LEVEL 1 DROPDOWN */
		#dmenu { display: block; font-size: 90%; letter-spacing: 5px; clear: both; }
		.nav_level1 { 
			margin:0 10px;
			background-color: #e8e8e8;
			padding: 8px 8px 0 8px; 
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			display: none;
		}
		.nav_level1 li {
			display: block;
			float: none;
		}

	/* FOOTER */

		.breadcrumb li > a { display: none }
		.breadcrumb li:first-child a { display: inline-block }
		.breadcrumb li.active { display: inline-block }
		.breadcrumb > li > .divider { padding: 0 }
		.breadcrumb { float: none; }
		.international {
			border-top: 1px solid #CCCCCC;
			padding: 0 10px 10px 10px;
			width: 100%;
		}
		.footer_links { padding: 10px 0 20px 20px }
		.footer_links ul { width: 50%; padding: 10px 0 }
		.footer_links ul:last-child { width: 50%; } 


	/*#header .form-inline { margin-top: 5px;	}*/

	.news {
	font-size: 100%;
	}

	.c4 { text-align: center; margin-bottom: 10px; }
	.c4_linesbg, .c3_linesbg {	background: none; }
	.pos_a_b, .pos_a_t { position: relative; text-align: center; }

	.h240, .h190 { height: auto; text-align: center; }

	.play { display:none; }

	.sep_up, .sep_down { border-bottom: 1px solid #cccccc; margin-left: 0 }
	.sep_up { margin-top:-1px }
	.sep_up img, .sep_down img{	display:none; }

	.international {
		border-left: 1px #dddddd solid;
		border-right:  1px #dddddd solid;
	}

	.international > ul { padding-right: 0px; }
	.international ul > li > ul {
		right: 0px;
		bottom: 37px;
	}
	a.logo > img { 
		max-width: 48%;
		/*margin-top: 5px;*/
		}
	.form-inline { max-width: 48%;}

}/****************************/

@media (max-width: 480px) {
	.container{min-width:240px; overflow: hidden;}
	a.logo > img { 
		max-width: 48%;
		/*width: 230px;*/
		/*margin-top: 5px;*/
		}
	.form-inline { max-width: 48%;}

}/****************************/

@media (min-width: 768px) and (max-width: 979px) {

	.sep_up {	margin-top: -73px; }
	.pos_a_b { width: 100% }
	.pos_a_b a+img { width: 128px; }
	.polaroid  { padding: 0; border: 0; }
	/*.btn { font-size: 14px; }*/
	.h240 { height: 210px }	
	.c4_linesbg { background: url(/img/span3_back_tablet.png) 20px top repeat-y transparent; }
	.c3_linesbg { background: url(/img/span4_back_tablet.png) 20px top repeat-y transparent; }
	/*.span3 .btn { padding: 4px 9px; }*/
	.span3 .btn small {	margin-top: -4px; }
	.span3 .btn span.img-circle { margin-top: 4px; }

}/****************************/

@media (min-width: 1200px) {

}/****************************/

@media screen and (max-width: 1155px) {

	/* WIDEBANNER */
	.widebanner { display: none; }
	.wb_placeholder { height: auto !important }

	.sep_down, .sep_up {	
		left: 0;
		width: 100%;
		position: absolute;
		z-index: -1;
		text-align: center
	}

}
/****************************/

@media (min-width: 1156px) {
	.gsumbrella .navbar .nav > li:first-child > a {
		padding-left: 0;
	}
	.sep_down, .sep_up {	
		width: 120%;
		position: absolute;
		left: -9%;
		z-index: -1;
		text-align: center
	}
}



/* GSID form */
.gsid_button {
	border:1px solid #213357;
	border-radius: 10px;
	padding:5px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size: 100%;
	vertical-align:bottom;
	cursor:pointer;
	z-index: 99;
	text-decoration: none;
	white-space: nowrap;
	background: #000;
}
.gsid_button {
	margin: 20px;
}
.gsid_button img {
	vertical-align: middle;
}
.gsid_menu {
	position: absolute;
	border-left:1px solid #7a87a7;
	border-right:1px solid #253255;
	border-radius: 0 0 10px 10px;
	background: #000;
	color: #fff;
	display: none;
	margin: 0;
	padding: 10px;
	cursor: default;
	z-index: 50;
	font-weight: normal;
	top: 30px;
	right: 0;
	line-height: 1.5;
}
.gsid_button:hover {
	background: #475C87;
	border-radius: 5px 5px 0 0;
	/*border-bottom-color: #475C87;*/
	border-left:1px solid #7a87a7;
	border-right:1px solid #253255;
	/*cursor: default;*/
}
.gsid_button:hover .gsid_menu, .visible { display: block;}
/*.gsid_submit:hover {
	border-color: orange;
	cursor:pointer;
}
*/
#form_required_text {display: block; visibility: hidden; margin: -18px 0;}
/*#gsid_form_body .fb_submit {font-size: 100%;}
#gsid_form_body .fb_input {width: 200px;}
#gsid_form_body .fb_password {width: 200px;}
*/
#gsid_form_body td {vertical-align: middle;}
#gsid_form_body {width: 100%;}
#gsid_info {
	line-height: 200%;
}
#gsid_menu {
	display: none;
}
.fed_logo {
	display: inline-block;
	margin: 20px;
}
#fed_login {
	border-top: 1px solid #888;
	min-height: 100px;
	min-width: 350px;
}
p.forgot {
	text-align: right;
	margin: -40px 0 20px;
}
#gsid_menu a {
	color: #006CFF !important;
}
p.or {
	position: relative;
	top: -1ex;
	background-color: #fff;
	margin: auto;
	display: inline-block;
}

.center {text-align: center;}
img.test {display: none;}
a.news_label {display: inline-block; margin: 1px 2px;padding: 0 4px;}
a.news_label.highlight {background: #006CFF; border-radius: 3px; color:#fff;cursor: default;text-decoration: none}
.choice-close {
	display: inline-block;
	width: 11px;
	cursor: pointer;
	color: #fff;
	margin: 0 0 0 4px;
}
.choice-close:hover {
}
div.ac h2, div.lib h2, div.bim h2, div.rev h2 {
	border: 0;
	padding: 0;
	margin: 0;
}
#maincontent div.rev h2 {
	font-size: 29px;
}
span.download {
	color: #5F5F5F;
}
a.download, span.download {
	padding: 5px 10px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
	display: inline-block;
}
a.download:hover {
	border: 1px solid darkred;
	text-decoration: none;
	color: darkred;
}
div.download_box {
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	border-radius: 3px;
}
.ac, .lib, .bim, .rev {
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 10px 0;
	width: 100%;
	/*min-height: 160px;*/
	background: #fff;
}
table.submitted {
	border-collapse: inherit;
	border-spacing: 3px;
}

div.tabs {
	background: white none repeat scroll 0 0;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	height: 28px;
	padding: 0 0 0 15px;
	margin: 0 0 20px -20px;
	line-height:20px;
	font-size: 1em;
}
div.tabs a, div.tabs a:visited, div.tabs span.tab, div.tabs span.debug {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: black;
	display: block;
	float: left;
	font-weight: normal;
	margin: 5px 2px 0 0;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
}
div.tabs a:hover {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	color: black;
	margin: 2px 2px 0 0;
	padding: 1px 6px 4px 6px;
}
div.tabs a.act, div.tabs a.act:visited, div.tabs a.act:hover {
	background-color: white;
	border-bottom: 1px solid white;
	margin: 2px 2px 0 0;
	padding: 3px 7px 2px 7px;
	font-weight: bold;
	cursor: default;
}
div.prtabs {
	font-size:75%;margin:15px -40px 20px -20px;padding:0 0 0 20px;
}
table.sortable a.sortheader {
	color: black;
	text-decoration: none;
	display: block;
	font-weight: inherit;
}
table.sortable span.sortarrow {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.default_row {
	background-color: #fffff0;
	padding: 0px;
	margin: auto;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 100%;
	}
.cell {
	margin: 1px;
	padding: 0px 2px 0px 2px;
	background-color: #fffff0;
	border-bottom: 1px dotted #ccb;
	border-left: 1px dotted #ccb;
	font-size: 8pt;
}
.cell:last-child, .cell_hof:last-child {
	border-right: 1px dotted #ccb;
}
td.heading1, th.heading1 {
	background-color: #e0e0d0;
	padding: 2px;
	margin: auto;
	text-align:center;
	font-size: 10pt;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 100%;
	font-weight: bold;
}
th.hall_of_fame {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #ccb;
	color: black;
	padding: 0 5px 0 0;
}
.cell_hof {
	background: #fff;
	margin: 1px;
	padding: 2px;
	border-bottom: 1px dotted #ccb;
	border-left: 1px dotted #ccb;
	vertical-align: top;
}
.cell_hof a {
	text-decoration: underline;
	text-align: center;
	display: block;
}
.cell_hof a:hover {
	background: #F3A871;
}
#maincontent img.left {
	margin: 0 10px 10px 0;
	float: left;
	border: 0;
}
#maincontent img.right {
	margin: 0 0 10px 10px;
	float: right;
	border: 0;
}
span.ad_time {	float:right;	font-size: 80%;	}
div.ad_contact {	padding: 4px;	}
div.ad_body {	border-bottom: 1px dashed #bdbdb6;	padding: 10px 4px;	}

a.label_name, span.label_name {
	border-radius: 3px;
	background: url("/static_images/111/navbar-highlight4.gif") repeat-x scroll 0 0 transparent;
	color: #444;
	border: 1px solid #e8d06a;
	line-height: 13px;
	padding: 5px 8px;
	margin: 0 3px;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}
a.label_name:hover {
	text-decoration: underline;
}
.important {
	color: red;
}
.nowrap {
	white-space: nowrap;
}
img.important {
	border: 1px solid red;
}

/* Hotfix pages */
.dl_icon_win {
	display: inline-block;
	padding-top: 32px;
	margin: 2px 3px;
	background: url(/images/windows_logo.gif) no-repeat scroll 0 0 transparent;
}
.dl_icon_mac {
	display: inline-block;
	padding-top: 32px;
	margin: 2px 3px;
	background: url(/images/mactel.gif) no-repeat scroll 0 0 transparent;
}
.dl_embed {
	width: 100%;
	height: 20em;
	border: none;
}
.dl_list {
	width: 75%;
}
.tri_down, .tri_up {
	background: url('/css/chosen-sprite.png') no-repeat 1px -2px;
	display: inline-block;
	width: 18px;
	height: 22px;
	vertical-align: middle;
}
.tri_up {
	background-position: -17px -2px;
}
.optflag {
	padding-left: 20px;
	background:url(http://www.graphisoft.com/img/gsflag_16x11.png) no-repeat top left !important;
	/*background-size: 16px 11px;*/
}

/* Hidden menu items and other stuff */
#tp13473,	/* COM/info */
#t14313,	/* DE/info */
#t14440,	/* AT/info */
/* #t15028,	HU/info */
#t15359,	/* RU/info */
/* #t14560,	ES/info */
#t14516,	/* BR/info */
#t15607,	/* SG/info */
#t15855,	/* HK/info */
#t16531,	/* RU/info */
.only_uk, .only_gb, .only_us, .only_gsna, .only_int, .only_hu, .only_de	{display: none;}

.nav_debug {color:red;font-size:75%;display:inline-block;}
.bottom_left_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
}
a.external, a.external:link, a.external:hover {
	background: transparent url(/img/external_link.png) no-repeat scroll right center;
	padding-right: 14px;
}
a.external:visited {
	background: transparent url(/img/external_link_visited.png) no-repeat scroll right center;
	padding-right: 14px;
}
a.logo {
	color: #fc0;
	/*text-shadow: #ccc 0 0 2px;*/
	font: normal normal 20px/20px sans-serif;
}
a.logo:hover {
	text-decoration: none;
}
a.logo > img {
	margin: 0 5px 20px 0;
	vertical-align: top;
}

div.timer {
	float: right;
	padding: 5px 10px;
	background-color: #eee;
	border: 1px dashed #ccc;
}
#timer {
	font-weight: bold;
}
.clear {
	clear: both;
}
.fb_comment {
	font-size: 80%;
	color: #888;
}
.unsecure_link {
	cursor: not-allowed;
}

#editbox {
	/*border: 1px solid #aaa;*/
	font-size: 80%;
	display: inline-block;
}
#editbox > * {
	color: #aaa;
}
p.label_cont {
	line-height: 2.5;
	text-align: justify;
}
div#refresh {
	font-size:14px;
	line-height:24px;
	padding:18px;
	display: none;
}

/* Fix bootstrap+googlemaps bug */
.google-maps img {max-width:none;}
.google-maps label {width:auto; display:inline;}

#preview_header {
	background: rgba(250,238,70,0.7);
	position: fixed;
	top: 35px;
	right: 10px;
	border-radius: 1ex;
	border: 1px solid #eed;
	display: table;
	max-width: 30em;
}
#preview {width: 100%; white-space: nowrap}
#preview td {padding: 10px}
#preview td.button {width: 5%}
#preview form {display: inline;}
#preview input {padding: 1ex 2ex;}
a.preview_url {cursor: help; text-decoration: none; border-bottom: 1px dotted #000; font-weight: bold; color: #000;}

#powerTip { max-width: 50%; white-space: inherit; }

.cwa button {
	width: 100%;
	max-width: 25em;
	text-align: left;
}
#cookie_warning {
	border: 2px solid rgba(255,0,0,0.5);
	border-radius: 1ex;
	margin-bottom: 1em;
	padding: 15px 20px;
	width: 260px;
	background: pink;
	color: red;
	font-weight: bold;
	font-size: 125%;
}

/* halflings.css */
html, html .halflings { -webkit-font-smoothing: antialiased !important; }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphiconshalflings-regular.eot');
  src: url('fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphiconshalflings-regular.woff') format('woff'), url('fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.halflings {  font: 12px/1em 'Glyphicons Halflings'; }
/* gsflag_16x11.css */
.gsflag {
background:url(//www.graphisoft.com/img/gsflag_16x11.png) no-repeat top left !important;
width:16px !important;
height:11px !important;
text-indent:99999px !important;
overflow:hidden !important;
display:inline-block !important;
}
.gsflag-al{background-position:0 0 !important}
.gsflag-ar{background-position:0 -13px !important}
.gsflag-aut,.gsflag-AUT,
.gsflag-at{background-position:0 -26px !important}
.gsflag-aus,.gsflag-AUS,
.gsflag-au{background-position:0 -39px !important}
.gsflag-be{background-position:0 -52px !important}
.gsflag-bh{background-position:0 -65px !important}
.gsflag-bra, .gsflag-BRA,
.gsflag-br{background-position:0 -78px !important}
.gsflag-ca{background-position:0 -91px !important}
.gsflag-che,.gsflag-CHE,
.gsflag-ch{background-position:0 -104px !important}
.gsflag-cl{background-position:0 -117px !important}
.gsflag-chi,.gsflag-CHI,
.gsflag-cn{background-position:0 -130px !important}
.gsflag-cze,.gsflag-CZE,
.gsflag-cz{background-position:0 -143px !important}
.gsflag-ger,.gsflag-GER,
.gsflag-de{background-position:0 -156px !important}
.gsflag-den,.gsflag-DEN,
.gsflag-dk{background-position:0 -169px !important}
.gsflag-spa,.gsflag-SPA,
.gsflag-es{background-position:0 -182px !important}
.gsflag-fin,.gsflag-FIN,
.gsflag-fi{background-position:0 -195px !important}
.gsflag-fra,.gsflag-FRA,
.gsflag-fr{background-position:0 -208px !important}
.gsflag-gb,
.gsflag-UKI,
.gsflag-uk{background-position:0 -221px !important}
.gsflag-gre,.gsflag-GRE,
.gsflag-gr{background-position:0 -234px !important}
.gsflag-hr{background-position:0 -247px !important}
.gsflag-hun,.gsflag-HUN,
.gsflag-hu{background-position:0 -260px !important}
.gsflag-id{background-position:0 -273px !important}
.gsflag-ie{background-position:0 -286px !important}
.gsflag-il{background-position:0 -299px !important}
.gsflag-in{background-position:0 -312px !important}
.gsflag-int,.gsflag-INT,
.gsflag-com{background-position:0 -325px !important}
.gsflag-ita,.gsflag-ITA,
.gsflag-it{background-position:0 -338px !important}
.gsflag-jpn,.gsflag-JPN,.gsflag-jp,
.gsflag-ja{background-position:0 -351px !important}
.gsflag-kor,.gsflag-KOR,
.gsflag-kr{background-position:0 -364px !important}
.gsflag-mx{background-position:0 -377px !important}
.gsflag-ned,.gsflag-ndl,.gsflag-NED,.gsflag-NDL,
.gsflag-nl{background-position:0 -390px !important}
.gsflag-nor,.gsflag-NOR,
.gsflag-no{background-position:0 -403px !important}
.gsflag-nze,.gsflag-NZE,
.gsflag-nz{background-position:0 -416px !important}
.gsflag-ph{background-position:0 -429px !important}
.gsflag-pol,.gsflag-POL,
.gsflag-pl{background-position:0 -442px !important}
.gsflag-por,.gsflag-POR,
.gsflag-pt{background-position:0 -455px !important}
.gsflag-ro{background-position:0 -468px !important}
.gsflag-rs{background-position:0 -481px !important}
.gsflag-rus,.gsflag-RUS,
.gsflag-ru{background-position:0 -494px !important}
.gsflag-swe,.gsflag-SWE,
.gsflag-se{background-position:0 -507px !important}
.gsflag-sg{background-position:0 -520px !important}
.gsflag-si{background-position:0 -533px !important}
.gsflag-sk{background-position:0 -546px !important}
.gsflag-th{background-position:0 -559px !important}
.gsflag-tur,.gsflag-TUR,
.gsflag-tr{background-position:0 -572px !important}
.gsflag-tai,.gsflag-TAI,
.gsflag-tw{background-position:0 -585px !important}
.gsflag-ua{background-position:0 -598px !important}
.gsflag-usa,.gsflag-USA,
.gsflag-us{background-position:0 -611px !important}
.gsflag-vn{background-position:0 -624px !important}
.gsflag-za{background-position:0 -637px !important}
.gsflag-hk{background-position:0 -650px !important}

/* flags.css */
/* New flags */

.flag {
	background: url(../img/flags-v2.png) no-repeat top left;
	width:27px; height:18px; overflow:hidden; display:inline-block;
	border: 1px solid #dddddd;
}

.flag-int { background-position:0 0 !important}
.flag-ar { background-position:0 -18px !important}
.flag-at { background-position:0 -36px !important}
.flag-hk { background-position:0 -54px !important}
.flag-no { background-position:0 -72px !important}
.flag-se { background-position:0 -90px !important}
.flag-au { background-position:0 -108px !important}
.flag-jp { background-position:0 -126px !important}
.flag-hu { background-position:0 -144px !important}
.flag-es { background-position:0 -162px !important}
.flag-us { background-position:0 -180px !important}
.flag-dk { background-position:0 -198px !important}
.flag-de { background-position:0 -216px !important}
.flag-nz { background-position:0 -234px !important}
.flag-sg { background-position:0 -252px !important}
.flag-cn { background-position:0 -270px !important}
.flag-fr { background-position:0 -288px !important}
.flag-it { background-position:0 -306px !important}
.flag-pl { background-position:0 -324px !important}
.flag-ru { background-position:0 -342px !important}
.flag-br { background-position:0 -360px !important}
.flag-mx { background-position:0 -378px !important}
.flag-nl { background-position:0 -396px !important}
.flag-cz { background-position:0 -414px !important}
.flag-fl { background-position:0 -432px !important}
.flag-gr { background-position:0 -450px !important}
.flag-pt { background-position:0 -468px !important}
.flag-th { background-position:0 -486px !important}
.flag-tr { background-position:0 -504px !important}
.flag-kr { background-position:0 -522px !important}
.flag-tw { background-position:0 -540px !important}
.flag-ph { background-position:0 -558px !important}
.flag-lat { background-position:0 -576px !important}
.flag-uk { background-position:0 -594px !important}
.flag-cl { background-position:0 -612px !important}
.flag-uki { background-position:0 -630px !important}
.flag-ch { background-position:0 -648px !important}
.flag-www { background-position:0 -666px !important}
.flag-be { background-position:0 -684px !important}

.international [class^="flag"] { margin-bottom: -4px; }

/*********************************/

@media (-webkit-min-device-pixel-ratio : 2), (min-resolution: 192dpi) { 
		.flag {
			background-image: url(../img/flags-v2_2X.png) !important;
			background-size: 27px auto;
		}
}

