*{ 
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
}

body, html{
    margin: 0;
    font: Arial 11px;
		height: 100%;
		/*background-color: #dedede;*/
}

body.default {
		background: #dedede url('./images/bg.gif') top left repeat-x;
}

p, div, td, li{
	font-size: 11px;
	font-family: Arial;
}

input.plain-input, select, textarea{
	font: 10px Arial;
	border: 1px solid #9D9D9D;
	padding: 1px;
	color: #666;
}

h1 {font-size: 12px; 	margin-bottom: 7px; color: #000000;}

h2 {font-size: 12px;  margin-bottom: 5px; color: #666666; font-weight: normal;}
h3{ font-size: 16px;}
h4{ font-size: 14px; margin: 0; padding: 0;}
h5{ font-size: 11px; margin: 0; padding: 0;}
h6{ font-size: 11px; margin: 0; padding: 0;}

.select-div{
	display: inline;
}

.display-inline {display: inline;}
.display-none {display: none; }
.error { color: #f92a00; }

/*Anchors*/
.link-back-orange{
	
	font-size: 12px;
	padding-left: 10px;
	color: #fc2a00;
	background: url('./images/link-back-arange.png') left 5px no-repeat;
	
}

.link-get-widget{
	background: url('./images/a-get-widget.png') left center no-repeat;
	line-height: 11px;
	padding-left: 14px;
}

* html .link-get-widget{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/a-get-widget.png", sizingMethod="scale");		
}

.link-next{
	background: url('./images/a-next.png') right center no-repeat;
	color: #666666;	
	padding-right: 7px;
}

* html .link-next{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/a-next.png", sizingMethod="scale");		
}

.link-previous{
	background: url('./images/a-previous.png') left center no-repeat;
	color: #666666;	
	padding-left: 7px;
}

* html .link-previous{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/a-previous.png", sizingMethod="scale");		
}

.link-squer{
	border: 1px solid #999999;
	float: left;
	cursor: pointer;
	display: inline;
	margin-right: 2px;
	width: 6px;
	height: 6px;
}

.link-squer-hover{
	background: #fb2b02;
	cursor: default;
	border: 1px solid #fb2b02;
	width: 6px;
	height: 6px;	
}

.link-squer img{
	display: inline;
}

.link-view{
	background: url('./images/a-view.png') right 5px no-repeat;
	color: #fc2a00;
	padding-right: 7px;
}

* html .link-view{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/a-view.png", sizingMethod="scale");		
}

.link-view-gray{
	background: url('./images/a-view-dark.gif') right center no-repeat;
	color: #333333;
	padding-right: 10px;
}

.link-slider-up{
	background: url('./images/arrow-up.gif') left top no-repeat;
	width: 13px;
	height: 13px;
	display: inline;
	float: left;
}

.link-slider-down{
	background: url('./images/arrow-down.gif') left top no-repeat;
	width: 13px;
	height: 13px;
	display: inline;
	float: left;
}

.slider .link-slider-up{
	margin-right: 2px;
}

.link-dark {color: #666666;}
.link-dark-gray {color: #999999;}
.link-gray {color: #333333;}
.link-red {color: #ff2a00;}
.link-red-bold {color: #ff2a00; font-weight: bold; text-decoration: underline;}
.link-orange {color: #ff3300; font-size: 12px; line-height: 18px; text-decoration: underline;}
.link-orange2 {color: #f92a00; font-size: 10px;}
.link-black {color: #000; font-size: 12px; line-height: 18px; text-decoration: underline;}
.link-exhibition { background: url('./images/icon-exhibition.png') no-repeat; padding-left: 15px;}
.link-weblink { background: url('./images/icon-weblink.png') no-repeat; padding-left: 15px;}
.link-document { background: url('./images/icon-document.png') no-repeat; padding-left: 15px;}

/*Margins*/
.margin-right-5{ margin-right: 5px; }
.margin-right-15{ margin-right: 15px; }
.margin-right-10{ margin-right: 10px; }
.margin-top-20{ margin-top: 20px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-right-4{ margin-right: 4px; }
.margin-right-20{ margin-right: 20px; }
.margin-right-2 { margin-right: 2px; }
.margin-right-0 { margin-right: 0;}
.margin-bottom-0 {margin-bottom: 0;}
.margin-top--1{ margin-top: -1px; }

/*Layout*/
#wrapper #container {
  margin: 0 auto;
  width: 835px;
}

#content {
	float: left; 
	width: 100%;
	min-height: 600px;		
	padding-bottom: 20px;
}

#boxes-container{
	margin-left: -1px;
	width: 631px;
}

#left{
	float: left;
	width: 624px;
}

#right{
	float: right;
	width: 187px;
}

.float-left{ float: left;}
.float-right{ float: right;}

.align-right {text-align: right;}
.align-center {text-align: center;}
.align-justify {text-align: justify;}

.clear-left{ clear: left;}
.clear-right{ clear: right;}
.clear-end{ clear: both; font-size: 0px; height: 0px; line-height: 0px;}

.spacer-5{ height: 5px; }
.spacer-15{ height: 15px; }
.spacer-20{ height: 20px; }
.spacer-30{ height: 30px; }
.spacer-70{ height: 70px; }
.spacer-45{ height: 45px; }

.hr{ height: 1px; background: #666666; width: 624px;}

a {
    color: #000000;
		text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form { display: inline; }

/* Table */
th {
    text-align: left;
}

/*td, th {
    padding-right: 5px;
}
*/
/*Zend_Form*/
.zend-form-element-wrapper input,
.zend-form-element-wrapper textarea{
	border-top: 1px solid #acacac;
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.zend-form-element-wrapper input.error{
	background: #F8DCDB;
	border: 1px solid #E88387;
}

.zend-form-element-wrapper label{ line-height: 18px;}

.small-form  .zend-form-element-wrapper input,
.small-form  .zend-form-element-wrapper textarea{
	font-size: 11px;
}

.small-form  .zend-form-element-wrapper input {
	padding: 1px;
	width: 207px;
}

#box-create-account .small-form  .zend-form-element-wrapper input{
	width: 217px;
}

.small-form  #captcha-input{
	width: 207px;
	font-size: 11px;
	border-top: 1px solid #acacac;
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-top: 10px;	
	margin-right: 6px;
}

.small-form  #submit-refresh{
	position: relative;
	top: 4px;
}

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

ul.errors li{
	color: #fd6142;
	font-size: 9px;
}

#form_register img{ 	
	border-top: 1px solid #acacac;
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#form_register #word{ width: 160px;}
#form_register #refresh{ width: 51px; height: 17px; border: none; position: relative; top: 5px;}
#form_register #refresh img{ border: 0;}

#form_register #captcha-wrapper {height: 81px;}

.required span{
	color: #f92a00;
	background-image: none;
	margin-right: 5px;
}
/*Menu*/
#menu-container{
	margin-bottom: 35px;
}

ul.menu{
	float: left;
	position: relative;	
	list-style: none;
	margin: 0;
	border-top: 1px solid #ffffff;
	padding: 0;
}

ul.menu li{
	float: left;
	padding: 0;
	margin: 0;
	width: 103px;
	border-right: 1px solid #ffffff;
	background: #424343;
}

ul.menu li.menu-item{
	height: 43px;
}

ul.menu li.menu-item-selected { background: #f92a00;}
ul.menu li.menu-item-last { border-right: 0px; width: 104px; }

ul.menu li.menu-item:hover{
	/*background: #333333;*/
	background: #f92a00;
}

.body-festival ul.menu li.menu-item-selected:hover {background: #f92a00;}

.body-festival ul.menu ul li a.link-submenu-selected{
	color: #ffffff;
}

ul.menu li a.a-menu-item{
	display: block;
	font-family: Arial, Tahoma;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	padding: 7px 0px 0px 10px;
	height: 36px;
}

ul.menu li .alphabet-link{
	border: 0;
	text-align: left;
	background: gray;
	color: #ffffff;
}

ul.menu li a.cursor-wait:hover{
	cursor: wait;
}

ul.menu ul{
	width: 624px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	white-space: nowrap; 	
	list-style: none;
	list-style-image: none;
}

ul.menu ul.submenu-show{
	display: inline;
}

ul.menu ul.submenu-hide{
	display: none;
}

ul.menu ul li{
	padding: 0;
	margin: 0;
	padding-top: 4px;
	width: auto;
	background: none;
	border-right: 0;
	text-align: center;
	text-transform: uppercase;
	display: inline;
	height: 30px;	
}

ul.menu ul li a{
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	font-size: 10px;
	padding: 0 10px 0 10px;
	line-height: 10px;
	border-right: 1px solid #9d9d9d;
	color: #666666;
}

ul.menu ul li a:hover{
	color: #f92a00;
}

ul.menu ul li a#a-last{
	border-right: 0;
}

ul.menu ul li a.link-submenu-selected{
	color: #f92a00;
}

#alphabet{ 
	position: absolute;
	display: none;
	width: 113px;
	border: 1px solid #cdcac4;
	background: url('images/bg-fd-88.png');
	top: 0;
	left: 0;
	z-index: 1000;
}

* html #alphabet{
	background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="public/css/images/bg-fd-88.png", sizingMethod="scale");	
}

#alphabet a{
	display: block;
	margin-left: 10px;
	margin-bottom: 4px;
	color: #666666;
	font-size: 10px;
}

#alphabet a:hover{ color: #fc2c03; }


#alphabet ul{
	margin: 0;
	width: 100%;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#alphabet ul li{
	border-bottom: 1px solid #ccc;
}

/*Left*/
.box-left{
	width: 187px;
	position: relative;
}

.box-loader{
	position: absolute;
	display: none;
	top: 5px;
	right: 5px;
}


.box .content{
	padding: 11px 13px 9px 12px;
	background: #dadada;
}

.box .content .item{
	padding-bottom: 20px;
	background: url('./images/dotted.gif') left bottom repeat-x;	
}

.box h5{
	background: #adadad;
	text-decoration: uppercase;
	color: #ffffff;
	font-weight: normal;
	line-height: 100%;
	padding-left: 13px;
	line-height: 28px;
	height: 28px;
}

.box h6{
	margin-top: 10px;
	margin-bottom: 3px;
	line-height: 11px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.box p{
	color: #333333;
}

.spacer-10{ height: 10px; }
.spacer-25{ height: 25px; }
.spacer-30{ height: 30px; }
.spacer-36{ height: 36px; }

#box-login{
	background: #e9e9e9;
	height: 75px;
}

#box-login .content{
	padding: 12px 12px 0 12px;
}

#box-login #button-create-account{
	width: 162px;
	height: 17px;
	padding-top: 2px;
	text-align: center;
	display: block;
	background: #f92a00;
	font: 11px Arial;
	color: #ffffff;	
	border-top: 1px solid #fa5635;
	border-left: 1px solid #fa5635;
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
	text-decoration: none;
	cursor: pointer;
}

