
/*
HTML tag styles
*/

html, body {
	font-family: Helvetica, "Bitstream Vera Sans", Arial, Verdana;
	color: #555;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 4em;
}

h2 {
	font-family: Georgia, serif;
	font-size: 3em;
}

input[type=text], input[type=password] {
	border: 1px solid #ccc;	
	color: #555;
	background-color: white;
	vertical-align: middle;
}

input[type=submit] {
	color: #555;
	background-color: white;
	border: 2px solid #888;
	border-left-color: #ddd;
	border-top-color: #ddd;	
	font-variant: small-caps;
}

textarea {
	font-family: inherit;
	padding: 0px;
	background-color: white;
	border: 1px solid #ccc;
}

img {
	border: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: inherit;
}

button {
	font-variant: small-caps;
	vertical-align: middle;
	font-size: 0.6em !important;
	padding: 0px !important;
}

/*
Generic classes
*/

.m {
	display: none;
}

.error, .notice {
	font-weight: bold;
	padding: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.notice {
	color: #09BD00;
	background-color: #FAFFFA;
}

.error {
	color: #BD0600;
	background-color: #FFFAFA;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.hidden {
	display: none;
}

.smalltext {
	font-size: 70%;
}

a.biglink {
	font-variant: small-caps;
}

button.bigbutton {
	font-size: 1em !important;
}

.help {
	text-align: justify;
	line-height: 1.8em;
}

/*
Link management table
*/

table {
	width: 100%;
	font-size: 90%;
	/*max-width: 100%;*/
	border-collapse: collapse;
	/*table-layout: fixed;*/
}

td {
	padding: 0.4em;	
	padding-left: 1em;
	/*width: 100px;*/
	/*max-height: 0.2em;*/
}

td.mylinks-url {
	white-space: nowrap;
	overflow: hidden;	
	max-width: 500px;
}

tr.alternate td {
	background-color: #F3FFF3;
}

thead td {
	background-color: #6ACE51;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
}

tbody td {
	cursor: pointer;
}

/*
Specific elements
*/

.fixedbody {
	width: 800px !important;
	padding-top: 6em !important;
}

div#body {
	width: 80%;
	max-width: 1200px;
	padding: 2em;	
	margin-left: auto;
	margin-right: auto;
	/*border: 2px solid #eee;*/
}

div#toolbar {
	font-variant: small-caps;
	background-color: #F4F4F4;
	padding: 0.6em;
	border-bottom: 2px solid #E7E7E7;
	/*min-width: 800px;*/
}

#toolbar div {
	white-space: nowrap;
}

#toolbar input[type="text"], #toolbar input[type="password"] {
	width: 10em;
	height: 1em;
}

#toolbar button {
	/*height: 1em;*/
	font-size: 0.65em;
}

#toolbar input, #toolbar button {
	vertical-align: middle;
}

div#tb_left {
	position: absolute;	
}

div#tb_right {	
	position: absolute;
	right: 0.6em;	
}

div#url_entry {
	background-color: #78EA5C;
	border: 1px solid #ccc;
	line-height: 6em;
	height: 6em;
	/*vertical-align: middle;*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	cursor: pointer;
}

#url_entry textarea {
	float: left;
	width: 80%;
	height: 100%;
	border: 0px;
	padding-left: 5px;
	margin: 0px;	
	overflow: auto;
	font-size: 110%;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;	
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;	
}

div#url_button {
	float: right;	
	color: white;
	width: 19.3%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;	
}

#url_email {
	display: none;
	height: 1em;
	width: 20em;
}

div#footer {
	padding-top: 5em;	
}

div#footer #footer_extbanner {
	float: left;	
}

div#footer #footer_logos {
	float: right;	
}

#footer img {
	vertical-align: middle
}

#ext_install {
	font-size: 120%;
	font-variant: small-caps;
}

#ext_install img {
	vertical-align: middle;
	padding-right: 1em;
}

#ext_screenshot {
	float:right;
	padding-left: 1em;
}

#dialog_forgot {
	display: none;
}

#url_copy {
	white-space: nowrap;
}

.url_copy_link {
	font-size: 150%;
}

/*
SimpleModal dialog plugin
*/

#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}

#simplemodal-container {
	color: #555;
	background-color: #f4f4f4;
	border: 4px solid #6a6a6a;
	padding: 3em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#simplemodal-container hr {
	border: 1px dashed #ccc;
}

#simplemodal-container a.modalCloseImg {
	background: url(../img/cross.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	cursor: pointer;
}

