/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* END RESET CSS */

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

There are three custom edits:
* Remove arial, helvetica from explicit font stack
* We normalize monospace styles ourselves
* Table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:11pt/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
/*select, input, textarea, button { font:99% sans-serif; } */

/*
Normalize monospace sizing:
en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
*/
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
/* 
Minimal base styles 
*/
/* body, select, input, textarea { /*color:#254241; */ /*font:12px/1.5 "Tahoma", "Arial", sans-serif; } */
body, select, input, textarea {
  font:12px/1.5 "Tahoma", "Arial", sans-serif;
}

html { overflow-y: scroll; } /* Always force a scrollbar in non-IE */
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } /* Remove margins for navigation lists */
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ }
textarea { overflow:auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left:-7px; } /* thnx ivannikolic! */

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: baseline; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; } /* Hand cursor on clickable input elements */
button, input, select, textarea { margin: 0; } /* Webkit browsers add a 2px margin outside the chrome of form elements */ 

/*
Colors for form validity
*/
input:valid, textarea:valid  {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection { background: #293d84; color:#fff; text-shadow: none; }
::selection { background:#293d84; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color:#293d84; } /* j.mp/webkit-tap-highlight-color */

a:link {
	color: #718ABE;
	text-decoration: none;
}

a:visited {
	color: #718ABE;
	text-decoration: none;
}

a:hover {
	color:#3b3b80;
	text-decoration: underline;
/*
	border-bottom: 1px solid;
	background-color: #fff;
        box-shadow: 0 0 0.4em #b6d1ff, 0 0 0.4em #b6d1ff;
*/
}

a:active {
/*
	background-color: #718ABE;
	color: #FFFFFF;
*/
}

a.activeurl{
	border-bottom: 1px dashed;
}


/*
(EDITED) Make buttons play nice in IE:    
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
*/
button {  width:auto; overflow:visible; padding:0 .25em; }
 
/*
Bicubic resizing for non-native sized IMG: 
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
.ie7 img { -ms-interpolation-mode: bicubic; }

/*
The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix
*/
.clearfix:before, .clearfix:after { content:"\0020"; display:block; height:0; visibility:hidden; } 
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

.clear {
    clear: both;
}

.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }

.center1 {display:table;text-align:center;}
.center2 {display:table-cell;vertical-align:middle;}

/*
---------------------------------------------------------------------------------------------------------------------------------------
Webpage styles
Minden ideiglenes!
*/


html, body {
/*    height:100%; */
}

body {
    background-color: #bbb;
/*
    background-image: url("../images/headerbg.png");
    background-position: left top;
    background-repeat: repeat-x;
*/
/*
    padding: 40px 0 0 0;
*/
}


h1{
	color:#777;
	font-weight:normal;
	font-size:28pt;
	text-align:center;
/*    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; */
/*	text-shadow: 0 1px 1px rgba(0,0,0,.3);  */
}

h3{
	background-color:#bbb;
	font-weight:normal;
	font-size:14pt;
	padding:5px;
	border-top:1px solid #000;
}


.wrapper h1{
	background:#eee;
	border-bottom:1px solid #aaa;
/*	border-top:20px solid #eee; */
/*	padding: 0 30px; */
}


.wrapper {
    margin: 25px auto;
    /*max-width: 1200px;*/
    overflow: hidden;
    /*width: 100%;*/
	max-width: 1200px;
    background-color: #fff;
    padding: 30px 0 15px 0;
    border-radius: 10px;

    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.50);

    min-height: 400px;

/*
    overflow:auto;
    padding-bottom: -248px;
    min-height: 100%;
*/
}

.container {
/*
    min-height:670px;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    margin: 30px 0;
*/
    /*border:1px solid #eee;*/
}

div.header-outer {
	height: 48px;
	background-color: #BBBBBB;
	background-image: url("../images/headerbg.png");
	background-position: left top;
	background-repeat: repeat-x;
	/*min-width: 1200px; */
}
header {
	overflow:hidden;
	top: 0;
	/*min-width: 1200px; */
	margin: 0 auto;
	height: 48px;
}

header h1 { float:left; margin-left: 10px; }
header h1 a:hover{border-bottom:0;}
.header_interticket h1 a { background:url(../images/interticket.png) no-repeat; display:block; width:250px; padding:35px 0 0 0; margin-top: 11px; height:0px; overflow:hidden; }
.header_billetexpressen h1 a  { background:url(../images/billetexpressen_logo.png) no-repeat; display:block; width:342px; padding:35px 0 0 0; margin-top: 11px; height:0px; overflow:hidden; }
.header_hidden  { display:none; }



#navico{
  float:left;  
  width:200px;
  height:32px;
  margin-top:10px;
}

.tc{
  margin-left:20px;
}

