@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GLOBAL RESETS										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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%;
	background: transparent;
}

ol {
}

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;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GENERAL STYLES                                           */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	margin: 0;
	padding: 0;
}

body, td {
	font: normal 12px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 21px;
}

a {
	color: #E11B22;
	text-decoration: none;
}

a:hover {
	color: #3E7B25;
	text-decoration: underline;
}

.cleared {
	clear: both;
	overflow: hidden;
	line-height: 1px;
	height: 0;
}

.mainContentBox li {
	padding: 5px;
	list-style-position: inside !important;
	list-style: disc;
}

.info {
  font-size: 12px;
  margin: 0;
  padding: 0; 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		WRAPPER STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contentWrapper {
	margin: 0 auto;
	width: 816px;
	height: 500px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		TYPOGRAPHICAL STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #407A2E;
	line-height: 22px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #252525;
	line-height: 21px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 21px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 21px;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	color: #252525;
	line-height: 21px;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 21px;
}

.blackh1 {
	font-size: 18px;
	font-weight: normal;
	color: #252525;
	line-height: 22px;
}

.blueh2 {
	font-size: 18px;
	font-weight: normal;
	color: #00B0EF;
	line-height: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		MAIN CONTENT STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header {
	float: left;
	position: relative;
	width: 764px;
	padding: 25px 29px 0 23px;
}

#logo {
	float: left;
	width: 196px;
	height: 82px;
}

#logo h1 a {
	display: block;
	width: 247px;
	height: 82px;
	background: url(/images/logo.png) no-repeat;
	text-indent: -9999px;
}

.headerInfo {
	float: right;
	position: relative;
}

.headerBG {
	background: url(/images/img-bg-headercontent.png) top left repeat-x;
	padding: 23px 5px;
}

.headerBG a {
	font-size: 13px;
}

.loggedDetails {
	float: right;
	position: relative;
	margin-right: 16px;
	color: #FFFFFF;
}

.loggedDetails a {
	color: #FFFFFF;
	text-decoration: none;
}

.loggedDetails a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {
	float: left;
	position: relative;
	width: 816px;
	background: url(/images/img-layout-topcontentbox.png) top left no-repeat;	
}

.mainContentBox {
	float: left;
	position: relative;
	width: 750px;
	padding: 10px 28px 30px 38px;
	margin-top: 22px;
	background: url(/images/img-layout-maincontentbox.png) top left repeat-y;
}

#footer {
	float: left;
	position: relative;
	width: 816px;
	margin-bottom: 30px;
}

#footer a {
	color: #252525;
	text-decoration: none;
}

#footer a:hover {
	color: #3E7B25;
	text-decoration: underline;
}

.bottomContentBox {
	float: left;
	position: relative;
	width: 740px;
	height: 76px;
	background: url(/images/img-layout-bottomcontentbox.png) top left no-repeat;
	padding: 4px 38px 0 38px;
}

.statsData {
	border-bottom: 1px solid #3E7B25;
	padding: 10px 0 10px 10px;
}

.statsData a {
	font-size: 14px;
}

.statsSpacing {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #3E7B25;
}

.addStatsDropRow {
	border-bottom: 1px solid #3E7B25;
}

.addStatsDropTD {
	background-color: #6E9C5C;
}

.addStatsDropHeadingRow {
	padding: 6px 0 6px 10px;
	background-color: #6E9C5C;
	color: #FFFFFF;
}

.addStatsDropHeadingRow a {
	color: #FFFFFF;
	text-decoration: underline;
}

.addStatsDropHeadingRow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.addStatsDropContentRow {
	border-top: 1px solid #6E9C5C;
}

.addStatsDropContentCell {
	padding: 6px 0 6px 10px;
	border-top: 1px solid #6E9C5C;
}

.addStatsLink {
	float: right;
}

.addStatsLink a {
	color: #FFFFFF;
	text-decoration: underline;
}

.addStatsLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.infoShare {
	margin: 5px 5px 5px 0;
}

.mentionShare {
	margin: 5px 5px 5px 0;
}

