/* PREDEFINED HTML TAGS
---------------------------------------- */

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-size: 2.5em;
	color:#333333;
	font-weight: normal;
	margin: 0 0 10px 0;
	letter-spacing:-2px;
}
h2 {
	font-size: 1.8em;
	color:#333333;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing:-1px;
}
h3 {
	font-size: 1.1em;
	color:#333333;
	margin:0px;
	padding-bottom:0px;
}
h4 {
	font-size: 1.0em;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;
}
h5 {
	font-size: 0.7em;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 6px 0;
	padding:0;
}
h6 {
	font-size: 0.6em;
}

/* LINKS
---------------------------------------- */
a,
a:link,
a:visited {
	color:#6699CC;
	text-decoration: none;
}
a:hover,
a:active {
	color:#6699CC;
	text-decoration:underline;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both;
     height:0;
     margin:0;
     font-size:1px;
     line-height:0px;
}
.clearleft {
	clear:left;
}

/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}

.loginfield {
	height:22px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	width:140px;
	border:1px solid #999999;
}
.inputfield {
	height:18px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	border:1px solid #999999;
	vertical-align:middle;
}
.textareafield {
	line-height:14px;
	background:#FFFFFF;
	font-size:12px;
	color: #333333;
	border:1px solid #999999;
}
.submitbutton {
	border:1px solid #999999;
	background:#FFFFFF;
	height:22px;
	vertical-align:middle;
	outline: none;
}
/* EXTRA SHARE
--------------------------------------------- */
table.extra-share {
	background: url(../gfx/background-gray-fade.png) repeat-x;
}
table.extra-share img {
	cursor: pointer;
}

/* CREDITS
--------------------------------------------- */

.credits
{
	font-size: 0.9em;
	text-align: center;
}