h1 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	color: #000000;
	text-decoration:none; 
	font-weight: bold;
	text-align:left; 
}

h2 {
	margin: 0px;
	padding: 0 0 15px 0;
	font-size: 130%;
	color: #000000;
	text-decoration:none; 
	font-weight: bold;
	text-align:left; 
}

h3 {
	margin: 0px;
	padding: 0 0 8px 0;
	font-size: 115%;
	color: #000000;
	text-decoration:none; 
	font-weight: bold;
	text-align:left; 
}

h4 {
	margin: 0px;
	padding: 0 0 8px 0;
	font-size: 105%;
	color: #000000;
	text-decoration:none; 
	font-weight: bold;
	font-style: italic;
	text-align:left; 
}

.content {
	background-color: #E1EAED; /* #D0DCE0; */
	padding: 0 5px 0 5px;
}

.content h1 {
	font-size: 140%;
	padding-top: 20px;
}
.content h2 {
	font-size: 125%;
}
.content h3 {
	font-size: 110%;
}

legend {
	font-size: 75%;
}

fieldset {
	padding: 5px;	
}

input, select, textarea {
	margin-right: 0.2em;
	vertical-align: middle;
	font-family: sans-serif;
}

select.width, input.width {
	width: 275px;
}

select optgroup {
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
}

select optgroup option {
	font-size: 12px;	
}

.widthFull {
	width: 99%;
}

.widthHalf {
	width: 50%;
}

option[selected] {
    background-color: #f6c5ae;
}

.required {
  color: darkred;
  font-weight: bold;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;	
	background-color: #808080;
	height: 2px;
	border: 0;
}

hr.small {
	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #B0B0B0;
	height: 1px;
	border: 0;
}

.hrText {
	position: relative;
	height: 15px;
	margin-top: 30px;
}
.hrText div {
	position: absolute;
	top: -9px;
	left: 50px;
	padding: 0 5px;
	background-color: #D0DCE0 ;
}
td.left_line {
	margin-left: 5px;
	border-left: 1px solid  #B0B0B0;
	padding-left: 5px;
}

a {
	color: #000000;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #ad2c65;
}

a:active {
	text-decoration: none;
	color: #000000;
}
/*
a.nav, a.nav:visited {
	display: block;
	border: 1px solid black;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	color: darkblue;
	font-size: 85%;
	text-align: left;
	background:#acddff;
}

a.nav:hover, a.nav_active:hover {
	background:#f6c5ae; 
	color:#000;
	text-decoration:none; 
}

a.nav_active, a.nav_active:visited {
	display: block;
	border: 1px solid black;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	color: darkblue;
	font-size: 85%;
	text-align: left;
	background:#f6c5ae;
}

a.nav_sub, a.nav_sub:visited {
	margin-left:10px; 
	margin-right:3px; 
	display:block; 
	color:#000; 
	text-decoration:none; 
	text-align:left; 
	padding:2px;
	font-size: 80%;
}

a.nav_sub:hover, a.nav_sub_active:hover {
	background:#f6c5ae; 
	color:#000;
	text-decoration:none; 
}

a.nav_sub_active, a.nav_sub_active:visited {
	margin-left:10px; 
	margin-right:3px; 
	display:block; 
	color:#000; 
	background:#f6c5ae; 
	text-decoration:none; 
	text-align:left; 
	padding:2px;
	font-size: 80%;
}

a.nav.admin{
	background-color: #FF6347;
	color: #fff;
}
*/

a.nav, a.nav:visited {
	display: block;
	padding: 7px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 85%;
	text-align: left;
	background:#0D3187;
	border-top: solid #204BB0 1px;
	border-bottom: solid #0B2460 1px;
}