.tweetShare {
	margin: 5px 0;
}

.profileDetails {
	width: 95%;
	border: 1px solid #3E7B25;
	background-color: #6E9C5C;
	padding: 5px 0 5px 10px;
	margin:  5px 0 15px 0;
	color: #FFFFFF;
}

.homeDetails {
	width: 705px;
	border: 1px solid #1B56A0;
	background-color: #2880ED;
	padding: 15px;
	margin:  10px 0;
	color: #FFFFFF;
}

.updateButton {
	margin-top: 5px;
	float: right;
	position: relative;
	margin-right: 25px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GENERATOR STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.generatorNew {
	float: left;
	position: relative;
	width: 559px;
}

.generatorTop {
	float: left;
	position: relative;
	width: 559px;
	height: 17px;
	background: url(/images/img-bg-generatortop.png) top left no-repeat;
}

.generatorContent {
	float: left;
	position: relative;
	width: 536px;
	padding: 0 0 0 23px;
	background: url(/images/img-bg-generatorcontent.png) top left repeat-y;
}

.generatorBottom {
	float: left;
	position: relative;
	width: 559px;
	height: 48px;
	background: url(/images/img-bg-generatorbottom.png) top left no-repeat;
}

.generatorSep {
	float: left;
	position: relative;
	background: url(/images/img-bg-generatorsep.png) top left no-repeat;
	width: 513px;
	height: 1px;
	margin: 20px 0;
}

.generatorInput {
	float: left;
	position: relative;
	width: 373px;
	height: 31px;
	padding: 11px 10px 0 10px;
	background: url(/images/img-bg-generatorinput.png) top left no-repeat;
	border: none;
	font-size: 17px;
	color: #666666;
}

.generatorButton {
	float: right;
	position: relative;	
	margin-right: 23px;
	background: transparent url(/images/img-button-shorten.png) top left no-repeat;
	width: 106px;
	height: 42px;
	border: none;
	cursor: pointer;
}

.shareInput {
	float: left;
	position: relative;
	width: 373px;
	height: 31px;
	padding: 11px 10px 0 10px;
	background: url(/images/img-bg-generatorinput.png) top left no-repeat;
	border: none;
	font-size: 17px;
	color: #666666;
}

.shareButton {
	float: right;
	position: relative;
	margin-right: 23px;
	background: transparent url(/images/img-button-share.png) top left no-repeat;
	width: 106px;
	height: 42px;
	border: none;
	cursor: pointer;
}

.twitterTextInput {
	float: left;
	position: relative;
	width: 373px;
	height: 62px;
	padding: 11px 10px 0 10px;
	background: url(/images/img-bg-twittertextarea.png) top left no-repeat;
	border: none;
	font-size: 15px;
	color: #666666;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.twitterTextButton {
	float: right;
	position: relative;
	margin-right: 23px;
	background: transparent url(/images/img-button-tweet.png) top left no-repeat;
	width: 106px;
	height: 42px;
	border: none;
	cursor: pointer;
	top: -50px;
}

.infoNew {
	float: left;
	position: relative;
	width: 737px;
	margin: 5px 0 15px 0;
}

.infoTop {
	float: left;
	position: relative;
	width: 737px;
	height: 19px;
	background: url(/images/img-bg-hometop.png) top left no-repeat;
}

.infoContent {
	float: left;
	position: relative;
	width: 687px;
	padding: 0 25px;
	background: url(/images/img-bg-homecontent.png) top left repeat-y;
	color: #FFFFFF;
}

.infoContent h2{ 
  color: #fff;
}
 
.infoBottom {
	float: left;
	position: relative;
	width: 737px;
	height: 19px;
	background: url(/images/img-bg-homebottom.png) top left no-repeat;
}

.infoSep {
	float: left;
	position: relative;
	background: url(/images/img-bg-homeseperator.png) top left no-repeat;
	width: 684px;
	height: 1px;
	margin: 0 0 13px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GET BUTTON STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.getButton {
	float: right;
	width: 176px;
	height: 119px;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	text-align: center;
}

.getButtonLogin {
	float: right;
	width: 176px;
	height: 119px;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	text-align: center;
	margin: 15px 95px 0 0;
}

.getButtonRegister {
	float: right;
	width: 176px;
	height: 119px;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	text-align: center;
	margin: 5px 95px 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		LOGIN/REGISTER FORM STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.loginForm {
	float: left;
	position: relative; 
	width: 270px;
}

.loginButton {
	float: right;
	position: relative;
	background: transparent url(/images/img-button-login.png) top left no-repeat;
	width: 77px;
	height: 34px;
	border: none;
	cursor: pointer;
	margin-top: 17px;
	margin-right: 5px;
}

.registerForm {
	float: left;
	position: relative; 
	width: 270px;
}

.registerButton {
	float: right;
	position: relative;
	background: transparent url(/images/img-button-register.png) top left no-repeat;
	width: 89px;
	height: 34px;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
}

.errorForm, .feedbackForm {
	float: left;
	position: relative; 
	width: 270px;
}

.submitButton {
	float: right;
	position: relative;
	background: transparent url(/images/img-button-submit.png) top left no-repeat;
	width: 89px;
	height: 34px;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
}

.saveButton {
	float: right;
	position: relative;
	background: transparent url(/images/img-button-save.png) top left no-repeat;
	width: 89px;
	height: 34px;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
}

.formCheckbox{
  height: 24px;
  padding: 8px 10px 0 10px;
}

.formInput {
	float: left;
	width: 245px;
	height: 24px;
	padding: 8px 10px 0 10px;
	background: url(/images/img-bg-forminput.png) top left no-repeat;
	border: none;
	font-size: 13px;
	color: #666666;
	margin: 4px 0 14px 0;
}

.formTextarea {
	float: left;
	width: 245px;
	height: 93px;
	padding: 8px 10px 0 10px;
	background: url(/images/img-bg-formtextarea.png) top left no-repeat;
	border: none;
	font-size: 13px;
	color: #666666;
	margin: 4px 0 14px 0;
	overflow: hidden;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.note {
	font-size: 12px;
	color: #666666;
	line-height: 0;
}

.newNote {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.noteHighlight {
	color: #F0A714;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		TWITTER FORM STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.twitterForm {
	float: right;
	position: relative;
	width: 275px;
	height: 241px;
	padding: 18px;
	background: url(/images/img-bg-twitter.png) top left no-repeat;
	margin: 15px 25px 0 0;
}

.twitterInput {
	float: left;
	width: 245px;
	height: 24px;
	padding: 8px 10px 0 10px;
	background: url(/images/img-bg-twitterinput.png) top left no-repeat;
	border: none;
	font-size: 13px;
	color: #666666;
	margin: 4px 0 14px 0;
}

.twitterButton {
	float: right;
	position: relative;
	background: transparent url(/images/img-button-login.png) top left no-repeat;
	width: 77px;
	height: 34px;
	border: none;
	cursor: pointer;
	margin: 1px 11px 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		MAIN NAVIGATION STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.homeNavBox {
	float: right;	
	height: 40px;
	padding-right: 30px;
	bottom: -8px;
	z-index: 9999;
	position: relative;
}

*html .homeNavBox {
	margin-left: 310px;
}

.homeNavBox ul {
	list-style: none;
	text-align: center;
	width: 100%;
}

.homeNavBox li {
	margin: 0;
	display: inline;
}

.homeNavBox li a {
	float: left;
	display: block;
	color: #252525;
	text-decoration: none;
}

.homeNavBox li a:hover {
	color: #3E7B25;
	text-decoration: none;
}

.homeNavBox li.nav_shorten a { height: 26px; background: transparent url(/images/nav_shorten.png) top left no-repeat; width: 94px; padding-top: 14px; padding-left: 5px; }
.homeNavBox li.nav_register a { height: 26px; background: transparent url(/images/nav_register.png) top left no-repeat; width: 111px; padding-top: 14px; }
.homeNavBox li.nav_about a { height: 26px; background: transparent url(/images/nav_about.png) top left no-repeat; width: 133px; padding-top: 14px; }
.homeNavBox li.nav_works a { height: 26px; background: transparent url(/images/nav_works.png) top left no-repeat; width: 131px; padding-top: 14px; }
.homeNavBox li.nav_feedback a { height: 26px; background: transparent url(/images/nav_feedback.png) top left no-repeat; width: 111px; padding-top: 14px; }

.homeNavBox li.nav_shorten a.active { background-position: bottom left; }
.homeNavBox li.nav_register a.active { background-position: bottom left; }
.homeNavBox li.nav_about a.active { background-position: bottom left; }
.homeNavBox li.nav_works a.active { background-position: bottom left; }
.homeNavBox li.nav_feedback a.active { background-position: bottom left; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		PAGINATION STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pagination {
	float: left;
	position: relative;
	padding: 20px 0 0 0;
	width: 500px;
}

.pagination ul {
	list-style: none;
	text-align: center;
	width: 100%;
}

.pagination li {
	margin: 0;
	display: inline;
}

.pagination li a {
	float: left;
	display: block;
	color: #000000;
	width: 25px;
	height: 23px;
	background: url(/images/img-button-paglink.png) center no-repeat;
	margin-right: 5px;
	padding-top: 1px;
	text-decoration: none;
}

.pagination li a:hover {
	color: #FFFFFF;
	background: url(/images/img-button-pagactive.png) center no-repeat;
	text-decoration: none;
}

.pagination li a.active {
	color: #FFFFFF;
	background: url(/images/img-button-pagactive.png) center no-repeat;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		ERROR STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.errors, #frmErrors {
	color: red;
	border: 1px solid red;
	padding: 5px 0 5px 10px;
	background-color: #FBD2D3;
	width: 97%;
	margin-bottom: 15px;	
}

#tweetResult {
	color: #FFFFFF;
	border: 1px solid #0074BD;
	padding: 5px 0 5px 10px;
	background-color: #01B0F3;
	width: 97%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		LINK STATS STYLES										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.statsDateDetail {
	width: 730px;
	height: auto;
	padding: 5px 0 5px 10px;
	border: 1px solid #3E7B25;
	background-color: #6E9C5C;
	margin:  10px 0 15px 0;
	color: #FFFFFF;
	display: inline-block;
}

.linkStatsInput {
	float: left;
	position: relative;
	width: auto;
}

.start-date, .end-date {
	border: 1px solid #3E7B25;
	padding: 4px 2px 4px 4px; 
	margin-right: 10px;
}

.linkStatsButton {
	float: left;
	position: relative;
	width: auto;
	margin-top: 1px;
	margin-left: 5px;
}

.statsDetail {
	width: 720px;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #3E7B25;
}

.statsDetailSpace {
	padding: 10px;
	border-right: 1px solid #3E7B25;
}

.statsDetailPadding {
	padding-left: 10px;
}

.statsRowBorder {
	border-bottom: 1px solid #3E7B25;
}

.statsTwitter {
	float: left;
	position: relative;
	width: 740px;
	padding: 0 0 10px 0;
}

.statsTwitterForm {
	float: left;
	position: relative; 
	width: 540px;
}

.statsLocationTable {
	width: 740px;
	border-top: 1px solid #3E7B25;
	border-bottom: 1px solid #3E7B25;
	margin-top: 10px;
}

.statsLocationHeading {
	padding: 6px 10px;
	background-color: #6E9C5C;
	border-bottom: 1px solid #3E7B25;
}

.statsLocationHeadingRow {
	padding: 6px 10px;
	background-color: #6E9C5C;
}

.statsLocationContent {
	padding: 6px 10px;
	border-top: 1px solid #3E7B25;
}

.statsLocationContentRow {
	padding: 6px 10px;
	border-top: 1px solid #3E7B25;
}

.sat_logo {
  float: right;
  margin-top: 5px;
  position: relative;
}
#tweetMsg_counter {
  float: left;
  position: relative;
  color: #666666;
  left: -110px;
  top: 75px;
  z-index: 999999;
  padding-bottom: 30px;
}
