body {
	margin: 0;
	color:#171717;
	background: #2e2015 url(/img/bg-body.jpg) no-repeat 50% 0;
	font: 13px/19px georgia, serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 12px arial, helvetica, sans-serif;
}
a {
	color: #f00;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
/* General settings */
#wrapper{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:238px 0 0;
}
#wrapper .m1{
	width:100%;
	background:#fff;
}
#wrapper .m1:after {
	content:"";
	display:block;
	clear:both;
}
#wrapper .m2{
	margin:-238px 0 0;
	width:100%;
	overflow:hidden;
	position:relative;
	float:left;
}
#wrapper.sub { padding: 187px 0 0; }
#wrapper.sub .m2 { margin: -187px 0 0; }

#header{
	height:202px;
	width:100%;
	overflow:hidden;
}
#header h1{
	margin:39px 0 0;
	width: 286px;
	height: 46px;
	line-height:46px;
	float:left;
}
#header h1 a{
	width: 286px;
	height: 46px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/img/logo.png);
}
#header span{
	margin:66px 0 0;
	color:#fe0;
	font-size:15px;
	line-height:18px;
	float:right;
}
#header span a{
	color:#fff;
}
#header .form-box{
	margin:27px 0 0;
	float:right;
	width:269px;
	height:36px;
	background:#4d4138;
}
#header .form{
	width:238px;
	overflow:hidden;
	background:#fff;
	float:right;
	display:inline;
	padding:2px;
	margin:5px 10px 0 0;
}
#header .form .txt{
	float:left;
	width:178px;
}
#header .form .txt input{
	width:170px;
	padding:2px;
	color:#c2c2c2;
	font-size:12px;
	line-height:14px;
	border:0;
	background:none;
	font-weight:bold;
}
#header .form .btn{
	margin:0 0 0 2px;
	float:left;
}
#header .form .btn input{
	float:left;
}
#menu{
	margin:23px 0 0;
	padding:0;
	display:inline;
	float:left;
	width:691px;
	list-style: none;
}
#menu li {
	float:left;
}
#menu li span {
	float:left;
	height:44px;
	overflow:hidden;
	margin:0;
}
#menu li span a{
	width:691px;
	height:88px;
	display:block;
	text-indent:-9999px;
	background:url(/img/menu.png) no-repeat;
	margin:0;
}
#menu .home {
	width:82px;
}
#menu li .home a:hover,
#menu li.active .home a{
	margin:-44px 0 0 0;
}
#menu .exhibitions {
	width:124px;
}
#menu .exhibitions a{
	margin:0 0 0 -82px;
}
#menu li .exhibitions a:hover,
#menu li.active .exhibitions a{
	margin:-44px 0 0 -82px;
}
#menu .events{
	width:119px;
}
#menu .events a{
	margin:0 0 0 -206px;
}
#menu li .events a:hover,
#menu li.active .events a{
	margin:-44px 0 0 -206px;
}
#menu .blogs{
	width:76px;
	background-position: -325px 0;
}
#menu .blogs a{
	margin:0 0 0 -325px;
}
#menu li .blogs a:hover,
#menu li.active .blogs a{
	margin:-44px 0 0 -325px;
}
#menu .artists {
	width:88px;
}
#menu .artists a{
	margin:0 0 0 -401px;
}
#menu li .artists a:hover,
#menu li.active .artists a{
	margin:-44px 0 0 -401px;
}
#menu .resources {
	width:117px;
}
#menu .resources a{
	margin:0 0 0 -489px;
}
#menu li .resources a:hover,
#menu li.active .resources a{
	margin:-44px 0 0 -489px;
}
#menu .about {
	width:85px;
}
#menu .about a{
	margin:0 0 0 -606px;
}
#menu li .about a:hover,
#menu li.active .about a{
	margin:-44px 0 0 -606px;
}
#carusel {
	position:absolute;
	top:202px;
	left:0;
	overflow:hidden;
	padding:0 0 0 20px;
	width:920px;
}
#carusel a.link-prev {
	width: 27px;
	height: 21px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/img/btn-prev.gif);
}
#carusel a.link-next {
	width: 28px;
	height: 21px;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/img/btn-next.gif);
}
#carusel .link{
	margin:22px 0 0;
	padding:2px 0 3px;
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
}
#carusel div.list {
	width:932px;
	overflow:hidden;
	position:relative;
	height: 186px;
}
#carusel div.list ul {
	position:absolute;
	list-style:none;
	height: 100%;
	padding:0;
	margin:0;
	top: 0;
	left: 0;
}
#carusel div.list ul.active {
	z-index: 1;
}
#carusel div.list ul li {
	float:left;
	padding:0 13px 0 0;
	width:220px;
}
#carusel div.list ul li a:hover span { color: #E36159 }
#carusel li .box{
	width:220px;
	overflow:hidden;
	border-bottom:1px solid #ebebeb;
}
#carusel li .box img{
	display:block;
	margin:0 0 6px;
}
#carusel li .box span{
	display:block;
	color:#343737;
	padding:0 0 9px 3px;
	font-size:14px;
}
#content{
	width:920px;
	padding:256px 20px 0;
	overflow:hidden;
}
#content .colums{
	width:100%;
	overflow:hidden;
}
#content .colum1{
	width:370px;
	float:left;
	margin:0 20px 0 0;
}
#content .colum1 ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#content .colum1 ul li{
	width:100%;
	overflow:hidden;
	padding:20px 0;
	border-top:1px solid #d6d6d6;
	margin:-20px 0 20px;
}
#content .colum1 ul li.last{
	padding:20px 0 6px;
}
#content .colum1 .image{
	float:left;
}
#content .colum1 .image img{
	display:block;
}
#content .colum1 .txt{
	width:210px;
	padding:0 10px 0 0;
	float:right;
}
#content .colum1 .txt p,
#content .colum2 p{
	font-size:12px;
	margin:0;
	color:#7c7c7c;
	line-height:18px;
}
#content .colum1 .txt a,
#content .colum2 a{
	font-size:12px;
	color:#e36159;
	line-height:18px;
}
#content .colum2{
	width:220px;
	float:left;
	margin:0 20px 0 0;
}
#content .colum2 ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#content .colum2 ul li{
	width:100%;
	overflow:hidden;
	padding:18px 0;
	border-top:1px solid #d6d6d6;
	margin:-18px 0 18px;
}
#content .colum3{
	width:290px;
	float:left;
}
#content .colum3 ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#content .colum3 ul li{
	padding:25px 0 0;
	margin:-25px 0 25px;
}
#content .colum3 p{
	font-size:13px;
	color:#515151;
	line-height:20px;
	margin:0 0 15px;
}
#content .colum3 .date{
	width:100%;
	overflow:hidden;
	border-top:1px solid #d6d6d6;
}
#content .colum3 .date a{
	color:#d92c22;
	font-size:12px;
	font-style:italic;
	display:block;
	line-height:26px;
	text-decoration:none;
}
#content .colum3 .date a:hover{
	text-decoration:underline;
}
#content .colum3 .date .arrow{
	width: 30px;
	height: 26px;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/img/bg-arrow.gif);
}
#content .colums h2{
	color:#0f0e0b;
	font-size:16px;
	padding:5px 0 12px;
	border-bottom:4px solid #cdf0ef;
	margin:0 0 15px;
}
#content .colums h3{
	color:#2e2015;
	font-size:14px;
	font-style:italic;
	margin:0 0 10px;
	line-height:14px;
}
#content .links{
	width:100%;
	overflow:hidden;
	margin:0 0 34px;
	padding:0;
	list-style:none;
}
#content .links li{
	float:left;
	border-top:1px solid #d6d6d6;
}
#content .links li a.arrow{
	line-height:26px;
	font-size:12px;
	color:#d92c22;
	font-style:italic;
	text-decoration:none;
	float:left;
	background: url(/img/bg-arrow.gif) no-repeat 100% 0;
	padding:0 37px 0 0;
}
#content .links li.first a.more{
	margin-left:80px;
}
#content .links li.second a.more{
	float:right;
}
#content .links li a:hover{
	text-decoration:underline;
}
#content .links li.therd a{
	float:right;
}
#content .links li.first{
	width:370px;
	margin:0 20px 0 0;
}
#content .links li.second{
	width:220px;
	margin:0 20px 0 0;
}
#content .links li.therd{
	width:290px;
}
#content .block{
	width:905px;
	overflow:hidden;
	background:#f0f0f0;
	padding:12px 0 0 15px;
}
#content .block h4{
	color:#282621;
	font-size:10px;
	margin:0 0 10px;
}
#content .block2 h4{
	background: url(/img/bg-h4.gif) repeat-x 0 9px;
	margin:0 40px 15px 0;
}
#content .block2 h4 span{
	font-family:Arial, Helvetica, sans-serif;
	background:#f0f0f0;
	padding:0 5px 0 0;
}
#content .block2 h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d82c22;
	margin:0;
}
#content .block2 p{
	color:#282621;
	font-size:12px;
	margin:0 0 10px;
	line-height:20px;
}
#content .block2 p b { font-weight: normal; }
#content .block1{
	float:left;
	width:390px;
}
#content .block1 ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#content .block1 ul li{
	float:left;
	margin:0 4px 0 0;
}
#content .block1 ul li img{
	display:block;
}
#content .block1 .view{
	font-family:Arial, Helvetica, sans-serif;
	width: 32px;
	height: 27px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	color:#fe0;
	font-size:11px;
	padding:5px 0 0;
	font-weight:bold;
	background: url(/img/bg-view.gif);
	text-decoration:none;
	margin:20px 0 0 16px;
}
#content .block1 .view:hover{
	text-decoration:underline;
}
#content .block2{
	float:right;
	width:450px;
}
#content .block .arrow{
	width: 30px;
	height: 21px;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/img/bg-arrow2.gif);
}
#visual {
	width:960px;
	overflow:hidden;
	padding:0 0 54px;
}
* html #visual{
	padding:0 0 39px;
}
#visual .button{
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
}
#visual .red{
	width:134px;
	height:25px;
	float:left;
	text-align:center;
	line-height:25px;
	background:#d92c22;
	font-size:13px;
	font-style:italic;
	color:#fff;
	text-decoration:none;
	margin:8px 12px 0 21px;
}
#visual .red:hover,
#visual .gray:hover{
	text-decoration:underline;
}
#visual .gray{
	width:111px;
	height:25px;
	float:left;
	text-align:center;
	line-height:25px;
	background:#ccc;
	font-size:13px;
	font-style:italic;
	color:#fff;
	text-decoration:none;
	margin:8px 0 0;
}
#visual .box{
	margin:0 20px 15px 20px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ccc;
	width:916px;
	overflow:hidden;
	padding:0 0 0 4px;
}
#visual .box h3{
	line-height:32px;
	color:#d92c22;
	font-size:14px;
	font-style:italic;
	margin:0;
}
#visual .nav{
	margin:6px 0 0;
	float:right;
}
#visual .nav .prev{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/img/bg-prew.gif);
	width:30px;
	height:21px;
}
#visual .nav .next{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/img/bg-next.gif);
	width:27px;
	height:21px;
}
#visual .nav ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#visual .nav ul li{
	float:left;
	padding:0 5px;
}
#visual .nav ul li a{
	color:#999;
	font-size:14px;
	font-style:italic;
	text-decoration:none;
}
#visual .nav ul li.active a,
#visual .nav ul li a:hover{
	color:#d92c22;
	font-weight:bold;
}
#visual .nav ul li a:hover{
	font-weight:normal;
}
#visual .nav ul li.active a:hover{
	font-weight:bold;
}
#visual .block{
	width:920px;
	padding:0 20px; margin: 0 0 22px 0;
	overflow:hidden;
}
#visual .block .image{
	float:left; padding: 0 0 0 0;
}
#visual .block .image img{
	display:block;
}
#visual .block .txt{
	float:right;
	width:675px;
}
#visual .block .txt span{
	float:right;
	color:#968f8a;
	line-height:35px;
	font-style:italic;
	font-size:12px;
}
#visual .block .txt span.caps { float: none; color: #515151; font-style: normal; line-height: 19px; }
#visual .block .txt h4{
	line-height:35px;
	font-size:16px;
	font-style:italic;
	margin:0 0 12px;
	border:1px solid #ebebeb; border-right: none; border-left: none;
}