a.nav:hover, a.nav_active:hover {
	color:yellow;
	text-decoration:none; 
}
a.nav_active, a.nav_active:visited {
	display: block;
	padding: 7px 5px;
	text-decoration: none;
	font-weight: bold;
	color: yellow;
	font-size: 85%;
	text-align: left;
	background:#0D3187;
	border-top: solid #204BB0 1px;
	border-bottom: solid #0B2460 1px;
}

a.nav_sub, a.nav_sub:visited {
	margin-left:10px; 
	margin-right:3px; 
	display:block; 
	color:#fff; 
	text-decoration:none; 
	text-align:left; 
	padding:4px;
	font-size: 80%;
	background-color: #2B52B0;
}

a.nav_sub:hover, a.nav_sub_active:hover {
	/*background:#f6c5ae;*/ 
	background-color: #0D3187;
	color:yellow;
	text-decoration:none; 
}

a.nav_sub_active, a.nav_sub_active:visited {
	margin-left:10px; 
	margin-right:3px; 
	display:block; 
	color:yellow; 
	text-decoration:none; 
	text-align:left; 
	padding:4px;
	background-color: #2B52B0;
	font-size: 80%;
	font-weight: bold;
}

a.nav.admin{
	background-color: #FF6347;
	color: #fff;
}

a.sys_old, a.sys_old:visited {
	color:#000; 
	text-decoration:none; 
	font-weight: normal;
	text-align:left; 
	padding:1px;
	background:#f8c500; 
}

a.sys_old:hover {
	background:#f6c5ae; 
	color:#000;
}

#head {
	border: 3px #fff solid;
	border-bottom: none;
}
.side1cont h3,  .side2cont h3 {
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	color: #000;
	background:#fff;
	margin: 0;
	padding: 8px 4px 4px 4px;
}

.side1cont.op h2 {
	background-color: #2C6AE8;
}

/* start - uprava css pro menu z leveho-praveho na menu v hlavnim bloku (napr. menu zobrazeni clanku), smazanim se vrati zpet do puvodniho */
.content .menu_mainwindow {
	background-color: #ffffff;
	padding: 5px;
	border: none;
	margin-bottom: 5px;
}

.content .menu_mainwindow h3
{
	/*display: none;*/
	font-size: 115%;
	text-align: center;
	font-weight: bold;
	background-color: #6391ee;
	color: white;
	padding: 5px;
	border: 1px solid #2659c0;
}

.content .menu_mainwindow h2
{
	font-size: 10px;
	font-weight: bold;
	background-color: #6391ee;
	color: white;
	border: 1px solid #2659c0;
	margin: 2px 2px 2px 0px;
	padding: 2px 5px 2px 5px;
}

.content .side1cont div, .content .side1cont #left_admin_clanky_filtr, .content .side1cont #right_admin_clanky_filtr, .content .side1cont a.nav , .content .side1cont a.nav_active {
	font-size: 10px !important;
}

.content .inline_all h2, .content .inline_all div, .content .inline_all a.nav, .content .inline_all a.nav_active {
	display: inline;
}

.content .side1cont a.nav , .content .side1cont a.nav_active {
	margin: 2px 2px 2px 0px;
	padding: 2px 5px 2px 5px;
}
/* end */


/* text-align: right; vertical-align: top; padding: .3em .5em 0 0; */
th {
  font-size: 75%;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B0B0B0;
  /*background: #fff;*/
}

td {
	vertical-align: top;
}


.tdCenter td, td.tdCenter {
	text-align: center;
}

.tdTop td, td.tdTop {
	vertical-align: top;
}

.tdMiddle td, td.tdMiddle {
	vertical-align: middle;
}

.tdBottom, .tdBottom td, td.tdBottom {
	vertical-align: bottom;
}

.hand {
	/*cursor: hand; */
	cursor: pointer;
}

.pager {
	font-size: 95%;
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	text-align: center;
}

.pager .pager-now { 
	margin: 0.3em;
	padding: 0.5em;
	font-size: 110%; 
	vertical-align: -11%; 
}

