/* CSS Document */
@import url(boxes.css);
@import url(colors.css);
@import url(contents.css);
html
{
	color: #5b5b5b; 
	font-size: 11px; 
	font-family: Verdana; 
	line-height: 12px; 
	background-image: url(../New-Images/bg-body.gif); 
	text-align: center; 
	margin: 0; 
	padding: 0 ;
	
}
body 
{ 
	color: #5b5b5b; 
	font-size: 11px; 
	font-family: Verdana; 
	line-height: 12px; 
	width:772px;
	text-align: center; 
	display:block;
	margin: 0 auto; 
	padding: 0;
	height:98%;
	border:solid red 0px;
}

.header 
{ 
	background-color:#fff;
	border:solid #cecece 1px;
	border-bottom:none;
	border-top:none;
	width:772px; 
	height: 85px ;
	text-align:left;
}

.top-menu
{ 
	background-color:#fff;
	border:solid #cecece 1px;
	border-bottom:none;
	
	margin:0 auto;
	
	border-top:none;
	width:772px;
}

.top-menu  a
{ 
font-size:10px;
text-decoration:none;
text-align:right;
margin: 2px 1px;
padding:0 14px;
height:14px;
border:solid red 0px;
display:block;
background-image:url(../New-Images/bg-help.gif);
background-position:left;
background-repeat:no-repeat;
float:right;
}

.top-menu a:hover
{ 

text-decoration:none;
background-image:url(../New-Images/bg-help-over.gif);
}


.cms-logo
{
	background-image: url(../New-Images/CMS-logo.gif); 
	background-repeat:no-repeat;
	width: 167px; 
	height: 74px ;
	border:solid red 0px;
	float:left;
	clear:left;
	margin:10px 0 0 25px;
	

}

.comp-logo
{
	background-image: url(../New-Images/eskadenia-logo.gif); 
	background-repeat:no-repeat;
	width: 158px; 
	height: 50px ;
	border:solid red 0px;
	float:right;
	margin:13px 21px 0 0;
	clear:right;

}

.cms-logo a
{
	
	border:solid red 0px;
	display:none
}

/****Top Menu****/
.menu, .menu-sub
 { 

	border:solid #cecece 1px;
	border-bottom:none;
	border-top:none;
	background-color:#FFFFFF;
	position:relative;
	width:100%;
 }
 .menu ul, .menu-sub ul
 { 
	
	border:solid blue 0px;
	background:url(../New-Images/bg-menu.gif) #fff no-repeat center;
	height:133px;
	width: 100%;
	margin:0;
	position:relative;
	left:0px;
	padding:0;
	
 }
 

 .menu li, .menu-sub li
 { 
	display:inline;
	float:left;
	top:16px;
	left:29px;
	position:relative;
	margin:0;	
	
	
}

.menu li a, .menu-sub li a
{
width:142px;
height:100px;
display:block;
border:solid green 0px;
margin:0 2px 0 0;
background:url(../New-Images/top-menu-new.jpg) no-repeat;
background-position:0 0;
}
	

#design
{
background-position:0 0
}
#users
{
background-position:-142px 0

}
#multiportals
{
background-position:-284px 0
}
#contents
{
background-position:-426px 0
}
#webpart
{
background-position:-568px 0
}


/****Top Menu****/




.body 
{ 
	color: #5b5b5b; 
	font-size: 11px; 
	font-family: Verdana; 
	line-height: 12px; 
	background-color:#fff;
	text-align: left; 
	vertical-align:top;
	border:solid #cecece 1px;
	border-top:none;
	
}
.content 
{ 
	text-align: center; 
	vertical-align:top;
	padding: 12px ;
	
	
}
.left-channel
{
padding:15px 15px 0 25px ;
margin:0;
vertical-align:top;
width:172px;

}
.footer
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border:solid 0px #b9b9b9;
background-image: url(../New-Images/body-bg.gif);
color:#6d6d6d;
clear:both;
margin:10px auto;
width:756px;
text-align:left;
padding:2px 8px;
height:26px
}
.footer p
{
border:solid 0px green;
float:left;
margin:7px 0 0 0;
padding:0;
}
.footer a
{
border:solid 0px red;
width:30px;
float:right;
}

#btn
{
background-image: url(images/btn_bg.gif);
border: 1px #88785C solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #615B51;
font-size: 14px;
padding-left: 4px;
padding-right:4px;
}

.btn_login
{
background:url(../New-Images/btn-login.gif) -2px -2px;
border:1px solid #56C1FF;
font: normal 1px/1px monospace;
width:48px;
margin:0;
height:17px;
line-height:1px;
text-align:left;
padding:0 ;

}


.hide {DISPLAY: none;}
.show {DISPLAY: block;} 


.HoverRow
{
color:#000;
BACKGROUND: #d3e5f4; 
}