#box-login .input-login{
	float: left;
	padding: 0 3px 0 3px;
	width: 100px;
	background: #ffffff;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-right: 1px solid #d8d7d7;
	border-bottom: 1px solid #d8d7d7;
	font-size: 10px;
	font-family: Arial;
	margin-bottom: 2px;
}


#box-login #input-container{
	width: 116px;
}

#box-login h6 a{
	color: #666666;
}

#box-newsletter{
	border-top: 1px solid #ffffff;
	height: 43px;
	background: #424343;
}

#message-icon {margin-right: 6px; margin-top: 2px; }
#message-counter{ margin-left: 4px; font: 10px Arial; letter-spacing: 2px;}

body.default #message-counter{
	color: #fc2c03;
}

#box-newsletter .content{
	padding: 7px 12px 0 12px;
}	

#box-newsletter a{
	font: bold 10px Arial;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
}

#box-login #submit-login{
	margin-top: 14px;
}

#box-watch-list{
	display: none;
}

#box-watch-list h6{
	margin-top: 0;
	position: relative;
	color: #333333;
	margin-bottom: 0;
}

#box-watch-list h6.h-country{
	color: #666666;
}

.box #box-watch-list.content .item{
	padding-bottom: 10px;
}

ul.ul-links{
	margin-left: 15px;
	list-style-type: square;
	color: #666666;
}

ul.ul-links li a{
	color: #666666;
}

#box-watch-list span.prefix{ color: #666666;}

/*Front*/
.box-front-wrapper{
	width: 207px;
	display: inline;
}

.box-front-wrapper .box-front-content{
	width: 200px;
	height: 296px;
	background: #ffffff;	
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}

.box-front-text { 
	font: 12px Arial;
	padding: 17px 10px;
}

.cloud{ width: 291px; display: none; position: absolute; top: 0; left: 0; z-index: 1200;}
.cloud-wrapper{
	width: 283px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.cloud-content{
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	padding: 20px 10px;
	background: url("./images/bg-00-72.png") top left;
}

.cloud-content h2{ color: #ffffff; }

.cloud-left{ 
	width: 6px;
	background: url("./images/cloud-left.png") no-repeat top left; 
}

.cloud-bottom{ 
	width: 285px;
	background: url("./images/cloud-bottom.png") no-repeat top left;
	height: 6px;
}

/*Search Results*/
#search-container{ width: 624px; background: #ffffff;}
.search-item-wrapper { width: 604px; margin-left: 10px;}

.search-item-col1{
	width: 136px;
	float: left;
	display: inline;
	margin-right: 10px;
}

.search-item-col1 p{ line-height: 15px; }

.search-item-col2{
	width: 250px;
	height: 102px;
	float: left;
	color: #666666;
	position: relative;
	display: inline;
}

.search-item-col2 h4{ color: #000000; }

.search-item-col3 .categories{
	color: #666666;
}


.search-item-col2 .link-view{
	position: absolute;
	left: 0;
	bottom: 0;
}

.search-item-col3{
	width: 180px;
	height: 102px;
	float: right;
	position: relative;
	display: inline;
}
/*End Search Results*/

/*Open Calls & Exhibitions*/
.big-box .big-box-content{
	border:  1px solid #cccccc;
	width: 623px;
	height: 343px;
}

.big-box .big-box-content .date-wrapper{
	top: 300px;
	z-index: 6;
}

.big-box .big-box-content .location-wrapper{
	left: 425px;
	bottom: 7px;
	z-index: 6;
}

.big-box .big-box-content .calendar-map{
	left: 300px;
	top: 40px;
}


.big-box-right{
	width: 5px;
	height: 345px;
	background: url('./images/big-box-right.png') left top no-repeat;
}

.big-box-bottom{
	width: 630px;
	height: 6px;
	background: url('./images/big-box-bottom.png') right top no-repeat;
}

#box-entry-container{
	width: 630px;
	position: relative;
}

.box-entry-overlay{
	position: absolute;
	top: 0;
	display: none;
	left: 0;
	width: 624px;
	height: 345px;
	z-index: 1050;
	background-color: #adadad;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.box-entry-overlay h2{ color: #000000; }

#open-call-container{
	position: relative;
	width: 413px;
}

#open-call-container .button-edit{ margin-right: -1px;}

.box-entry .big-box-content{
	position: relative;
	background: #ffffff;
}

.box-entry .picture{
	position: relative;
	z-index: 1;
	width: 413px;
	height: 316px;
	text-align: center;
}

.box-entry .picture #btt-play{
	position: absolute;
	top: 133px;
	left: 182px;
	z-index: 1005;
}

.border-opencall-mouseover-top{
	position: absolute;
	background: #EC2903;
	width: 416px;
	height: 1px;
	visibility: hidden;
	top: -1px;
	left: -1px;
}

.border-opencall-mouseover-bottom{
	position: absolute;
	background: #EC2903;
	width: 416px;
	height: 1px;
	visibility: hidden;
	top: 349px;
	left: -1px;
}

.border-opencall-mouseover-left{
	position: absolute;
	background: #EC2903;
	width: 1px;
	height: 350px;
	visibility: hidden;
	left: -1px;
	top: -1px;
}

.border-opencall-mouseover-right{
	position: absolute;
	background: #EC2903;
	width: 1px;
	height: 350px;
	visibility: hidden;
	left: 414px;
	top: -1px;
}

.box-entry .picture img{
	margin: auto;
}

.bix-box-content-left{
	width: 413px;
	position: relative;
}

.bix-box-content-right{
	width: 191px;
	display: inline;
	margin-left: 10px;
}

.bix-box-content-right h4{
	margin-top: 8px;
}

.bix-box-content-right .label{
	float: left;
	color: #666666;
	width: 71px;
}

.bix-box-content-right .text{
	float: left;
	width: 120px;
}

.bix-box-content-right .entry-owner{
	line-height: 11px;
}

.bix-box-content-right .entry-owner .link-red{
	color: #f92a00;
}

.bix-box-content-right #entry-owner-name{
	margin-right: 5px;
}