.pager a, .pager a:visited {
	font-size: 90%;
	margin: 0.3em;
	padding: 0.3em;
	color: red; 
	text-decoration:underline; 
}

.pager a:hover {
	background:#f6c5ae; 
	color:red;
}

.hidden {
  display: none;
}

.logo_bg_logo {
	background-image: url(pics/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left; 
	padding: 3px 0 0 5px;
	height: 60px;
	font-size: 10px;
	color: white;
	font-weight: bold;
}

/* background-image: url(pics/bg_zahlavi_lista_2.gif);	background-repeat: repeat-x; */
.logo_bg_main {
	background-color: #647AB4;
	background-image: url(pics/bg_zahlavi.gif);	
	background-repeat: repeat-x;
	background-position: bottom; 
	padding: 0;
}

.logo_bg_bottom {
	background:#28166f;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

.logo_bg_bottom td {
	vertical-align: middle;
}

.logo_bg_main h2 {
	text-align: center;
}

.logo_bg_main_print {
	background-color: white;
	padding: 0 5px 0 0;
}
  
.logo_bg_main_print td {
	vertical-align: bottom;
}

.logo_bg_main_print h2 {
	text-align: center;
}

.logo_bg_bottom_print {
	background: white;
	color: black;
	padding: 5px 10px 5px 10px;
}

.global_top_line {
	/*border-top: 3px solid #A9A9A9;*/
	margin-bottom: 3px;
}

.global_zahlavi {
	margin-bottom: 5px;
}
.head_nadpis {
  background:#FFFE9F;
  padding: 3px;
  padding-left: 5px;
}
.head_text {
  background:#FFE59F; 
  padding: 2px;
  padding-left: 5px;
  font-size: 85%;
}

.head_nadpis .small {
  font-size: 12px;
}

.head_nadpis h2 {
	font-size:13px;
	padding: 0px;
	margin: 0px;
}

.admin_menu_old {
  /*background:#ffcc99;*/
  background-color: white; 
  padding: 2px 10px 2px 2px;
  text-align: right;
}

.admin_menu  {
	display:block;
	font-size:90%;
	margin:5px 0;
	padding:0;
	text-align:right;
}

input.admin_menu[type="button"], input.admin_menu[type="submit"], a.bt_admin_menu, a.bt_admin_menu:visited, a.button, a.button:visited, a.sys, a.sys:visited {
	color:#FFFFFF !important;
	font-size:97%;
	font-weight:bold;
	margin:0 2px;
	padding:2px 7px;
	text-align:center;
	text-decoration:none;
	/*text-transform:uppercase;*/
	white-space:nowrap;
	background: #42484e url(pics/bt-admin-bg.gif) top left repeat-x;
}

/* IE6 workaround */
a.bt_admin_menu, a.bt_admin_menu:visited {
	color:#FFFFFF;
	font-size:97%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	/*text-transform:uppercase;*/
	white-space:nowrap;
	/*width: 30px;*/
	background: #42484e url(pics/bt-admin-bg.gif) top left repeat-x;
}

.admin_menu a:hover, a:hover.bt_admin_menu, a.bt_admin_menu a, a.sys a, a.sys a:hover {
	text-decoration: none;
	color:#FFFFFF;
	/*background-color: transparent !important;*/
	background: #42484e url(pics/bt-admin-bg.gif) top left repeat-x !important;
}

a.bt_admin_menu.red, a:hover.bt_admin_menu.red{
	background: #42484e url(pics/bt-admin-bg-red.gif) top left repeat-x !important;
}

.text {
	font-size: 100%;
}

.small_text {
	font-size: 75%;
}

.small_text input, .small_text textarea, .small_text select {
	font-size: 10px;
}

.bg_white {
	background-color: #FFFFFF;	
}

/* background-image: url(pics/bg_zahlavi_lista_2.gif);	background-repeat: repeat-x; */
.zahlavi_navigace {
	/*margin: 0 0 5px 0;
	background-color: darkblue;*/
}

.zahlavi_navigace_item {
	color: #FFFFFF;
}

.zahlavi_navigace_item a, .zahlavi_navigace_item a:visited {
	color:#fff; 
	text-decoration:none; 
	font-weight: bold;
	text-align:left; 
	padding:1px;
	font-size: 90%;
}

.zahlavi_navigace_item a:hover {
	background:#f6c5ae; 
	color:#000;
}

.margin_inside {
	padding: 5px;
}

.text_white {
	color: #FFFFFF;
}

.plaintext {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.white {
	color: white;
}

.blue {
	color: blue;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}
.nowrap {
	white-space: nowrap;	
}

.space_top {
	margin-top: 10px;	
}

.space_bottom {
	margin-bottom: 10px;	
}

.space_top_half {
	margin-top: 5px;	
}

.space_bottom_half {
	margin-bottom: 5px;	
}

.nadpis_color {
	color: #FF0000;
}

.text_color {
	color: #000033;
}

.clanek_info_top {
  background:#EEEEEE; 
  padding: 0px;
  text-align: right;
  font-size: 75%;
}

.clanek_info_bottom {
  background:#EEEEEE; 
  padding: 2px;
  text-align: right;
}

.clanek_border {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid darkblue;
	background: #C7D2D6;
}

.oddelovac_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
}

.clanek_image {
	float: right;
	margin: 5px;
}

.messages {
	background: #fff;
	padding: 10px 3px;	
}

.popis {
	font-size: 100%;
	color: #525252;
}
.popis_bold {
	font-size: 100%;
	color: #525252;
	font-weight:bold;
}
.error_text {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}

#o_nas {
	background-image: url(pics/pozadi_uvod.gif);
	background-repeat: repeat-x;
}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919b9c;
}
.border_bottom_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #919b9c;
}

