
/* CSS Document */

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}
body {
	background-color: #0058B2;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topbar { 
    background-image: url(../images/team_registration_hbar.png);
	height: 44px;
	width: 967px;
}
.botbar {
	background-image: url(../images/botbar.png);
	text-align: center;
	height: 104px;
	width: 967px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #CCC;
	line-height: 62px;
	vertical-align: middle;
	display: block;
}
.midSect {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFF;
}


.content {
	padding-left: 25px;
	vertical-align: top;
}
.mnuTop {
	background-image: url(../images/mnu_top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 32px;
	width: 206px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	line-height: 24px;
}
.mnuMid {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	width: 206px;
	text-align: center;
}
.mnuBot {
	background-image: url(../images/mnu_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	width: 206px;
}
.mnuInfo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #333;
	background-color: #CCC;
	width: 206px;
	text-align: center;
	padding-top: 15px;
}
.pTitle {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	background-image: url(../images/tBar.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 15px;
	vertical-align: top;
	height: 25px;
	width: 700px;
}
.pBot {
	background-image: url(../images/bBar.png);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
	height: 10px;
	width: 700px;
}
.pMid {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-right: 1px;
}
form {
	font-size: 11px;
	line-height: 15px;
}

/* --------------------------------------------- */

.MainBody{padding: 0px 5px 0px 20px;}
.PadBottom {padding-bottom: 20px;}

.BreadCrumbBG {
    background-image: url(../images/stepBar.png);
    background-repeat: no-repeat;
    height: 29px;
	width: 936px;
	text-align: center;
	color: #555;
	padding-bottom:5px;
}

.BreadCrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
	padding: 0px 10px 0px 10px;	
}

.BreadCrumb.Active {
	color: #CCC;
	font-weight: bold;
}

.BreadCrumb a:link, .BreadCrumb a:active,  .BreadCrumb a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
	padding: 0px 10px 0px 10px;	
	text-decoration: none;
}

.BreadCrumb a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
	padding: 0px 10px 0px 10px;	
	text-decoration: underline;
}


.FormDesc 
{
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding-right:5px;
    vertical-align:middle;
}

.FormError 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center !important;
    color: #CC0000 !Important;
    font-weight : Bold !Important;
    padding: 5px 0px 5px 0px;
}

.FormField 
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	padding-left: 3px;
	padding-right: 3px;
	height: 16px;
}

.FormCheckBox, .FormDropDown {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
}


