/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: Arial, Helvetica, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 980px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(grid.png); 
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26, div.span-27, div.span-28, div.span-29, div.span-30, div.span-31, div.span-32, div.span-33 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 20px; }
.span-2  { width: 50px; }
.span-3  { width: 80px; }
.span-4  { width: 110px; }
.span-5  { width: 140px; }
.span-6  { width: 170px; }
.span-7  { width: 200px; }
.span-8  { width: 230px; }
.span-9  { width: 260px; }
.span-10  { width: 290px; }
.span-11  { width: 320px; }
.span-12  { width: 350px; }
.span-13  { width: 380px; }
.span-14  { width: 410px; }
.span-15  { width: 440px; }
.span-16  { width: 470px; }
.span-17  { width: 500px; }
.span-18  { width: 530px; }
.span-19  { width: 560px; }
.span-20  { width: 590px; }
.span-21  { width: 620px; }
.span-22  { width: 650px; }
.span-23  { width: 680px; }
.span-24  { width: 710px; }
.span-25  { width: 740px; }
.span-26  { width: 770px; }
.span-27  { width: 800px; }
.span-28  { width: 830px; }
.span-29  { width: 860px; }
.span-30  { width: 890px; }
.span-31  { width: 920px; }
.span-32  { width: 950px; }
.span-33  { width: 980px; margin-right: 0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24, input.span-25, textarea.span-25, input.span-26, textarea.span-26, input.span-27, textarea.span-27, input.span-28, textarea.span-28, input.span-29, textarea.span-29, input.span-30, textarea.span-30, input.span-31, textarea.span-31, input.span-32, textarea.span-32, input.span-33, textarea.span-33 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 8px!important; }
input.span-2, textarea.span-2 { width: 38px!important; }
input.span-3, textarea.span-3 { width: 68px!important; }
input.span-4, textarea.span-4 { width: 98px!important; }
input.span-5, textarea.span-5 { width: 128px!important; }
input.span-6, textarea.span-6 { width: 158px!important; }
input.span-7, textarea.span-7 { width: 188px!important; }
input.span-8, textarea.span-8 { width: 218px!important; }
input.span-9, textarea.span-9 { width: 248px!important; }
input.span-10, textarea.span-10 { width: 278px!important; }
input.span-11, textarea.span-11 { width: 308px!important; }
input.span-12, textarea.span-12 { width: 338px!important; }
input.span-13, textarea.span-13 { width: 368px!important; }
input.span-14, textarea.span-14 { width: 398px!important; }
input.span-15, textarea.span-15 { width: 428px!important; }
input.span-16, textarea.span-16 { width: 458px!important; }
input.span-17, textarea.span-17 { width: 488px!important; }
input.span-18, textarea.span-18 { width: 518px!important; }
input.span-19, textarea.span-19 { width: 548px!important; }
input.span-20, textarea.span-20 { width: 578px!important; }
input.span-21, textarea.span-21 { width: 608px!important; }
input.span-22, textarea.span-22 { width: 638px!important; }
input.span-23, textarea.span-23 { width: 668px!important; }
input.span-24, textarea.span-24 { width: 698px!important; }
input.span-25, textarea.span-25 { width: 728px!important; }
input.span-26, textarea.span-26 { width: 758px!important; }
input.span-27, textarea.span-27 { width: 788px!important; }
input.span-28, textarea.span-28 { width: 818px!important; }
input.span-29, textarea.span-29 { width: 848px!important; }
input.span-30, textarea.span-30 { width: 878px!important; }
input.span-31, textarea.span-31 { width: 908px!important; }
input.span-32, textarea.span-32 { width: 938px!important; }
input.span-33, textarea.span-33 { width: 968px!important; }

/* Add these to a column to append empty cols. */

.append-1  { padding-right: 30px; } 
.append-2  { padding-right: 60px; } 
.append-3  { padding-right: 90px; } 
.append-4  { padding-right: 120px; } 
.append-5  { padding-right: 150px; } 
.append-6  { padding-right: 180px; } 
.append-7  { padding-right: 210px; } 
.append-8  { padding-right: 240px; } 
.append-9  { padding-right: 270px; } 
.append-10  { padding-right: 300px; } 
.append-11  { padding-right: 330px; } 
.append-12  { padding-right: 360px; } 
.append-13  { padding-right: 390px; } 
.append-14  { padding-right: 420px; } 
.append-15  { padding-right: 450px; } 
.append-16  { padding-right: 480px; } 
.append-17  { padding-right: 510px; } 
.append-18  { padding-right: 540px; } 
.append-19  { padding-right: 570px; } 
.append-20  { padding-right: 600px; } 
.append-21  { padding-right: 630px; } 
.append-22  { padding-right: 660px; } 
.append-23  { padding-right: 690px; } 
.append-24  { padding-right: 720px; } 
.append-25  { padding-right: 750px; } 
.append-26  { padding-right: 780px; } 
.append-27  { padding-right: 810px; } 
.append-28  { padding-right: 840px; } 
.append-29  { padding-right: 870px; } 
.append-30  { padding-right: 900px; } 
.append-31  { padding-right: 930px; } 
.append-32  { padding-right: 960px; } 

