#oneColumn {
padding:0 40px;
}
#registration div {
padding:7px 0;
width:700px;
}
#registration div label {
width:370px;
float:left;
}
#registration div label + label{
width:auto;
float:none;
padding:0;
}
#fieldset-resources,
#fieldset-audiences,
#fieldset-organizations {
float:left;
width:300px;
background-color:#dbe6ec;
/*background-image:url(http://coloradostemeducation.com/images/greenBg.jpg);
background-repeat:repeat-y;*/
height:400px;
}
form#registration input#Submit {
margin:0 150px 0 0;
float:right;
}
#contentContainer #leftColumn {
width:540px;
}
    #leftColumn h1 {
		font:20px Arial; color:#000;
		font-weight:normal;
		font-style:italic;
		padding:0px 0px 5px 0px;
	}	
	#leftColumn a {
		color:#004d80;
		text-decoration:underline;
		font-weight:bold;
	}
	#leftColumn a:hover {
		color:#004d80;
		text-decoration:underline;
		font-weight:bold;
	}
    #leftColumn p a.warn {
        color:#F00;
        font-size:1.1em;
        font-weight:normal;
        margin:0 0 0 130px;
    }
	#contentContainer   #leftColumn ul li {
		padding:0 0 0 5px;
		margin:5px 0 5px 30px;
	}
	#contentContainer   #leftColumn ul li a {
        font-size:1.2em;
        font-weight:normal;
		text-decoration:none;
    }
	#contentContainer   #leftColumn ul li a:HOVER {
		text-decoration:underline;
    }
    #contactInfo p strong {
    /*#leftColumn #contactInfo p strong {*/
        float:left;
        text-align:right;
        padding:0 10px 0 0;
        width:130px;
    }
#contentContainer #rightColumn {
width:330px;
}

#contentContainer #rightColumn fieldset {
background-color:#dbe6ec;
}
    #rightColumn li,
    #rightColumn a {
    }
    #rightColumn legend{
        font-size:1.3em;
        font-weight:bold;
    }
h4 {
text-transform:uppercase;
border-bottom:1px solid #000;
}
#leftColumn a.warn,
.warn {
color:#F00;
font-size:0.8em;
}
/*
th,td {
background-color:#963;
width:150px;
}
*/
/*fieldset#OrganizationInformation p label {*/
#registration p {
margin:5px 0;
padding:0;
}
#registration p label {
display:block;
width:100px;
float:left;
font-weight:bold;
margin:0;
padding:0 10px 0 0;
text-align:right;
}
#registration p label input{
margin:0;
padding:0;
}
#registration p.resource {
margin:5px 0px;
}
#registration p.resource label {
margin:0;
padding:0 0 0 10px;
width:170px;
}
#registration label {
float:none;
padding:0 0 0 42px;
width:0;
}
#registration label.required {
font-weight:bold;
}
#leftColumn fieldset,
#registration fieldset {
border:none;
border-top:1px solid #004d80;
border-right:1px solid #004d80;
padding:10px 0;
margin:20px 0;
}
#leftColumn fieldset,
#registration fieldset#fieldset-OrganizationInformation {
border-right:none;
}
#leftColumn fieldset legend,
#registration fieldset legend {
color:#004d80;
font-weight:bold;
font-size:1.2em;
padding:0 0 0 30px;
text-transform:uppercase;
}
input#Approve,
input#Search,
#registration input#Submit {
margin:0 0 0 80px;
}




/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