.tc:hover{
  opacity: 0.8;
}

.ddmenu{
  display:none;
  padding:3px;
  font-size: 13px;
  font-weight: bold;
  line-height:170%;
}

.ddmenu div{
/*  margin:5px; */
}

nav {
  float:right;
  overflow:hidden; margin-top:10px;
  height:32px;
  position:relative;
}

nav a:link, nav a:visited {
  font-weight:bold;
  text-decoration:none;
  color:#fff;
  margin-left:20px;
  text-shadow: 0 1px 0 #000;
/*  letter-spacing:.05em;*/
}

.menu {
/*  background:#ddd; padding:10px; margin-bottom:10px; text-shadow: 0 1px 0 white; color:#369; */
  height:50px;
}


#path {
  background:#eeeeee;
  padding:7px;
  font-size:11pt;
  border-bottom:1px solid #000;
/*  margin-bottom:10px; */
  margin:0 30px 10px 30px;
}

#navigation{
  margin: 20px auto;
  max-width: 1186px;
/*  height:77px; */
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background:#645e71;
  padding:7px;
}

.navline{
  clear:both;
  height:32px;  
}

.navleft{
  float:left;
  margin-right:1px;
  height:32px;
}

.navright{
  height:32px;
  margin-left: 293px;
}

.navright a{
  display: block;
  float: left;
  padding: 3px 20px;
  margin: 3px;
  font-size:14px;
  border-right:1px solid #314396;
}


.actmenu{
  font-size:12pt;
  padding-left:22px;
  padding-top:3px;
  width:270px;
  height:29px;
}



/*
url(../images/menu_tmp_bg.png) 
*/

/*
.menu a{
    font-size:12pt; 
    font-weight:bold;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    color: #5A5A5A;
    float: left;
    margin-left: 0.4em;
    outline: medium none;
    padding:3px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
}

.menu a {
    background: #fff;
    border-color: #D2D2D2 #BDBDBD #ACACAC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #CFCFCF;
    cursor: pointer;
}

.menu a:hover{
    background: #eee;
}
*/

.containerfoot { background:#ffffff no-repeat 20px center; color:#ffffff; -moz-border-radius:0 0 5px 5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-radius:0 0 5px 5px; }

div.footer-outer {
	background:url(../images/footerbg.png) repeat-x;
/*	min-width: 1200px; */
}
footer{
	padding-top: 14px;
	height: 248px;
	color: #fff;
/*	width: 1200px; */
	margin: 64px auto 0px auto;
}

footer .fcontainer{
    float: left;
    margin-right: 20px;
    width: 13%;
	clear:both;
}

footer h5{
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 4px;
    color: #ccc;
}

footer ul {
    list-style: none outside none;
    margin-left: 0;
}

footer a:link,footer a:visited{
    color: #fff;
/*    text-shadow: 0 -1px 0 black; */
}

footer a:hover{
    color: #ccc;
}


.leftc{
    float:left;
    width:660px;
    overflow:hidden;
}

.rightc{
    float:right;
    width:300px;
    overflow:hidden;
}

.note{
  font-size:9pt;
  line-height:120%;
  color:#555;
  margin-bottom:3px;
/*  font-style:italic; */
}

.nowrap{
  display:inline-block;
  white-space: nowrap;
  padding-right:10px;
}


.eventrepeat, .event_repeat_type{
  border-radius: 5px;
  background-color:#dedede;
  padding:5px;
  margin-top:10px;
}

.filter_head{
  font-size:16pt;
  border-bottom: 1px solid #000;
  height:36px;
}

.filter_subhead{
  font-size:11pt;
  font-weight:bold;
  margin:15px 0 5px 0;
}

.filter_link{
  font-weight:bold;
  margin-left:10px;
  padding:3px;
}


.hidden-element,
.event_repeat_type{
  display:none;
}


.selected_radio{
  color:#000 !important;
  /*background:#000;
  padding:0 3px; 
  border-radius: 2px; */
  border-bottom: 1px dashed #000;
}

.evrtl label{
  display:inline-block;
  width:140px;
}
.evrtl div{
  padding:3px 0;
}

#wdays span{
  display:inline-block;
  width:90px;
}

.loginreg{
  margin:50px;
    border-radius: 10px;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.30);
}


