/* 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;*/
  background-color: #dbe7f3;
  /*font-family: 'lucida grande', 'lucida sans', lucida, verdana;*/
  font-family: verdana;
  font-size: 12px;
  color: #333366;
}

img {
  border: 0;
}

/* HEADERS */
h2 {
	font-size:30px;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #ddd;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

/* header */
#header {
  text-align: left;
  width: 150px;
  height: 80px;
  padding: 0;
}

#headerText {
  text-align: left;
  font-size: 16px;
  padding: 25px 0 0 30px;
}

/* Navigation */

#topNavigationHolder {
  width: 250px;
  /*text-align: right;*/
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

#topNavigation {
  float: right;
  text-align: center;
  list-style: none;
  height: 30px;
  padding: 0;
  margin: 0;
}

#topNavigation li {
  float: left;
  margin: 0;
  padding-left: 5px;
  width: 70px;
  font-weight: normal;
}

#topNavigation a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

#topNavigation a:hover {
  background-color: #eee;
}

#topNavigation .selected {
  font-weight: bold;
  background-color: #eaeaea;
}

#secondLevelNavigation {
 /*float: left;*/
 list-style: none;
 padding: 0 0 0 10px;
 margin: 0;
}

#secondLevelNavigation li {
  margin: 0;
  font-weight: normal;
}

#secondLevelNavigation a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

#secondLevelNavigation a:hover {
  background-color: #eee;
}

#thirdLevelNavigation {
 /*float: left;*/
 list-style: none;
 padding: 0 0 0 10px;
 margin: 0;
}

#thirdLevelNavigation li {
  margin: 0;
  font-weight: normal;
}

#thirdLevelNavigation a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

#thirdLevelNavigation a:hover {
  background-color: #eee;
}

#naviHolder {
  width: 100px;
  /*height: 632px;*/
  height: 720px;
  vertical-align: top;
  padding: 0;
  margin: 0; 
  background-color: white;   
}

#naviDiv {
  /*height: 632px;*/
  height: 720px;
  width: 182px;
  overflow: auto;
}

#naviList {
  width: 182px;
  list-style: none;
  margin: 0;    
  padding: 0;
}

#naviList li {
}

#naviList .selected {
  font-weight: bold;
  background-color: #eaeaea;
}

#naviList a {
  padding: 6px 6px;
  text-decoration: none;
  text-align: left;
  color: #0000dd;
  display: block;
}

#naviList a:hover {
  color: #6666ee;
  background-color: #eeeeee;
}

/* Pull */
/*#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li li a {
	display: block;
	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;
}
*/

/*li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(wizard/pullBackground.png);
	padding: 2em 0;
	border-bottom: 1px solid #888477;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
*/
/* BREADCRUM */
#breadcrum {
  list-style:none;
  padding-left: 10px;
  margin: 0;
  color: #aaa;
  font-size: smaller;
}

#breadcrum li {
  float: left;
  margin: 6px 3px 0 0;
  padding: 0;
}

/* BOXES */
a {
  color: #0000dd;
}

#textContent {
  /*width: 630px;*/
  width: 1001px;
  /*height: 590px;*/
  height: 678px;
  padding-left: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

#bottomInfo {
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}

#container {
  width: 100%;
  height: 680px;
  margin: 0;
  padding: 0;
}

#main {
  /*width: 850px;*/
  width: 1211px;
  height: 100%;
  margin: 0;
  padding: 0;
}

#topNavigationTable {
  width: 100%;
  height: 100%;
}

#bottom {
	clear: both;
	width:765px;
	margin:5px 0;
	padding:5px 0;
	text-align:center;
	font-size: x-small;
}

#breadcrumHolder {
  background-color: white;
  height: 30px;
  /*width: 640px;*/
  width: 1001px;
  border-left: 1px solid #eaeaea;
}

#content {
  text-align: left;
  border-left: 1px solid #eaeaea;
  background-color: white;
  vertical-align: top;
}

#content img {
  margin: 0;
}

#shadowRight {
  width: 10px;
  /*height: 632px;*/
  height: 720px;
}

#shadowBottom {
  height: 10px;
  background-repeat: no-repeat;
}

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

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


