﻿/* ------------------------------  #top */


#top{
	float: left;
	margin-bottom: 1em;
	
}

#top ul{
		margin-top: 1em;
		padding-top: .5em;
}

leader ul li{
	display: inline;
	float: left;
	text-align: center;
	margin-left: 1em;
}

#top ul li a{
	color: black;
	text-shadow: 0 1px 1px white;
	line-height: 2.25;
	text-align: center;
	font-size: .89em;
	letter-spacing: 1px;
	padding: .5em 1em;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	font-weight: bolder;
	behavior: url(styles/PIE.php);
}


#top ul li img{
	float: left;
	margin-left: 1.3em;
	margin-right: 1.3em;
	margin-top: .25em;
}

#top ul li a.selected{
	color: white;
	text-shadow:none;
	background: #C4151B;
	box-shadow: 0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px white;
	-moz-box-shadow: 0 1px 1px white;
	
}

#top ul li:first-child a{
	background: none;
	padding-left: 0;
	color: #C4151B;
	font-weight: bold;
}

#top ul li:last-child a{
	border-radius: 0 4px 0 0
	-moz-border-radius: 0 4px 0 0
	-webkit-border-radius: 0 4px 0 0;
}

#top ul li:first-child a:hover{
	color: #ff494f;
}





#top ul li a:hover{
	
}





#left_margin{
	width: 3%;
	float: left;
	height: 100%;
}

#home #top{
	margin-left: 1em;
}

#top{
	float: left;
	margin-bottom: 3em;
	/*
border-top: none;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
*/
	
}

#top ul{
		margin-top: 1em;
		padding-top: .5em;
}

#top ul li{
	display: inline;
	float: left;
	text-align: center;
	margin-left: 1em;
}

#top ul li a{
	color: black;
	text-shadow: 0 1px 1px white;
	line-height: 2.25;
	text-align: center;
	font-size: .89em;
	letter-spacing: 1px;
	padding: .5em 1em;
	*padding:0px 1em;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	font-weight: bolder;
}

#home #top ul li a{
	text-shadow:none;
}

#top span.small_logo{
	float: left;
	margin-left: 1.3em;
	margin-right: 1.3em;
	margin-top: 1px;
	width: 27px;
	height: 27px;
	background: url(../resources/images/logo_cd_27x27.png) no-repeat;
	border: none;

}

a.conceptdraw-item{
	 background: url(../resources/images/logo_cd_27x27.png) 1px 1px no-repeat;
	 padding-left: 32px !important;
}

#top ul li.selected a.conceptdraw-item{
	 background: url(../resources/images/logo_cd_27x27_selected.png) 1px 1px no-repeat;
	 padding-left: 32px !important;
}

#top ul li.selected{
	color: white;
	text-shadow:none;
	background-color: #C4151B;
	box-shadow: 0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px white;
	-moz-box-shadow: 0 1px 1px white;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	
}



#top ul li.selected a{
	color: white !important;
	text-shadow: none;
}

#top ul li a span.menu-item-title{
	margin-left: 40px;	 
}


#top ul li:first-child a{
	padding-left: 0;
	color: #C4151B;
	font-weight: bold;
}

#top ul li:last-child a{
	border-radius: 0 4px 0 0
	-moz-border-radius: 0 4px 0 0
	-webkit-border-radius: 0 4px 0 0;
}

#top ul li:first-child a:hover{
	color: #ff494f;
}


#top ul li:first-child a.selected{
	background-color: #C4151B;
	color: white;

	margin-right: .4em;
}

#top ul li:first-child a.selected	 span.small_logo{
	margin-right: -2.1em;
	position: relative;
	z-index: 100;
	background: url(../resources/images/logo_cd_27x27_selected.png) no-repeat;
}



#top ul li a:hover{
	
}



/*------------------------------ Footer */


#footer{
    float: left;
    padding-bottom: 2em;
    /*padding-left: 5em;*/
    width: 100%;
    margin-top: 3em;
    font-size: .89em;
    text-align: center;
}

#footer ul{
    float: none;
    margin: 0;
    padding: 0;

}

#footer p{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer ul li{
    display:inline; 
}

#footer ul li+li{
    margin-top: 1em;
}





/*------------------------------------ Account block */


#account_container{
	background: #0071BC;
	padding: 1.5em 1em .75em 1em;
	float: right;
	width: 15%;
	-moz-box-shadow: 0 0 4px #888888;
	-webkit-box-shadow: 0 0 4px #888888;
	box-shadow: 0 0 10px #888888;
	position: absolute;
	top: 0px;
	right: 20px;
	border-radius: 0px 0px 7px 7px;
        behavior: url(styles/PIE.php);
	
}

#account_container a{
	color: white;
	border-bottom-color: #6ab7f2;
	font-size: .89em;
}

#account_container a:hover{
	color: #6ab7f2;
	

}

img {border:0px;}

:root input.search {margin-top:3px\0/IE9; }


a.conceptdraw-item{
     background: url(/resources/images/logo_cd_27x27.png) 1px 1px no-repeat !important;
     padding-left: 32px !important;
}