.info{
    background:#aaa url(../images/ico/info.png) no-repeat;
    padding: 3px 3px 3px 43px;
	border: 1px solid #839CCA;
	min-height:35px;
	background-position: 5px 5px;
	border-radius: 5px;
	text-align:left;
	font-size:10pt;
	margin:10px;
	color:#fff;
    cursor: default;
/*	opacity:0.5; */
}
.info_error{
	background:#aaa url(../images/ico/error.png) no-repeat;
    padding: 3px 3px 3px 43px;
	border: 1px solid #A79696;
	background-position: 5px 5px;
	border-radius: 5px;
	text-align:left;
	font-size:10pt;
	margin:10px;
	color:#fff;
    min-height: 35px;
    cursor: default;
/*	opacity:0.5; */
}
.info_warning{
    background:#aaa url(../images/ico/warning.png) no-repeat;
    padding: 3px 3px 3px 43px;
    border: 1px solid #ADA0A0;
    background-position: 5px 5px;
    border-radius: 5px;
    text-align:left;
    font-size:10pt;
    margin:10px;
    color:#fff;
    min-height: 35px;
    cursor: default;
    /*	opacity:0.5; */
}

.warning_icon_small {
	background: url(../images/ico/warning_small.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.has_menu_icon_small {
	background: url(../images/buttons.gif) no-repeat -293px;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.info:hover, .info_error:hover{
	opacity:1;
}
.venuename{
  font-size: 0.8em;
}

.auditname{
  font-size: 0.8em;
}

.imgthumb{
  float:left;
  width:142px;
  height:142px;
  padding:5px;
  background:#eee;
  margin:10px; 
  border:1px solid #ccc;
  border-radius:5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
  position: relative;
}

.event-card {
	width: 260px !important;
	margin: 0px 32px 32px 0px;
}
.event-card-featured {
	width: 406px !important;
	margin-right: 32px;
}

.event-card .programname,
.event-card-featured .programname {
	font-weight:bold;
	font-family: "Segoe UI Light", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
	width: 260px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
.event-card-featured .programname {
	font-size: 24px;
	width: 406px;
	height: 35px;
}

.event-card .event-thumb {
	width: 260px;
	height: 127px;
}
.event-card-featured .event-thumb {
	width: 406px;
	height: 198px;
}
.event-card .short,
.event-card-featured .short {
	height: 80px;
	word-wrap: break-word;
	overflow: hidden;
}
.event-card-featured .short {
	height: 120px;
}

.event-card .short .dateholder,
.event-card-featured .short .dateholder {
	width: 52px;
	height: 70px;
	float: left;
/*	border: 1px solid #fff;*/
	margin: 5px 10px 5px 0px;
}
.event-card-featured .short .dateholder {
	width: 82px;
	height: 110px;
}

.event-card .short .dateholder .day,
.event-card-featured .short .dateholder .day {
	width: 52px;
	height: 38px;
	background: #e5e5e5;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 5px;
	border-bottom: 2px solid #fff;
	cursor: default;
}
.event-card-featured .short .dateholder .day {
	font-size: 42px;
	font-family: "Segoe UI Condensed", Arial, Helvetica, sans-serif;
	width: 82px;
	height: 63px;
	padding-top: 5px;
	cursor: default;
/*	padding-left: 12px;
	letter-spacing: 5px; */
}

.event-card .short .dateholder .prefixed {
	font-size: 14px !important;
	height: 33px !important;
	padding-top: 10px !important;
}
.event-card .short .dateholder .prefixed-multiline {
	font-size: 14px !important;
	height: 43px !important;
	padding-top: 0px !important;
}
.event-card-featured .short .dateholder .prefixed {
	font-size: 26px !important;
	height: 53px !important;
	padding-top: 15px !important;
}
.event-card-featured .short .dateholder .prefixed-multiline {
	font-size: 24px !important;
	height: 68px !important;
	padding-top: 0px !important;
}

.event-card .short .dateholder .month,
.event-card-featured .short .dateholder .month {
	width: 52px;
	height: 25px;
	background: #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: default;
}
.event-card-featured .short .dateholder .month {
	font-size: 16px;
	letter-spacing: 5px;
	padding: 5px 0px 0px 5px;
	width: 77px;
	height: 30px;
	cursor: default;
}

.event-card .short .descholder,
.event-card-featured .short .descholder {
	float: left;
	width: 198px;
	word-wrap: break-word;
	line-height: 19px;
	text-align: justify;
	overflow: hidden;
	height: 75px;
	margin-bottom: 5px;
}
.event-card-featured .short .descholder {
	width: 314px;
	height: 115px;
	line-height: 22.5px;

}

.event-card .short .descholder p,
.event-card-featured .short .descholder p {
	font-weight: bold;
}
.event-card-featured .short .descholder p {
	font-size: 16px;
}
div#eventCalendar {
	width: 250px;
	margin-bottom: 35px;
}
div#eventCalendar div.ui-datepicker {
 width: 244px;
 font-size:14px;
}
div#eventCalendar .ui-state-highlight {
	background: #ccc;
	border: 1px solid #000;
}
#module_searcher .box-content{
	margin-bottom: 2em;
	text-align: center;
}