#visual .block .colum-l{
	width:185px;
	float:left;
}
#visual .block .colum-l a{
	font-size:12px;
	color:#d92c22;
	line-height:18px;
}
#visual .block .colum-l p{
	color:#515151;
	font-size:12px;
	margin:0;
	line-height:18px;
}
#visual .block .colum-r{
	width:450px;
	float:right;
	padding:0 0 15px;
}
#visual .post .colum-r { width: 658px; }
* html #visual .block .colum-r{
	padding:0 0 13px;
}
#visual .block .colum-r p{
	color:#515151;
	font-size:13px;
	margin:0;
	line-height:19px;
}
#visual .more{
	background: url(/img/bg-more.gif) no-repeat 100% 0;
	padding:0 35px 0 0;
	height:21px;
	float:left;
	font-style:italic;
	font-size:12px;
	color:#d92c22;
	text-decoration:none;
	line-height:21px;
	margin:8px 0 0;
}
#visual .more:hover{
	text-decoration:underline;
}
#visual .posts{
	width:670px;
	float:left;
	display:inline;
	padding:0 0 16px;
	margin:0 0 0 20px;
	border-bottom:1px solid #ebebeb;
}
* html #visual .posts{
	padding:0 0 7px;
}
#visual .authors{
	width:208px;
	padding:0 20px 0 0;
	float:right;
}
#visual .authors h4{
	font-size:16px;
	font-style:italic;
	line-height:34px;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	margin:0 0 10px;
}
#visual .authors ul{
	margin:0;
	padding:0;
	list-style:none;
}
#visual .authors ul li a{
	font-size:12px;
	color:#d92c22;
	text-decoration:none;
}
#visual .authors ul li a:hover{
	text-decoration:underline;
}
#visual .posts .image{
	width:210px;
	float:left;
}
#visual .posts .image span{
	display:block;
	font-size:12px;
	color:#999;
	line-height:15px;
}
#visual .posts .txt{
	width:440px;
	float:right;
}
#visual .posts .txt span{
	display:block;
	color:#d92c22;
	font-style:italic;
	font-size:12px;
	margin:0 0 10px;
}
#visual .posts .txt h4{
	font-size:18px;
	color:#171717;
	margin:0 0 10px;
	font-weight:normal;
}
#visual .posts .txt p{
	font-size:13px;
	color:#515151;
	line-height:20px;
	margin:0 0 10px;
}
#event-add-form{
	/* background: #fbfbfb url(/img/bg-form.gif) no-repeat 0 100%; */
	background: #fbfbfb url(/img/bg-visual.gif) no-repeat 0 0;
	margin: 70px 0 0 0;
	width:920px;
	padding:20px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#event-add-form h3{
	font-size:16px;
	color:#282621;
	font-style:italic;
	margin:0 0 15px;
	font-family: georgia, serif;
}
#event-add-form .form-submit{
	width:100%;
	overflow:hidden;
}
#event-add-form .input-info{
	margin:0;
	padding:0;
	list-style:none;
	width:280px;
	overflow:hidden;
	float:left;
}
#event-add-form .input-info li{
	width:100%;
	overflow:hidden;
	padding:0 0 18px;
	vertical-align:top;
	height:1%;
}
#event-add-form .input-info li input{
	width:273px;
	padding:4px 0 5px 3px;
	background:none;
	border:1px solid #ddd;
	margin:0;
	color:#282621;
	font-weight:bold;
	font-size:10px;
	float:left;
}
#event-add-form .input-info li.date input{
	width:72px;
	margin:0 16px 0 0;
}
#event-add-form textarea{
	width:328px;
	height:377px;
	padding:10px 0 0 8px;
	background:none;
	border:1px solid #ddd;
	float:left;
	margin:0 0 0 10px;
	color:#282621;
	font-weight:bold;
	font-size:10px;
}
#event-add-form .buttons{
	width:270px;
	float:left;
	margin:0 0 0 20px;
}
#event-add-form .buttons .box{
	width:269px;
	overflow:hidden;
	border:1px solid #ddd;
	border-right:0;
	margin:0 0 28px;
}
#event-add-form .buttons .btn{
	margin:0 0 18px;
}
#event-add-form .file {
	width: 185px;
	height: 25px;
	overflow: hidden;
	position: relative;
}
#event-add-form .box .file{
	height: auto;
	width:269px;
}
#event-add-form .file .file-input-area {
	top: 0px;
	left: 11px;
	margin: 0;
	padding: 0;
	width: 186px;
	height: auto;
	border: none;
	position: absolute;
}
#event-add-form .box .file .file-input-area{
	width:269px;
	height:22px;
}
#event-add-form .file .text-input {
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	width: 152px;
	background:#5bccca;
	position: absolute;
	padding: 5px 0 5px 3px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
