/* Start of CMSMS style sheet 'Layout' */
/*html { height: 100%;}*/

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   background:url(images/body-bg.gif) no-repeat #000;
}

/*
set font size for all divs,
this overrides some body rules
*/
div#content {
font-size:11px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
  background-color:none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color:#ed2790;
   text-decoration:none;
}

a:visited {
   text-decoration: none;
   background-color: none;
   color:#ed2790;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;

   color:#ed2790;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   font-size: 30px; 
   text-align: left; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
   color:#ed2790;
   font-weight:100;
}
div#content h3 {
   color:#ed2790;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color:#ed2790; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color:#ed2790;
}
h6 {
   font-size: 30px;
   line-height: 34px;
   margin: 0 0 0.25em 0;
   color:#666666;
}
/* END HEADINGS */

/* TEXT */
p {
   margin: 0 0 10px 0;  /* some air around p elements */
   line-height:1.2em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/*****************
basic layout 
*****************/
body {
   margin:0;
   padding:0;
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width:960px;
   background: #fff ;
   color: black;

overflow:hidden;
}

* html #pagewrapper { height: 100%;}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 101px; /* adjust according your image size */
   background: #fff;           
}

div#header h1{margin:0; padding:0px 0 0 0px; width:436px; height:101px;}

div#header h1 a {
/* you can set your own image here */
   background: #fff url(images/logo.jpg) no-repeat 0 0px; 
   display: block; 
   height: 101px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


  

 div#content {
   margin: 0; /* some air above and under menu and content */

/*   background: url(images/content-bot-bg.gif) no-repeat bottom;*/
   float:left;
   padding:15px  10px 0px 0;
width:950px;
}



div#main {
   margin-left: 0; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin:0; /* and some air on the right */
   float:left;
   width:815px;
   padding:0 0 0 15px;

}

div#main2{
   background:url(images/gradient.gif) repeat-x top;
   width:755px;
   padding:23px 23px 30px 23px;

}

div#main2 img{
   margin:0 10px 0 0; border:0px none;
}

div#home-right #box1{width:397px; float:left; background: #fff url(images/bg-right.gif) 0 0 no-repeat; margin:0 0 15px 0; padding:15px 0 0 0px; color:#545454;height:480px}

div#home-right #box1 h2.go{width:370px; height:25px; margin:0 0 20px 0; padding:0; background:url(images/h2-box1.gif) no-repeat;}
div#home-right #box1 h2.go span{display:none;}
div#home-right #box1 p{padding:0 0 0 0; line-height:0.8em;}

div#home-right #box1 #club{width:102px; float:left; padding:0 ; border-right:0px solid #aeaeae; margin:0px 0px 0 0;}
div#home-right #box1 #pub{width:102px; float:left; padding:0 ; border-right:0px solid #aeaeae; margin:0 8px;}
div#home-right #box1 #restaurant{width:102px; float:left; padding:0 ; margin:0 8px; }

div#home-right #box1 p {line-height:12px;}

div#home-right #box1 #club img, div#home-right #box1 #pub img, div#home-right #box1 #restaurant img{
border:1px solid #fff;}

div#home-right #box1 #club h3 img, div#home-right #box1 #pub h3 img, div#home-right #box1 #restaurant  h3 img{border:none;margin-bottom:8px;}

div#home-right #box1 #club a img, div#home-right #box1 #pub a img, div#home-right #box1 #restaurant  a img{border:none;}

div#home-right #box1 #club h3, div#home-right #box1 #pub h3, div#home-right #box1 #restaurant  h3{
margin:0; padding:0;}


div#home-right #box4{width:372px; float:left; margin:0 0 15px 19px; padding:35px 0 0 0px; color:#545454;}

div#home-right #box4 h2.go{width:370px; height:25px; margin:0 0 20px 0; padding:0; background:url(images/h2-box4.gif) no-repeat;}
div#home-right #box4 h2.go span{display:none;}
div#home-right #box4 p{padding:0 0 0 0; line-height:0.8em;}

div#home-right #box4 ul{list-style-type:none;margin-left:11px;}
div#home-right #box4 ul li{display:inline;width:95px;height:140px; float:left;margin-left:0;margin-right:26px;overflow:hidden;}

div#main2 ul li a {height:70px; overflow:hidden;display:block}



div#main2 ul{list-style-type:none;margin-left:11px;}
div#main2 ul li{display:inline;width:90px;height:140px; float:left;margin-left:0;margin-right:26px;overflow:hidden;}

div#main2 ul li a {height:70px; overflow:hidden;display:block}



div#home-right #box4 #first{width:102px; float:left; padding:0 ; border-right:0px solid #aeaeae; margin:0 8px;}
div#home-right #box4 #second{width:102px; float:left; padding:0 ; border-right:0px solid #aeaeae; margin:0 8px;}
div#home-right #box4 #third{width:102px; float:left; padding:0 ; margin:0 8px; }

div#home-right #box4 p {line-height:12px;}

div#home-right #box4 .album_content ul li img {width:94px;border:0px solid #fff;}

div#home-right #box4 #club h3 img, div#home-right #box4 #pub h3 img, div#home-right #box4 #restaurant  h3 img{border:none;}

