body, h1, h2, h3, p, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #121212;
  color: #9d9d9d;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #F60;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: white;
}

label {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.clear {
  height: 1px;
  overflow: hidden;
  clear: both;
}

input, textarea {
 -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #1a1a1a;
  padding: 5px 4px;
  font-size: 12px;
  border: 1px solid #313131;
  margin-right: 3px;
  background-color: #fff;
}

button {
  margin-left: 2px;
  padding: 2px 16px;
  border: none;
  overflow: visible;
  color: #e4e4e4;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  background: #a33b00 url(https://img.ephoto.sk/images/theme_default/button_orange.gif) -5px top repeat-x;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

button:hover {
  background-position: left bottom;
  color: #aaaaaa;
}

.fr-dropdown-menu button {
  background: none;
}
.back-wrapper {
  position: relative;
}
.back-wrapper button {
  background: none !important;
  position: absolute !important;
  top: -18px !important;
  right: 25px !important;
  border-radius: 5px !important;
  background-color: #1a1a1a !important;
  padding: 6px 24px !important;
  font-size: 12px !important;
  border: 1px solid #313131 !important;
  margin-right: 3px !important;
  color: #c3c3c3 !important;

}

/*** PAGING ***/

.paging a, .paging span {
  display: block;
  float: left;
  width: 19px;
  height: 16px;
  margin-right: 5px;
  padding-top: 3px;
  border: 1px solid #1a1a1a;
  background-color: #111111;
  color: #272727;
  font-size: 11px;
  text-align: center;
}

.paging a:hover, .paging a.active {
  border: 1px solid #9d340b;
  background-color: #6c2807;
  color: #aaaaaa;
}

.paging a.first, .paging a.prev, .paging a.next, .paging a.last {
  width: 21px;
  height: 21px;
  padding: 0px;
  border: none;
  background: transparent url(https://img.ephoto.sk/images/theme_default/paging_bg.gif) left top no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.paging a.first:hover {
  background-position: left bottom;
}

.paging a.prev {
  background-position: -21px top;
}

.paging a.prev:hover {
  background-position: -21px bottom;
}

.paging a.next {
  background-position: -42px top;
}

.paging a.next:hover {
  background-position: -42px bottom;
}

.paging a.last {
  background-position: right top;
}

.paging a.last:hover {
  background-position: right bottom;
}

.paging em {
  display: block;
  float: right;
  padding: 4px 8px 0px 0px;
  color: #808080;
  font-style: normal;
  font-size: 11px;
}

/*** CONTENT ***/

#wrap {
  margin: 20px;
}


/*** FIXED BAR ***/

.fixed_line {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.7);
  width: 950px;
  height: 30px;
  padding: 10px 10px 10px 20px;
  text-align: right;
  z-index: 9999999;
}


/*** TABS ***/

#content .tabs ul {
  height: 22px;
  padding-left: 10px;
  list-style-type: none;
  margin-top: 5px;
  border-bottom: 1px solid #202020;
}

#content .tabs ul li {
  float: left;
  height: 22px;
  margin-right: 3px;
  padding-left: 0px;
}

#content .tabs ul li a {
  display: block;
  height: 19px;
  padding: 3px 10px 0px 4px;
  color: gray;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
}

#content .tabs ul li.active {
  border-bottom: 1px solid #121212; 
}

#content .tabs ul li.active a {
  background-position: right bottom;
  /*color: #F60;*/
  color: white;
  font-weight: bold;
}

#content .tabs ul li.active.white a {
  font-weight: normal;
}

#content .tabs ul li a:hover {
  color: white;
}

#content .tabs li.right {
  background: none;
  float: right;
}

#content .tabs li.right a {
  background: none;
}

#content .tabbox {
  position: relative;
}

#content .tabbox .content {
  display: none;
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 95%;
}

#content .tabbox .content.active {
  display: block;
}

/*** MY EPHOTO - MESSAGES ***/
#me_messages {
  border-bottom: 1px dotted #202020;
}

#me_messages table {
  width: 668px;
  margin: 15px 10px 15px 15px;
}

#me_messages th {
  text-align: right;
  font-weight: normal;
  padding: 2px 0px 6px 4px;
  vertical-align: top;
}

