@CHARSET "ISO-8859-1";

/*******************
/* Resets
/*******************/
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #454545;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
	background-color: #eee;
	}

body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	background-color: #eee;
	}

.clear{
	clear: both;
	height: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
}

#container{
	width: 905px;
	padding: 0 10px;
	margin: auto;
	margin-bottom: 25px;
	}
	
	
#content{
	padding-top: 50px;
	}
	
a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	}
	
a.strong{
	font-weight: bold;
	color: #2e76cf;
	}

#topBar{
	background-color: #000;
	color: #b7b7b7;
	float: left;
	width: 905px;
	margin: 0 0 80px 0;
	}
	
.login #topBar{
	margin-bottom: 95px;	
}
	
#topBar p{
	float: left;
	padding: 11px;
	}
	
#topBarLeft{
	background-color: #ee1c24;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	}
	
	
p#topBarRight{
	float: right;
	color: #b7b7b7;
	}
	

#topBar a{
	color: #fff;
	}

.button1{
	color: #454545;
	background-color: #eee;
	text-shadow: 0px 1px #fff;
	font-weight: bold;
	border: 1px solid #898989;
	width: 80px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 2.2em;
	line-height: 2.2em;
	}
	
.button1:hover{
	color: #000;
	border-color: #000;
	}
	
.button1.alternate{
	color: #454545;
	font-weight: normal;
	}
	
.button1.alternate:hover{
	color: #000;
	}
	
.button1.disabled{
	cursor: default;
	color: #898989;
	border-color: #e1e1e1;
	}
	
.button1.disabled:hover{
	color: #898989;
	border-color: #e1e1e1;
	}
	
.button1 .label{
	cursor: pointer;
	display: block;
	margin-top: -2px;
	}
	
.button1.processing .label{
	display: none;
	
	}
	
.button1.processing{
	color: #898989;
	border-color: #e1e1e1;
	background-image: url(images/spinner-eee.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	
.button1.processing:hover{
	color: #898989;
	border-color: #e1e1e1;
	}
	

#content h1{
	font-size: 2em;
	margin: 0 0 0.5em 0;
	}

#content h1 .smaller{
	font-size: 0.6em;
	}

#inputArea{
	width: 575px;
	float: left;
	/*height: 100px;*/
	}

#resultArea{
	width: 225px;
	float: left;
	padding-left: 65px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	height: 100px;
	margin: 0 0 0 15px;
	display: none;
	}
	
#resultArea h1{
	color: #2e76cf;
	}

#source{
	font-size: 1.25em;
	padding: 4px;
	width: 460px;
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #999;
	}
	
#key{
	font-size: 1.25em;
	padding: 4px;
	width: 190px;
	border: 1px solid #999;
	}
	
input.selectOnly{
	background-color: #f8f8f8;
	color: #666;
	border: 1px solid #999;
	}
	
#btnShorten{
	float: left;
	}
	
#links th .claim{
	text-transform: none;
	font-size: 1.2em;
	display: none;
	float: right;
	color: #454545;
	font-weight: normal;
	}
	
	
#linksContainer{
	margin-top: 55px;
	}

#links{
	margin: 0 0 25px 0;
	width: 100%;
	}
	
#links th{
	text-transform: uppercase;
	color: #999;
	font-size: 0.85em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #c4c4c4;
	text-align: left;
	}
	
#links th.date{
	width: 100px;
	}
	
#links th.clicks{
	width: 120px;
	}
	

	
#links td{
	border-bottom: 1px solid #c4c4c4;
	padding: 20px 0 20px 0;
	vertical-align: top;
	text-align: left;
	}
	
#links td.date{
	font-size: 1.2em;
	padding-top: 25px;
	}

#links td.clicks{
	font-size: 1.8em;
	font-weight: normal;
}

.link .info{
	line-height: 2;
	font-size: 1.2em;
	}

#links td.info .infoWrapper{
	position: relative;
	}
	
#links td.info .infoWrapperInner{
	float: left;
	}
	
#links td.info input.shortened{
	width: 175px;
	}
	
.link .title{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 20px 8px 0;
	padding: 0;
	line-height: 1;
	}
	
.link .title a{
	color: #2e76cf;
	}
	
.link .title a.btnEdit{
	font-size: 0.6em;
	color: #000;
	font-weight: normal;
	}
	
.link .title a.btnDelete{
	font-size: 0.6em;
	color: #000;
	font-weight: normal;
	position: relative;
	top: auto;
	right: auto;
	display: inline;
	}
	
.link .info .btnDelete{
	position: absolute;
	top: 0;
	right: 15px;
	display: none;
	}
	
.link .editControls{
	display: none;
	}
	
.link.editing .editControls{
	display: block;
	}
	
.link.editing .title{
	display: none;
	}
	
.link.editing .btnDelete{
	display: none !important;
	}
	
.link .editTitle{
	font-size: 1.25em;
	width: 500px;
	padding: 0 4px;
	margin: 0 5px 0 -4px;
	
	}
	
#links .link .thumbnail{
	float: left;
	width: 75px;
	padding: 0 10px 0 0;
	}

#msgNoItems{
	font-size: 1.2em;
	}

.btnSave{
	font-weight: bold;
	}
	
#container.resourcePage .info h1{
	margin-bottom: 0;
	}
	
.resourcePage .info{
	margin-bottom: 0.5em;
	}
	
#uploadifyUploader{
	margin-left: 15px;
	margin-bottom: -6px
	}

#fileQueue{
	margin-top: 0.5em;
	display: none;
	}
	
#shortenForm{
	margin-top: 0.5em;
	}
	
#pagination{
	font-size: 100%;
	padding-bottom: 25px;
	margin-left: 220px;
	}
	