.border_bottom_light {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
}

.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #919b9c;
}

.border_top_light {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0B0B0;
}

.buttons {
	margin-bottom: 15px;
}

#center {
	border:  3px #fff solid;
	/*border-top: 3px solid #A9A9A9;*/
	padding: 0 3px;
	background-color: #D0DCE0;
}

.sloupec {
 /* background:#A9A9A9; */ 
  
}

#subdomains table tr:hover {
	background-color: #B0B0B0;
}

table .mytable tr:hover td {
	background-color: #B0B0B0;
}

.sloupec_padding {
}

div.anketa, span.anketa, td.anketa {
  background:#E6E3B3; 
}

div.anketa_typ_anketa{
  background:#B3B6E6; 
}

div.anketa_done{
  background:#b2d6d0; 
}
.anketa_text p {
	margin: 0;
	padding: 0;
}

.anketa_tagy {
	color: blue;
	font-size: 10px;
}

.anketa_zodpovezena {
  background: #C7C7C7 !important; 
  color: #737373 !important;
  padding: 2px;
}

.anketa_hodnoceni {
  background:#dbe6ea; /*D0DCE0*/
  color: darkblue;
}

.anketa_kod {
	color: darkblue;
}

.anketa_row_selected {
  background:#bdfd7d; 
}

.an_parametr {
	background-color: #FFFBCB;	
	padding: 2px;
	border: 1px solid #B0B0B0;
}
.an_parametr span { padding: 0 2px; }

