/* import defaults for easier overrides */
@import url(reset.css);
@import url(text.css);
@import url(core.css);
/* popup custom items */
* html { width:660px; overflow-x:hidden; }
* html body { width:660px; }
* html ol, *+html ol { padding-left:30px; }
* html ol li, *+html ol li { margin-left:0; }
span.closer img { cursor:pointer; }
div.pagehead { margin-bottom:10px; }
div.popup-body {
	background-image:url(../img/);
	background-image:url(../img/bg-module-body.gif);
	background-repeat:repeat-x;
	margin:20px 0 0 20px;
	padding:10px 10px 0 0;
	width:640px;
}
input.rad { vertical-align:middle; }
div.radiogroup {
	font-size:10px;
	color:#000;
	margin-bottom:5px;
	text-transform:uppercase;
	padding-top:10px;
}
p.radio label {
	display:inline;
	font-size:1em;
	text-transform:none;
	color:#444;
	vertical-align:middle;
}
fieldset {
	background-color:transparent;
	width:650px;
}
.form-1 {
	padding:10px 0 0;
	clear:both;
}
	.form-1 .col1 {}
	.form-1 input.full,
	.form-1 textarea.full,
	.form-1 select.full {
		width:642px;
	}
.form-2 {
	padding:10px 0 0;
	clear:both;
}
	.form-2 .col1 {
		width:310px;
		float:left;
	}
	.form-2 .col2 {
		width:310px;
		float:right;
	}
	.form-2 input.full,
	.form-2 textarea.full,
	.form-2 select.full {
		width:302px;
	}
.form-3 {
	padding:10px 0 0;
	clear:both;
}
	.form-3 .col1 {
		width:200px;
		margin-right:25px;
		float:left;
	}
	.form-3 .col2 {
		width:200px;
		float:left;
	}
	.form-3 .col3 {
		width:200px;
		float:right;
	}
	.form-3 input.full,
	.form-3 textarea.full,
	.form-3 select.full {
		width:192px;
			}
			
			
.horizontalLine
{
    BORDER-BOTTOM: #000 1px solid;
    clear:both;
}

 .ZoneOne
{
    float:left;
   width:50%;
}
.ZoneTwo
{
    float:right;
    width:50%;
   
    
} 

.ZoneTwo .full
 {
	width:280px;
	
}

 .ZoneOneForm
{
    float:left;
   width:50%;
}
.ZoneTwoForm
{
    float:right;
    width:50%;
  
    
} 

 .ZoneForm
{
    float:left;
   width:100%;
}

.ZoneOneForm .full
 {
	width:280px;
	
}

.ZoneTwoForm .full
 {
	width:280px;
	
}

.ZoneForm .full
 {
	width:280px;
	
}

.ZoneOneForm .PositionOther
{
    width:170px;
    border-color:#888 !important;
    border-width:1px !important;
    border-style:solid;
}




.Courses TABLE TR
{
    height:20px;
}
 
 .Courses TABLE TR TD
{
    color:#444;
    font-weight:normal;
    font-size:12px;
    line-height:14px;
    text-align:left; 
    
    PADDING-BOTTOM: 0px !important;     
}

.Prereq ul
{
	padding:0;
	margin:0;
	list-style-type:none;	
}
.Prereq ul li
{
	margin:2px 0 2px -1px;
	padding:0 0 0px 13px;
	display:list-item;
	background:url(/layouts/NeuroPro/img/bullet.gif) no-repeat 0 7px;
}

.Heading
{
    font-weight:bold;
    font-size:13px;
    height:30px;
}

.SubTitle
{
    font-size:15px;
    font-weight:normal;
}

.requiredfield {
	font-size: 12px;
	color: #B00101;
}


