td.FieldLabel
{
	font-family: Arial;
	font-size: 11px;
	text-align: right;	
}
div.FieldLabel, .smFieldLabel
{
	font-family: Arial;
	font-size: 10px;
	text-align: left;
}
.smFieldLabel a
{
	color: #369;
}
td.FieldValue
{
	font-family: Arial;
	font-size: 10pt;
}
table.form
{	
	padding: 3px;
}
font.FieldHint
{
	font-family: Arial;
	font-size: 11px;
}
font.Standard
{
	font-family: Arial;
	font-size: 12px;
}
.formErrors
{
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
}
font.RequiredField
{
	font-size: 12px !important;
	color: #FF0000;
}
input
{
	font-size: 10pt;
}
select
{
	font-size: 10pt;
}
.smlink
{
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;

}

ul#validationList  li
{
	font-weight: normal;
}

/* Rounded Corners */
.RoundedShadedTableLeftHeader
{
    background-position: left top;
    background-image: url(http://princetonreview.com/images/misc/blue_corner_up_left.gif);
    background-repeat: no-repeat
}
.RoundedShadedTableTopLine
{
    background-position: 50% top;
    background-image: url(http://princetonreview.com/images/misc/dot_bg.gif);
    background-repeat: repeat-x
}
.RoundedShadedTableRightHeader
{
    background-position: right top;
    background-image: url(http://princetonreview.com/images/misc/blue_corner_up_right.gif);
    background-repeat: no-repeat
}
.RoundedTableLeftLine
{
    background-position: left 50%;
    background-image: url(http://princetonreview.com/images/misc/dot_bg.gif);
    background-repeat: repeat-y
}
.RoundedTableRightLine
{
    background-position: right 50%;
    background-image: url(http://princetonreview.com/images/misc/dot_bg.gif);
    background-repeat: repeat-y
}
.RoundedShadedTableLeftFooter
{
    background-position: left bottom;
    background-image: url(http://princetonreview.com/images/misc/blue_corner_low_left.gif);
    background-repeat: no-repeat
}
.RoundedShadedTableBottomLine
{
    background-position: 50% bottom;
    background-image: url(http://princetonreview.com/images/misc/dot_bg.gif);
    background-repeat: repeat-x
}
.RoundedShadedTableRightFooter
{
    background-position: right bottom;
    background-image: url(http://princetonreview.com/images/misc/blue_corner_low_right.gif);
    background-repeat: no-repeat
}
/* Rounded Corners End */

/* Two Column Form Start */
fieldset
{
	width: 500px;
}

fieldset legend
{
	color: #00B9E4;
	font-weight: bold;
}

.rowWrapper{
	float: left;
	overflow: hidden;
}
.rowDivider
{
	border-bottom: solid 1px #fff;
	margin-bottom: 3px;
}

.rowDivider2
{
	clear: both;
	width: 480px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	background-position: left bottom;
    background-image: url(http://images.princetonreview.com/images/dot_bg.gif);
    background-repeat: repeat-x;
}
.topText
{
	clear: both;
	width: 480px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 8px;
}

.requiredText
{
	clear: both;
	width: 480px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 8px;
}
.colLeft
{
	float: left;
	width: 100px;
	margin-right: 15px;
	font-size: 12px;
	text-align: right;
	display: none;
}
.colRight{
	float: left;
	text-align: left;
}
.chkLeft
{
	float: left;
	width: 25px;
}
.chkRight
{
	float: left;
	text-align: left;
	padding-top: 2px;
	width: 450px;
	color: #444;
	font-size: 11px;
}

.chkRight label
{
	color: #00B9E4;
}

.chkRightBold
{
	float: left;
	text-align: left;
	padding-top: 2px;
	width: 450px;
	font-size: 11px;

}

.chkRight img
{
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}

.chkRight .blurb
{
	font-size: 11px;
	margin-top: 5px;
	display: none;
}

.chkRight .shortBlurbs
{
	font-size: 11px;
	margin-top: 5px;
}

.chkRight a
{
	color: #369;
	font-size: 11px;
}
/* Two Column Form End */

.leadgenField{
	float: left;
	padding: 0 5px 0 0;
	height: 60px;
}

.counter
{ 
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color: #F5F4E8; 
	color: #102132; 
	border-width: 1px;
	border-color: D3D0AF;
	overflow: hidden;
}

.Comments
{
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	font-style : italic;
	color: red;
}
#changeLogoDiv
{
	font-size: 18px;
	text-align: center;
}

.select_all_and_expand_blurb_wrapper
{
	overflow: hidden;
	/*border: 1px solid black;*/
}

.select_all_wrapper
{
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	/*border: 1px solid red;*/
}

.select_all_text
{
	font-size: 13px;	
}

.expand_all_blurbs_wrapper
{
	float: right;
	padding: 0 100px 0 0;
	font-size: 13px;
	font-weight: bold;
	/*border: 1px solid blue;*/
}

.customFieldP
{
	display: none;
}

.selectAllInSectionLink
{
	float: right;
}

.sectionNamelink
{
	float: left;
}