﻿html { min-height: 100%; }
body {
	background: #eeeeee url(back.jpg) repeat-x fixed center bottom;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body,td,th,select,input,textarea {
	font-family: Arial, Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
	color: #993333;
}
a img {
	border: 0px;
}

h1 {
	font-size: 20px; 
	font-weight: bold; 
	color: #993333;
	margin: 10px 0px 0px 0px;
}
h2 {
	font-size: 16px; 
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.TextSmall {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.TextError {
	color: #990000;
	border: 4px solid #cc6666;
	background-color: #ffeeee;
	padding: 20px 20px 20px 20px;
	margin: 10px 0px 20px 0px;
}
.TextNote {
	color: #ffffff;
	font-weight: normal;
	background-color: #cc0000;
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 0px 5px;
	position: relative;
	top: -6px;
	font-size: 8px;
	text-transform: uppercase;
	display: inline;
}

.themePage {
	background: url(top_bk.jpg) repeat-x top center;
}
.themeTop {
	width: 1050px;
	height: 100px;
	background: url(top.jpg) top center no-repeat;
	margin: 0px auto 10px auto;
}
.themeTop a.logo {
	background: url(logo.png) left center no-repeat;
	float: left;
	width: 500px;
	height: 100px;
}
.themeTop .banner {
	float: right;
	margin: 12px 16px 0px 0px;
	border: 0px solid #ff0000;
	width: 400px;
	height: 75px;
}

.themeMain {
	width: 1006px;
	margin: 0px auto 0px auto;
	border: 2px solid #cccccc;
    border-radius: 10px;
	background-color: #ffffff;
    padding: 20px;
}
.themeCx {
	width: 610px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0 10px;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}
.themeSx, .themeDx {
	width: 162px;
	text-align: center;
}
.themeSx { float: left; }
.themeDx { float: right; }

.themeSx .btts .title, .themeDx .btts .title, .themeSx .btts_ma .title, .themeDx .btts_yp .title, .themeCx .title {
	background: repeat-y top center;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 2px 0px;
	color: #000000; 
}
.themeSx .btts .title { background: #993333; color: #ffffff; }
.themeDx .btts .title { background: #993333; color: #ffffff; }
.themeSx .btts_ma a { color: #000000; }
.themeSx .btts_ma .title { background: #ffcc00; }
.themeDx .btts_yp a { color: #000000; }
.themeDx .btts_yp .title { background: #ffff00; }
.themeCx .title { background: #cccccc; }
.themeSx .banner { display: inline-block; border: 1px solid #ffffff; background: #ffffff; margin: 0px auto 0px auto; }
.themeDx .banner { display: inline-block; border: 1px solid #ffffff; background: #ffffff; margin: 0px auto 0px auto; }
.themeSx .btts .title-spacer { margin-top: 300px; }
.themeDx .btts .title-spacer { margin-top: 300px; }
.themeSx .banner-spacer { height: 80px; }
.themeDx .banner-spacer { height: 120px; }

.themeFooter {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	color: #000000;
	padding: 5px 0px 5px 0px;
}


.ui-dialog {
    background: #eeeeee;
    border: 1px solid #999999;
    border-radius: 5px;
    width: 500px !important;
}
.ui-dialog-titlebar {
    background: #cccccc;
    text-align: right;
    padding: 4px;
}
.ui-dialog-title {
    float: left;
    font-weight: bold;
    padding: 4px;
}
.ui-dialog-content {
    padding: 20px 0;
}