#me_messages th a.active {
  color: #722C0F;
  text-decoration: underline;
}

#me_messages th a.active.arrow {
  text-decoration: none;
}

#me_messages td {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #1a1a1a;
  vertical-align: top;
}

#me_messages tr.last td {
  border-bottom: none;
}

#me_messages td.msg {
  vertical-align: top;
}

#me_messages td.actions {
  padding-top: 12px;
  padding-top: 26px;
}

#me_messages td.date, #me_messages td.stat  {
  text-align: right;
  padding-top: 24px;
}

#me_messages td.stat {
  font-size: 10px;
}

#me_messages td h2 {
  padding: 2px 0px;
}

#me_messages td h2.read {
  font-weight: normal;
}

#me_messages td h2 a {
  font-size: 12px;
  color: #F60;
}

#me_messages td h2.read a {
  color: #234A8C;
}

#me_messages td h2 a:hover {
  text-decoration: underline;
}

#me_messages img.avatar {
  width: 44px;
  border: 1px solid #242424;
}

#me_messages .username {
  display: block;
  color: gray;
}

#me_messages .message {
  min-height: 32px;
  width: 425px;
  word-wrap: break-word;
}

#me_messages .message a {
  color: gray;
}

#me_messages .message a:hover {
  color: white;
}

#me_messages .message .reply {
 display: block;
 padding: 10px;
 color: #545454;
 background: #1b1b1b url(https://img.ephoto.sk/images/theme_default/comment_quote_bg.gif) left top no-repeat;
 margin-top: 5px;
}

#me_messages a.filter {
  display: block;
  padding-top: 4px;
}

#me_messages div.loading {
  background: transparent url(https://img.ephoto.sk/images/theme_default/loading.gif) center center no-repeat;
}

#me_messages .actions a {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent left top no-repeat;
  width: 15px;
  height: 13px;
  margin: 0px 5px;
}

#me_messages .actions a.reply {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_reply_2.gif);
}

#me_messages .actions a.reply.active, #me_messages .actions a.reply:hover {
  background-position: left bottom;;
}

#me_messages .actions a.remove_message {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_remove_2.png);
}

#me_messages .actions a.remove_message:hover {
  background-position: left bottom;
}

#content h1 {
	font-weight: normal;
  	color: #F60;
	font-size: 14px;
}

/*** BUTTON ***/

.button, #article_content a.button, .uploadifive-button {
       display: inline-block;
       outline: none;
       cursor: pointer;
       text-align: center;
       text-decoration: none;
       font: 11px/100% Arial, Helvetica, sans-serif;
       padding: 3px 8px 4px 8px;
       text-shadow: 0 1px 1px rgba(0,0,0,.3);
       -webkit-border-radius: .5em; 
       -moz-border-radius: .5em;
       border-radius: .5em;
       -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
       box-shadow: 0 1px 2px rgba(0,0,0,.2);
       border: solid 1px #000000;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');

}

.button:hover, .grey2, #article_content a.button:hover, #article_content a.grey2, .uploadifive-button:hover  {
    color: #fef4e9;
    border: solid 1px #333333;
    background: #454545;
    background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#282828));
    background: -moz-linear-gradient(top,  #343434,  #282828);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#282828');
}

.grey2:hover, #article_content a.grey2:hover {
	border: solid 1px #000000;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.square_button {
	-webkit-border-radius: 0;
       -moz-border-radius: 0;
       border-radius: 0;
}

.small_button {
  font-size: 11px;
  padding: 5px 7px 5px 7px;
}

