body {
	background: url(/static/images/bkg_gradient.gif) repeat-x #434343;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: tahoma, helvetica, sans-serif;
	line-height: 1.2em;
}

p {
	margin: 5px;
	padding-bottom: 5px;
	line-height: 140%;
	text-indent: 0px;
}

form {
	padding: 5px;
	line-height: 140%;
	text-indent: 0px;
}

form label {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

th {
	color: black;
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	border-bottom: 1px solid black;
}

td {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

a {
	color: #003F91;
}

a:hover {
	color: #571769;
}

b, strong, .b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

ol {
	list-style-type: decimal;
	margin-left: 20px;
}

ul {
	list-style-type: none;
	margin-left: 20px;
}

img {
	border: none;
}

pre {
	font-family: inherit;
	font-size: inherit;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

form {
	padding: 5px;
}

legend {
	font-weight: bold;
	font-size: 13px;
}

.r {
	text-align: right;
}

.l {
	text-align: left;
}

.c {
	text-align: center;
}

.odd {
	background-color: #efefef;
}

.even {
	background-color: #fff;
}

.info {
	border: 1px solid #666;
	padding: 3px 3px 3px 20px;
	background: url(/static/images/icons/information.png) #d7d7d7 no-repeat 2px 2px;
}

.warn {
	border: 1px solid #ccc;
	padding: 3px 3px 3px 20px;
	background: url(/static/images/icons/exclamation.png) #ffb no-repeat 2px 2px;
}

fieldset td {
	padding: 3px;
}

#frame {
	background: none;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 950px;
	height: 100%;
	padding-top: 0px;
}

#topMenu {
	text-align: right;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

#topMenu li {
	border-collapse: collapse;
	height: 30px;
	padding-left: 10px;
	margin-left: 10px;
	display: inline;
}

#topMenu li span {
	padding-right: 10px;
}

#topMenu li span a {
	color: #FFF;
	font-weight: bold;
}

#topMenu li span a:hover {
	color: #A6449E;
}

#frame ul#topMenu {
	margin-left: 0;
	background: #000;
	padding-bottom: 5px;
}

#header {
	background: url(../../static/images/yrbkreg_logo.png) no-repeat;
	height: 100px;
	border: none;
	font-size: 20px;
	text-align: right;
}

#headerBottomBarOuterWrapper {
	background: #000;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

#headerBottomBarInnerWrapper {
	color: #FFF;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	padding: 3px;
}

#headerBottomBarInnerWrapper a {
	color: #FFF;
}

#headerBottomBarInnerWrapper a:hover {
	color: #003F91;
}

#registrationInProgressWarningBarOuterWrapper {
	background-color: #AEFF00;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

#registrationInProgressWarningBarInnerWrapper {
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	padding: 3px;
}

#registrationInProgressWarningBarInnerWrapper a {
	color: #000;
}

#registrationInProgressWarningBarInnerWrapper a:hover {
	font-style: italic;
}

#registrationInProgressBarOuterWrapper {
	background-color: #000;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

#registrationInProgressBarInnerWrapper {
	color: #FFF;
	font-size: 13px;
	padding: 3px;
}

a.registrationStepComplete {
	color: #AAF;
}

a.registrationStepIncomplete {
	color: #F00;
}

a.registrationStepComplete:hover {
	color: #FFF;
}

a.registrationStepIncomplete:hover {
	color: #F00;
}

#currentlyLoggedInNoticeBarOuterWrapper {
	background-color: #AEFF00;
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
}

#currentlyLoggedInNoticeBarInnerWrapper {
	color: #000;
	padding: 3px;
	text-align: right;
}

#currentlyLoggedInNoticeBarInnerWrapper a {
	color: #000;
}

#currentlyLoggedInNoticeBarInnerWrapper a:hover {
	color: #003F91;
}

#loginStatus {
	color: #FFF;
	float: right;
}

#contentWrapper {
	width: 100%;
}

#sidebarContent {
	float: left;
	width: 160px;
	color: #000;
}

#sidebarContent a {
	color: #000;
}

#sidebarContent a:hover {
	color: #003F91;
}

div.sideBarBox {
	margin-bottom: 10px;
}

.sidebarBoxHeader {
	color: #FFF;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	background-color: #000;
}

.sideBarBoxContent {
	padding: 5px 5px 5px 10px;
	margin: 0px;
}

#primaryContentWrapper {
	margin: 0px;
	background-color: #fff;
}

.primaryContentSectionOuterWrapper #headerImage {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.primaryContentSectionOuterWrapper {
	
}

.primaryContentSectionInnerWrapper {
	padding: 10px;
}

#footer {
	text-align: center;
	clear: left;
	background: #000;
	color: #b4b4b4;
	font-size: 9px;
	font-family: verdana, sans-serif;
	padding: 2px;
}

#footer a {
	color: #91FDFB;
	font-weight: bold;
}

.formInputError {
	color: #F00;
	font-weight: bolder;
}

.notes {
	color: #D0D;
}

.footnote {
	font-size: x-small;
}

table.list-table {
	border-bottom: 1px solid #d6e3f2;
}

table.list-table td,table.form-table td {
	padding: 3px;
}

table.list-table th,table.form-table th {
	background-color: #d6e3f2;
	color: #000;
	padding: 3px;
}

table.form-table,table.list-table {
	width: 750px;
}


/* Ext.js overrides */
.x-tab-panel-body {
	border: 0px;
}

.x-tab-panel-header {
	border: 0px;
}

ul.x-tab-strip-top {
	margin: 0px;

}

em.x-tab-left {
	font-style: normal;
}