div#eventMapHolder {
	width: 250px;
	height: 250px;
}
#eventMapHolder img {
    max-width: none !important;
}
/* #videoList1 */
.video_thumb{
  float:left;
  width:125px;
  height:137px;
  padding:5px;
  background:#eee;
  margin:10px; 
  border:1px solid #ccc;
  border-radius:5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}




/*--------------------temp--------------------*/


.myPic
{

}

.actor_thumb{
  border-radius:3px;
}

.actor_thumb_no_photo{
  width:30px;
  height:30px;
  border:1px solid #aaa;
  border-radius:3px;
  font-size:8pt;
  line-height:9pt;
  text-align:center;
}

.thumb_hover{
  max-height:256px;
  margin:3px 0;
}

.actor_thumbx{
  display:block;
  width:34px;
  height:34px;
  overflow:hidden;
}

.thumb{
  display:block;
  width:142px;
  height:142px;
  overflow:hidden;
}


a.newbutton:link,a.newbutton:visited{
  text-decoration:none;
  float:right;

  text-align:center;
  font-size:12pt;
  border:1px solid #777;
  border-radius:3px;
  padding:1px 5px;
  background-color:#eee;
  margin-top:0;
  cursor:pointer;
  color:#000;
  padding:2px 5px;
  font-size:10pt;
  font-weight:bold;
}

a.newbutton:hover{
  border:1px solid #000;
  background-color:#777;
  color:#fff;
}

a.newbutton:active{
  border:1px solid #000;
  background-color:#777;
  margin-top:1px;
  color:#fff;
}

.newbutton_add{
  color:#fff !important;
  margin:-22px 0 0 0 !important;
}

#search_thumbnailList{
/*    height: 328px;
    border:1px solid #bbb;
*/
}

.search_imgthumb{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 5px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    float: left;
    width: 105px;
    height: 105px;
    margin: 10px;
    overflow: hidden;
    text-align:center;
    cursor:pointer;
    position: relative;
}

.search_imgthumb.active{
    border: 5px solid #fef668;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 115px;
    height: 115px;
    margin: 5px;

}


.bottomdiv{
    background-color:rgba(0,0,0,0.5);
/*    opacity: 0.8;*/
    position: absolute;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    line-height: 11pt;
    height: 15%;
    text-align: center;
    width: 100%;
/*    text-shadow: 0 1px 1px rgba(0,0,0,1); */
    font-weight:bold;
}


.bottomdiv:hover{
/*    background-color:rgba(0,0,0,1); */
    height: 30%;
}


.imgbottomdiv{
    background-color:rgba(0,0,0,0.5);
/*    opacity: 0.8;*/
    position: absolute;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    line-height: 11pt;
    height: 24px;
    width: 133px;
    text-align: center;
/*    text-shadow: 0 1px 1px rgba(0,0,0,1); */
    font-weight:bold;
    display:none;
    margin-right:10px;
    margin-bottom:5px;
    padding: 4px;
}

.videobottomdiv{
    background-color:rgba(0,0,0,0.7);
/*    opacity: 0.8;*/
    position: absolute;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    line-height: 11pt;
    height: 24px;
    width: 117px;
    text-align: center;
/*    text-shadow: 0 1px 1px rgba(0,0,0,1); */
    font-weight:bold;
    display:none;
    margin-right:10px;
    margin-bottom:5px;
    padding: 4px;
}


/*!!! todo: image map + optimize */


.roundgrey{
    background-color: #BBBBBB;
    border: 3px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
}
.roundgrey:hover{
    background-color: #777;
    border: 3px solid #777;
}

.imgdelete, .videodelete{
  width:24px;
  height:24px;
  float:left;
  background-image: url("../images/icom/delete.png");
  cursor: pointer;
  margin-left:5px;
  margin-right:10px;
}

.imgedit{
  width:24px;
  height:24px;
  float:left;
  background-image: url("../images/icom/edit.png");
  cursor: pointer;
  margin-right:10px;
}

.imgmove, .videomove{
  width:24px;
  height:24px;
  float:left;
  background-image: url("../images/icom/move.png");
  cursor: pointer;
  margin-right:10px;
}

.imgzoom{
  width:24px;
  height:24px;
  float:left;
  background-image: url("../images/icom/zoom.png");
  cursor: pointer;
}


.videoplay{
  width:24px;
  height:24px;
  float:left;
  background-image: url("../images/icom/play.png");
  cursor: pointer;
  margin-right:10px;
}





/*!!! todo end*/


.actordelete{
  width:24px;
  height:24px;
  float:left;
  background-image: url("../images/icom/delete.png");
  cursor: pointer;
  border-radius: 3px;
  border:3px solid #bbb;
  background-color: #bbb;
  margin-right:4px;
}