/* BUTTON LIKE */
.button_like, #welcome {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .4em 1em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #1b951a;
	background: #148a13;
	background: -webkit-gradient(linear, left top, left bottom, from(#25bc24), to(#148a13));
	background: -moz-linear-gradient(top,  #25bc24,  #148a13);
}

.button_like:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#148a13), to(#166c16));
	background: -moz-linear-gradient(top,  #25bc24,  #166c16);
	border: 1px solid #073806;
}
.button_like:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#148a13), to(#25bc24));
	background: -moz-linear-gradient(top,  #148a13,  #25bc24);
}

.grey, #article_content a.grey {
	 border: solid 1px #202020;
        background: #727171;
        background: -webkit-gradient(linear, left top, left bottom, from(#acacac), to(#727171));
        background: -moz-linear-gradient(top,  #acacac,  #727171);
}

.orange, .grey3:hover {
       -webkit-border-radius: .5em; 
       -moz-border-radius: .5em;
       border: solid 1px #000000;
       color: #fff;
       background: #f47c20;
       background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
       background: -moz-linear-gradient(top,  #f88e11,  #f06015);
}

.orange:hover, .grey3 {
    color: #fef4e9;
    border: solid 1px #333333;
    background: #454545;
    background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#282828));
    background: -moz-linear-gradient(top,  #343434,  #282828);
}


.notify {
	margin: 0px auto;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	padding: 100px 50px 100px 75px;
	font-family:Helvetica, Arial, sans-serif;
	color: #3c3c3c;
}

.notify2 {
	padding: 100px 50px 100px 50px;
}
/*** MARKITUP ***/

.markItUp * {
  margin: 0px;
  padding: 0px;
  outline: none;
}

.markItUp a:link, .markItUp a:visited {
  color: black;
  text-decoration: none;
}

.markItUpContainer {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.markItUpPreviewFrame {
  display: none;
}

.markItUpFooter {
  width: 100%;
}

.markItUpResizeHandle {
  width: 22px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(https://img.ephoto.sk/images/theme_default/editor_handle.png);
  overflow: hidden;
  cursor: n-resize;
}

.markItUpHeader {
  clear: both;
  height: 20px;
}

.markItUpHeader ul li {
  float: left;
  position: relative;
  list-style: none;
}

.markItUpHeader ul li:hover > ul {
  display: block;
}

/*** AKTIVITY ***/
#user_events {
  width: 100%;
}

#user_events td {
  padding: 10px 0px;
  border-bottom: 1px dotted #1f1f1f;
}

#user_events .img img {
  width: 56px;
  border: 2px solid #222222;
}

#user_events .img:hover img {
  border: 2px solid #fff;
}

#user_events a {
  color: #234A8C;
  text-decoration: underline;
}

#user_events a:hover {
  color: white;
}

#user_events .active a {
  color: #F60;
}

#user_events .nicedate {
  display: block;
  text-align: right;
}

#user_events .next {
  text-align: right;
  border: none;
}

#user_events .next a {
  text-decoration: none;
}

#user_events .next span {
  font-size: 18px;
}

/*** FORMS ***/

#content .form {
  /*width: 650px; */
  font-size: 12px;
  color: #b6b6b6;
  padding-top: 7px;
}


#content .resize {
  width: 500px;
 }


#content .form h2 {
  color: #F60;
}

#content .margin2 {
 margin-left: 50px;
}

#content .form .block1  {
	float: left;
	display: block;
	width: 298px;
}

#content .form .block1 input {
	float: left;
	margin-top: 10px;
}


#content .form table {
  margin: 0px 15px 15px 0px;
  width: 99%;
}

#content .form table th {
  text-align: right;
  padding-right: 8px;
  vertical-align: top;
  padding-top: 10px;
}

#content #register.form table th {
  text-align: left;
}

#content #register.form table td.price {
  text-align: right;
  font-weight: bold;
  color: #fff;
}

#content #register.form table td.price table {
  margin: 0px;
  padding: 0px;
}

#content .form table th.top {
  padding-top: 6px;
}

#content .form table th label {
  color: #aaaaaa;
  font-weight: normal;
  padding-right: 11px;
}

#content .form table th label.required {
  padding: 0px;
}


#content #register.form em {
  float: none;
  display: inline;
}

#content .form label.error {
  padding-left: 5px;
  color: #f7e47d;
}

#content .form table td.submit {
  padding: 15px 0px 15px 0px;
}

#container .form button {
	padding: 7px 8px 7px 8px;
  	margin: 15px 0px 15px 0px;
}

.advertisment {
	float: right;	
	width: 300px;
	height: 300px;
	margin: 73px 72px 0px 10px;
	padding-left: 0px;
}
.advertisment .title {
	font-size: 10px;
	float: left;
	margin: -12px 0px 0px 0px;
}