/* Add these to a column to prepend empty cols. */

.prepend-1  { padding-left: 30px; } 
.prepend-2  { padding-left: 60px; } 
.prepend-3  { padding-left: 90px; } 
.prepend-4  { padding-left: 120px; } 
.prepend-5  { padding-left: 150px; } 
.prepend-6  { padding-left: 180px; } 
.prepend-7  { padding-left: 210px; } 
.prepend-8  { padding-left: 240px; } 
.prepend-9  { padding-left: 270px; } 
.prepend-10  { padding-left: 300px; } 
.prepend-11  { padding-left: 330px; } 
.prepend-12  { padding-left: 360px; } 
.prepend-13  { padding-left: 390px; } 
.prepend-14  { padding-left: 420px; } 
.prepend-15  { padding-left: 450px; } 
.prepend-16  { padding-left: 480px; } 
.prepend-17  { padding-left: 510px; } 
.prepend-18  { padding-left: 540px; } 
.prepend-19  { padding-left: 570px; } 
.prepend-20  { padding-left: 600px; } 
.prepend-21  { padding-left: 630px; } 
.prepend-22  { padding-left: 660px; } 
.prepend-23  { padding-left: 690px; } 
.prepend-24  { padding-left: 720px; } 
.prepend-25  { padding-left: 750px; } 
.prepend-26  { padding-left: 780px; } 
.prepend-27  { padding-left: 810px; } 
.prepend-28  { padding-left: 840px; } 
.prepend-29  { padding-left: 870px; } 
.prepend-30  { padding-left: 900px; } 
.prepend-31  { padding-left: 930px; } 
.prepend-32  { padding-left: 960px; } 


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 19px;
  margin-right: 20px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -30px; }