.actoredit{
/*  opacity: 0.3; */
  width:24px;
  height:24px;
  float:left;
  background-image: url("../images/icom/edit.png");
  cursor: pointer;
  border-radius: 3px;
  border:3px solid #bbb;
  background-color: #bbb;
  margin-right:4px;
}

.actormove {
    background-color: #BBBBBB;
    background-image: url("../images/icom/moveupdown.png");
    border: 3px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    float: left;
    height: 24px;
    width: 24px;
    margin-right:4px;
}

.actormove_horizontal {
    background-color: #BBBBBB;
    background-image: url("../images/icom/moveleftright.png");
    border: 3px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    float: left;
    height: 24px;
    width: 24px;
    margin-right:4px;
}

.actoradd {
    background-color: #BBBBBB;
    background-image: url("../images/icom/add.png");
    border: 3px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    float: left;
    height: 24px;
    width: 24px;
    margin-right:4px;
}

.actorduplicate {
    background-color: #BBBBBB;
    background-image: url("../images/icom/copy.png");
    border: 3px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
}

.actorplay {
    background-color: #BBBBBB;
    background-image: url("../images/icom/play.png");
    border: 3px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
}

.actordelete:hover, .actoredit:hover, .actormove:hover, .actormove_horizontal:hover, .actoradd:hover, .actorduplicate:hover, .actorplay:hover {
 border:3px solid #777;
 background-color:#777;
}


#imymenu, #itickets, #icalendar, #icalendar {
  cursor: pointer;
}





#thumbnailListx { list-style-type: none; margin: 0; padding: 0; }
#thumbnailListx li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 150px; height: 150px; font-size: 4em; text-align: center; }





.scontainer{
/*    text-shadow: 0 -1px 0 black; */
    margin: 0px 0 40px 0px;
/*    border-top:10px solid #eee; */
    border-bottom:1px solid #eee;
    background-color:#eee;
    padding:10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
/*    border-radius: 20px; */
/*    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.30); */
    cursor: pointer;
}

.scontainer:hover{
    background-color:#ddd;
/*    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.70); */
}

.scontainer h5{
/*    border-top:1px solid #aaa; */
    padding-top: 10px;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 4px;
    color: #888;
}

.scontainer div {
    margin-left: 148px;
}

.scontainer img {
    float:left;
    margin-right:7px;
    width:120px;
    height:120px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*    border-radius: 10px; */
}




.bluegradient{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}


/*todo: ezeket majd atteni valahova*/
#change_venue{
  float:right;
  height: 30px;
  padding:3px;
  font-size:11pt;
}



/*Choose recipients*/

.ui-widget-daredevel-checkboxTree ul{
/*
    padding-left:40px;
    margin:0;
*/
}

.ui-widget-daredevel-checkboxTree li {
    list-style-type: none;
    position: relative;
}

.ui-widget-daredevel-checkboxTree li span {
    cursor: default;
    position: absolute;
    top: 1px;
    left: -16px;
}

.sel_mail{
  height:auto !important;
}

.maildir{
  font-size:12pt;
  color: #000;
  font-weight: bold;
}



/**/


.eventinfo{
        background-color: #ccc;
        border-radius: 3px;
	padding:2px;
	width:140px;
	height:30px;
}

.eventinfo div, .videoinfo{
	float:left;
	width:28px;
	height:30px;
	background-image:url(../images/sprites/event_info_sprite.png);
	background-repeat:no-repeat;
	cursor: pointer;
}

.eventinfo div:hover{
        background-color: #7f7f7f;
        border-radius: 2px;
}

.eventinfo span{
	display:block;
	width:28px;
	height:13px;
	margin-top:17px;
	background-image:url(../images/sprites/event_info_sprite.png);
	background-repeat:no-repeat;
}

.eventinfo .true{
    background-position:-140px 0;
}

.eventinfo .false{
    background-position:-168px 0;
}
.eventinfo .eventinfo_short_desc{
    background-position:0 0;
}

.eventinfo .eventinfo_long_desc{
    background-position:-28px 0;
}

.eventinfo .eventinfo_actors{
    background-position:-56px 0;
}

.eventinfo .eventinfo_photo{
    background-position:-84px 0;
}

.eventinfo .eventinfo_video, .videoinfo{
    background-position:-112px 0;
}

.videoinfo{
  position: absolute; 
  top:2px;
}

.video_play{
    background-image: url("../images/icom/play_video_big.png");
    background-position: 30px 22px;
    background-repeat: no-repeat;
    height: 100px;
    position: absolute;
    top: 0;
    width: 125px;
    display:none;
}