#content .form input, #content .form textarea, #profile_statistics .select_date input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #1a1a1a;
  padding: 5px 4px;
  font-size: 12px;
  border: 1px solid #313131;
  margin-right: 3px;
  color: #c3c3c3;
}

#content .form input[type="text"] {
  width: 255px;
}

#content .form select {
  width: 185px;
}

#content .form input.radio {
  width: auto;
  padding: 0px;
}

#content .form textarea {
  width: 445px;
}

#content .form span.note {
  display: block;
  color: gray;
  font-size: 11px;
  padding-top: 3px;
}

#content .form .required_note, #container .form .required_note {
  clear: both;
  padding-top: 6px;
  border-top: 1px solid #1a1a1a;
  font-size: 10px;
  color: #868686;
}

#content .form .required_note2, #container .form .required_note2 {
  clear: both;
  padding-top: 6px;
  font-size: 10px;
  color: #868686;
}


#content .form.register label.error {
  font-size: 12px;
}

#content .form table td.columns label {
  width: 48%;
  float: left;
  font-size: 12px;
}

#content .form ul.list {
  padding: 0px 0px 10px 0px;
  list-style-type: none;
}

#content .form ul.list li {
  border-bottom: 1px dotted #202020;
  padding: 3px 0px;
}

#content .register_title {
  background: #F60;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 286px;
  padding: 8px 14px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

#content #register.form .radio {
  width: 15px;
  margin-right: 10px;
} 

/*** FORM - DETAILS ***/

#content table.details {
  margin: 5px 15px 15px 0px;
  width: 96%;
  font-size: 12px;
}

#content table.details th {
  text-align: right;
  padding: 3px 15px 3px 0px;
  vertical-align: top;
  color: gray;
  font-weight: normal;
}

#content table.details td {
  padding: 3px 0px;
}

#content table.details a {
  color: #F60;
  text-decoration: underline;
}

#content table.details a:hover {
  text-decoration: none;
}

#content table.details .button {
  text-decoration: none;
}

#content table.details a.user {
  color: #234A8C;
}

#content table.details a.user.online {
  color: #91C416;
}

/*** PROGRESS BAR ***/

.progress_wrap {
	float: left;
	background-color: #1b1b1b;
	padding: 10px 25px 15px 25px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	margin-left: 10px;
}

#progress_bar {
  float: left;
  width: 620px;
  height: 38px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/progress_bar_bg.png) 0px 0px no-repeat;
}

#progress_bar .bar {
  height: 38px;
}

#progress_bar span {
  text-align: right;
  color: white;
  display: block;
  margin-left: 8px;
  padding: 8px 15px 0px 0px;
  height: 30px;
  background: transparent url(https://img.ephoto.sk/images/theme_default/progress_bar_bg.png) right -38px;
  font-size: 18px;
}

#profile_status {
  padding: 20px 0px 150px 30px !important;
}

#profile_status .left, #me_profil .left {
  font-size: 18px;
  padding: 8px 0px 0px 15px;
  color: white;
}

/*** MARKITUP ***/

.markItUp * {
  margin: 0px;
  padding: 0px;
  outline: none;
}

.markItUp a:link, .markItUp a:visited {
  color: black;
  text-decoration: none;
}

.markItUpContainer {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.markItUpPreviewFrame {
  display: none;
}

.markItUpFooter {
  width: 100%;
}

.markItUpResizeHandle {
  width: 22px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(https://img.ephoto.sk/images/theme_default/editor_handle.png);
  overflow: hidden;
  cursor: n-resize;
}

.markItUpHeader {
  clear: both;
  height: 20px;
}

.markItUpHeader ul li {
  float: left;
  position: relative;
  list-style: none;
}

.markItUpHeader ul li:hover > ul {
  display: block;
}

.markItUpHeader ul .markItUpDropMenu {
  margin-right: 5px;
}

.markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0px;
}

.markItUpHeader ul ul {
  display: none;
  border: 1px solid #000;
  background: #000000;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1000;
}

.markItUpHeader ul ul li {
  float: none;
  border-bottom: 1px solid #000;
}

.markItUpHeader ul ul li a {
  overflow: hidden;
  text-indent: -9999px;
}

.markItUpHeader ul ul .markItUpDropMenu {
  background: #FFF url(https://img.ephoto.sk/images/theme_default/editor_submenu.png) no-repeat 100% 50%;
}

.markItUpHeader ul .markItUpSeparator {
  width: 1px;
  height: 12px;
  margin: 4px 8px 0px 8px;
  background-color: #CCC;
  overflow: hidden;
}

.markItUpHeader ul a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 1px;
  border: 1px solid #141414;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
}

