/*
 *
 * Basic tag redefinitions
 *
 */

body, td, select, input {
	font: 13px "Trebuchet MS",Sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #f3f3f3;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #951613;
	font-weight: bold;
	font-size: 15px;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 120%; }

a { text-decoration: none; }
a:link { color: #951613; }
a:visited { color: #951613; }
a:hover { color: #951613; }

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

hr {
	border: 0;
	height: 1px;
	color: #951613;
	background-color: #951613;
}

/*
 *
 * Some general classes
 *
 */

.big {
	font-size: 150%;
}

.small {
	font-size: 85%;
}

.smaller {
	font-size: 70%;
}

.emphasis {
	font-weight: bold;
}

.center {
	margin: auto;
	text-align: center;
}

.underline {
	margin-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
}

.colored {
	color: #951613;
}

.warning {
	color: red;
}

.debug {
	border: 1px solid black;
}

.icon {
	float: left;
	width: 32px;
	height: 32px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.thumb {
	width: 150px;
}

.quote_text, .quote_author {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

.quote_author {
	font-weight: bold;
	padding-bottom: 1em;
}

.frame_title {
	margin-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

.soft_title {
	text-transform: uppercase;
}

.left {
	float: left;
	margin-right: 5px;
}

.right {
	float: right;
	margin-left: 5px;
}

.clear_left {
	clear: left;
}

.indent {
	padding-left: 3em;
}

.lower {
	text-transform: lowercase;
}

.upper {
	text-transform: uppercase;
}

.screenshot {
	max-width: 740px;
	letter-spacing: expression(((this.width>740)?this.width=740:null)?"normal":"normal");
}

/*
 *
 * For buttons
 *
 */

.button {
	float: left;
	width: 120px;
	height: 20px;
	text-align: center;
}

.button a:link, .button a:hover, .button a:visited {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.blue {
	background: url("images/btn_blue.gif");
}

.red {
	background: url("images/btn_red.gif");
}

.green {
	background: url("images/btn_green.gif");
}

.yellow {
	background: url("images/btn_yellow.gif");
}

/*
 *
 * For common blocks of pages
 *
 */

#header {
	max-height: 32px;
	background-color: #951613;
}

#dropshadow {
	height: 8px;
	background: url("images/dropshadow.gif");
}

.mainarea {
	background-color: white;
	padding: 0 0 30px 0;
}

.tblcontent {
	width: 750px;
	margin: auto;
	padding: 0;
}

.tblfooter {
	margin: auto;
	width: 100%;
	clear: both;
	padding-bottom: 5em;
	border-top: 1px solid #951613;
}

.footer {
	float: right;
	vertical-align: top;
	text-align: right;
	font-size: 85%;
}

.sections {
	padding: 0;
	margin: 0;
	list-style: none;
}

a.section:link, a.section:visited {
	font-weight: bold;
	padding-left: 16px;
}

a.section.current {
	background: url("images/diamond.jpg") no-repeat;
}

a.section:hover {
	background: url("images/diamond-empty.jpg") no-repeat;
}

.options {
	width: 180px;
	float: right;
	vertical-align: top;
	padding: 0 0 30px 0;
}

.content {
	vertical-align: top;
	margin-right: 200px;
}

.fullwidth {
	margin-right: 0;
}

.popup_header {
	padding: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #951613;
}

.popup_text {
	padding: 10px;
	background-color: white;
	border-bottom: 1px solid #951613;
}

.payment_frame {
	width: 480px;
	margin: 2em 0 0 3em;
	padding: 0.5em;
	border: 2px solid #951613;
	background-color: #F5F5F5;
}


/*
 *
 * A freame
 *
 */

.frame {
	border: 1px solid black;
}

.frame_row {
	height: 15px;
}

.frame_tl {
	width: 15px;
	background: url("images/frame_01.gif");
}

.frame_top {
	background: url("images/frame_02.gif");
}

.frame_tr {
	width: 15px;
	background: url("images/frame_03.gif");
}

.frame_left {
	width: 15px;
	background: url("images/frame_04.gif");
}

.frame_main {
	padding: 0;
	margin: 0;
	background-color: white;
}

.frame_right {
	width: 15px;
	background: url("images/frame_06.gif");
}

.frame_bl {
	width: 15px;
	background: url("images/frame_07.gif");
}

.frame_bottom {
	background: url("images/frame_08.gif");
}

.frame_br {
	width: 15px;
	background: url("images/frame_09.gif");
}
