.fileeditor
{
    min-height: 500px;
}
#themeedit td
{
    padding: 5px 10px;
}
.loadinglink
{
    padding-right: 20px;
    background-image: url(icons/hourglass.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.editbullets
{
    margin-left: 30px;
    list-style-type: disc;
}
.editbullets li
{
    margin-bottom: 0.5em;
}
.editbullets a:hover, .editbullets a:active
{
    text-decoration: inherit;
    color: inherit;
}
.editbullets input
{
    margin: 0;
    width: 50%;
}
.editbullets li:hover .editbulletbuttons, .editbullets li:hover
{
    background-color: #eee;
}
#tagSuggestions
{
    margin: 1em;
    padding: 1em;
    background-color: #eee;
}
#tagSuggestions a
{
    line-height: 2em;
    margin: 0.5em;
    font-size: 150%;
}


#servicelogos
{
    border-collapse: collapse;
    border-style: none;
}
#servicelogos td
{
    padding: 3px;
    text-align: center;
}

/*======== Dashboard stuff =======*/

#dashboard
{
    width: 100%;
    border: solid 1px #000;
    border-collapse: collapse;
    margin: 1em 0 1em 0;
}
#dashboard tr
{
    border-bottom: dashed 1px #333;
}
#dashboard th
{
    background-color: #5b5b5b;
    color: #fff;
    margin: 0;
}
#dashboard td, #dashboard th
{
    text-align: right;
    font-size: 100%;
    padding: 0.3em;
}
#dashboard td.release, #dashboard th.release
{
    text-align: left;
    width: 50%;
}

ul.dashboard-links, ul.dashboard-media, ul.dashboard-release
{
    list-style-type: none;
    padding: 5px;
}
ul.dashboard-release
{
    background-color: #f8f8f8;
}
ul.dashboard-release li
{
    font-size: larger;
    margin-bottom: 5px;
}
ul.dashboard-links li
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #eee;
}
ul.dashboard-links li span, ul.dashboard-media li span
{
    display: block;
    font-size: smaller;
    text-align: right;
}
ul.dashboard-media li span
{
    position: absolute;
    bottom: 5px;
    right: 0px;
}
ul.dashboard-media li h4
{
    margin: 0px;
    padding: 0px;
}
ul.dashboard-media li
{
    clear: both;
    padding-top: 5px;
    height: 80px;
    border-bottom: solid 1px #eee;
    position: relative;
}
ul.dashboard-media li img
{
    float: left;
    margin-right: 5px;
}

/* --- Header Login Box --- */

.headerlogin
{
    border: groove 2px #eee;
    background-color: #eee;
    white-space: nowrap;
}
.headerlogin > tbody > tr > td
{
    padding: 2px;
}
.loginlabel
{
    font-size: smaller;
}

/* --- Login Page ---- */



#subscribe
{
    background-color: #B33325;
    color: #fff;
    padding: 10px;
    margin-right: 430px;
    font-size: larger;
    min-height: 60px;
}
#subscribe input#email
{
    width: 70%;
}
#subscribe input#subcribebutton
{
    width: 20%;
    color: #fff;
    font-weight: bold;
    background-color: #333;
    border: outset 2px #333;
}
.blog
{
    list-style-type: none;
}
.blog .hentry
{
    margin-top: 10px;
    padding-bottom: 3px;
    border-bottom: solid 1px #eee;
}
.blog .hentry:last-child
{
    border-bottom-style: none;
}
.blog .author
{
    display: none;
}
.blog abbr
{
    display: block;
    border-style: none;
    font-size: x-small;
    text-align: right;
    color: #888;
}
.blog .entry-summary
{
    padding: 10px;
}
.blog .continue
{
    display: block;
    text-align: right;
}


#showcase
{
    margin-right: 430px;
}
#showcase table
{
    border: solid 3px #B33325;
    background-color: #eee;
}
#showcase .demolink
{
    background-image: url(gradient1px.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
    padding: 1em !important;
    border: 1px solid #CCCCCC;
    color: #666;
    vertical-align: top;
}
#showcase .demolink h3
{
    font-size: large;
    margin-bottom: 0.5em;
}
#showcase .demolink p
{
    margin: 0.5em;
}
#showcase .demolink p a
{
    font-weight:bold;
    text-decoration:underline;
}
#showcase .demolink a
{
    position: relative;
    text-decoration: none;
}
#showcase .demolink a img
{
    border-style: none;
    left: 0;
    position: absolute;
    top: 0;
}
#showcase .demolink a h4
{
    margin-left: 75px;
}
#showcase .demolink a p
{
    color: #666;
    margin-left: 75px;
}
#showcase .demolink, #showcase table, #subscribe
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* ------- Tracking page charts ----------- */

#charts li {
	list-style: none;
	}
	
* html #charts li {
	display: inline; /* ie6 double float margin bug */
	}
		
#charts li,
#charts li a {
	float: left;
	}
	
#charts ul li a {
	text-decoration: none;
	font-weight: bold;
	padding:5px 15px 5px 5px;
	}
	
#charts ul li.active {
	background-color: #f8f8f8;
	}
	
#charts ul li.active a {
	color: #000;
	}
	
#charts div {
	background-color: #f8f8f8;
	clear: both;
	min-height: 200px;
	padding:5px;
	}