.markItUpHeader ul a:hover {
  border: 1px solid #808080;
  background-color: #303030;
}

.markItUpHeader ul ul a {
  display: block;
  padding: 5px 5px 5px 25px;
  padding-left: 0px;
  border: none;
  text-indent: 0;
}

.markItUpHeader ul ul a:hover {
  border: none;
  background-color: #1A1A1A;
  color: #FFF;
}

.markItUp .bold a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_bold.png);
}

.markItUp .italic a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_italic.png);
}

.markItUp .forum_link a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_link.png);
}

.markItUp .blog_image a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_action_images.gif);
}

.markItUp .emoticons a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/smile.png);
}

.markItUp .smile a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/smile.png);
}

.markItUp .bigsmile a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/bigsmile.png);
}

.markItUp .shock a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/shock.png);
}

.markItUp .frown a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/frown.png);
}

.markItUp .tongue a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/tongue.png);
}

.markItUp .bored a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/bored.png);
}

.markItUp .wink a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/wink.png);
}

.markItUp .love a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/love.png);
}

.markItUp .confused a {
  background-image: url(https://img.ephoto.sk/images/theme_default/emoticons/confused.png);
}

.markItUp .youtube a {
  background-image: url(https://img.ephoto.sk/images/theme_default/icon_youtube.gif);
}


/*** ATTACHEMENTS ***/

.attachements img {
  height: 65px;
  margin: 5px;
  border: 1px solid #222121;
}

/*** STATUS ***/

.status {
  padding: 25px 25px;
  background-color: #0e1e00;
  color: #8fc560;
  font-weight: bold;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.status.failed {
  background-color: #1e0000;
  color: #c56060;
}

.status.warning {
  background-color: #1b1b1b;
  color: #AAA;
  margin: 10px 20px 10px 20px;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px #151515;
}

.status.warning a, a.link {
 color: #F60;
}

#status_msg {
  position: fixed;
  top: 0px;
  left: 50%;
  width: 980px;
  margin-left: -500px;
  padding: 10px;
  font-size: 16px;
  background-color: #86ca5d;
  color: white;
  text-align: center;
  z-index: 1500;
  font-weight: bold;
  display: none;
}

#status_msg.failed {
  background-color: #ff1f28;
}

.more_info_detail, .more_photo_detail  {
   display: none;
}

.upload_zone {
  background-color:#0d0d0d;
  margin: 5px;
  padding: 20px;
}

/*** UPLOADIFY ***/

.uploadify {
  display: none;
}

.uploadifyQueue {
  padding-top: 5px;
  clear: both;
}

.uploadifyQueueItem {
  width: 350px;
  margin-top: 5px;
  padding: 10px;
  border: 2px solid #E5E5E5;
  background-color: #F5F5F5;
  font: 11px Verdana, Geneva, sans-serif;
}

.uploadifyError {
  border: 2px solid #FBCBBC !important;
  background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
  float: right;
}

.uploadifyProgress {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #808080;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  border-left: 1px solid #808080;
  background-color: #FFFFFF;
}

.uploadifyProgressBar {
  width: 1px;
  height: 3px;
  background-color: #0099FF;
}

 #loading{
      background:#000 url('https://img.ephoto.sk/images/theme_default/preloader.gif') center no-repeat;
      height:100%;
      width:100%;
      position:fixed;
      top:0;
      left:0;
      display:none;
      z-index: 10000;
      }


/*** PLUGINS ***/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; border: 2px solid #191919;}
        #cboxLoadingGraphic{background:url(https://img.ephoto.sk/images/theme_default/modal/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(https://img.ephoto.sk/images/theme_default/modal/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, 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: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #404040; background: #121212 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_gloss-wave_16_121212_500x100.png) 50% top repeat-x; color: #eeeeee; }