.bix-box-content-right .entry-data{
	position: relative;
	width: 191px;
	height: 70px;
}

.bix-box-content-right .entry-data-body{
	width: 191px;
	height: 60px;
	line-height: 19px;
	overflow: hidden;
	position: relative;
	color: #333333;
}

.bix-box-content-right .entry-data .entry-data-name{ color: #000000; font-weight: bold; padding-right: 5px;}

.bix-box-content-right .entry-categories {height: 34px;}
.bix-box-content-right .description{
	color: #333333;
	position: relative;
	/*text-align: justify;*/
	height: 110px;	
}

.bix-box-content-right .description a{
	color: #ffffff;
	text-decoration: underline;
}

.bix-box-content-right .description .description-body{
	height: 95px;
	overflow: hidden;
}

.link-slider-wrapper{
	position: absolute;
	width: 28px;
	height: 13px;
	bottom: 0;
	right: 0;
}

.link-slider-wrapper a.slider-down{
	float: right;
	display: none;
	width: 13px;
}

.link-slider-wrapper a.slider-up{
	float: left;
	display: none;	
	width: 13px;
}


.box-entry .entry-title{
	/*background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;*/
	background: url('./images/bg-00.png') left top;	
	position: absolute;
	color: #ffffff;
	top: 0;
	z-index: 2;
	width: 100%;
	left: 0;
}

.box-entry .entry-title h4 {
	text-transform: uppercase;
	padding: 5px 10px;
	text-align: left;
}

.box-entry .get-widget{
	position: absolute;
	bottom: 7px;
	left: 10px;
}

.comment-counter-wrapper{
	position: absolute;
	bottom: 8px;
	left: 481px;	
}

.counter{
	font-size: 10px;
	position: relative;
	top: 1px;
	margin-left: 6px;
}

.comment-counter-wrapper .counter{
	top: 0;
}

.view-counter-wrapper{
	position: absolute;
	bottom: 9px;
	left: 422px;	
}

.entry-link-wrapper{
	position: absolute;
	bottom: 6px;
	right: 11px;	
}

.btt-participate-now{
	position: absolute;
	bottom: 41px;
	right: 10px;	
}

.box-entry .dotted-absolute{
	position: absolute;
	width: 192px;
	bottom: 27px;
	right: 10px;	
}

.icon-view{ margin-left: 5px; position: relative; top: 2px; }

.icon-comment{ position: relative; top: 3px;}

.dotted{
	background: url('./images/dotted.gif') left center repeat-x;
	height: 1px;
	width: 100%;
}

.dotted-dark{
	background: url('./images/dotted-dark.gif') left center repeat-x;
	height: 1px;
	width: 100%;
}

.bix-box-content-right .dotted{
	height: 15px;
}

#box-search{
	height: 23px;
	padding-right: 10px;
	padding-top: 5px;
	background: url('./images/bg-search.gif') left top;	
}


#submit-search{  
	display: inline;
	margin-left: 10px;	
	width: 81px;
}

#scroller #last-scroll-item{
	margin-right: 0;
}

#scroll-left{ float: left; display: inline; margin-right: 5px; margin-top: 66px;}
#scroll-right{ float: left; display: inline; margin-left: 5px; margin-top: 66px;}

#scroller{
	overflow: hidden;
	float: left;
	white-space: nowrap;
	height: 136px;
	width: 573px;
	color: #ffffff;
}

#scroller ul{
	margin: 0;
	list-style: none;
}

#scroller ul li{
	display: inline;
	margin-right: 10px;
	border: 1px solid #df0000;
}

#google-map-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ffffff;
	display: none;
	top: 0;
	left: 0;
	z-index: 2;
}

#google-map-wrapper #google-map-header{
	position: relative;
	top: 0;
	left: 0;
	background: url('images/bg-2c.png') repeat top left;
	z-index: 3;
	height: 28px;
}

#google-map-wrapper #google-map{
	position: relative;
	top: -28px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

#google-map-wrapper h2{
	font-size: 18px;
	margin-left: 11px;
	padding-top: 3px;
	color: #ffffff;
}

#google-map-close{
	position: absolute;
	top: 0;
	right: 1px;
	z-index: 5;
}

#google-map-close-text{
	position: absolute;
	top: 5px;
	right: 32px;
	z-index: 5;
}

#google-map-close-text a{
	color: #ffffff;
	font-size: 12px;
}

#text-close-map{ margin-top: 5px; margin-right: 10px; display: inline; font-size: 12px;}
#text-close-map a{color: #ffffff;}

/*Artist*/
.border-mouseover-top{
	position: absolute;
	background: #cccccc;
	width: 208px;
	height: 1px;
	visibility: hidden;
	top: -3px;
	left: -3px;
}

.border-mouseover-bottom{
	position: absolute;
	background: #cccccc;
	width: 208px;
	height: 1px;
	visibility: hidden;
	top: 300px;
	left: -3px;
}

.border-mouseover-left{
	position: absolute;
	background: #cccccc;
	width: 1px;
	height: 302px;
	visibility: hidden;
	left: -3px;
	top: -2px;
}

.border-mouseover-right{
	position: absolute;
	background: #cccccc;
	width: 1px;
	height: 302px;
	visibility: hidden;
	left: 204px;
	top: -2px;
}

.button-edit{
	height: 16px;
	display: inline;
	visibility: hidden;
	margin-right: 4px;
	position: relative;
}

.management #artist-work .border-mouseover-left,
.management #artist-work .border-mouseover-right,
.management #artist-work .border-mouseover-bottom,
.management #artist-work .border-mouseover-top
{
	background: #ec2903;
}

.box-artist{
	width: 207px;
	position: relative;
	display: inline;
	cursor: pointer;
}

.box-artist p{
	margin: 0;
	padding: 0;
	line-height: 12px;
}

.box-artist .artist-image{
	height: 152px;
	text-align: center;
}

.box-artist h4{
	display: inline;
}

span.online-status{
	color: #009900;
	position: relative;
	margin-left: 10px;
	font-size: 11px;
}

.box-artist .box-artist-content{
	border: 1px solid #cccccc;
	background: #ffffff;
	position: relative;
	width: 200px;
	height: 294px;
}