#event-add-form .box .file .text-input{
	width:205px;
	background:none;
	color:#282621;
	font-size:10px;
}
#event-add-form .file .button {
	float: right;
	margin:0;
	text-indent: -9999px;
	background: url(/img/btn-file.gif) no-repeat;
	width:30px;
	height:25px;
}
#event-add-form .box .file .button{
	background: url(/img/btn-browse.gif) no-repeat;
	width:60px;
	height:22px;
}
#footer {
	width:928px;
	padding:0 12px 0 20px;
	margin:0 auto;
	overflow:hidden;
	height:125px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .rss{
	width:34px;
	height:20px;
	float:right;
	border:1px solid #cbcbcb;
	background:#2e2015;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin:25px 0 0;
	text-decoration:none;
}
#footer .rss:hover{
	text-decoration:underline;
}
#footer ul{
	margin:20px 0 19px;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	padding:0 20px 0 0;
}
#footer ul li a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
#footer ul li a:hover,
#footer ul li.active a{
	color:#fe0;
}
#footer p {
	margin:0;
}
#footer p span{
	display:block;
	padding:0 0 0 20px;
	background: url(/img/bg-s.gif) no-repeat;
	margin:0 0 19px;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#fff;
}
#footer span{
	font-size:11px;
	color:#5bccca;
	font-weight:bold;
}

