/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	background-color: #EFEFF6;
	font-family: "Trebuchet MS", Tahoma, Arial, helvetica, sans-serif;
	font-size:11pt;
	text-align: justify;
	color:#333366;
}

input {
	font-size:8pt;
	background:#eeffee;
	border:1px #aaa solid;
}


/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
	border-top: 1px solid #999;
	min-width:100%;
	width:100%;
}
.newsResume {
	margin: 0 0 0 0;
	padding-bottom: 10px;
}

#newsBox {
	width: 150px;
	float:right;
	padding: 3px;
	margin: 20px;
	border: 2px dotted #999;
}

#newsBox .newsDate {
	border-top: 1px solid #999;
}

#notes {
	border: 1px solid #ddd;
	width: 100%;
}

#notes .head {
	background-color:#BAE0D3;
	padding-top: 5px;
	margin-top:10px;
}

#notes .subject {
	background-color:#BAE0D3;
	font-weight: bold;
}

#notes .body {
	background-color:#EEEFEF;
	font-weight: normal;
	border-bottom: 2px solid #777;
	padding-bottom:5px;
}

#notes .lesson {
	border-bottom: 1px solid #777;
}

#personList {
	border-bottom: 1px solid #ddd;
}

/* Navigation */

#secondLevelNavigation {
	display:block;
	float:left;
	list-style:none;
	padding-top:0px;
	padding-bottom:1px;
	margin: 0;  
	border-bottom: 1px solid #ccc;
	font-size:8pt;
	background-color: #E7EDEF;
	min-width:100%;
}

#secondLevelNavigation li {
	list-style:none;
	list-style-image:none;
	float:left;
	padding-left: 0px;
	padding-right: 5px;
	padding-top:5px;
	background-color: #E7EDEF;
	border-left: 2px solid #ccc;
	white-space:nowrap;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    text-decoration: none;
	color:#008000;
}

#secondLevelNavigation a:hover {
    text-decoration: underline;

}

#naviHolder
{
	float:left;
    padding:0;
    width:195px;
    height: 100%;
    margin: 0;    
}

#naviList {
    margin: 60px;    
    padding: 60px;
}

#naviList li {
    width:95px;
    list-style-image: url(images/cubeB.gif);
    background-color:Gray;
}

#naviList .selected {
	font-weight: bold;
}

#naviList a{
    color:#ffffff;
}

#naviList a:hover{
    color:#ddd9cc;
}

/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li li a {
	font-weight: normal;
	color: #060;
	padding: 0.5em 0;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}


ul {
	font-weight: normal;
}

li>ul {
	top: auto;
	left: auto;
}

#sitemap ul li {
	list-style-image: url(images/cubeB2.gif);
}

#sitemap ul ul li {
	list-style-image: url(images/cubeO2.png);
}

#sitemap ul ul ul li {
	list-style-image: url(images/cubeY2.gif);
}

#sitemap ul ul ul ul li {
	list-style-image: url(images/cubeG2.png);
}


#sitemap {
	background-color:#E7EDEF;
}

/* MENU TABLES */
#menu1
{
	background-color: #D6DDE0;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	vertical-align:top;
	padding-top:4px;
	padding-bottom:1px;
}	

#menu1corner
{
	background-color: #D6DDE0;
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
}

#menu1  .selected
{
	font-weight:bold;
}

#menu1 a:hover
{
	color: Navy;
	text-decoration:underline;
}

#menu1 a 
{
	color: #475767;
	text-decoration: none;
}

#menu2
{
	background-color: #E7EDEF;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	vertical-align:top;
	padding-top:5px;
}

#menu2corner
{
	padding-left:0px;
	vertical-align:top;
	background-color: #E7EDEF;
}

#menu2  .selected
{
	background-color: #E7EDEF;
	font-weight:bold;
}

#menu2 a:hover
{
	color: Navy;
	text-decoration:underline;
}

#menu2 a 
{
	color: #475767;
	text-decoration: none;
}

#menuext
{
	margin:0;
	padding:0;
	vertical-align:top;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: smaller;
}

#umbBreadcrum li {
	list-style:none;
	list-style-image:none;
    float:left;
    margin: 0 3px 3px 0;  
    padding-left: 1px;
	white-space:nowrap;
}

#path
{
	background-color: #ccc;
	padding-left:15px;
}


/* BOXES */
a {
	color:#339933;
}
a:hover {
	color:Navy;
}

#textContent {
	max-width: 96%;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	min-height: 400px;
}

#bottomInfo {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}

#container {
	margin: 10px 3% 10px 3%;
	min-width:650px;
    	background: #fff;
    	border-left:1px #ccc solid;
}

#main {
	min-width:650px;
	margin:0;
	padding:0;
	text-align:left;
	background-image:url(wizard/bg1024.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#bottom {
	clear: both;
	border-top: 1px solid #333366;
	max-width:99%;
	margin:5px 0;
	padding:5px 0;
	text-align:center;
	font-size: x-small;
}

#content {
	float: left;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	width:100%;
}

/* header */
.header {
width: 99%;
height: 60px;
border-bottom:1px #aaa solid;
border-top:1px #ccc solid;
padding: 0;
display:block;
background-repeat:no-repeat;
background-position: bottom left;
text-align:right;
font-size: x-small;
color: #777;
}

#header_gr {
background-image:url(images/logoDPSD.gif);
}

#header_en {
background-image:url(images/logoDPSD_en.png);
}

#title
{
	float:left;
    	padding:20px; 
    	width:98%;
    	min-width:98%;
    	max-height: 100px;
    	margin: 0;    
   	font-size:24px;
	font-weight: normal;
	font-family: verdana, tahoma, arial, sans-serif;
	color:White;
	background-color: #aabbaa;
	display:block;
	margin-bottom:5px;

}	


#content img {
margin:0;
border:0;
}

#bottomShadow {
	background-image:url(wizard/bottom1024.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* boxes with top right corner */
#boxwhite {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
	background-color: #fff;
	background: #fff url(images/containerWhCorner.gif) top right no-repeat;	background-position: 20px 0px;
	background-repeat: no-repeat;
}

#boxwhite div {
	background-image: url(images/containerWhTop.gif); 
	border-top:1px #aaa solid;

}


/* HEADERS */
h1 {
	font-size:30px;
	font-weight: bold;
	padding: 2px 2px 5px 0px;
	margin: 2px 2px 5px 0px;
}

h2 {
	font-size:16px;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

h3 {
	font-size:14px;
	font-weight: bold;
	padding: 2px 2px 5px 0px;
	margin: 2px 2px 5px 0px;

}

/* Google map */
#texttip {
	padding-top:0px;
	padding-bottom:1px;
	margin: 0;  
	font-size:12pt;
	font-weight:bold;
	color:#00a;
}
#texttip_back {
	padding-top:0px;
	padding-bottom:1px;
	margin: 0;  
	font-size:12pt;
	font-weight:bold;
	color:White;
}

/* EDITOR PROPERTIES */
h1 {
	font-size:20px;
	font-weight: bold;
}

h3 {
	font-size:14px;
	font-weight: bold;
}

prg {
	font-size:7px;

}