.box-artist-content .get-widget{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.box-artist-content .link-invite-wrapper{
	position: absolute;
	bottom: 40px;
	left: 10px;
}

.box-artist-content .comment-counter-wrapper{
	position: absolute;
	bottom: 11px;
	left: 158px;	
}

.box-artist-content .view-counter-wrapper{
	position: absolute;
	bottom: 11px;
	left: 102px;		
}

.box-artist-content .counter{
	position: relative;
	top: 2px;
}

.location-wrapper{
	position: absolute;
	bottom: 35px;
	left: 9px;	
}

.location-wrapper .separator{
	color: #f92a00; font-size: 10px;
	margin-left: 8px;
	margin-right: 8px;
}

.date-wrapper{
	position: absolute;
	top: 136px;
	text-align: center;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	z-index: 10;
	text-transform: uppercase;
	left: 0;
	background: #f92a00;
	color: #ffffff;
}

.box-artist-content .dotted-absolute{
	position: absolute;
	width: 179px;
	bottom: 28px;
	right: 10px;	
}

.box-artist .box-artist-content-text{
	padding: 7px 9px 0px 9px;
}

.box-artist-right{
	width: 5px;
	height: 296px;
	background-image: url('./images/box-artist-right.png');
	background-position: left top;
	background-repeat: no-repeat;
}

* html .box-artist-right{
	background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/box-artist-right.png", sizingMethod="scale");	
}

.box-artist-bottom{
	width: 206px;
	height: 8px;
	background-image: url('./images/box-artist-bottom.png');
	background-position: left top;
	background-repeat: no-repeat;
}

* html .box-artist-bottom{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/box-artist-bottom.png", sizingMethod="scale");	
}

/*Calendar*/
.calendar-map{
	display: none;
	position: absolute;
	background: #242424;
	border: 1px solid #c1c1c1;
	top: -88px;
	left: -20px;
	width: 248px;
	height: 279px;
	z-index: 20;
}

.calendar-map-header{
	padding-top: 9px;
	width: 235px;
	position: relative;
	padding-left: 13px;
	height: 22px;
}

.calendar-map-header .cross{
	position: absolute;
	top: 7px;
	z-index: 5;	
	right: 9px;
}

.calendar-map-iframe{
	padding-left: 2px;
	background: #ffffff;
	padding-right: 2px;
}

.calendar-map-footer{
	text-align: center;
	font-size: 8px;
	padding-top: 7px;
	padding-left: 17px;
	color: #999999;
}

.calendar-map-footer .calendar-map-name{
	color: #ffffff;
}

.box-calendar { width: 200px; display: inline;}

.box-calendar .calendar-image{
	position: relative;
	width: 200px;
	height: 152px;
}

.box-calendar .calendar-image .image{
	position: absolute;
	top: 0;
	left: 0;
}

.box-calendar .calendar-image .calendar-date{
	position: absolute;
	padding: 2px;
	color: #ffffff;	
	bottom: 0;
	left: 0;
}

.box-calendar .calendar-image .calendar-date.red{
	background: #f92a00;
}

.box-calendar .calendar-image .calendar-date.black{
	background: url('./images/bg-calendar-date.png') left top;
}

.box-calendar h4{
	margin-top: 13px;
	text-transform: uppercase;
}

.box-calendar .dotted{
	height: 20px;
	width: 200px;
}

.box-shadow{
	width: 631px;
}

.box-shadow .top{
	height: 3px;
}

.box-shadow .top-left{
	height: 2px;
	width: 624px;	
	border-top: 1px solid #cccccc;	
	border-left: 1px solid #cccccc;	
}

.box-shadow .top-left-background{
		background: #adadad;	
}

.box-shadow .top-right{
	height: 3px;
	width: 6px;
	background: url('./images/box-shadow-right-top.png') left top no-repeat;
}

.box-shadow .middle{
	border-left: 1px solid #cccccc;
	background: url('./images/box-shadow-right.png') right top repeat-y;	
}

.box-shadow .content-wrapper{
	width: 624px;
}

.box-shadow #content-padding{
	padding: 24px 0px 8px 8px;
}

.box-shadow .content-wrapper .box-title{
	background: #adadad;
	color: #ffffff;
	text-transform: uppercase;
	font: bold 14px Arial;
	padding: 6px 10px 6px 10px;
}

.box-shadow .content-wrapper .content{
	padding: 8px 10px 8px 10px;
	background: #ffffff;
}

.box-shadow .content-wrapper .content.static-page{
	padding: 27px 46px 27px 46px;
}

.box-shadow .down-left{
	height: 6px;
	width: 5px;
	background: url('./images/box-shadow-down-left.png') right top no-repeat;	
}

.box-shadow .down-center{
	height: 6px;
	width: 620px;
	background: url('./images/box-shadow-down.png') left top repeat-x;	
}

.box-shadow .down-right{
	height: 6px;
	width: 6px;
	background: url('./images/box-shadow-down-right.png') left top no-repeat;	
}

.box-shadow.has-scroll .content .column-left-wrapper{
	width: 388px;	
	position: relative;
	/* rratshin 2010-02-22: remove height restrictction from about section */
	/*height: 167px;*/
}

.box-shadow.has-scroll .content .column-right-wrapper{
	height: 167px;	
	width: 195px;
}

.box-shadow .content .column-left{
	float: left;
	width: 100%;
	margin-top: 7px;
	background: url('images/news-wrapper-separator.gif') repeat-x top left;	
}

.box-shadow.has-scroll .content .column-left-wrapper .column-left{
	width: 367px;
}

.box-shadow .content .column-right{
	float: right;
	width: 100%;
	margin-top: 7px;
	background: url('images/news-wrapper-separator.gif') repeat-x top left;	
}

.box-shadow .content h4{
	line-height: 11px;
}

#boxes-container .full-width{ width: 842px; }
#boxes-container .full-width .top-left{ width: 835px; }
#boxes-container .full-width .content-wrapper{	width: 835px; }
#boxes-container .full-width .down-center {width: 831px; }

.box-shadow-2{
	width: 630px;
}

.box-shadow-2-contant{
	padding: 3px;
	background: #ffffff;
}

.box-shadow-2-header{
	 border-left: 1px solid #cccccc;
	 border-top: 1px solid #cccccc;
	 border-right: 1px solid #cccccc;
	 position: relative;
	 width: 623px;
	 height: 27px;
	 background: #7f7f7f;
} 

.box-shadow-2-header #box-comment-pagination{
	position: absolute;
	font: 11px Arial;
	color: #999999;
	font-weight: bold;
	bottom: -25px;;
	right: 10px;
}

body.default .box-shadow-2-header #box-comment-pagination{
	color: #adadad;
}

.box-shadow-2-content-wrapper{
  border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 623px;
}

.box-shadow-2-header-shadow{
	width: 5px;
	height: 28px; 
	background: url('./images/box-shadow-2-header-shadow.png') left top no-repeat;
}

.box-shadow-2-header .header-contant{
	padding-top: 7px;
	padding-left: 7px;
}

.box-shadow-2-container{
	background: url('./images/box-shadow-2-right.png') right top repeat-y;
	width: 100%;	
}

.box-shadow-2 .down-left{
	height: 6px;
	width: 10px;
	background: url('./images/box-shadow-2-footer-left.png') left top no-repeat;	
}

.box-shadow-2 .down-center{
	height: 6px;
	width: 610px;
	background: url('./images/box-shadow-down.png') left top repeat-x;	
}

.box-shadow-2 .down-right{
	height: 6px;
	width: 10px;
	background: url('./images/box-shadow-2-footer-right.png') right top no-repeat;	
}

/* BOX ABOUT*/
#icon-bar{
 width: 367px;
 float: left;
 text-align: right;
}

#box-about #wooloo-introduction { margin-left: 0px;}

#box-about .content .column-left h4{
	margin-top: 8px;
}

#box-about .content .column-left p{
	padding-top: 6px;
}

#box-about .content .column-right{
	padding-top: 8px;
}


#box-about .content .column-right p{
	display: inline;
	margin-left: 10px;
}

#box-about #scroll-content-1{
	height: 126px;
	width: 391px;	
}

/* END BOX ABOUT*/

/* BOX COMMUNITY*/
#box-community .content .column-left,
#box-community .content .column-right
{
	width: 290px;
}

#box-community .content .links-box{
	width: 290px;
	z-index: 1;
}

#box-community .content .links-box .artist{
	width: 96px;
	height: 96px;
	display: inline;
}

#box-community .content .links-box .reverse{
	width: 130px;
	z-index: 2;
	height: 130px;
}

#box-community .content .links-box .reverse .reverse-category{
	top: 62px;
}

#box-community .content .links-box .reverse .reverse-link-portfolio{
	position: absolute;
	top: 41px;
	z-index: 4;
	left: 9px;
}

#box-community .content .links-box .reverse .reverse-artist-name{
	position: absolute;
	top: 23px;
	z-index: 4;
	left: 9px;
}

.artist-community{
	cursor: pointer;
}

.reverse .cross{
	position: absolute;
	top: 5px;
	z-index: 5;	
	right: 5px;
}

.reverse-artist-name a{
	color: #ffffff;
	font-weight: bold;
}

.content .column-header{
	font-size: 12px;
	color: #666666;
}

.content .column-header .text-black{
	color: #000000;
}

.content .column-header b{
	color: #000000;
}

#box-community .content .column-header{
	line-height: 13px;
	padding: 10px 0 10px 0;
}

#box-community .content .column-footer{
	padding: 10px 0 10px 0;
	float: right;
	text-align: right;
}

#box-community .content .column-footer a{
	float: left;
	display: inline;
	margin-left: 5px;
}

#box-community .media-logotyp{
	margin-left: -2px;
	border: 1px solid #e5e5e5;
	height: 95px;
}

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

.ul-images li{ display: none;}

#sponsors-ul-images{
	width: 289px;
	height: 94px;
}

/*BOX NEWS/PRESS*/
#box-news-press .content .column-left-wrapper .column-left{
	width: 371px;
}

#box-news-press .content .column-right{
	padding-top: 8px;
}

#box-news-press .content .column-right p{
	display: inline;
	margin-left: 10px;
} 

#box-news-press #scroll-content-2{
	margin-top: 8px;
	height: 126px;
	width: 391px;	
}

