﻿#createRunPage .tags label { font-size: 92%; }


/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
	
	/*  ewww no thanks
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	*/
	
	
	
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	/*margin:0.5em 0;*/
	}
.two {
	width:45%;
	float:left;
	}
.three {
	width:45%; 
	float:right;
	}
/* Rules for the top corners and border */
.bt {
	background:url(../Images/box.png) no-repeat 100% 0;
	margin:0 0 0 26px;
	height:35px;
	}
.bt div {
	height:35px;
	width:26px;
	position:relative;
	left:-26px;
	background:url(../Images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../Images/box.png) no-repeat 100% 100%;
	margin:0 0 0 24px;
	height:35px;
	}
.bb div {
	height:35px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(../Images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 24px;
	background:url(../Images/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 24px 0 0;
	background:url(../Images/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#F1F7FF;
	border:1px solid #F1F7FF;
	border-width:1px 0;
	/*padding:0 10px;*/
	}
	
	/* override defaults for group page title bar - make slightly shorter */
	div.groupInfo div.bt { height:15px !important; }
	
	
/* CSS for the box ends here */

/* You can use different borders for different boxes on the same page. Just adjust the CSS. The following is an example that uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
.three .i1,
.three .i2 {
	background-image:url(../Images/borders.gif);
	}
.three .bt,
.three .bt div,
.three .bb,
.three .bb div {
	background-image:url(../Images/box.gif);
	}

/* Just a bit of styling for this example. Adjust as you wish. */



label.hiddenlabel { position: absolute; visibility: hidden; }

/** compact form labels script 


label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}
  


**/

/***********************
	User (Star) Rating             
	From http://www.komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/
	styles for the star rater                
***********************/	
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../Images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../Images/star_small.gif);
	line-height: 10px;
	height: 10px;
}





/* remove halo effect in firefox   */
a:active{
	outline: none;
}	

/* tag autocomplete */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}


/* accordion */
#panel0, #panel1, #panel2, #panel3, #panel4 {
    margin: 0;
    padding-bottom: 5px;
    border: none;
}
.panel_body {
    height:199px;
    padding: 0 5px; 
}

.panel_header {
    padding: 2px 1px 2px 4px;
    cursor: pointer;
    border-style: solid none solid none;
    border-top-color: #BDC7E7;
    border-bottom-color: #182052;
    border-width: 1px 0px 1px 0px;
    color:#ffffff;
    background-color: #999999;
    cursor:pointer;
    font-size:92%;
}



div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #999;
  color: #FFF;
  text-align: left;
  position: absolute;
  z-index: 1000;
}



/*** ewindow styles ****/

      .estyle1 {
        background-color:#ffffff;
        border:3px black solid;
      }
      .estyle2 {
        background: url(../Images/iw2.png) no-repeat;
		width:98px;
		height:73px;
		padding:6px;
      }
      .estyle3 {
        background-color:#ffffff;
        border:10px black solid;
        padding: 10px;
      }
      .estyle4 {
        background-color:#ffffff;
        border:10px black double;
        padding: 10px;
      }
      .estyle5 {
        background-color:#ffffff;
        border-bottom:3px black solid;
        border-left:3px #aaaaaa solid;
        border-top:3px #aaaaaa solid;
        border-right:3px black solid;
        padding: 5px;
      }
      .estyle6 {
        background-color:#ffffff;
        border:2px black solid;
      }
	  