#content .colum1 .txt h3 a, #content .colum2 h3 a, #content .colums h3 a, #visual .block .txt h4 a { color: #2E2015; text-decoration: none; }
#content .colum1 .txt h3 a:hover, #content .colum2 h3 a:hover, #content .colums h3 a:hover, #visual .block .txt h4 a:hover { color: #E36159 }

#visual .post { width: 700px; }
#visual .post .colum-r { float: left; }
#visual .post .txt { width: 685px; }
#visual .post .txt h4 { color: #D92C22; font-size: 14px; padding: 0; border: 0; line-height: 16px; margin: 0 0 0 0 }
#visual .post .txt h3 { margin: 10px 0 10px 0 }

td { vertical-align: top; }
td.blog-nav { width: 190px; }
td.blog-nav h3, #artists h3, #support td h3 { border: 1px solid #eee; border-left: none; border-right: none; padding: 7px; margin: 20px 0 10px 0; font-style: italic }
td.blog-nav h3.first { margin-top: 0; }
td.blog-nav p { margin: 0 0 3px 10px;  }
td.blog-nav a { text-decoration: none; font-size: 11px; }
td.blog-nav a:hover { color: #000; }

#visual .block .colum-r div.full p { margin: 0 0 16px 0 }

#artists, #support { width: 100%; margin: -8px 0 20px 0; }
#artists td { width: 25%; padding: 0 20px; }
#artists td img { margin: 12px 0 6px 0 }
#artists td a { text-decoration: none; font-size: 12px; }
#artists td a:hover { color: #000; }
#artists .resources p { margin: 0 0 8px 10px }

#support td { padding: 0 30px; width: 50%; }
#support td p { margin: 0 0 10px 5px }
#support td li input, #support td textarea { width: 80%; margin: 10px 0 10px 10px; color: #777; padding: 5px; }
#support td input { margin-left: 10px; }
#support td ul { margin: 0; padding: 0; }
#support td li { list-style-type: none; margin: 0 0 0 0 }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#footer span a { color: #DFCF0C; text-decoration: none; }
#footer span a:hover { color: #fff; }

div.error, div.success, div.warning { font-size: 14px; color: #cc0000; line-height: 20px; background-color: #ffeeee; border: 1px solid #ff0000; border-right: none; border-left: none; padding: 5px 10px; margin: 10px 0px; }
div.success { color: #008800; border: 1px solid #00aa00; border-right: none; border-left: none; background-color: #eeffee; }
div.warning { background-color: #FFFFE4; color: #7D052C; border: 1px solid #7D052C; border-right: none; border-left: none; }
div.error div, div.success div, div.warning div { border: none; padding: 0 0 0 10px; margin: 5px 0 }

div.uploader { height: auto; border: 1px solid #eee; width: 227px; padding: 15px; font-size: 11px; color: #666; }
div.uploader img { margin: 10px 0; }

#event-add-form .buttons .uploader-cont { border: none; width: 280px; }

a.dp-choose-date { font-size: 10px; float: right; margin: 0 10px 0 0; color: #aaa }