#box-news-press .news-item-wrapper{
	padding-bottom: 10px;
	background: url('images/news-wrapper-separator.gif') no-repeat left bottom;	
	margin-bottom: 8px;
}

.news-thumb{
	width: 66px;
	height: 48px;
	float: left:
	display: inline;
	margin-right: 10px;
}

.news-content{
	width: 286px;
	float: left;
	display: inline;
}

.news-content .date{ color: #000000; line-height: 14px;}
.news-content h5{ color: #000000; }
.news-content .text { width: 295px; color: #666666;}


#link-pdf-wrapper{
	background: #ADADAD;
	padding: 9px 12px;
}

#ul-file-download-wrapper{
	display: inline;
	margin-left: 10px;
	width: 129px;
}

#ul-file-download-wrapper ul{
	list-style-type: square;
	margin-left: 15px;
	padding: 0;
}

#ul-file-download-wrapper ul li{
	margin: 0;
	padding: 0;
}

#ul-file-download-wrapper ul li a{
	color: #666666;
}	
/*END BOX NEWS/PRESS*/

/*BOX COMMENTS*/
#box-comments .dotted{
	margin-top: 10px;
	margin-bottom: 10px;
}

.comment-item-content{ width: 543px; }

.comment-thumb{
	display: inline;
	width: 50px;
	background: yellow;
	margin-right: 10px;
}

.comment-author{
	width: 220px;
	font-weight: bold;
	line-height: 15px;
	display: inline;
}

.comment-item-wrapper .comment-content{	margin-top: 10px;}

#form-comment{
	margin-top: 10px;
	text-align: right;
}
/*END BOX COMMENTS*/

/*BOX FORM*/
.box-form .box-form-content{
	padding: 15px;
}

.box-form .box-form-content td .error{ color: #f92a00; }

.box-form .comment-form-author{
	color: #ffffff;
	padding-bottom: 6px;
	padding-left: 64px;
}

.box-form .box-form-label{
	color: white;
	text-align: right;
	padding-right: 6px;
}

.box-form .box-form-field input.type-text{
	border: 1px solid #9f9f9f;
	margin-bottom: 1px;
	font: 11px Arial;
	width: 100%;
}

.box-form .box-form-field textarea{
	color: #666666;
	width: 100%;
	height: 100%;
	border: 1px solid #9f9f9f;
	padding-top: 3px;	
	/*text-indent: 3px;*/
	font: 11px Arial;
}

#window-invite .box-form-field select{
	width: 200px;
}

#window-invite .box-form-field input{
	width: 400px;
}
#window-invite .box-form-field textarea{
	width: 399px;
	height: 150px;
}

.submit-wrapper{
	margin-top: 8px;
}
/*END COMMENT FORM*/

/*BOX FORM INVITE*/
#box-form-invite.box-shadow {width: 462px; position: absolute; top: 0; left: 0; z-index: 2;}
#box-form-invite.box-shadow .top .top-left {width: 455px;}
#box-form-invite.box-shadow .content-wrapper {width: 455px;}
#box-form-invite.box-shadow .down .down-center {width: 451px;}

#box-form-invite .content .column-left-wrapper { width: 415px; }
#box-form-invite textarea { width: 351px; float: left; margin-left: 6px; display: inline; border: 1px solid #9f9f9f; height: 143px;}

/*BOX ERRORS*/
#box-errors .content p{
	color: red;
}
/*END BOX ERRORS*/

/*Pagination*/
#pagination {text-align: right; margin-right: 6px;}
#pagination span.span-dotted { color: #666666; margin-right: 2px; }

a.link-page{
	color: #666666;
	text-decoration: none;
	border: 1px solid #666666;
	line-height: 10px;
	padding: 1px 2px;
	margin-right: 2px;
	font-size: 12px;
}

a.link-page:hover{
	border: 1px solid #fc2a00;
	color: #ffffff;
}

a.lt10{
	padding: 1px 5px;
}

#pagination #link-selected{
	color: #fc2a00;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	border: none;
	text-align: center;
}

#pagination #link-next{
	margin-left: 7px;
	margin-top: 2px;
	font-size: 12px;	
	border: none;	
}

#pagination #link-previous{
	border: none;
	margin-top: 2px;	
	margin-right: 7px;
	font-size: 12px;	
}

/*PROFILE PAGE*/
#artist-profile{
 width: 189px;
 display: inline;
 margin-right: 21px;
}

#artist-profile #author-name{
	color: #fa2a01;
	font-weight: bold;
}

#artist-profile .prefix{
	font-weight: bold;
	color: #000000;
}

#artist-profile h5{
	color: #000000;
	margin-top: 10px;
}

#artist-profile h6{
	color: #666666;
	font-weight: normal;
}

#artist-profile p{
	color: #666666;
}

#artist-profile ul.ul-links li a{
	color: #666666;
	line-height: 19px;
}

#artist-profile .dotted{
	margin-top: 5px;
	background-image: url('./images/dotted-5e.gif');
	position: relative;
	margin-bottom: 8px;
}


#artist-profile .description{
	color: #333333;
	width: 100%;
	position: relative;
	text-align: justify;
	height: 285px;	
}

#artist-profile .description .description-body{
	height: 260px;
	overflow: hidden;
}

.link-edit{
	display: none;
}

.management .link-edit{
	border-top: 1px solid #ec2903;
	position: absolute;
	padding-top: 2px;
	display: none;
	text-align: right;
	top: -4px;
	left: 0;
	width: 100%;
}

.management #artist-profile #li-blog .link-edit{
	left: -15px;
	top: 16px;
}

.management #cv-image{ border: 1px solid #F7F7F8; }

#artist-work{
	width: 419px;
	/*position: relative;*/
}

#exhibition-container-wrapper{
	width: 419px;
	position: relative;
}

#exhibition-container{
	width: 100%;
}

#more-exhibition h2{ color: #000000; padding-bottom: 5px; border-bottom: 1px solid #cccccc; }

#artist-work h2{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #666666;
	width: 414px;
	padding-bottom: 5px;
	background: url('./images/dotted-5e.gif') bottom right repeat-x;
}

#artist-work .dotted-h2{
	background: url('./images/dotted-5e.gif') left center repeat-x;
	height: 1px;
	width: 414px;	
}

#artist-work .pagination{
	display: inline;
}

#artist-work .pagination a{
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

#artist-work .pagination a#selected{
	color: #f92a00;
}

#artist-work .pagination span{
	font-size: 13px;
	color: #999999;
	line-height: 12px;
}

#artist-work .box-open-call{
	position: relative;
	width: 413px;
}

#artist-work .box-shadow{ width: 417px;}
#artist-work .box-shadow .top-left{ width: 410px; border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; }
#artist-work .box-shadow .top-left-background {background: #7f7f7f;}
#artist-work .box-shadow .middle{ border-left: 1px solid #cccccc;}
#artist-work .box-shadow .content-wrapper{	width: 410px; }
#artist-work .box-shadow .content-wrapper .box-title{ background: #7f7f7f;}
#artist-work .box-shadow .content-wrapper .content { background: #ffffff;}
#artist-work .box-shadow .down-center {width: 406px;}

#artist-work #box-community.box-shadow .content-wrapper .content { padding: 25px 8px 0 8px;}

#artist-work .box-shadow .content .links-box{
	width: 396px;
}

#artist-work .box-shadow .content .links-box .artist{
	width: 132px;
	height: 132px;
}

#blog-picture-wrapper{
	width: 189px;
	position: relative;
}

#blog-picture-wrapper #blog-title{
	background: url('./images/bg-00-50.png') left top;	
	position: absolute;
	color: #ffffff;
	top: 0;
	z-index: 2;
	width: 100%;
	left: 0;	
}

#blog-picture-wrapper #blog-title h4{
	text-transform: uppercase;
	padding: 5px 10px;
	text-align: left;
}

#li-blog{
	position: relative;
	width: 189px;
}
/*END PROFILE PAGE*/


