html {
    font-size: 12px;
	font-family: Tahoma, Arial, Georgia, Verdana, Sans-Serif;
    margin:0;
    padding:0;
    border:0;
	height:100%;
}
body {
    font-size: 1em/1.3em;
    color:#e2d5c2;
    background:#362c1e;
    text-align:center;
    margin:0;
    padding:0;
    border:0;
	height:100%;
}
a{font-weight: bold;}
a:link { color: #362c1e; text-decoration: none;}
a:visited { color:#362c1e; text-decoration: none;}
a:hover { color: #cc0044; text-decoration: none;}
a:active { color:#362c1e; text-decoration: none;
}
a img {
    border:0;
}
h1 {
    font-weight: bold;
	font-size: 2em;
    margin: 0;
    padding: 0;
    border: 0;
}
h2 {
	font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    border: 0;
}
h3 {
    font-weight: bold;
	font-size: 1.4em;
    margin: 0;
    padding: 0;
    border: 0;
}
.previous, .first, .page, .next, .last {
    color:#e2d5c2;
    border-color:#e2d5c2;
}
.yiiForm {
	margin:0 0 10px 0;
	padding: 0 10px;
	border: 0;
	text-align:justify;
	overflow:hidden;
}
.yiiForm h2 {
	padding: 0.4em;
	margin:0 -10px;
    background:#efe3d1;
    color:#221d13;
}
.yiiForm table, .yiiForm table th, .yiiForm  table td{
	margin:0;
	padding:0;
	border-collapse: collapse;
	border: solid 1px;
}
.yiiForm th {
	font-weight:bold;
}
.yiiForm table td, .yiiForm table th {
	padding: 3px;
}
.yiiForm table th {
    background:#efe3d1;
    color:#221d13;
}
.aright {
	text-align:right;
}
.aleft {
	text-align:left;
}