/* Copyright (c) Sonet Network Solutions, Inc. - www.sonetinc.com */

/* === GLOBALS === */

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #000000;
}

a acronym {
	border: 0;
}

img {
	vertical-align: middle;
	border: 0;
}

table {
	text-align: center;
}

table th {
	text-align: left;
}

table th h3 {
	font-size: 11px;
	text-align: center;
}

p {
	text-align: justify;
	margin: 4px 0;
}

ul {
	list-style: none;
}

h2 {
	font: bold 16px/20px Tahoma, sans-serif;
	margin: 4px 0 !important;
}

h3 {
	font: bold 12px/18px Tahoma, sans-serif;
	margin: 10px 0 6px;
}

iframe {
	display: none;
}

body, table {
	font: 11px/16px Tahoma, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

#container {
	width: 440px;
}

#header h1 {
	font: bold 18px/20px Tahoma, sans-serif;
	text-align: center;
	margin-top: 10px;
}

#header ul {
	display: none;
}

#content h2 {
	margin: 12px 0 14px;
}

#content ul {
	margin: 4px 0;
}

#content ul {
	list-style: square;
	padding-left: 15px;
}

#content #search-templates, #content #templates {
	display: none;
}

#content .box {
	padding: 4px 10px 8px;
}

#content .col-lt {
	display: none;
}

#content .col-rt ul li {
	text-align: justify;
}

#content .col-rt p {
	margin: 12px 0;
}

#footer {
	display: none;
}

/* === FORMS === */

form fieldset {
	border: 0;
}

form div {
	padding: 6px 0 0;
}

form div label {
	padding-left: 1px;
	padding-bottom: 3px;
	cursor: pointer;
}

form div label, form div input {
	vertical-align: middle;
}

form div input.text, form div textarea, form div select {
	font: 11px Tahoma, sans-serif;
	color: #444444;
	background: #F8F8F8;
	border: 1px solid #888888;
	padding: 1px;
	overflow: auto;
}

form div input.text:focus, form div textarea:focus, form div select:focus {
	background: #FFFFFF;
	border: 1px solid #555555;
}

form div select option {
	padding: 0 1px;
}

form div input.button {
	border: 0;
	cursor: pointer;
}

/* === CLASSES === */

.f-lt, .f-rt {
	width: auto !important;
}

.button {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/button.gif);
	width: 73px;
	height: 18px;
	display: block;
}

.line, .border, .welcome-2 {
	display: none;
}