div.free-badge-holder {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.free-badge-image {
	width: 127px;
	height: 127px;
	background: url("../images/free_strip.png") no-repeat left top;
	
	
}
div.free-badge-text {
	padding-top: 27px;
	width: 127px;
	height: 100px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px #a0a0a0;
	text-align: center;
	cursor: default;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);  /* FF3.5/3.6 */
	-o-transform: rotate(-45deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-45deg);  /* Saf3.1+ */
}
.attendee_list
{
    text-align: center;
    color: #444444;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.lang_select_box
{
    background-color: #666;
    border: 1px solid #A8A8A8;
    display:none;
    position: absolute;
    padding: 0.5em;
}
.go_home
{
    background-image: url('/images/ico/home_w.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin-top: 5px;
    margin-left: 15px;
    float: left;
    cursor: pointer;
}

.flag {
    width: 16px;
    height: 11px;
    background:url('/images/sprites/flags.png') no-repeat;
    float: left;
    margin-top: 4px;
}
.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cw {background-position: -32px -33px}
.flag.flag-cy {background-position: -48px -33px}
.flag.flag-cz {background-position: -64px -33px}
.flag.flag-de {background-position: -80px -33px}
.flag.flag-dj {background-position: -96px -33px}
.flag.flag-da {background-position: -112px -33px}
.flag.flag-dm {background-position: -128px -33px}
.flag.flag-do {background-position: -144px -33px}
.flag.flag-dz {background-position: -160px -33px}
.flag.flag-ec {background-position: -176px -33px}
.flag.flag-ee {background-position: -192px -33px}
.flag.flag-eg {background-position: -208px -33px}
.flag.flag-eh {background-position: -224px -33px}
.flag.flag-england {background-position: -240px -33px}
.flag.flag-er {background-position: 0 -44px}
.flag.flag-es {background-position: -16px -44px}
.flag.flag-et {background-position: -32px -44px}
.flag.flag-eu {background-position: -48px -44px}
.flag.flag-fi {background-position: -64px -44px}
.flag.flag-fj {background-position: -80px -44px}
.flag.flag-fk {background-position: -96px -44px}
.flag.flag-fm {background-position: -112px -44px}
.flag.flag-fo {background-position: -128px -44px}
.flag.flag-fr {background-position: -144px -44px}
.flag.flag-ga {background-position: -160px -44px}
.flag.flag-en {background-position: -176px -44px}
.flag.flag-gd {background-position: -192px -44px}
.flag.flag-ge {background-position: -208px -44px}
.flag.flag-gf {background-position: -224px -44px}
.flag.flag-gg {background-position: -240px -44px}
.flag.flag-gh {background-position: 0 -55px}
.flag.flag-gi {background-position: -16px -55px}
.flag.flag-gl {background-position: -32px -55px}
.flag.flag-gm {background-position: -48px -55px}
.flag.flag-gn {background-position: -64px -55px}
.flag.flag-gp {background-position: -80px -55px}
.flag.flag-gq {background-position: -96px -55px}
.flag.flag-gr {background-position: -112px -55px}
.flag.flag-gs {background-position: -128px -55px}
.flag.flag-gt {background-position: -144px -55px}
.flag.flag-gu {background-position: -160px -55px}
.flag.flag-gw {background-position: -176px -55px}
.flag.flag-gy {background-position: -192px -55px}
.flag.flag-hk {background-position: -208px -55px}
.flag.flag-hm {background-position: -224px -55px}
.flag.flag-hn {background-position: -240px -55px}
.flag.flag-hr {background-position: 0 -66px}
.flag.flag-ht {background-position: -16px -66px}
.flag.flag-hu {background-position: -32px -66px}
.flag.flag-ic {background-position: -48px -66px}
.flag.flag-id {background-position: -64px -66px}
.flag.flag-ie {background-position: -80px -66px}
.flag.flag-il {background-position: -96px -66px}
.flag.flag-im {background-position: -112px -66px}
.flag.flag-in {background-position: -128px -66px}
.flag.flag-io {background-position: -144px -66px}
.flag.flag-iq {background-position: -160px -66px}
.flag.flag-ir {background-position: -176px -66px}
.flag.flag-is {background-position: -192px -66px}
.flag.flag-it {background-position: -208px -66px}
.flag.flag-je {background-position: -224px -66px}
.flag.flag-jm {background-position: -240px -66px}
.flag.flag-jo {background-position: 0 -77px}
.flag.flag-jp {background-position: -16px -77px}
.flag.flag-ke {background-position: -32px -77px}
.flag.flag-kg {background-position: -48px -77px}
.flag.flag-kh {background-position: -64px -77px}
.flag.flag-ki {background-position: -80px -77px}
.flag.flag-km {background-position: -96px -77px}
.flag.flag-kn {background-position: -112px -77px}
.flag.flag-kp {background-position: -128px -77px}
.flag.flag-kr {background-position: -144px -77px}
.flag.flag-kurdistan {background-position: -160px -77px}
.flag.flag-kw {background-position: -176px -77px}
.flag.flag-ky {background-position: -192px -77px}
.flag.flag-kz {background-position: -208px -77px}
.flag.flag-la {background-position: -224px -77px}
.flag.flag-lb {background-position: -240px -77px}
.flag.flag-lc {background-position: 0 -88px}
.flag.flag-li {background-position: -16px -88px}
.flag.flag-lk {background-position: -32px -88px}
.flag.flag-lr {background-position: -48px -88px}
.flag.flag-ls {background-position: -64px -88px}
.flag.flag-lt {background-position: -80px -88px}
.flag.flag-lu {background-position: -96px -88px}
.flag.flag-lv {background-position: -112px -88px}
.flag.flag-ly {background-position: -128px -88px}
.flag.flag-ma {background-position: -144px -88px}
.flag.flag-mc {background-position: -160px -88px}
.flag.flag-md {background-position: -176px -88px}
.flag.flag-me {background-position: -192px -88px}
.flag.flag-mg {background-position: -208px -88px}
.flag.flag-mh {background-position: -224px -88px}
.flag.flag-mk {background-position: -240px -88px}
.flag.flag-ml {background-position: 0 -99px}
.flag.flag-mm {background-position: -16px -99px}
.flag.flag-mn {background-position: -32px -99px}
.flag.flag-mo {background-position: -48px -99px}
.flag.flag-mp {background-position: -64px -99px}
.flag.flag-mq {background-position: -80px -99px}
.flag.flag-mr {background-position: -96px -99px}
.flag.flag-ms {background-position: -112px -99px}
.flag.flag-mt {background-position: -128px -99px}
.flag.flag-mu {background-position: -144px -99px}
.flag.flag-mv {background-position: -160px -99px}
.flag.flag-mw {background-position: -176px -99px}
.flag.flag-mx {background-position: -192px -99px}
.flag.flag-my {background-position: -208px -99px}
.flag.flag-mz {background-position: -224px -99px}
.flag.flag-na {background-position: -240px -99px}
.flag.flag-nc {background-position: 0 -110px}
.flag.flag-ne {background-position: -16px -110px}
.flag.flag-nf {background-position: -32px -110px}
.flag.flag-ng {background-position: -48px -110px}
.flag.flag-ni {background-position: -64px -110px}
.flag.flag-nl {background-position: -80px -110px}
.flag.flag-no {background-position: -96px -110px}
.flag.flag-np {background-position: -112px -110px}
.flag.flag-nr {background-position: -128px -110px}
.flag.flag-nu {background-position: -144px -110px}
.flag.flag-nz {background-position: -160px -110px}
.flag.flag-om {background-position: -176px -110px}
.flag.flag-pa {background-position: -192px -110px}
.flag.flag-pe {background-position: -208px -110px}
.flag.flag-pf {background-position: -224px -110px}
.flag.flag-pg {background-position: -240px -110px}
.flag.flag-ph {background-position: 0 -121px}
.flag.flag-pk {background-position: -16px -121px}
.flag.flag-pl {background-position: -32px -121px}
.flag.flag-pm {background-position: -48px -121px}
.flag.flag-pn {background-position: -64px -121px}
.flag.flag-pr {background-position: -80px -121px}
.flag.flag-ps {background-position: -96px -121px}
.flag.flag-pt {background-position: -112px -121px}
.flag.flag-pw {background-position: -128px -121px}
.flag.flag-py {background-position: -144px -121px}
.flag.flag-qa {background-position: -160px -121px}
.flag.flag-re {background-position: -176px -121px}
.flag.flag-ro {background-position: -192px -121px}
.flag.flag-rs {background-position: -208px -121px}
.flag.flag-ru {background-position: -224px -121px}
.flag.flag-rw {background-position: -240px -121px}
.flag.flag-sa {background-position: 0 -132px}
.flag.flag-sb {background-position: -16px -132px}
.flag.flag-sc {background-position: -32px -132px}
.flag.flag-scotland {background-position: -48px -132px}
.flag.flag-sd {background-position: -64px -132px}
.flag.flag-se {background-position: -80px -132px}
.flag.flag-sg {background-position: -96px -132px}
.flag.flag-sh {background-position: -112px -132px}
.flag.flag-si {background-position: -128px -132px}
.flag.flag-sk {background-position: -144px -132px}
.flag.flag-sl {background-position: -160px -132px}
.flag.flag-sm {background-position: -176px -132px}
.flag.flag-sn {background-position: -192px -132px}
.flag.flag-so {background-position: -208px -132px}
.flag.flag-somaliland {background-position: -224px -132px}
.flag.flag-sr {background-position: -240px -132px}
.flag.flag-ss {background-position: 0 -143px}
.flag.flag-st {background-position: -16px -143px}
.flag.flag-sv {background-position: -32px -143px}
.flag.flag-sx {background-position: -48px -143px}
.flag.flag-sy {background-position: -64px -143px}
.flag.flag-sz {background-position: -80px -143px}
.flag.flag-tc {background-position: -96px -143px}
.flag.flag-td {background-position: -112px -143px}
.flag.flag-tf {background-position: -128px -143px}
.flag.flag-tg {background-position: -144px -143px}
.flag.flag-th {background-position: -160px -143px}
.flag.flag-tj {background-position: -176px -143px}
.flag.flag-tk {background-position: -192px -143px}
.flag.flag-tl {background-position: -208px -143px}
.flag.flag-tm {background-position: -224px -143px}
.flag.flag-tn {background-position: -240px -143px}
.flag.flag-to {background-position: 0 -154px}
.flag.flag-tr {background-position: -16px -154px}
.flag.flag-tt {background-position: -32px -154px}
.flag.flag-tv {background-position: -48px -154px}
.flag.flag-tw {background-position: -64px -154px}
.flag.flag-tz {background-position: -80px -154px}
.flag.flag-ua {background-position: -96px -154px}
.flag.flag-ug {background-position: -112px -154px}
.flag.flag-um {background-position: -128px -154px}
.flag.flag-us {background-position: -144px -154px}
.flag.flag-uy {background-position: -160px -154px}
.flag.flag-uz {background-position: -176px -154px}
.flag.flag-va {background-position: -192px -154px}
.flag.flag-vc {background-position: -208px -154px}
.flag.flag-ve {background-position: -224px -154px}
.flag.flag-vg {background-position: -240px -154px}
.flag.flag-vi {background-position: 0 -165px}
.flag.flag-vn {background-position: -16px -165px}
.flag.flag-vu {background-position: -32px -165px}
.flag.flag-wales {background-position: -48px -165px}
.flag.flag-wf {background-position: -64px -165px}
.flag.flag-ws {background-position: -80px -165px}
.flag.flag-ye {background-position: -96px -165px}
.flag.flag-yt {background-position: -112px -165px}
.flag.flag-za {background-position: -128px -165px}
.flag.flag-zanzibar {background-position: -144px -165px}
.flag.flag-zm {background-position: -160px -165px}
.flag.flag-zw {background-position: -176px -165px}


.bo_rate_row .rate_table
{
    margin: -5px -5px 1em 0px;
    text-align: center;
}
.bo_rate_row .rate_table th
{
    padding: 3px 15px;
}
.bo_rate_row table
{
    float: right;
}
.bo_rate_row table .subtotal
{
    border-top: 2px solid #9DB4CA;
}
.bo_rate_row table .ticket_select
{
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.program_main_image
{
    height: auto !important;
    max-width: 100% !important;
}

.bo_ticket_count_input
{
    margin: 0 1em 0 1em;
    width: 30px;
    text-align: center;
    border: 1px solid #DBDBDB;
    height: 18px;
    font-size: 14px !important;
}
.floating_basket
{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.50);
}
/*.rate_table tbody
{
    font-size: 18px;
}*/
.full_page_message
{
    text-align: center;
    font-size: 43px;
    font-style: italic;
    color: #d3d3d3;
    margin: 3.5em;
}

h3.hruler {
	overflow: hidden;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	border: 0;
	background: none;
	color: #777;
}
h3.hruler:before,
h3.hruler:after {
	background-color: #777;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
h3.hruler:before {
	right: 0.5em;
	margin-left: -50%;
}
h3.hruler:after {
	left: 0.5em;
	margin-right: -50%;
}
#module_basket .box-content
{
    cursor: pointer;
}

#module_map_venuelist .box-content
{
    margin: 0 20px 2em 20px;
    font-size: 15px;
}
#module_map_venuelist .box-content .short_desc
{
    line-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
    margin-bottom: 1em;
}
#module_map_venuelist .box-content .left_content
{
    float:left;
    max-width: 620px;
    margin-bottom: 2em;
}
#module_map_venuelist .box-content .right_content
{
    float:right;
    width: 170px;
    margin-bottom: 2em;
}
#module_map_venuelist .box-content .right_content .show_on_map
{
    font-size: 13px;
    margin-top: 0.5em;
}
.ajax_loader
{
    background-image: url('/images/ajaxLoader.gif');
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    display: none;
}
.ajax_loader_small
{
    background-image: url(/images/ajaxLoader_small.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: none;
}
.report_tabs
{
    min-height: 228px !important;
}

#chart_page
{
    margin: auto;
    width: 80%
}
#chart_page form
{
    text-align: center;
}
#chart_page canvas
{
    background-color: #FFF;
    border: 1px solid #D8D8D8;
}
#chart_page .canvas_holder
{
    width: 800px;
    margin: 1em auto;
}