@charset "utf-8";
/* IDM premier campus css document */

body, html
{
	padding:0;
	font-family:"Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	margin:0 auto;
	color:#565656;
	background-color:#f5f6f7;
	line-height:20px;
}

a 
{
	text-decoration:none;	
	color:#365b25;
}

a:hover
{
	color:#365b25;
	text-decoration:underline;
}

#main_container
{
	width:849px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg.jpg) repeat-y center;
	padding:0px 14px 0px 14px;
}

#navigation
{
	padding-top:10px;
	background-image:url(../images/navi_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:35px;
	text-align:center;
}

#header
{
	padding:5px 0px 10px 0px;
}

#content
{
	clear:both;
	float:left;
	padding-bottom:10px;
}

#module1
{
	float:left;
	width:240px;
}

#module2
{
	float:left;
	width:240px;
	padding-left:48px;
}

#module3
{
	float:left;
	width:240px;
	padding-left:48px;
}

.level1
{
	display:inline;
	padding:0;
	margin:0;
}

.level1 li
{
	display:inline;
	text-align:left;
	line-height:16px;
}

.level2
{
	display:inline;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.level2 li
{
	display:inline;
	text-align:left;
	line-height:22px;
	padding:0px 10px 0px 10px;
	margin:0;
}

.level2 li a
{
	color:#FFFFFF;
}

.level2 li a:hover
{
	color:#456437;
	text-decoration:none;
}

.level2_visited
{
	color:#456437 !important;
	text-decoration:none;
}

.level2_visited a
{
	color:#456437 !important;
	text-decoration:none;
}

.nav_break
{
	background-image:url(../images/nav_brk.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:35px;
}


.module_title
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#footer
{
	clear:both;
	border-top:1px solid #d1d2d0;
	border-bottom:1px solid #d1d2d0;
	text-align:center;
	line-height:25px;
	
}
fieldset{

	border: 1px solid #FF00FF;
	width: 40em;	 
	padding: 2px 6px;
}

.field{

	border: 1px solid #FFFFFF;
	width: 62em;	 
	padding: 2px 6px;
	
}


legend{
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #FFFFFF;
	padding: 2px 6px;
}

.leg{
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #FFFFFF;
	padding: 2px 6px;
}

/*PNG 6*/

* html img {
behavior: expres\sion(  (this.runtimeStyle.behavio\r="none") && (this.src.toLowerCase().indexOf('.png')>-1) && (  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",  this.runtimeStyle.paddingTop = this.height,  this.runtimeStyle.height = 0  )  );
	overflow:hidden;
}

* html * {
behavior: expres\sion( (this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && ( this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', '') + "', sizingMethod='crop')", this.runtimeStyle.zoom = 1, this.runtimeStyle.backgroundImage = "none" ) );
}
