body {
    background-image: none;
    background-color: #283138;
 	background-repeat: no-repeat;
 	background-position: center top;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color: #fff;
}

#main{
	margin: 0;
	text-align: left;
	width:100%;
	max-width:initial;
}

#header{
	width:100%;
	height: auto;
	text-align: center;
	overflow: hidden;
   	background: transparent url("../images/button_bg.png") repeat-x scroll left 32px;
}

#header_row1 {
    display:none;
}

#logo {
    width: 1000px;
    height: 140px;
    margin:0 auto;
   	background: transparent url("../images/logo.png") no-repeat scroll left -30px;
  	float:initial;
}

#logo img{
	display: none;
}

#hederRigthContent {
	display: none;
}

#menu {
	width: 700px;
	margin-left: -230px;
	float: initial;
	position: absolute;
	left: 50%;
	top:36px;
}

#content{	
	height:auto;
	margin: 0 auto;
	max-width:1000px;
	overflow: hidden;
}
#cnt_middle{
	float:left;
	width:960px;
	min-height:300px;
	margin-left: 0px;
	margin-right:0px;
}
/*--proveri kad krene repertoar: a $ a:hover--*/
a {
	color: #fff;
}

a:hover {
text-decoration: none;
}
/*--kraj--*/

.ui-mcpanel.ui-widget-content {
    background: #202020;
}

ul.topnav {
	background:none;
	list-style: none;
	padding: 1px 20px;
	margin: 10px 0;
	float: left;
	width: 700px;
	font-size: 16px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 #750707;
	border: none;
	z-index: 200;
}

ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0px 25px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	padding: 10px 5px;
	color:#fff;
	display: block;
	text-decoration: none;
	float: left;
	outline: none;
}

ul.topnav li a:hover{
	text-decoration: underline;
	background: none;
}

.ui-dialog { 
	position: absolute; 
	padding: 0 2px;  
	width: 300px; 
	overflow: hidden; 
}
.ui-dialog .ui-widget-content {
	height: auto !important;
}

.ui-dialog .ui-dialog-titlebar { 
	padding: .4em 0.2em; 
	position: relative;
	/*background-color:#e27315;*/
}

.ui-dialog .ui-dialog-title { 
	margin: .1em 16px .1em 7px; 
} 

.ui-widget { 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; 
	font-size: 1em; 
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; 
}
.site_form_field input, .site_form_field select {
	width:200px;
	background-color: #525961;
	border:0 none;
	padding: 10px;
	color: #fff;
}
small {
	color:#fff;
	vertical-align: super;
}
.site_form label {
	font-size:14px;
	color:#d9dde2;
}

.ui-widget-content {
	background:none; 
	background-color:#393a3c;
	border: 1px solid #4a4a4a;
	border-radius: 5px;
	color: #fff; 
}
.ui-dialog.ui-widget .ui-dialog-titlebar .ui-button.ui-widget {
	right:0;
	top: 0;
	padding: 0;
	height: 20px;
	width: 20px;
}

.ui-widget-content a { 
	color: #000; 
	text-decoration: none;
}

.ui-widget-content a:hover { 
	color: #e5e5e5; 
	text-decoration: none;
}

.ui-widget-header {
	background:none; 
	background-color:transparent; 
	color: #fff; 
	font-weight: bold; 
	border: none; 
	font-size: 22px; 
	text-transform: uppercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	background-image: none;
	font-weight: bold; 
	color: #fff;
	border-bottom: 1px solid #4a4a4a;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #fff; 
	text-decoration: none; 
}
.ui-jqgrid .ui-jqgrid-hbox {
	padding: 0;
}
.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 {
	background-color: #333; 
	font-weight: bold; 
	color: #7a7a7a;
	border: 0 none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #fff;
}

.ui-mcpanel .ui-widget-content,.ui-mcpanel.ui-widget-content {
	background-color: #393a3c;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    margin-top: 20px;
    min-height: 100px;
    padding: 0;
}
.ui-mcpanel.ui-widget-content .ui-mcpanel.ui-widget-content {
	border: 0 none;
}
.repertoireCnt{
	background-color: #51575D;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 20px 0;
	padding: 0 10px;
	overflow: hidden;
}

.repertoire-data {
	overflow: hidden;
	padding-left: 10px;
	margin-bottom: 20px;
}

.repertoire-data h4{
	margin: 2px 0px 2px 0px;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 5px;
}

.img_left{
	float:left;
	margin: 10px 10px 10px 0;
	height: auto;
	width: auto;
	max-width: 164px;
	border: 3px solid #fff;
}

#footer{
	height:80px;
	float:left;
	width:100%;
	background:none;
	background-color:#1c1e21;
	color:#5e5e5f;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	margin-top: 25px;
	text-align: center;
	border-top: 8px dotted #3a3d40;
	border-bottom: 1px solid #3e4043;
}

.ui-mcpanel div.event-item-main-container {
    padding: 10px;
    border-radius: 0;
    background-color: #393a3c;
}

div.event-item-content {
    display: block;
    color: #fff;
	width:700px;
}

