@charset "utf-8";
.wire * {
	border: 1px solid #fff;
}
body {
	font-family: tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #fff;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	width: 910px;	
	/*height: 285px;*/
}
#logo {
	margin: 10px 0;
	float: left;
	clear: both;
}
#menu {
	margin: 10px 0;
	float: right;
}
#intro {
	width: 910px;
	height: 190px;
	background: url(../../img/intro.jpg) no-repeat center center;
	clear: both;
	float: left;
}
#content {
	width: 910px;
	clear: both;
	float: left;
}
#left {
	width: 305px;
	float: left;
}
#ups-events-title {
	width: 305px;
	height: 31px;
	background: url(../../img/upcoming.jpg) no-repeat;
}
#calendar {
	width: 265px;
	margin: 0 auto;
}
#ups-events-footer {
	width: 305px;
	height: 20px;
}
#ups-event-msg {
	width: 235px;
	margin: 0 auto;
	padding: 0px;
	font-size: 14px;
}
#ups-event-msg p {
	padding: 0px;
	margin: 0px;
}
#center {
	width: 295px;
	float: left;
}
#submission-title {
	width: 295px;
	height: 31px;
	background: url(../../img/submission.jpg) no-repeat;
}
#submission-content {
	margin: 0px 0px 10px 0px;
}
#submission-list {
	width: 90%;
	margin: 0 auto;
}
#award-title {
	width: 295px;
	height: 31px;
	background: url(../../img/award.jpg) no-repeat;
}
#award-content {
	margin: 0px 0px 10px 0px;
}
#award-list {
	width: 90%;
	margin: 0 auto;
}
#award-detail {
	width: 90%;
	margin: 5px auto;
}
#award-detail p {
	padding: 0px;
	margin: 5px 0px;
}
#right {
	width: 310px;
	float: left;
}
#why-title {
	width: 310px;
	height: 31px;
	background: url(../../img/why.jpg) no-repeat;
}
#why-footer {
	width: 310px;
	height: 20px;
}
#our-partners-content {
	width: 90%;
	margin: 0 auto;
}
#partner-show {
	width: 70%;
	padding: 3px 0;
	float: left;
}
#tcea-logo {
	width: 80px;
	height: 55px;
	float: left;
	background: url(../../img/tcea-logo.jpg);
}
#break {
	width: 910px;
	height: 15px;
	float: left;
	clear: both;
	background: #000 url(../../img/footer-sep.jpg) center no-repeat;
}
#footer {
	width: 910px;
	/*height: 60px;*/
	margin: 0px auto;
	float: left;
	clear: both;
}
#footer-left {
	width: 55%;
	float: left;
}
#footer-right {
	width: 45%;
	float: left;
	text-align: right;
}
#sitemap {
	color: #999;
}
/* menu */
ul.list-wide li {
	display: inline;
	margin: 3px;
}
ul.menu {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
ul.menu li {
	display: inline;
}

ul.award.cat {
	list-style-position: inherit;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.award.cat li a {
	display: block;
	background: #878787 url(../../img/award/bullet.jpg) no-repeat scroll left center;
	margin: 4px;
	padding: 5px 0 5px 20px;
	width: 172px;
}
ul.award.cat li a:hover {
	display: block;
	background: #878787 url(../../img/award/award-hover.jpg) no-repeat scroll left center;
	margin: 4px;
	padding: 5px 0 5px 20px;
	width: 172px;	
}
/* default element */
a {
	text-decoration: none;
	color: #fff;
}
a img {
	border: medium none;
}

/* class */
.left-content, .center-content, .right-content {
	width: 90%;
	margin: 0 auto;
}
.footer-content {
	background: #000 url(../../img/footer.jpg) center no-repeat;
}
ul.list {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
ul.list li {
	display: inline;
	margin: 0px;
}
p.title {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
p.content {
	width: 90%;
	margin: 0px auto;
	text-align: justify;
}
div.content {
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 910px;
}
div.content-top {
	width: 910px;
	height: 40px;
	background: url(../../img/about/about-top.jpg) no-repeat center;
}
div.content-mid {
	clear: both;
	float: left;
	width: 910px;
	background: url(../../img/about/about-mid.jpg) repeat-y center;
}
div.content-bottom {
	clear: both;
	float: left;
	width: 910px;
	height: 65px;
	background: url(../../img/about/about-bottom.jpg) no-repeat center;
}
div.two-cols.left {
	float: left;
	left: 40px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 220px;
}
div.two-cols.right {
	float:right;
	position: relative;
	right: 10px;
	top: 0;
	width: 600px;
}
div.two-cols p {
	color: #4e4e4e;
	text-align: justify;
	width: 90%;
}
div.three-cols.left {
	float: left;
	left: 40px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 300px;
}
div.three-cols.mid {
	float: left;
	position: relative;
	width: 300px;
}
div.three-cols.right {
	float: left;
	position: relative;
	right: 10px;
	top: 0;
	width: 300px;
}
div.three-cols p {
	color: #4e4e4e;
	text-align: justify;
	width: 90%;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

div#welcome {
	bottom: 0;
	clear: right;
	float: right;
	margin-top: 20px;
	position: relative;
	right: 0;
	text-align: right;
	width: 400px;
}
div#bar {
	width: 910px;
}
div#path {
	float: left;
	color: #868686;
	height: 20px;
	padding: 7px 0px 0px 0px;
}
div#nav {
	position: relative;
	right: 0px;
	float: right;
}
div#about-img {
	width: 537px;
	height: 165px;
	margin: 10px 0;
	border: 1px solid #509fbb;
	background: #eee;
}
div#about-next {
	width: 22px;
	height: 22px;
	float: right;
	position: relative;
	top: 65px;
	right: 5px;
}

