@import url("css/menu.css");
@import url("css/news.css");



/* modified 2009 mike@danzl.com */
/* itelio colors used			*/
/* middle grey		#e8e8e8		*/
/* middle blue		#0076bc		*/
/* modified 2009 mike@danzl.com */

/* CSS hack for curved corners */

/* modified 2009 mike@danzl.com */
body { 
	background-color: #dadadc; 
	/* background-image: url(images/itelio_pageback.png); */
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

/* modified 2009 mike@danzl.com */
/* the wrapper for the whole page */

.wrapperopen {
	width:1020px; 
	margin:0 auto;
	margin-top: 10px;
	height: 10px;
	background:transparent url(images/itelio_opener.png) bottom;
	background-repeat: no-repeat;
}


.itelio_wrapper {
	width:1020px; 
	margin:0 auto;
	background-color: white;
	border:1px solid white;
}


.wrapperclose {
	width:1020px; 
	margin:0 auto;
	height: 10px;
	background:transparent url(images/itelio_closer.png);
	background-position: top center;
	background-repeat: no-repeat;
}


/* ControlPanel style */
.ControlPanel{
	background: #ebebeb; 
	border: 1px dashed gray;
	padding-bottom:10px;
	width: 1020px;
	margin:0 auto;
}




/*-------- Default Style --------*/
body,th,td,div,p,table,h1,h2,h3,h4,h5,h6.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif;}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}
h1, h2, h3, h4, h5, h6{color:#000;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:normal}
h1, h2, h1 input{font-size:14px;margin:10px 0;}
h3, h4{font-size:12px;margin:8px 0;}
h5, h6{font-size:10px;margin:6px 0;}


a,a:link,a:visited,a:active{color:#3E81B5; text-decoration:underline; font-weight:normal; }
a:hover{color:#D00; text-decoration:underline; }
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Verdana, Arial, Helvetica, sans-serif;}

.Head {
	color:#0076bd;
	font-weight:bold;
	font-size: 15px;
}


.SubHead {color:#0076bd;}
.SubSubHead{color:#0076bd;}
.NormalRed {color:#F00;}


/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}




/* top wrapper for language and login/register functions */
.top_space {
	height:28px;
	/* border:1px solid; */
}

/* holds the language function */
.lang_pad {
	float:right;	
	padding:0px 0 0 25px;
}


/* holds the login function */
#login_style { 
	float:center; 
	padding:3px; 
}


/* holds the header image as background */
.logopad {
	height:140px;
 	background-image: url(images/itelio_header.png);
 	margin-top: 10px; 
 	margin-bottom: 10px; 
}

/* modified 2009-05-20 mike@danzl.com */
/* holds the menu style */
/* see as well /css/menu.css */

.menu_bg { 
	padding:0 0 0 0px; 
	background:url(images/itelio_menuebg.png) center no-repeat;
	height: 41px;
	width: 1000px;
	margin:0 auto;
	margin-bottom: 10px; 
	padding-left: 10px;
}


.search_style{float:right; height:30px;}
.search_bg{padding:0px 13px 0 0;}


/* modified 2009-05-20 mike@danzl.com */
/* holds info for the breadcrumb line */

.bread_bg {
	padding:0px; 
	margin: 0 0px 0 0px; 
}

/* modified 2009-05-20 mike@danzl.com */
/* holds info for the breadcrumb line */


#bread_style { 
	float:left; 
	line-height:25px; 
	padding-left: 10px;
	color:#000000;
	font-weight: 500;
}



.center_bg {
	padding:0px; 
	margin:0px;
}

.content_pad
{
	padding:0px; 
	margin: 0px; 
	margin-top: 0px;
}



/* modified 2009-05-20 mike@danzl.com */
/* holds info for the bottom */

.bot_bg { 
	padding:0px; 
	margin:0px; 
	height:40px;
}

.bot_pad {
	margin-top:20px;
	margin-bottom:20px;
}




#terms_style {
	text-align: center;
	}

.clear_float{clear:both; line-height:0; font-size:0; height:0;}



/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}


a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}



/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}



/*--------- pane style ----------*/



.ContentPane, .TopPane, .BottomPane { 
	padding:0px; 
	margin:0px; 
}

.TopPane {
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}



.box {
width:1000px;
margin: 0px auto;
padding: 0px;
}



.ContentPane {
float:left;
vertical-align: top;
padding-top: 10px;
/*border: 1px solid silver; */
}




/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#3E81B5;}
a.Breadcrumb:hover{color:#C00;}



/*-------------- Link Style --------------*/
.linkscontainer {
	width: 1000px;
	height: 100px; 
	text-align:right;
	margin:0 auto;
	padding-right: 10px;
	background-color: #ffffff;
	background-image: url(images/itelio_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	text-transform: uppercase;
}


.linkscontainer .links,a.links:link,a.links:active,a.links:visited{ color:#3E81B5; text-transform:uppercase;font-size: 14px; font-weight: 600;}
.linkscontainer a.links:hover{color:#000;}
} 

.links,a.links:link,a.links:active,a.links:visited{ color:#3E81B5; text-transform:uppercase;}
a.links:hover{color:#000;}





/*-------------- User Style --------------*/

.user,a.user:link,a.user:active,a.user:visited {
	text-transform: uppercase;

}


a.user:hover{color:#000;}



/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { 
	color:#9B9B9B;
	font-size: 8px;				
}


a.footer:hover{color:#9B9B9B;}



/*-------------- 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: 0px; 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: 0px; 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: 0px;}
#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;}






