.event-item-title {
    display: none;
}
.event-item-content .data-item.events {
	background-color: #bdc3ca;
	padding: 5px;
	overflow: hidden;
	width: 100%;
}
.event-item-content .data-item.events p {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000;
	margin: 2px 0;
}
.event-item-content .data-item.events p:last-child {
	border: 0 none;	
}

.event-item-content .data-item.events a {
	font-weight: bold;	
}
.event-item-content .data-item.events a:hover {
	color: #ec2b2b;
}

.info-panel ul.info-panel-items-list {
    margin: 17px 13px;
    padding: 0px;
    clear: both;
}

.remark_text{
	padding-left:5px !important;
	text-transform: none;
}

/*item images box*/
div.event-item-images {
    float: left;
    height: auto;
    width: auto;
    overflow: hidden;
    margin: 10px;
}
.event-item-images img {
    border: 3px solid #fff;
	width: auto;
    height: auto;
    max-width:200px;
}

.repertoire-data p{
	margin:0px;
	display: table-cell;
	padding-bottom: 6px;
	line-height: 1.4232;
}

.event-item-more-details {
    /*max-height: 60px;*/
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 0;
}

.event-item-details {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

label,.phc-field-note {
	color: #fff;
}

label.error {
	font-size: 10px;
}
.stepContentHeader,.stepContentInstructions,.stepContentSectionHeader {
	display: none;
	color: #999;
	font-size: 16px;
}

input.phc-field,textarea.phc-field,select.phc-field {
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
}

.info-panel-title {
    font-size: 14px;
    font-weight: bold;
    background: none;
    opacity: o.5;
}

.info-panel {
	
	background-color: #393a3c;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    min-height: 100px;
    max-width: 250px;
    font-weight: bold;
}

.info-panel-title-center {
    display: none;
	height: 60px;
    width: 100%;
    text-align: left;
    color:#000;
}

.info-panel-body {
    background-color: transparent;
}

.info-panel .info-panel-items-list li,
.info-panel .info-panel-items-list li.odd {
    background-color: transparent;
	background-image: none;
	padding: 5px;
}
.info-panel .info-panel-items-list li a {
	text-decoration: none;
}
.info-panel .info-panel-items-list li a:hover {
	text-decoration: underline;
}
	
.ui-widget .ui-widget {
    font-size: 0.9em;
    margin-top: 10px;
}

div.event-item {
    width: 100%;
    min-height: 150px;
    /*border: 1px solid;*/
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    margin: 30px 2px;
}

.ui-mcpanel.ui-dialog .ui-mcpanel-titlebar {
	padding: 10px;
	margin-top: 10px;
	border: 0 none;
	font-size:20px;
	font-weight: normal;
	background-color:#e27315;
	width:52%;
}

.repertoires {
    margin-top: 20px;
}

.ui-button {
	height:25px;
	margin-right: .3em;
}
#cntMenue .menu-right-side .ui-button {
	margin-right:0;
}
.ui-widget .ui-button.ui-widget {
	margin-top: 10px;
	background-color: #525961;
	padding: 10px;
	color: #fff;
	height: initial;
	border-bottom: 0 none;
	font-size: 13px;
}
.ui-widget .ui-button.ui-widget:hover {
	background-color: #45505c;
}

.ui-jqgrid .ui-jqgrid-title {
	display: none;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout: auto;
    margin: 0px;
}

.ui-jqgrid .ui-jqgrid-htable {
    table-layout: auto;
    margin: 0px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    font-size: 10px;
}
.wgsection-group, .wgadd-Info label {
	color: #000;
}

#reg_user_meni {
	width: 175px !important;
}

.ui-mcpanel .ui-mcpanel-content {
	padding: 0px  !important;
	border: 0 none;	
}
.ui-mcpanel .ui-mcpanel-content.tobe-mcpanel {
	border: 0 none;
	padding: 10px !important;
}
#registration {
	padding: 10px !important;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    padding: 0;
}
.ui-jqgrid-titlebar-close {
	display: none;
}

#tbasket-items th {
	color: #fff;
	background-color: #393a3c !important;	
}
#tbasket-items tr:nth-child(2n) td {
	background-color: #4a4a4a !important;
}
#tbasket-items tr:nth-child(2n+1) td {
	background-color: #4a4a4a !important;
}
 
#USER_FORM {
	border: 0 none;
	padding: 10px !important;
}

.rep-month-day {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    border-top: 2px solid #eee;
    padding-top: 20px;
}

.rep-month {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    border-top: 2px solid #eee;
    padding-top: 20px;
    text-align: center;
}

.reserve_img {
	background: #333 url('../../images/sofa-16.png') no-repeat right 4px center !important;
	padding-right:24px !important;
	border: 1px solid #333 !important;
}
.reserve_parter_img {
	background: #333 url('../../images/ticket-16.png') no-repeat right 4px center !important;
	padding-right:24px !important;
	border: 1px solid #333 !important;
}
.ui-dialog .ui-dialog-buttonpane {
	border: 0 none;
}
.tobe-ui-mcpanel, #upcoming_panel {
	border: 0 none !important;	
}