.an_parametr1 { background-color: #F4C311; }
.an_parametr2 { background-color: #BBD884; }
.an_parametr3 { background-color: #BBD884; }
.an_parametr4 { background-color: #75B5A7; }

a.new_comment {
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	border: 1px solid #6391ee;
	background-color: #ffffff;
}

.comment {
  background:#E6E3B3; 
  padding: 3px;
  	
}
.comment2 {
  background:#CFE6B3; 
}

.table_anketa {
	border-style:solid;
	border-width:3px;
	border-collapse: collapse;
	border-color: black;
}

.table_anketa td {
	padding: 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: black;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color: black;
}

.anketa_graf {
	float: left;
	padding: 5px;
	width: 48%;
}

.anketa_graf_titul {
	background: #fffe9f;
}

.anketa_graf_polozka_popis {
	margin-top: 2px;
}

.anketa_graf_zapati {
	background: #666666;
	color:#FFFFFF;
}

.anketa_graf_colborder {
	border-right: 1px solid black;
}

.anketa_polozka td {
	padding: 2px;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color: black;
}

.anketa_detail_buttons {
    background: none repeat scroll 0 0 #e6e3b3;
    height: 24px;
    padding: 2px;	
}

.sort_info {
    margin-bottom: 20px;
}

.iso {
	width: 99% !important;
}

#grafy0 .iso, #grafy1 .iso {
    padding: 15px 0 7px 0;
    border-bottom: 2px dashed #808080;
}

#grafy0 .iso:last-child, #grafy1 .iso:last-child {
    border: none;
    padding-bottom: 0;
}    

/*#grafy0 .iso:first-child, #grafy1 .iso:first-child {
    padding-top: 0;
}  */  

.znamkovani {
	font-size: 75%;
	text-align: right;
}

.icon {
	margin-right: 10px;
}
.icon_text {
	display: inline; 
	position: relative; 
	/*top: -9px;*/
	top: 0px;
}
.icon_text_top {
	position: relative; 
	/*top: 9px;*/
	top: 17px;
}

.print_invisible {}
.screen_only {}
.print_only {
	display: none;
}

.cleaner{
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

ul.normal {
	padding: 0;
	margin: 0;
	list-style: none;
}

.grafy .counter {
	width: 25px;
	float: left;	
	padding-top: 2px;
}


select.kalendar2 option {
	font-weight: bold;	
}

select.kalendar2 optgroup option {
	font-weight: normal;	
}

.kalendar_rightsinfo {
	background-color: #FFFBCB;	
	padding: 1px;
	border: 1px solid #B0B0B0;
	text-decoration: none !important; 
	font-weight: normal;
}
.kalendar_rightsinfo span { 
	padding: 0 2px; 
	background-color: #F4C311;
	color: #000 !important;
	text-decoration: none !important;
	margin: 1px; 
}

/* multiple select boxes */
.multipleSelectBoxControl span{	/* Labels above select boxes*/
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
.multipleSelectBoxControl div option{	/* Select box layout */
	font-family:arial;
}	
.multipleSelectBoxControl div select{	
	height:100%;
	width: 300px;
}
.multipleSelectBoxControl input{	/* Small butons */
	width:25px;	
}
.multipleSelectBoxControl div{
	float:left;
}

/* formToWizard */
.formWizard fieldset { border:none;}
.formWizard .legend { white-space: normal; font-size:18px; margin:0px; padding:7px; color:#b0232a; font-weight:bold; background-color: #fff; width: 99%;}
.formWizard a.first, .formWizard a.prev, .formWizard  a.next { background-color:#b0232a; padding:5px 10px; color:#fff; text-decoration:none; font-weight: bold;}
.formWizard .first:hover, .formWizard .prev:hover, .formWizard  .next:hover { background-color:#000; text-decoration:none; }
.formWizard .first { float:left; margin-left: 5%;}
.formWizard .prev { float:left; margin-left: 20%;}
.formWizard .next { float:right; margin-right: 25%;}
.formWizard .steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
.formWizard .steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}
.formWizard .steps li span {font-size:11px; display:block;}
.formWizard .steps li.current { color:#000;}
.formWizard #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
.formWizard #makeWizard:hover { background-color:#000;}
.formWizard a.first {font-size: 7px;}
.formWizard #disable {font-size: 10px; clear: both; cursor: hand; cursor: pointer; padding-bottom: 5px; text-align: right;}


/* tooltips styling */
.tooltip .admin_seznam {
    display:none;
    padding:50px;
}

.tooltip .admin_seznam li {
	height: 15px;
	background-color: #DCDCDC;
	border-bottom: 1px dotted #DCDCDC;
}

body.loading {
	cursor:wait;
}

#loading {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	font-weight: 16px;
	font-weight: bold;
	padding: 5px 50px 5px 5px;
	display: none;
}

/* use a semi-transparent image for the overlay */
	#overlay {
/*		background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);*/
		background-image:url(pics/overlay.png);
		color:#000;
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:441px;
		overflow-y:auto;
	}
	/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
/*	background-image:url(../img/overlay/white.png);*/
/*	background-image:url(pics/overlay.png);*/
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
/*	font-size:11px;*/
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(pics/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.showUserRightsInPage {
	padding: 3px;
	background-color: black;
	color: #FFFE9F;
}

.menu_head {
	background:#28166f;
	color: #FFFFFF;
	/*padding: 5px;*/
	height: 40px;
	/*border-top:1px solid #585858;*/
	border-top:1px solid #0D3187;
}

.menu_head a.active {
	color: yellow !important;
}

.ui-widget {
	font-size: 0.85em !important;
}

.text2-hidden {
    display: none;
}

.swot table {
    border: 2px solid black;
    border-collapse: collapse;
    width: 440px;
    background: white;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    border-top: 0;    
}

.swot table td, .swot table th {
    padding: 0.5em;
    text-align: right;
}    

.swot table tbody td {
    border: 1px solid gray;
    overflow: hidden;
}

.swot table tbody div {
    background: black;
    height: 16px;
}

.swot table tbody td:first-child {
    text-align: left;
}

.swot table thead {
    background: #f0f0f0;
}      

.swot table thead th {
    font-weight: bold;
    font-size: 1em;
    text-align: right;    
}

.swot table thead th:first-child {
    text-align: left;
}

.swot table tfoot {
    background: #f0f0f0;
}    

.swot table tfoot td {
    font-weight: bold;
    font-size: 1em;
    text-align: right;    
}

.swot table tfoot td:first-child {
    text-align: left;
}

.swot table td input {
    vertical-align: middle;
    cursor: pointer;
}

.swot table td input[type=submit] {
    font-size: 1em;
    font-weight: bold;
    background: #808080;
    color: white;
    padding: 0.3em 0.9em;
    cursor: pointer;
}

.swot [class$=_tabs] {
    background: white;
    width: 440px;
    font-weight: normal;
    margin-left: 20px;
    height: 25px;
    line-height: 25px;
    border-bottom: 0;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 20px;
}

.swot [class$=_tabs] span {
    background: white;
    display: inline-block;
    width: 107px;
    text-align: center;
    border: 2px solid black;
    border-right: 0;
    height: 100%;
    cursor: pointer;
}

.swot [class$=_tabs] span.hl {
    border-bottom: 2px solid #f0f0f0;
    background: #f0f0f0;
}

.swot table[id$=tab_b], .swot table[id$=tab_c], .swot table[id$=tab_d] {
    display: none;        
}

.ui-tabs-active {
    background: #e1eaed !important;
    border-color: #e1eaed !important;
}

.ui-state-focus {
    outline: none !important;
}

.ui-state-focus:focus {
    outline: none !important;
}  

.ui-tabs-active a {
    color: /*#145dc8*/ blue !important;
}

.ui-tabs-anchor {
    outline: none !important;
}

.ui-tabs-nav li {
    margin-right: 2px !important;
    margin-left: 1px !important;
}

.ui-tabs-nav li a {
   
}    

.ui-tabs {
    background: #e1eaed !important;
    font-size: 90% !important;
}

#prompt {
	opacity: 1;
	background: #e1eaed;
	padding: 30px 0px 20px 30px;
}

.datatable {
    width: 100% !important;
}

    