.pull-2 { margin-left: -60px; }
.pull-3 { margin-left: -90px; }
.pull-4 { margin-left: -120px; }
.pull-5 { margin-left: -150px; }
.pull-6 { margin-left: -180px; }
.pull-7 { margin-left: -210px; }
.pull-8 { margin-left: -240px; }
.pull-9 { margin-left: -270px; }
.pull-10 { margin-left: -300px; }
.pull-11 { margin-left: -330px; }
.pull-12 { margin-left: -360px; }
.pull-13 { margin-left: -390px; }
.pull-14 { margin-left: -420px; }
.pull-15 { margin-left: -450px; }
.pull-16 { margin-left: -480px; }
.pull-17 { margin-left: -510px; }
.pull-18 { margin-left: -540px; }
.pull-19 { margin-left: -570px; }
.pull-20 { margin-left: -600px; }
.pull-21 { margin-left: -630px; }
.pull-22 { margin-left: -660px; }
.pull-23 { margin-left: -690px; }
.pull-24 { margin-left: -720px; }
.pull-25 { margin-left: -750px; }
.pull-26 { margin-left: -780px; }
.pull-27 { margin-left: -810px; }
.pull-28 { margin-left: -840px; }
.pull-29 { margin-left: -870px; }
.pull-30 { margin-left: -900px; }
.pull-31 { margin-left: -930px; }
.pull-32 { margin-left: -960px; }
.pull-33 { margin-left: -990px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24, .pull-25, .pull-26, .pull-27, .pull-28, .pull-29, .pull-30, .pull-31, .pull-32, .pull-33 {float: left; position:relative;}

.push-1 { margin: 0 -30px 1.5em 30px; }
.push-2 { margin: 0 -60px 1.5em 60px; }
.push-3 { margin: 0 -90px 1.5em 90px; }
.push-4 { margin: 0 -120px 1.5em 120px; }
.push-5 { margin: 0 -150px 1.5em 150px; }
.push-6 { margin: 0 -180px 1.5em 180px; }
.push-7 { margin: 0 -210px 1.5em 210px; }
.push-8 { margin: 0 -240px 1.5em 240px; }
.push-9 { margin: 0 -270px 1.5em 270px; }
.push-10 { margin: 0 -300px 1.5em 300px; }
.push-11 { margin: 0 -330px 1.5em 330px; }
.push-12 { margin: 0 -360px 1.5em 360px; }
.push-13 { margin: 0 -390px 1.5em 390px; }
.push-14 { margin: 0 -420px 1.5em 420px; }
.push-15 { margin: 0 -450px 1.5em 450px; }
.push-16 { margin: 0 -480px 1.5em 480px; }
.push-17 { margin: 0 -510px 1.5em 510px; }
.push-18 { margin: 0 -540px 1.5em 540px; }
.push-19 { margin: 0 -570px 1.5em 570px; }
.push-20 { margin: 0 -600px 1.5em 600px; }
.push-21 { margin: 0 -630px 1.5em 630px; }
.push-22 { margin: 0 -660px 1.5em 660px; }
.push-23 { margin: 0 -690px 1.5em 690px; }
.push-24 { margin: 0 -720px 1.5em 720px; }
.push-25 { margin: 0 -750px 1.5em 750px; }
.push-26 { margin: 0 -780px 1.5em 780px; }
.push-27 { margin: 0 -810px 1.5em 810px; }
.push-28 { margin: 0 -840px 1.5em 840px; }
.push-29 { margin: 0 -870px 1.5em 870px; }
.push-30 { margin: 0 -900px 1.5em 900px; }
.push-31 { margin: 0 -930px 1.5em 930px; }
.push-32 { margin: 0 -960px 1.5em 960px; }
.push-33 { margin: 0 -990px 1.5em 990px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24, .push-25, .push-26, .push-27, .push-28, .push-29, .push-30, .push-31, .push-32, .push-33 {float: right; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
/* -------------------------------------------------------------- 

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Profese
-------------------------------------------------------------- */
.header { padding-top:20px;}
.logo h1{ color:#FF6600; font-weight:bold;}
.logo p { color:#818285; font-size:14px;margin-top:-20px; font-weight:bold;}
.motto {font-family:Georgia, "Times New Roman", Times, serif; color:#333333;font-size:20px; line-height:1.2em;}
.search_box {background:#333333  url(../picture/search_box.jpg) no-repeat bottom;
padding-bottom:10px;
padding-top:5px;}
.search_button {background: url(../picture/search_button.jpg) no-repeat center; padding-left:45px; padding-right:45px; 
 }
.search_box input{ padding-bottom: 5px; border:2px solid #999; color:#999;font-size:15px; font-weight:bold;}
.left_column ul li{ list-style:none;font-size:14px; line-height:1.8;}
.left_column li a{color:#000;}
#abcd .selected a {background:transparent url(../picture/bg-abcd.jpg) no-repeat scroll center top;
color:#FFFFFF;padding:0 12px 12px;}
.letter a {
color:#000000;
float:left;
font-weight:bold;
margin:0;
padding:0 4px 12px;
text-decoration:none;
}
#abcd .letter a {font-size:18px;}
.main{ padding-top:10px;}
.float_left {float:left;}
.content p,.content a {font-size:13px;}
.content ul li a { line-height:2}
.footer {background:url(../picture/footer.jpg) top no-repeat; border-top:1px solid #333; font-size:14px; padding-top:15px; margin-top:10px; padding-bottom:15px;}
.navig ul {padding-left:8px;}
.footer a{color:#333;}
.content hr { 
  background: #E6E6E6; 
  color: #E6E6E6;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 11px;
  margin: 0 0 1.45em;
  border: none; 
}
.content h1 { font-size:2.5em}
h3 {padding-top:10px;}
.content {border-left:1px solid #CCC; margin-left:-1px;}

/*                 Odkazy.html
--------------------------------------------------------------------------- */
#nahledwebu {
border: 2px solid black;
float: left;
margin-right: 15px;
}


/*                 JQUERY IMPORTANT THINGS
--------------------------------------------------------------------------- */

#button { padding: .4em 2.5em; text-decoration: none; color:#000066; font-weight: bold; }
.toggler { width: 636px; height: 250px; position: relative;}
#effect { width: 636px; height: 200px; padding: 0.4em; position: relative; }
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
.ui-effects-transfer { border: 2px dotted gray; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* 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: absolute; top: 0; left: 0; width: 100%; height: 100%; }





/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e3a1a1; background: #cc0000 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; 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 #cdd5da; background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #111111; }
.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcd3a1; background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cc0000; background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #2e2e2e; }
.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; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_004276_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }

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

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat; opacity: .40;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/

.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.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: 0.7;  }
/*.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 .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.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 .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 .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-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 */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */


/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.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: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; 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-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*     THE END OF  JQUERY IMPORTANT THINGS
--------------------------------------------------------------------------- */
