﻿
/****** POINT ALLIANCE STYLES *****/

/****************************/
p.alert
{
	background: #FFE2DD url(../../../images/exclamation.png) 5px 50% no-repeat; 
	border-top: 1px solid #E75431;
	border-bottom: 1px solid #E75431;
}

p.warning
{
	background: #FFFFCC url(../../../images/warning.png) 5px 50% no-repeat; 
	border-top: 2px solid #FFE20C;
	border-bottom: 2px solid #FFE20C;
}
p.info
{
	background: #f8fafc url('../../../images/information.png') 5px 50% no-repeat; 
	border-top: 2px solid #b5d4fe; 
	border-bottom: 2px solid #b5d4fe; 
}
p.message
{
	text-align: left;
	padding: 1px 10px 1px 25px;
	margin-top:3px;

	float:left;
	width:452px;
    visibility:visible;
    display:inline;
}

/* !RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.25; }
ol, ul { list-style: none; }
/* ---------- Tables still need 'cellspacing="0"' in the markup. ---------- */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* ---------- Remove possible quote marks (") from <q>, <blockquote>. ---------- */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

p {
	padding: 0.8em 0em;
}

hr {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* !Validation */

.formtextwrapper .formtextright_validationerror input {
	height: 25px;
	width: 100%;
	padding: 0px;
	font-size: 1.5em;
	outline: none;
	border: none;
	background: #f7f2f2;
}


.formtextwrapper .formtextright_validationsuccess input {
	height: 25px;
	width: 100%;
	padding: 0px;
	font-size: 1.5em;
	outline: none;
	border: none;
	background: #f5faf4;
}

.formtext_validationerror {
	_overflow-y: hidden;/* IE6 */
	margin-bottom: 4px;
	height: 34px;
	width: 450px;
	background: #f7f2f2 url('../images/form-text.png') no-repeat left -34px;
}
.formtext_validationsuccess {
	_overflow-y: hidden;/* IE6 */
	margin-bottom: 4px;
	height: 34px;
	width: 450px;
	background: #f5faf4 url('../images/form-text.png') no-repeat left -68px;
}

.formtextright_validationerror {
	height: 28px;
	width: 100%;
	margin-left: 5px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 30px;
	background: #f7f2f2 url('../images/form-text.png') no-repeat right -34px;
	border: none;
}
.formtextright_validationsuccess {
	height: 28px;
	width: 100%;
	margin-left: 5px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 30px;
	background: #f5faf4 url('../images/form-text.png') no-repeat right -68px;
	border: none;
}

#formshortenrequestinner
{
	width:490px;
}

.formtext_alias_validationerror 
{
	float:left;
	_overflow-y: hidden;/* IE6 */
	margin-bottom: 4px;
	height: 34px;
	width: 120px;
	background: #f7f2f2 url('../images/form-text.png') no-repeat left -34px;
}
.formtext_alias_validationsuccess {
	_overflow-y: hidden;/* IE6 */
	margin-bottom: 4px;
	height: 34px;
	width: 120px;
	background: #f5faf4 url('../images/form-text.png') no-repeat left -68px;
}

.formtextright_alias_validationerror input {
	height: 25px;
	width: 120px;
	padding: 0px;
	font-size: 1.5em;
	outline: none;
	border: none;
	background: #f7f2f2;
}


.formtextright_alias_validationsuccess input {
	height: 25px;
	width: 120px;
	padding: 0px;
	font-size: 1.5em;
	outline: none;
	border: none;
	background: #f5faf4;
}

/* !STRUCTURE */

html { height:100%; }

body { margin:0; padding:0; height:100%; background-color:#e6e6e6; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Sans-Serif; font-size: 13px; color: #4c4c4c; }

.container { min-height:100%; position:relative; }
* html .container { height:100% }

.header { height: 105px; width: 100%; padding: 14px 0px 13px 0px; background: #e75431 url('../images/bg-header.png') repeat-x left bottom; }

.headerinner,
.menuinner,
.contentinner,
.footerinner 
{
	position: relative;
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

.footerinner
{
	margin: 20px auto;	
}

.menuinner
{
	padding-top:10px;
	padding-bottom:1px;
}

.menu { background: #f7f7f7 url('../images/bg-menu.png') repeat-x left bottom; }

.contentinner {
	width: 530px;
	margin: 0px auto;
	text-align: left;
}
.content {
	padding: 20px 0px 80px 0px;
	background: #fff url('../images/bg-content.png') repeat-x left bottom;
/*	min-height:250px;
*/
}
/* html .content { height:250px }
*/

.content:after {
	content:" ";
	display:block;
	clear:both;
}
* html .content {
	height:1px;
}
.footer 
{
	/*padding: 20px 0px;*/
	color: #9c9c9c;
	font-size: 0.8em;

	position:relative;
	bottom:0;
	width:100%;
	height:100px;   /* Height of the footer */
}

/* !HEADINGS */

h2 {
	padding-bottom: 0.5em;
	color: #e75431;
	font-size: 2em;
	letter-spacing: -0.05em;
}
h3 {
	padding: 0.1em 0em 0.3em 0em;
	color: #656565;
	font-size: 1.5em;
	letter-spacing: -0.05em;	
}



/* !LINKS */

a {
	color: #e75431;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a img {
	border: none;
}

.footer a {
	color: #e52d01;
}
.content a:hover {
	color: #ff7c07;
	text-decoration: none;
}

/* !SPECIFIC LINKS */

/* !primary links */
.primarylinks {
	height: 28px;
	padding-top: 5px;
}
.primarylinks li {
	display: inline;
}
.primarylinks a {
	display: inline-block;
	color: #6e6e6e;
	background: #d3d3d3 url('../images/bg-primary_links.png') no-repeat left top;
	cursor: pointer;
}
.primarylinks a span {
	display: inline-block;
	overflow: hidden;
	height: 28px;
	margin-left: 10px;
	padding-right: 10px;
	background: #d3d3d3 url('../images/bg-primary_links.png') no-repeat right top;
	cursor: pointer;
	line-height: 30px;
}
.primarylinks a:hover {
	background-position: left -56px;
	color: #525252;
	text-decoration: none;
}
.primarylinks a:hover span {
	background-position: right -56px;
}
.primarylinks li.active a {
	background-color: #fff;
	background-position: left -28px;
	color: #e75431;
	font-weight: bold;
	cursor: default;
}
.primarylinks li.active a span {
	background-color: #fff;
	background-position: right -28px;
	cursor: default;
}

/* !secondary links */
.secondarylinks {
	position: absolute;
	right: 12px;
	bottom: 5px;
	font-size: 0.8em;
}
.secondarylinks li {
	display: inline;
	padding: 0px 5px;
}
.secondarylinks a {
	color: #ea9b8a;
}
.secondarylinks a:hover {
	background-color: transparent;
	text-decoration: underline;
}


/* !legal links */
.legallinks {
	clear: both;
	padding: 20px 0px;
}
.legallinks li {
	display: inline;
	padding: 0px 5px;
}

/* !powered by */
.poweredby {
	clear: left;
	float: left;
	margin-left: 185px;
}
.poweredby li {
	float: left;
	height: 30px;
	margin-right: 7px;
	line-height: 30px;
}

/* !social links */
.sociallinks {
	clear: right;
	float: right;
	margin-right: 155px;
}
.sociallinks li {
	float: left;
	height: 30px;
	margin-right: 7px;
	line-height: 30px;
}

#shareclipboard {
	background: url('../images/form-btn-copy.png') no-repeat left;
}


/* !FORMS */

label {
	display: block;
	position: relative;
	padding-bottom: 5px;
	color: #979797;
	font-size: 1.2em;
	text-align:left;
}

input {
	color: #000;
}

.formnote {
	font-size: 0.8em;
}

.formshorten
{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	text-align: left;
}

.formshorteninner
{
	width:500px;	
}



.formnote {
	font-size: 0.8em;
}
.formprefix {
	float: left;
	padding-right: 2px;
	height: 34px;
	color: #000;
	font-size: 1.3em;
	line-height: 34px;
}
.formprefix label span {
	color: black;
}

.formelement {
	clear: both;
	position: relative;
	padding: 5px 0px;
}

.formtextwrapper .formtext {
	_overflow-y: hidden;/* IE6 */
	margin-bottom: 4px;
	height: 34px;
	width: 450px;
	background: #f7f7f7 url('../images/form-text.png') no-repeat left top;
	text-align:left;
}

.formtextwrapper .formtextright input {
	height: 25px;
	width: 100%;
	padding: 0px;
	font-size: 1.5em;
	outline: none;
	border: none;
	background: #f7f7f7;
}

.formtextwrapper .formtextright {
	height: 28px;
	width: 100%;
	margin-left: 10px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 25px;
	background: #f7f7f7 url('../images/form-text.png') no-repeat right top;
	border: none;
}

.formtext_alias {
	
	width: 120px;
}

.formtextwrapper .formtext_alias {
	float: left;
	_overflow-y: hidden;/* IE6 */
	margin-bottom: 4px;
	height: 34px;
	width: 120px;
	background: #f7f7f7 url('../images/form-text.png') no-repeat left top;
}

.formtextwrapper .formtextright_alias input {
	height: 25px;
	width: 100%;
	padding: 0px;
	font-size: 1.5em;
	outline: none;
	border: none;
	background: #f7f7f7;
}

.formtextwrapper .formtextright_alias {
	height: 28px;
	width: 100%;
	margin-left: 10px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 25px;
	background: #f7f7f7 url('../images/form-text.png') no-repeat right top;
	border: none;
}

.formelement_text_alias {
	padding-bottom:10px;
}

.formelement.text-alias .formnote {
	position: absolute;
	bottom: -45px;
	left: 170px;
}

/* !RESULT */

.formresetwrapper {
	clear: right;
	float: left;
	height: 42px;
	width: 235px;
	margin-top: -14px;
	margin-right: 5px;
}
.formresetwrapper a {
	overflow: hidden;
	position: relative;
	display: block;
	height: 42px;
	width: 235px;
	background: #e75431 url('../images/form-btn-shorten-another.png') no-repeat left top;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-indent: -500px;
}
.formresetwrapper a.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}
.formresetwrapper a:active,
.formresetwrapper a.active {
	background-position: left bottom;
	cursor: default;
}
.formresetwrapper a img {
	position: absolute;
	display: none;
	top: 14px;
	right: 10px;
}


.formpreviewwrapper {
	clear: right;
	float: left;
	height: 42px;
	width: 135px;
	margin-top: -14px;
}
.formpreviewwrapper a {
	overflow: hidden;
	position: relative;
	display: block;
	height: 42px;
	width: 135px;
	background: #e75431 url('../images/form-btn-preview.png') no-repeat left top;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-indent: -500px;
}
.formpreviewwrapper a.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}
.formpreviewwrapper a:active,
.formpreviewwrapper a.active {
	background-position: left bottom;
	cursor: default;
}
.formpreviewwrapper a img {
	position: absolute;
	display: none;
	top: 14px;
	right: 10px;
}

.formcopywrapper {
	clear: right;
	float: right;
	height: 42px;
	width: 235px;
	margin-top: -14px;
	background: #e75431 url('../images/form-btn-copy.png') no-repeat left top;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-indent: -500px;
}

/* !SUBMIT */

.formsubmitwrapper {
	clear: right;
	float: right;
	height: 42px;
	width: 135px;
	margin-top: -14px;
}

.formshortensubmit {
	overflow: hidden;
	position: relative;
	display: block;
	height: 42px;
	width: 135px;
	background: #e75431 url('../images/form-btn-shorten.png') no-repeat left top;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-indent: -500px;
}
.formshortensubmit.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}
.formshorten .formsubmitwrapper .formshortensubmit:active,
.formshortensubmit.active {
	background-position: left bottom;
	cursor: default;
}
.formshorten .formsubmitwrapper .formshortensubmit img {
	position: absolute;
	display: none;
	top: 14px;
	right: 10px;
}

/* !BANNERS */

.banner {
	display: inline-block;
}
.header .banner {
	margin: 0px 2px;
}
.footer .banner {
	margin-bottom: 20px;
}

/* !TOP SITES PAGE */
.formshortentopsites {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	height:250px;
}
.formshortentopsitesinner 
{
	width:530px;
	text-align:left;
	margin-bottom:20px;
	padding: 0 0 0 8px;
}
.formshortentopsitesinner h3 {
	font-size: 2em;
}

.shortentopsitesoptions {
	margin: 1em 0 0 25px;
	list-style-type:decimal;
	list-style-position:outside;
}

.shortentopsitesoptions li a,
.shortentopsitesoptions li span {
	padding: 0px;
}
.shortentopsitesoptions li span 
{
	font-size:1.1em;
	color: #979797;
}
.shortentopsitesoptions li {
	padding-top:5px;
	font-size:1.1em;
	color: #979797;
}

/* !DYNAMIC CONTENT PAGE */
.formshortendynamic {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	height:100%;
}
.formshortendynamicinner 
{
	width:530px;
	text-align:left;
	margin-bottom:20px;
	padding: 0 0 0 8px;
}


.preview { background: #f7f7f7 url('../images/bg-menu.png') repeat-x left bottom; }
.previewspacer { background-color: #e75431; height: 4px;}