.ui-widget-content a { color: #eeeeee; }
.ui-widget-header { border: 1px solid #404040; background: #888888 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-hard_15_888888_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 #cccccc; background: #adadad url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-soft_35_adadad_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #333333; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; 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 #dddddd; background: #dddddd url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-soft_60_dddddd_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #121212 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_inset-soft_15_121212_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; 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 #404040; background: gray url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-hard_55_555555_1x100.png) 50% top repeat-x; color: #cccccc; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #cccccc; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 4px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

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

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

/* 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*/
}

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/*** AUTOCOMPLETE ***/

#searches h2 {
  color: #82A3A9;
  font-size: 12px;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  z-index: 99999;
  overflow: hidden;
  text-align: left;
}

.ac_results ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.ac_results li {
  display: block;
  margin: 0px;
  padding: 2px 5px;
  overflow: hidden;
  font: menu;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
}

.ac_odd {
  background-color: #eeeeee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

/*** PHOTO - SMALL ***/
#photo_list .item_small  {
  float: left;
  text-align: center;
  height: 210px;
 }

#photo_list .item_small .add_photo {
  height: 120px;
  width: 150px;
  float: left;
  text-align: center;
  border: 2px dashed #4e4e4e;
  padding-top: 30px;
  font-size: 34px;
  margin: 20px 20px 0px 20px;
}

#photo_list .item_small .add_photo .small {
  font-size: 11px;
}

#photo_list .item_small .add_photo:hover {
  border: 2px dashed #D74C1D;
  color:#D74C1D;
}


#photo_list .item_small .img_q {
	width: 155px;
	height:155px;
	margin: 20px 20px 0px 20px;
	float: left;
}

#photo_list .item_small.me {
  margin: 26px 26px 0px 26px;
}

#photo_list .item_small.controls {
  height: 215px;
}

#photo_list .item_small a.img img {
  border: 2px solid #222222;
}

#photo_list .item_small a.img:hover img {
  border: 2px solid #722C0F;
}

#photo_list .item_small h3 {
  font-weight: normal;
  padding-top: 3px;
  font-size: 11px;
}
#photo_list .item_small a.critics {
  margin-left: 80px;
}
 
#photo_list .item_small .actions {
  float: left;
  margin-left: 18px;
  margin-top: 90px;
}



#photo_list .item_small .picture_ranking, #photo_list .item_small .picture_title {
  display: none;
  float: left;
  width: 180px;
  clear: both;
}

/*** PHOTO - ACTIONS ***/
#photo_list .actions, #album_list .actions {	
}

#photo_list .actions:hover, #album_list .actions:hover {
}

#photo_list a.edit, #photo_list a.remove, #photo_list a.checkbox, #photo_list a.critics, #album_list a.edit, #album_list a.remove {
  width: 14px;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
}
#photo_list a.remove, #album_list a.remove {
 margin-left: 18px;
}

#photo_list a.checkbox {
 margin-left: 57px;
}

#photo_list a.checkbox.active {
  background-position: -15px 0px;
}

#photo_list a.critics.active {
  background-position: -15px 0px;
}

#photo_list a.edit, #album_list a.edit {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_photo_edit.png) 0px 0px no-repeat;
}

#photo_list a.edit:hover, #album_list a.edit:hover {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_photo_edit.png) -15px 0px no-repeat;
}

#photo_list a.remove, #album_list a.remove {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_remove_3.png) 0px 0px no-repeat;
}

#photo_list a.remove:hover, #album_list a.remove:hover {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_remove_3.png) -15px 0px no-repeat;
}

#photo_list a.checkbox {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_checkbox2.png) 0px 0px no-repeat;
}

#photo_list a.checkbox:hover {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_checkbox2.png) -15px 0px no-repeat;
}

#photo_list a.critics {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_critics2.png) 0px 0px no-repeat;;
}

#photo_list a.critics:hover {
  background: transparent url(https://img.ephoto.sk/images/theme_default/icon_critics2.png) -15px 0px no-repeat;;
}

/*------------END PHOTO LIST ---------------*/

/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/



.uploadifive-queue-item {
	background-color: #2d2d2d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
	width: 500px;
	color:#ededed;
}
.uploadifive-queue-item .close {
	background: url('https://img.ephoto.sk/images/theme_default/uploadify/uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	height: 10px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #F60;
	height: 3px;
	width: 0;
}

#container .form th {
	text-align: right;
	font-weight: normal;
}