div#home-right #box4 #club a img, div#home-right #box4 #pub a img, div#home-right #box4 #restaurant  a img{border:none;}

div#home-right #box4 #club h3, div#home-right #box4 #pub h3, div#home-right #box4 #restaurant  h3{
margin:0; padding:0;}

div#home-right{width:397px; float:left;}
div#home-right #box2{width:397px; height:220px; background:#807b7b; margin:0 0 15px 0; color:#fff; font-size:12px;}


div#home-right #box2 h2.events-month{width:397px; height:45px; margin:0; padding:0; background:url(images/events-of-the-month.gif) no-repeat;}
div#home-right #box2 h2.restaurants-month{width:397px; height:45px; margin:0; padding:0; background:url(images/restaurants-of-the-month.gif) no-repeat;}
div#home-right #box2 h2.venues-month{width:397px; height:45px; margin:0; padding:0; background:url(images/venue-of-the-month.gif) no-repeat;}
div#home-right #box2 h2.pub-month{width:397px; height:45px; margin:0; padding:0; background:url(images/pub-of-the-month.gif) no-repeat;}
div#home-right #box2 h2.events-month span{display:none;}
div#home-right #box2 h2.restaurants-month span{display:none;}
div#home-right #box2 h2.venues-month span{display:none;}
div#home-right #box2 h2.pub-month span{display:none;}
div#home-right #box2 p{padding:0 0 0 20px;}
div#home-right #box2 img{margin:0 0 0 0px;}

div#top-box #search{width:390px; height:230px; float:left; background: url(images/search-bg.gif) no-repeat 0 0 ; margin:0; padding:0;}

#top-box #search h2.welcome{width:370px; height:55px; background:url(images/h2-welcome.gif) no-repeat; margin:0; padding:0;}
#top-box #search h2.welcome span{display:none;}


div#top-box  #gigs-month{float:left; width:369px; height:199px; margin:0; padding:0; background:url(images/gigs-bottom.gif) bottom no-repeat; color:#fff;}
div#top-box  #gigs-month h2.gigs-month{width:369px; height:40px; margin:0; padding:0; background:url(images/h2-gigs-of-month.gif) no-repeat;}
div#top-box  #gigs-month h2.gigs-month span{display:none;}
div#top-box  #gigs-month p{padding:0 0 0 20px;}
div#top-box  #gigs-month img{margin:0 0 0 0px;}


div#main #search-listings{
   padding: 40px 0 40px 150px;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 120px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0;
   padding:0 0px 20px 0;
   
}

div#sidebar img{margin:0 0 5px 0;}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 120px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

div#footer {
   width:100%; height:150px;
   clear:both;       /* keep footer below content and menu */
   color: #8c8c8c;
   background:#2b2a2a;
}

#foot2{
   margin: 0 auto;     /* this centers wrapper */
   width:925px;
/*   background:url(images/footer-bg.gif) no-repeat;*/
   height:103px;
padding:20px 0 0 35px;

}

#footer #col1, #footer #col2, #footer #col3, #footer #col4{
float:left;
}

#footer #col1{
//width:278px;
width:500px;
}

#footer #col1 p{
font-size:12px;
color:#999999;
margin-top:0;
padding-top:0;
}
#footer #col1 strong{
color:#de056e;
}

#footer #col2{
width:134px;
padding:0 0 0 35px;
display:none;
}

#footer #col3{
width:134px;
padding:0 0 0 40px;
}

#footer #col4{
padding:0 0 0 30px;
}


div#footer p {
   font-size: 14px;
   padding: 0;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
   color:#ed2790;
}

#footer #col4 p{font-size:10px; color:#ed2790;}

#footer #col1 p, #footer #col2 p, #footer #col3 p{
margin:8px 0 0 0;
}

div#footer p a {
   color: #ed2790; /* needed becouse footer link would be same color as background otherwise */
   text-decoration:none;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}



div#home-left{width:370px; height:525px; float:left;padding-left:30px;padding-top:20px;background: url(images/bg-left.gif) no-repeat 0 0; }
div#home-left #search{width:340px; height:230px; float:left; margin:0; padding:0;}



div#home-left #box3{width:340px; height:300px; background:transparent; color:#545252;clear:both;margin-top:0px}
div#home-left #box3 #box3-inner1{padding:15px 0px 3px 0px;clear:both;}
div#home-left #box3 #box3-inner2{padding:20px 18px 0 18px; border-top:1px solid #424242; overflow:hidden; background:red; width:200px;}
div#home-left #box3 h2.what-2-do{width:340px; height:25px; margin:0; padding:0; background:url(images/what-2-do.gif) no-repeat;}
div#home-left #box3 h2.what-2-do span{display:none;}
div#home-left #box3 p{margin:0; padding:0; line-height:1.3em;}
div#home-left #box3 hr{width:200px; height:3px; background:red; border-top:3px solid red;}

#search h2.welcome{width:340px; height:55px; background:url(images/h2-welcome.gif) no-repeat; margin:0; padding:0;}
#search h2.welcome span{display:none;}


