/*-------- Design style --------*/
body
{
	background: #FFF url(                  'images/bodybg.png' ) repeat-x left top;
	height: 100%;
	margin: 0;
	padding: 0;
}
h1
{
	color: #8DC63F;
}
p
{
	color: #5E6E66;
}
ul
{
	color: #5E6E66;
	padding-top: 0px;
	margin: 0px;
}
img, img[usemap], object[usemap]
{
	border: none;
}
#mainContainer
{
	display: table;
	width: 970px;
	margin: 0 auto;
}
#top
{
	background: #FFF url(                  'images/bodybg.png' ) repeat-x left top;
}
#logo
{
	background: #FFF url(                  'images/logo.png' ) no-repeat left top;
	height: 101px;
	width: 203px;
	float: left;
}
#bread
{
	padding: 10px 0px 0px 20px;
	color: #C0C0C0;
}

#bottomContainer, #linksContainer
{
	border-style: dashed none none none;
	border-width: 1px;
	border-color: #C0C0C0;
}
a.breadcrumb, a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:link
{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	color: #C0C0C0;
}
a:active, a:visited, a:link
{
	color: #8DC63F;
}

/*--------- Teaser ----------*/

ul.teaser li
{
	list-style: none;
}
div.teaser
{
	margin-left: 700px;
	padding-top: 60px;
	height: 150px;
}
img.teaser
{
	vertical-align: top;
	float: left;
	clear: both;
}
/*--------- Pane style ----------*/
.ContentPane, .TopPane, .BottomPane, .LeftPane, .BottomLeftPane, .BottomRightPane
{
	vertical-align: top;
}
.TopPane
{
	margin: 20px 0px 0px 0px;
}
.TopPane img
{
	padding: 5px;
}
.LeftPane
{
	padding: 20px 20px 20px 0px;
	width: 35%;
}
.ContentPane
{
	padding: 20px 20px 20px 20px;
	width: 35%;
}
.RightPane
{
	padding: 20px 0px 20px 20px;
	width: 30%;
}
.BottomLeftPane
{
	padding: 20px 20px 20px 0px;
	width: 45%;
}
.BottomRightPane
{
	padding: 20px 0px 20px 20px;
}

/*-------------- Link Style --------------*/
#linksContainer
{
	padding-top: 10px;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #8DC63F;
}
/*-------------- User Style --------------*/
#login
{
	text-align: center;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane
{
	width: 0;
	padding: 0;
	margin: 0;
}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer
{
	position: relative;
	white-space: nowrap;
}
div.SearchBorder
{
	width: 180px;
	height: 20px;
	border: solid 1px #e0e0e0;
	float: left;
	background-color: White;
	white-space: nowrap;
	margin-top: 2px;
}
div.SearchContainer a
{
	padding: 0;
	display: block;
	float: left;
}
div.SearchContainer a img
{
	padding-left: 5px;
}
div.SearchIcon
{
	float: left;
	width: 31px;
	height: 20px;
	cursor: pointer;
	z-index: 11;
	background: no-repeat 2px 2px;
	text-align: right;
}
div.SearchIcon img
{
	margin-top: 3px;
}

input.SearchTextBox
{
	float: left;
	z-index: 10;
	border: 0;
	width: 130px;
	height: 18px;
	margin-left: 3px;
	color: #43494D;
}

#SearchChoices
{
	clear: both;
	display: none;
	border: solid 1px #C3D4DF;
	z-index: 2000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #F3F7FA;
	position: absolute;
	top: 22px;
	left: 0;
}
#SearchChoices li
{
	cursor: pointer;
	margin: 0;
	padding: 2px 2px 0 2px;
	padding-left: 25px;
	height: 18px;
	text-align: left;
	background-color: #F3F7FA;
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style: none;
	list-style-image: none;
	border: none;
	display: block;
}
#SearchChoices li.searchHilite
{
	background-color: #CE0D0D;
	color: #ffffff;
	border: none;
}
#SearchChoices li.searchDefault
{
	background-color: #F8FAFF;
	border: none;
}
/*-------------- Form and List --------------*/
/* FieldSet */
.UDT_Form
{
	margin-left: 20px;
	width: 700px;
}
.UDT_Form Fieldset, .UDT_Type_Captcha
{
	border: 1px solid #EAEAEA;
	margin: 10px 0 20px;
	padding: 1em 10px 1em;
	position: relative;
	background: #FCFCFC;
}
/* Legend */
.UDT_Field legend
{
	border-style: none;
	color: #8DC63F;
	padding: 2px 6px;
	font-size: 13px; /* needed for IE */
	position: absolute;
	top: -10px;
	left: 20px;
	font-family: Tahoma,Arial,Helvetica;
}
/* Fields */
.UDT_Caption
{
	display: block;
	width: 200px;
	float: left;
	color: #5E6E66;
	font-weight: normal;
}
.UDT_Input
{
	padding-bottom: 12px;
	display: inline;
}
.UDT_Input input
{
	width: 300px;
}
.UDT_Input textarea
{
	width: 460px;
}
/* Buttons */
.UDT_Buttons input
{
	color: #000;
	border: 1px outset #d7b9c9;
	padding: 2px;
	cursor: pointer;
}
.UDT_Buttons Input.UDT_Default
{
	background: #8DC63F;
	border: 2px outset #E29A9E;
	font-weight: bold;
	color: #fff;
}
.UDT_Default
{
	margin-left: 130px;
}

/*-------------- Content --------------*/

#dnn_logo
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#dnn_logo:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#dotnet_logo
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#dotnet_logo:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#mcad_logo
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#mcad_logo:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#itconsult_logo
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#itconsult_logo:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#logos
{
	padding-top: 20px;
}

/*-------------- Navigation --------------*/

#nav
{
	height: 101px;
	padding-right: 20px;
	text-align:right;
	font-family: Tahoma,Arial,Helvetica;
	font-size:12px;
}
#nav ul 
{
	padding-top: 60px;
}
#nav ul ul
{
	border-style: none none none none;
	border-width: 1px;
	border-color: #8DC63F;
	padding-top: 10px;
	padding-left: 0px;
}

#nav ul ul li a
{
	color:#C0C0C0;
	
}

#nav li a
{
	padding-left:10px;
}

.root a
{
	padding:10px;
}
.m0
{
	text-align:left;
}
.sel, .bc
{
	font-weight:bold;
}