/**PAGE CREATE ACCOUNT*/
#box-form-signin.box-shadow{ width: 248px;}
#box-form-signin.box-shadow .top-left{ width: 241px; }
#box-form-signin.box-shadow .top-left-background {background: #454545;}
#box-form-signin.box-shadow .content-wrapper{	width: 241px; position: relative; }
#box-form-signin.box-shadow .content-wrapper .content {background: #454545; color: #ffffff; height: 508px;/*height: 462px;*/}
#box-form-signin.box-shadow .content-wrapper .content input.type-text{ font-size: 11px; border: 1px solid #acacac; margin-top: 4px; width: 217px;}
#box-form-signin.box-shadow .down-center {width: 237px;}
#box-form-signin #form-register-submit {position: absolute; bottom: 27px; right: 10px;}
#wooloo-slogan {margin-bottom: 36px;}

#box-create-slideshow.box-shadow{ width: 237px;  display: inline; margin-left: 30px; }
#box-create-slideshow.box-shadow .top-left{ width: 230px; }
#box-create-slideshow.box-shadow .top-left-background {background: #454545;}
#box-create-slideshow.box-shadow .content-wrapper{	width: 230px; }
#box-create-slideshow.box-shadow .content-wrapper .box-title{ background: #454545; font: 11px Tahoma; color: #ffffff; text-transform: none;}
#box-create-slideshow.box-shadow .content-wrapper .content {padding: 0;}
#box-create-slideshow.box-shadow .down-center {width: 226px;}

#wooloo-introduction {width: 220px; display: inline; margin-left: 20px;}
#wooloo-introduction h4{ color: #fb2b02; margin-bottom: 10px; }
#wooloo-introduction p { margin-bottom: 37px; font-size: 12px;}
#wooloo-slogan {margin-right: 30px;}
/**END PAGE CREATE ACCOUNT*/

/**CONTACT*/
#box-form-contact.box-shadow{ width: 238px;}
#box-form-contact.box-shadow .top-left{ width: 231px; }
#box-form-contact.box-shadow .top-left-background {background: #d1d1d1;}
#box-form-contact.box-shadow .content-wrapper{	width: 231px; }
#box-form-contact.box-shadow .content-wrapper .content {background: #d1d1d1; color: #666666;}
#box-form-contact.box-shadow .content-wrapper .content input.type-text{ font-size: 11px; border: 1px solid #acacac; margin-top: 4px; width: 207px;}
#box-form-contact.box-shadow .down-center {width: 227px;}
#box-form-contact #message {width: 209px; height: 81px; overflow: hidden;}
#contact-image {margin-left: 10px; display: inline;}
#contact-data {margin-left: 10px; display: inline; }
#contact-data h4 {line-height: 18px;}
#contact-data p {color: #666666; font-size: 12px; line-height: 18px;}
#box-contact .content-wrapper .content.static-page{
	padding: 27px 36px 27px 36px;
}

/*END CONTACT*/

/*MESSAGE ERROR*/
.dialog-content { padding: 22px; }
/*END MESSAGE ERROR*/

/*SIGN IN*/

.sign-in.box-shadow .top-left-background {background: #303030;}
.sign-in.box-shadow .content-wrapper .content {height: 285px; padding: 22px 21px 22px 22px; position: relative;}
.sign-in.box-shadow .button-submit {position: absolute; right: 20px; bottom: 20px;}
.sign-in.box-shadow .box-title{ background: #303030;}

#box-form-login.box-shadow{ width: 270px;} /* main width*/
#box-form-login.box-shadow .top-left{ width: 263px; }/* 7px less than main width*/
#box-form-login.box-shadow .content-wrapper{	width: 263px;}
#box-form-login.box-shadow .content-wrapper .content {background: #424242; color: #666666;}
#box-form-login.box-shadow .down-center {width: 259px;}/*4px less than content-wrapper*/
#box-form-login .zend-form-element-wrapper label {color: #ffffff; font-size: 12px; }
#box-form-login label#rememberMe {color: #cccccc; font-size: 12px; }
#box-form-login label#rememberMe input {float: left; clear: left; margin-right: 10px;}
#box-form-login .zend-form-element-wrapper input{	width: 218px;	font-size: 12px;}

#box-form-create-account.box-shadow{ width: 341px;} /* main width*/
#box-form-create-account.box-shadow .top-left{ width: 334px; border-left: 1px solid #e6e7e7; border-top: 1px solid #e6e7e7;}/* 7px less than main width*/
#box-form-create-account.box-shadow .content-wrapper{	width: 334px;}
#box-form-create-account.box-shadow .middle {border-left: 1px solid #e6e7e7;}
#box-form-create-account.box-shadow .down-center {width: 330px;}/*4px less than content-wrapper*/
/*END SIGN IN*/

/*WOOLOO-TV*/
#box-big-player.box-shadow .top-left{ border-left: 1px solid #333333; border-top: 1px solid #333333; }
#box-big-player.box-shadow .middle{ border-left: 1px solid #333333;}
#box-big-player.box-shadow .top-left-background {background: #161616;}
#box-big-player.box-shadow .content-wrapper .content {background: #161616;}
/*END WOOLOOTV*/


/*BLOG*/
.blog h2{
	font-size: 18px;
	line-height: 11px;
	color: #000000;
	padding-bottom: 7px;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
}

.blog {margin-bottom: 20px;}
#box-blog .content.static-page { padding: 17px 39px 17px 43px;}
.blog .color-66{ color: #666666; }
.blog .color-99{ color: #999999; }
.blog .blog-comment-counter { margin-left: 7px;}
.blog .blog-comment-counter img {position: relative; top: 2px;}
.blog .blog-comment-counter a {text-decoration: underline;}
.blog .blog-view-counter {margin-left: 3px;}
.blog .blog-view-counter img {position: relative; top: 1px; margin-right: 3px;}
.blog .blog-view-counter a {display: inline; margin-left: 73px;}
.blog p {font-size: 12px; line-height: 15px; margin-top: 10px;}
.blog p a {font-weight: bold;}

.box-blog .content{
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	padding: 10px;
}

#box-blog-search #word{ width: 123px;  float: left; margin-right: 9px; }
#box-blog-search #submit-go {display: inline; float: left;}
/*END BLOG*/

/*WELCOME*/
#box-welcome h1{
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
}

#box-welcome h2{
	font-size: 18px;
	line-height: 20px;
	color: #999999;
}

#box-welcome #text-red{
	color: #f92a00;
	font-size: 14px;
}

#box-welcome p{
	font-size: 12px;
}

/*END OF WELCOME*/

/*Footer*/
#footer {background: #ffffff; text-align: center;  font: 11px Arial; padding: 18px 19px 33px 19px;}
#footer a {color: #999999;}
#wooloo{ text-align: center; background: url('./images/dotted.gif') left bottom repeat-x; padding-bottom: 10px; margin-bottom: 8px;}
#ul-footer {list-style: none; margin: 0; padding: 0;}
#ul-footer li { display: inline; padding: 0 10px;}
#wooloo-org {color: #333333;}
#ul-footer li { border-right: 1px solid #999999; }
#ul-footer li#last-li {border-right: 0;}

.sWooloo .jScrollPaneTrack {
	background-color: #eeeeee;
	border: 1px solid #d9d9d9;
}
.sWooloo .jScrollPaneDrag {
	background: #cccccc url(images/wooloo_drag_middle.gif) center center no-repeat;
}
.sWooloo .jScrollPaneDragTop {
	background: url(images/osx_drag_top.gif) no-repeat;
	display: none;
	height: 6px;
}
.sWooloo .jScrollPaneDragBottom {
	background: url(images/osx_drag_bottom.gif) no-repeat;
	display: none;
	height: 7px;
}
.sWooloo a.jScrollArrowUp {
	height: 15px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	background: url(images/wooloo_arrow_up.png) no-repeat 0 -16px;
}
.sWooloo a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.sWooloo a.jScrollArrowDown {
	height: 15px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;	
	background: url(images/wooloo_arrow_down.png) no-repeat 0 -16px;
}
.sWooloo a.jScrollArrowDown:hover {
	background-position: 0 0;
}

.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}

#loader{
	display: none;
	position: absolute;
	border: 1px solid #AFAFAF;
	background: #222222;
	color: #ffffff;	
	z-index: 2005;
	padding: 5px;
}

/*ADMIN*/
.link-my-home{
	color: #000000;
	font-weight: bold;
}

.link-my-home-red{
	color: red;
	font-size: 12px;
	text-decoration: underline;
}

.link-separator{
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}

#box-tab span.required{
	color: red;
	font-size: 19px;
	position: relative;
	top: 5px;
	font-weight: bold;
	background-image: none;
	margin-right: 3px;
}

#box-tab .required-field{
	margin-top: -5px;
}