.status .orange_c {
 color: #f45d24;
}

.status .blue_c {
 color: #3498ff;
}

/* EKONTO PROMO */
.ekonto_promo {
	background: transparent url(https://img.ephoto.sk/images/theme_default/ekonto/ekonto-promo-bg.jpg) 0px 0px no-repeat;	
	padding: 20px;
	font-size: 16px;
	color: #f5f5f5;
	margin: 1px 10px 10px 10px;
}

.ekonto_promo .highlight_promo {
	background-color: #2a2a2a;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	padding: 20px 40px 20px 40px;
	text-align: center;
	font-size: 14px;
}

.ekonto_promo h2, #article .ekonto_promo h2 {
	font-size: 22px;
	margin: 10px 0px 20px 80px;
	text-align: left;
	font-weight: normal;
}

.ekonto_promo ul {
	margin: 30px 0px 0px 90px;	
}

.ekonto_promo ul li {
	margin-left: 10px;
	margin-bottom: 7px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	list-style: none;
	background: url('https://img.ephoto.sk/images/theme_default/ekonto/about/bullet.png') 0px 0px no-repeat;
	padding-left: 30px;
}	

.c_orange {
	color:#F60;
}

.c_green {
	color:#36ae25;
}

.c_blue {
	color:#258ab5;
}

.ekonto_promo .more_info_detail {
	display: none;
}

.ekonto_box {
	text-align: center;
	font-size: 15px;
	margin: 10px 10px 1px 10px;
  	background-color: #161616;
	padding: 0px 0px 20px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.ekonto_promo a.registration, .ekonto_promo a.login {
	font-size: 12px;
	padding-left: 13px;
}
.ekonto_promo a.more_info {
	margin: 20px;
	border-bottom: 1px dotted #464646;
}

.ekonto_promo .button {
	padding: 10px 12px 10px 12px;
	font-size: 15px;
	
}

.ekonto_promo .grey4 {
	color: #414141;
}

.ekonto_promo .links {
	text-align: center;
	font-size: 11px;
}

.status_ekonto {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

.submit_button {
	cursor:pointer;
	width: 140px;
}

.froala-element p {
  color: #c3c3c3;
  font-family: Arial,tahoma,sans-serif;  
  margin: 0px;
  padding: 0px 0px 12px 0px;
  line-height: 19px; 
  font-size: 13px;
}

.froala-element ol li > p {
  color: #c3c3c3;
  font-family: Arial,tahoma,sans-serif;  
  margin: 0px !important;
  padding: 0px 0px 6px 0px;
}
.froala-element ul {
  margin: 10px;
  margin: 0px;
}
.froala-element ul li > p {
  color: #c3c3c3;
  font-family: Arial,tahoma,sans-serif;  
  margin: 0px !important;
  padding: 0px 0px 6px 0px;
}

.froala-element a {
  color: #F60;
  text-decoration: none;
}


.froala-element h2 {
  padding: 20px 0px 6px 0px;
  color: #F60;
  font-size: 18px;
  font-weight: normal;
}

.froala-element h3 {
  padding: 20px 0px 6px 0px;
  color: #F60;
  font-size: 16px;
  font-weight: normal;
}

.froala-element h4 {
  padding: 20px 0px 6px 0px;
  margin: 0px;
  color: #F60;
  font-size: 14px;
  font-weight: normal;
}

.froala-element h5 {
  color: #898989;
  padding: 20px 0px 6px 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
}

/*QTIP*/
/*! qtip2 v2.0.0 | http://craigsworks.com/projects/qtip2/ | Licensed MIT, GPL */.qtip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:560px;min-width:50px;font-size:12.5px;line-height:14px;direction:ltr}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr;vertical-align:middle}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal normal 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}/*! Light tooltip style */.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}/*! Dark tooltip style */.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#505050;border-bottom:#404040;font-weight:normal}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}/*! Cream tooltip style */.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}/*! Red tooltip style */.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}/*! Green tooltip style */.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}/*! Blue tooltip style */.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));background-image:-webkit-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,black 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px black}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:-10000em;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}