#home_event_search { text-align:right;float:right;font-size:11px;width:250px;margin:10px 13px 0 0; padding:10px 0 0 0; background:transparent;}
#home_event_search .event { width:162px; font-size:11px;color:#181818;}
#home_event_search .date { width:50px; font-size:11px;color:#181818;}
#home_event_search p { font-size:11px;color:#181818;padding:5px 0 0 0;margin:0; }

div#search-left {float:left;}

div#search-left #box1{width:360px; float:left; background: #ebebeb; margin:0; padding:0;
color:#545454;}

div#search-left #box1 h2.go{width:360px; height:41px; margin:0; padding:0; background:url(images/h2-box1.gif) no-repeat;}
div#search-left #box1 h2.go span{display:none;}

div#search-left #box1 p{padding:0 0 0 0; line-height:0.8em;}

div#search-left #box1 #club{width:99px; float:left; padding:0 10px 0 10px; border-right:1px solid #aeaeae; height:219px;}
div#search-left #box1 #pub{width:99px; float:left; padding:0 10px 0 10px; border-right:1px solid #aeaeae; height:219px;}
div#search-left #box1 #restaurant{width:99px; float:left; padding:0 10px 0 10px; height:219px;}

div#search-left #box1 #club img, div#search-left #box1 #pub img, div#search-left #box1 #restaurant img{
border:5px solid #fff;}

div#search-left #box1 #club h3 img, div#search-left #box1 #pub h3 img, div#search-left #box1 #restaurant  h3 img{border:none;}

div#search-left #box1 #club a img, div#search-left #box1 #pub a img, div#search-left #box1 #restaurant  a img{border:none;}

div#search-left #box1 #club h3, div#search-left #box1 #pub h3, div#search-left #box1 #restaurant  h3{
margin:0; padding:0;}

div#search-right{width:369px;  float:right;}
div#search-right #box2{width:369px; height:200px; background:#000 url(images/box2-bottom.gif) no-repeat bottom; margin:0 0 30px 0; color:#fff; font-size:12px;}


div#search-right #box2 h2.events-month{width:369px; height:40px; margin:0; padding:0; background:url(images/events-of-the-month.gif) no-repeat;}
div#search-right #box2 h2.restaurants-month{width:369px; height:40px; margin:0; padding:0; background:url(images/restaurants-of-the-month.gif) no-repeat;}
div#search-right #box2 h2.events-month span{display:none;}
div#search-right #box2 p{padding:0 0 0 20px;}
div#search-right #box2 img{margin:0 0 0 -20px;}

div#search-right #box3{width:369px; height:260px; background:#000; color:#545252;}
div#search-right #box3 #box3-inner1{padding:20px 18px 0 18px;}
div#search-right #box3 #box3-inner2{padding:20px 18px 0 18px; border-top:1px solid #424242; overflow:hidden; background:red; width:200px;}
div#search-right #box3 h2.what-2-do{width:369px; height:40px; margin:0; padding:0; background:url(images/what-2-do.gif) no-repeat;}
div#search-right #box3 h2.what-2-do span{display:none;}
div#search-right #box3 p{margin:0; padding:0; line-height:1.3em;}
div#search-right #box3 hr{width:200px; height:3px; background:red; border-top:3px solid red;}

textarea{width:350px;height:120px;}
LABEL {width:200px;}

div#vert-box{
  width:770px;
  float:left;
  clear:both;
  margin-top:30px; 
  padding-top:15px;
  background:url(images/vert-dot.gif) repeat-x top;
}

#vert-box #group1{float:left; padding:0 25px 0 0;}
#vert-box #group2{float:left; padding:0 25px 0 0;}
#vert-box #group3{float:left; padding:0 0 0 0;}

#vert-box #submit{float:right; padding:15px 0 0 0;}

#vert-box label{color:#000; font-size:12px;padding:0 5px 0 0;}
#vert-box select{color:#a29c9a; font-size:11px;}
select#event-type{width:182px;}

div#main2 img{
   margin:0 10px 0 0; border:0px none;
}

input.search-input {
color:#999999;
font-size:11px;
padding:4px;
width:150px;
margin:0 15px 3px 15px;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 35px;
	width: 156px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(images/btn_spotmeout.gif) no-repeat left center;
}

form {margin-top:0;}

#home-right #box1 p
{
	text-align:center;
}

/* ####################################### */
/*-----------------------lightbox-------------------------------------*/

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget {font-size: 0.75em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:Arial, Helvetica, sans-serif;  }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #ccc; background: #734876 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; ; color: #660066; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #660066; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cccccc; background: #E7E2E7 ; color: #660066; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #660066; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

.ui-widget {
  font-size:1em!important;
}

/*-----------------------------------upload---------------------------------------*/

#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#log{ margin:0; padding:0; width:400px;}
#log li{ list-style-position:inside; margin:2px; border:1px solid #ccc; padding:10px; font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}
#log li .progressbar{ border:1px solid #333; height:5px; background:#9c9; }
#log li .progress{ background:#9c9; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ 
	border:1px solid #ccc; 
	background:#efefef; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('images/cancel.png') no-repeat; cursor:pointer; }



/* End of 'Layout' */