#box-tab.box-shadow .top-left-background { background: #ffffff;} 
#box-tab.box-shadow .middle .content-wrapper .content {
	padding: 25px 16px 25px 19px;
}

#top-button{
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	position: relative;
	top: 1px;
}

#top-button, .tabbed-box .tabs {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	position: relative;
	top: 1px;
}

.tabbed-box .tabbed-box-content {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 10px;
}

#top-button td, .tabbed-box .tabs td{
	background: #cdcdcd;	
	width: 140px;
	text-align: center;
	height: 27px;
	/* REVISED rratshin 200910290925 */
	font-size: 10px;
	line-height: 28px;
	color: #333333;
	text-transform: uppercase;
}

#top-button td a, .tabbed-box .tabs td a{
	font-size: 10px;
	line-height: 28px;
	color: #333333;
	text-transform: uppercase;
}

#top-button td.selected, .tabbed-box .tabs td.selected{ 
	background: #ffffff;
}

#menu-artist-profile { border-bottom: 1px solid #cccccc; }
#menu-artist-profile #top-button{ border: 0; top: 0;}
#menu-artist-profile #top-button td {border-right: 1px solid #cccccc;}
#menu-artist-profile #top-button td a {color: #666666;}
#menu-artist-profile #top-button td{ background: #e2e2e2; }
#menu-artist-profile #top-button td.selected{ background: #ffffff; }
#menu-artist-profile #top-button td.selected a {color: #000000;}
#menu-artist-profile #top-button td {width: 118px;}

#selectbox-search-country{ width: 152px; }
#selectbox-search-category {width: 100px; }
#selectbox-show-email {width: 150px; }
#selectbox-search_input{
	margin: 0;
	width: 187px;
	padding-top: 2px;
	padding-left: 18px;
	font-size: 10px;
	border: 0;
	height: 15px;
	background: #fbfbfb url('images/selectbox/bg-TextFieldSearch.gif') left top no-repeat;
  color: #666666;	
}

/*Window sizes */
#window-image-resizer-media{
	width: 665px;
	/*height: 440px;*/
}

.ui-widget-content #window-google-map{ color: #000000; }
.ui-widget-content #window-google-map label { color: #ffffff; }

.btt-map-cancel {
	position: absolute;
	bottom: 20px;
	left: 10px;
}

#btt-map-cancel {
	position: absolute;
	bottom: 20px;
	left: 10px;
}

#btt-save-change { display: none; margin-right: 20px; }

#btt-map-save {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

#window-where-does{ width: 500px; }
#window-where-does p{ padding: 10px;}
#window-my-favourite label{
	color: #FFFFFF;
}

#window-my-favourite #box-tab .label-wrapper-long-plain{
	background: #AFAFAF;
}

#window-my-favourite #favourite-drop{
	border: 1px dashed #ffffff;
	padding: 2px;
}


#window-google-map input{
	width: 173px;
	height: 13px;
	margin-top: 5px;	
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background: #f9f9f9;
}

#window-news-image-resizer{
	width: 665px;
	height: 500px;
}

#window-send-friend .box-form-label{
	width: 50px;
}

#window-image-preview { width: 413px;}
#window-preview-image {width: 413px;}
#window-image-preview-media {width: 290px; overflow: hidden;}

#box-comments-container{
	position: relative;
	width: 630px;
}

#box-comments-container .box-shadow-2-contant{
	padding: 10px;
}

.images-container
{
	position: relative;
	width: 585px;
}

.user-item-container-community,
.user-item-container{
	width: 130px;
	height: 153px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.user-item-header{
	background: #0f0f0f;
	font-size: 11px;
	cursor: move;
	padding-left: 5px;
	height: 23px;
	color: #ffffff;
	line-height: 23px;
}

.user-item-picture{
	height: 130px;
	width: 130px;
}

.reverse{
	width: 130px;
	height: 130px;
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	display: none;
	background-image: url('./images/bg-00-74.png');
	background-position: left top;
}

* html .reverse{
	background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/bg-00-74.png", sizingMethod="scale");	
}

#list-favourite-open-calls .reverse{
	width: 135px;
	height: 102px;
}

#list-favourite-open-calls .reverse .cross{
	right: -15px;
}

.reverse .reverse-country{
	position: absolute;
	top: 8px;
	left: 9px;
	z-index: 2;
	color: #fff;
}

.reverse .reverse-category{
	position: absolute;
	top: 30px;
	left: 9px;
	color: #999999;
	z-index: 2;
	line-height: 15px;
}

.reverse .reverse-link-send-message{
	position: absolute;
	bottom: 33px;
	z-index: 4;
	left: 9px;
}

#artist-work .reverse .reverse-full-name {
	top: 13px;
	position: absolute;
	left: 9px;
}

#artist-work .reverse .reverse-full-name a{
	color: #ffffff;
	font-weight: bold;
}

#artist-work .reverse .reverse-category{ top: 59px; }
#artist-work .reverse .reverse-country{ top: 30px; }
#artist-work .reverse .reverse-link-send-message{ bottom: 22px;}


.reverse .reverse-link-delete{
	position: absolute;
	bottom: 18px;
	left: 9px;
}

#artist-work .reverse .reverse-link-delete{
	bottom: 5px;
}

.open-call-item-container{
	width: 184px;
	height: 125px;
	margin-right: 10px;
	background: #000000;
	margin-bottom: 10px;
	position: relative;
}

.open-call-item-header{
	background: #0f0f0f;
	font-size: 11px;
	cursor: move;
	padding-left: 5px;
	height: 23px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 23px;
}

.open-call-item-picture{
	position: relative;
	height: 102px;
	width: 184px;
}

.reverse .reverse-deadline{
	position: absolute;
	top: 5px;
	left: 9px;
	color: #ffffff;
	z-index: 2;
	line-height: 15px;
}

.reverse .reverse-link-view{
	position: absolute;
	bottom: 26px;
	z-index: 4;
	left: 9px;
}

.reverse .reverse-link-delete{
	position: absolute;
	bottom: 10px;
	left: 9px;
}

table#education  td{ padding: 2px; }
select.selectbox-education-year { width: 77px; }
select.selectbox-education-month { width: 77px; }
select.selectbox-education-month { width: 77px; }
select.selectbox-country { width: 150px; }

input#name {text-transform: uppercase;}
input#lastname {text-transform: uppercase;}
input#field_participate_now_url {width: 340px;}
input#field_application_paypal_email {width: 240px;}

#label-wooloo-url{ font-size: 14px; color: #000; margin-right: 5px; margin-top: 8px;}

.management h1{	font-size: 18.5px; }
.management h3{ font-size: 18px; font-weight: normal;}
.management .h3-promote{ padding-bottom: 10px; background: url('./images/icon-promote.gif') top right no-repeat; }

.management label.label-1{
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 5px;
}

.management label.label-2{
	display: block;
	margin-bottom: 5px;
}
.account-settings #box-tab .input-wrapper input{
	font: 10px Arial; 
	padding-top: 5px;
	height: 19px;
}

.management .radio-container input{
	margin-right: 7px;
}

/**
	Messages
*/

.messages-table-header th{
	padding-top: 5px;
	padding-bottom: 6px;	
	background: #e4e4e4;
	font-size: 12px;
	border-top: 1px solid #dcdcdc;
	/* border-bottom: 1px solid #cccccc; */
	color: #999999;
}

.messages-table-header th a{
	color: #999999;
}

#messages-container {
	height: 359px;
	width: 582px;
	border: 1px solid #cccccc;
}

.message-list td{
	padding: 8px 0px;
	border-bottom: 1px solid #cccccc;
	color: #666666;
}

.message-list td a {
	color: #666666;
}

.message-list .evenrow {
	background: #f9f9f9;
}

.message-list .dotted-lb {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	border-left: 1px dotted #cccccc;
	height: 45px
}

.message-list .new-message td,
.message-list .new-message td a {
	font-weight: bold;
	color: #000000;
}

.message-list td .application-status {
	padding-top: 3px;
}

#messages-scroll {
	height: 359px;
}

#box-tab .dark-switcher-open{
	padding-left: 13px;
	cursor: pointer;
	background: #e4e4e4 url('images/arrow-open-dark.gif') no-repeat center left;
}

#box-tab .dark-switcher-close{
	padding-left: 10px;
	cursor: pointer;
	background: #e4e4e4 url('images/arrow-close-dark.gif') no-repeat center left;
}