/*
div#about-content {
	clear: both;
	float: left;
	width: 910px;
	margin: 10px 0;
}
div#about-right p {
	color: #4e4e4e;
	text-align: justify;
	width: 90%;
}
*/


/*global element*/
h1 {
	font-size: 16px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
	color: #4e4e4e;
	font-size: 12px;
}
ol li {
	color: #505050;
}

td.field {
	text-align: right;
	vertical-align: top;
}
input.img {
	margin: 0px 5px 0px 0px;
}
td {
	color: #505050;
}

div#login a {
	color: #505050;
}
tr.indv {
	display: none;
}
tr.corp {
	display: none;
}
div.msg {
	background:#b90000 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:10px 0;
	text-align:center;
	width:560px;
}
td {
	vertical-align: middle;
	width: auto;
}
div#login-form {
	background:transparent url(../../img/login-bg.gif) no-repeat scroll 0 0;
	height:262px;
	margin:0 auto;
	width:457px;
}
label.error {
	padding: 0px 10px;
	color: #ff0000;
}

a.about {
background:transparent url(../../images/02_about.jpg) no-repeat scroll right center;
display:inherit;
float:left;
height:21px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:relative;
text-indent:-10000px;
width:95px;
}
a.about:hover {
background:transparent url(../../images/02_about_mo.jpg) no-repeat scroll right center;
}
a.login {
background:transparent url(../../images/07_login.jpg) no-repeat scroll right center;
display:inherit;
float:left;
height:21px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:relative;
text-indent:-10000px;
width:41px;
}
a.login:hover {
	background:transparent url(../../images/07_login_mo.jpg) no-repeat scroll right center;
}
a.award {
	background:transparent url(../../images/03_awards.jpg) no-repeat scroll right center;
	display:inherit;
	float:left;
	height:21px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-10000px;
	width:137px;
}
a.award:hover {
	background:transparent url(../../images/03_awards_mo.jpg) no-repeat scroll right center;
}
a.judging {
	background:transparent url(../../images/04_judge.jpg) no-repeat scroll right center;
	display:inherit;
	float:left;
	height:21px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-10000px;
	width:120px;
}
a.judging:hover {
	background:transparent url(../../images/04_judge_mo.jpg) no-repeat scroll right center;
}
a.faq {
	background:transparent url(../../images/05_faqs.jpg) no-repeat scroll right center;
	/*display:inherit;*/
	display:none;
	float:left;
	height:21px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-10000px;
	width:48px;
}
a.faq:hover {
	background:transparent url(../../images/05_faqs_mo.jpg) no-repeat scroll right center;
}
a.contactus {
	background:transparent url(../../images/06_contact.jpg) no-repeat scroll right center;
	display:inherit;
	float:left;
	height:21px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-10000px;
	width:86px;
}
a.contactus:hover {
	background:transparent url(../../images/06_contact_mo.jpg) no-repeat scroll right center;
}

a.myacc {
	background:transparent url(../../images/07_account.jpg) no-repeat;
	display:inherit;
	float:left;
	height:21px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-10000px;
	width:84px;
}
a.myacc:hover {
	background:transparent url(../../images/07_account_mo.jpg) no-repeat;
}
a.home {
	background:transparent url(../../images/01_home.jpg) no-repeat scroll right center;
	display:inherit;
	float:left;
	height:21px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:relative;
	text-indent:-10000px;
	width:55px;
}
a.home:hover {
	background:transparent url(../../images/01_home_mo.jpg) no-repeat scroll right center;
}
.mark {
	color: #ff0000;
}
p.success {
	width: 300px;
	margin; 0 auto;
	text-align: center; 
	font-weight: bold;
}
span.normal {
	font-weight: normal;
}
input,textarea,select {
	padding: 3px 5px;
	background: #71cbe8;
	border: medium none;
	font-family: Tahoma;
	font-size: 12px;
}
input#remember {
	border: medium none;
	background: none;
}
input.check {
	border: medium none;
	background: none;	
}
input.button {
	border: medium none;
	background: none;	
}
div#welcome a {
	color: #fff;
}
div#welcome a:hover {
	color: #505050;
}
ul#sitemap li a:hover {
	color: #505050;
}
div#edtBar {
	background: url(../../img/bar_submitedit.gif);
	width: 550px;
	height: 64px;
}
a.wb:hover {
	color: #aaa;
}
