body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url('bg.png');
	background-color: #ffffff;
	font-family: "Open Sans",​Helvetica,​Arial,​sans-serif;
	font-size: 12px;
	color: #333333;
}

/* IE7 Fix */

* html #container {
    display: table;
    height: 100%
}

/* Opera Fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/* IE6 Fix */
* html div#body {
    overflow: visible;
}

/* IE6 Fix */
* html div#body {
    overflow: visible;
}

div#txtOutput {
    height: 100%;
    min-height: 100%;
}

.normal { font-weight: normal; }
.bold { font-weight: bold; }

.subtext { font-size: 10px; }
.text { font-size: 12px; }
.heading {
	color: #D14836;
	font-weight: bold;
	font-size: 18px; 
}
.title { font-size: 16px; }

.dimmed { color: #696969; }

.link { cursor: pointer; }

a { 
	color: #333333;
} 
a:link, a:visited {
	color: #333333;
}

a:hover, a:active {
	color: #333333;
	cursor: pointer;
}

.link {
	cursor: pointer;
	color: #555;
	text-decoration: underline;
}

.link:hover {
	color: #333333;
}

table {
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse; 
	margin: 0px;
	padding: 0px;
	empty-cells: show;
}

input, textarea, select, iframe {
	font-size: 24px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #c2c2c2;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-family: "Open Sans",​Helvetica,​Arial,​sans-serif;

}

td { padding: 0px; }

.border {
	border-style: solid;
	border-width: 0px;
	border-color: #c2c2c2;
}

.border-top {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c8c8c8;
}

.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c8c8c8;
}

.border-left {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #c8c8c8;
}

.border-right {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #c8c8c8;
}

.window {
	background-image: url('../../images/layout/dim50.png');
	background-repeat: repeat;
}

.transparent {
	background-image: url('../../images/layout/dim50.png');
}