/** compose */
.messages .place-wrapper-336 {
	width: 336px;
}

.messages .place-wrapper-30 {
	width: 30px;
}

.messages .place-wrapper-218 {
	width: 218px;
}

.messages h1{
	font-size: 18.5px;
}

.messages h2 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: none;
}

.messages h3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.messages label.label-3{
	display: block;
	font-size: 12px;
	color: #000000;
	padding-top: 11px;
	padding-left: 1px;
	padding-bottom: 3px;
}

.messages label.label-4 {
	display: block;
	font-size: 11px;
	color: #000000;
	padding-top: 11px;
	padding-left: 1px;
	padding-bottom: 3px;
}

.messages .input{
	font-size: 16px;
	border: 1px solid #cccccc;
	height: 25px;
	width: 100%;
}

.messages textarea {
	border: 1px solid #cccccc;
	width: 336px;
}

.promote .messages textarea{
	width: 266px;
	height: 152px;
}

#community-contact-list .place-wrapper{
	width: 198px;
}

#contact-list-scroll {
	height: 190px;
}

.contact-list-scroll {
	height: 130px;
	width: 198px;
}

.contact-list-entry {
	padding: 4px 0px;
	color: #5a5956;
	font-size: 12px;
	cursor: pointer;
}

.promote #box-tab .label-wrapper,
.messages #box-tab .label-wrapper{
	width: 184px;
	padding: 0px;
	padding-top: 5px;
	height: 21px;
	font-size: 11px;
	margin-bottom: 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.messages #box-tab .label-wrapper label{
	font-size: 11px;
	padding-left: 10px;
}
     
.promote #box-tab .messages .switcher-open,
.messages #box-tab .switcher-open{
	margin-left: 0px;
}

.promote #box-tab .messages .switcher-close,
.messages #box-tab .switcher-close{
	margin-left: 0px;
}


#recipient-list {
	padding-top: 13px;
}

#recipient-list .entry{
	border-bottom: 1px solid #cccccc;
	padding: 4px 0px;
}
#recipient-list .entry .recipient-name {
	color: #fc2f07;
	font-size: 11px;
	width: 321px;
	float: left;
}

.promote #recipient-list .entry .recipient-name{
	width: 100%;
}

#recipient-list .entry .remove-recipient {
	width: 15px;
	float: right;
}

.messages #box-tab .error {
	border: none;
}

/** message view */
.messages .messageview .user-info {
	width: 310px;
	float: left;
	font-size: 12px;
}

.messages .messageview .user-info div {
	font-size: 12px;
}

.messages .messageview .user-info .username {
	color: #fc2c03;
}

.messages .messageview .user-info .date {
	font-size: 11px;
}

.messages .messageview .subject {
	font-size: 12px;
	color: #000000;
	border-bottom: 1px dotted #b6b6b6;
	padding-top: 25px;
}

.messages .messageview .body {
	padding: 25px 0px 30px 0px; 
	color: #333333;
}

.messages .messageview .body .message-header {
	color: #4c4c4c;
}

.messages .messageview #application-menu {
	float: right;
	width: 271px;
	color: #5a5956;
}

.messages .messageview #application-menu .buttons {
	padding-bottom: 10px;
}

.messages .messageview #application-menu img{
	padding-left:1px;
}

.bottom-toolbar {
	float: right;
	padding-right: 2px;
	padding-top: 10px;
}

#my-home #top-button td{ width: 117px;}

/**
	Activity
*/
.activity-table-header th {
	padding-top: 5px;
	padding-bottom: 6px;	
	background: #e4e4e4;
	font-size: 12px;
	border-top: 1px solid #dcdcdc;
	color: #000000;
}

#favourite-activity,
#community-activity,
#exhibition-activity,
#opencall-activity{
	width: 583px;
	border: 1px solid #cccccc;
}

#favourite-activity-scroll,
#community-activity-scroll,
#exhibition-activity-scroll,
#opencall-activity-scroll {
	height: 180px;
}

.activity-list td{
	padding: 8px 0px;
	border-bottom: 1px solid #cccccc;
	color: #000000;
}

.activity-list td a {
	color: #000000;
	text-decoration: underline;
}

.activity-list .evenrow {
	background: #f9f9f9;
}

.activity-list .dotted-lb {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	border-left: 1px dotted #cccccc;
	height: 45px
}

/*Box Favourite Management List*/
.edit-box-wrapper .edit-box{
	width: 187px;
	position: relative;
}

.edit-box-wrapper .edit-box #mf-edit-box{
	position: absolute;
	top: -1px;
	left: -1px;
	display: none;
	width: 187px;
	border: 1px solid #EC2903;
}

.edit-box-wrapper .edit-box #button-edit-wrapper{
	display: none;
	position: absolute;
	bottom: 1px;
	z-index: 2;
	right: 0;	
}

.height_feeler { }

.instruction{
	color: #cccccc;
	line-height: 15px;
}

.instruction a{
	color: #fc2c03;
	text-decoration: none;
}
/* End Box */

.validate-error-message{
	padding: 10px;
	font-size: 11px;
}

/*People Behind*/
#box-people-behind #wooloo-introduction{ margin-left: 0px; width: 260px; }
.wooloo-production-introduction { font-size: 12px; line-height: 18px; text-align: justify; }
#people-behind-picture{ width: 230px; }
#people-behind-picture img{ margin-bottom: 5px;}

#window-send-friend input { width: 367px; }
#window-send-friend textarea {width: 365px; height: 100px; }

.no-images{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
}

#title-participate-now {width: 340px;}
#body-participate-now {width: 338px;}

.default #add-comment{
	background: url('./images/btt-leave-comment-default.gif') no-repeat;
}

#box-create-account .small-form .zend-form-element-wrapper input#user{
	text-transform: lowercase;
}

#user-url{ text-transform: lowercase; }

#box-favourite-management-list-edit .box .content{
	padding: 6px 8px 4px 7px;
}

#box-favourite-management-list-edit .edit-wrapper{
	padding: 5px;
	background: #CFCFCF;	
}

#box-favourite-management-list-edit .item-wrapper{
	position: relative;
	width: 160px;
}

#box-favourite-management-list-edit .item-wrapper .cross{
	position: absolute;
	top: 0;
	right: 0;
}

.ui-dialog-content a{
	color: #ffffff;
	font-weight: bold;
}

.type-file{
	height: 28px;
}

.no-link{ cursor: default;}
.no-link:hover{ text-decoration: none;}

.simple-page h1{
	color: #000;;
	font-size: 14px;
}

.simple-page h2{
	color: red;;
	font-size: 12px;
}

.simple-page a{
	color: red;
}

.simple-page p{
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
	padding-bottom: 10px;
}

.userblog #user-blog .content{ border-top: 1px solid #cccccc; }
.userblog #user-blog-name{ font-size: 12px; line-height: 25px; }
.userblog #user-blog-name a{ font-weight: bold;}

.userblog .box h5{
	background: #adadad;
	color: #ffffff;
}

.userblog .box-blog .content {background: #ffffff;}
.userblog .box-blog .content .ul-links {color: #000000;}
.userblog .box-blog .content .ul-links li a{color: #000000; line-height: 20px;}

#box-archive ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#box-archive ul ul{
	margin-left: 10px;
}

#box-archive ul li a.close{
	background: url('./images/link-archive-close.gif') left 5px no-repeat;
	line-height: 20px;
	padding-left: 15px;
}

#box-archive ul li a.open{
	background: url('./images/link-archive.gif') left 3px no-repeat;
	line-height: 20px;
	padding-left: 15px;	
}

#box-archive ul li ul{
	display: none;
}

#box-archive ul li ul li a{
 background: none;
 padding-left: 0;
}

/* 2010-01-16 00:07 rratshin */
div.open-call-manager-button, div.open-call-manager-button a:link {
   color: #333333;
   width: 175px;
   height: 26px;
   padding-bottom: 2px;
   /*padding: 4px;*/
   vertical-align: middle;
   background: #cccccc;
   font-size: 12px;
   cursor: pointer;
}
div.open-call-manager-button:hover, .open-call-manager-button a:hover {
   color: #ffffff;
   background: #666666;
}
div.open-call-manager-button-text {
   font-size: 10px;
   padding-top: 9px;
   padding-left: 8px;
}