body {
  padding: 0px;
  margin: 0px;
}
div#toog_header {
  background: #fff url(../images/toog_small.png) no-repeat top left;
  height: 40px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 5px;
}
div#toog_header h1 {
  display: inline;
  margin: 0px;
  color: #C0352E;
  font-family: Arial Black;
  font-weight: bold;
  padding-left: 50px;
  word-spacing: -15px;
  letter-spacing: -1px;
}
div#toog_header h1 span {
  color: #F48221;
}
div#toog_container {
  width:700px;
  margin:0 auto;
}

div#toog_wrapper {
  float:left;
  width:100%;
}

div#toog_content {
  margin-left: 320px;
}



div#toog_extra {
  float:left;
  width:200px;
  margin-left:-590px;
}

div#toog_footer {
  clear:left;
  width:100%;
  border-top: 1px solid #eee;
}


div#toog_buttonbar select {
  font-size: 10px;
  font-family: Arial;
  color: #666;
  border: 1px solid #666;
  vertical-align: top;
  padding: 0px;
}

table.toog_admin_layout {
  width:100%;
  border-collapse:collapse;
  margin: 0;
  padding: 0;
}
table.toog_admin_layout td {
  font-family: Tahoma;
  font-size: 11px;
  color: #333;
}
td.toog_col1 {
  width:160px;
  border-right:1px solid #aaa;
  padding:10px;
}
td.toog_col2 {
  border-left:1px solid #aaa;
  padding:10px;
}
div.toog_buttonbox {
  float: right;
  padding: 5px;
  margin: 10px 0 0 0;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ccc;
}

div.toog_box1 {
  position:absolute;
  top:30px;
  left:30px;
  width:298px;
  height:298px;
  overflow:auto;
  z-index:1001;
  padding:2px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ccc;
}
div.toog_box1 h2, div.toog_box2 h2 {
  font-family:Arial;
  color:#86ADD9;
  font-size:12px;
  font-weight:bold;
}
h2.toog_h2 {
  font-family:Arial;
  color:#86ADD9;
  font-size:12px;
  font-weight:bold;
  word-spacing: 0px;
  letter-spacing: 0px;
}
div.toog_box1 p, div.toog_box2 p {
  margin:2px 2px 10px 10px;
  width:250px;
  padding:0px;
  color:#666;
  font-family:Arial;
  font-size:10px;
}
div.toog_box2 {
  width:100%;
  /*overflow:auto;*/
  z-index:1001;
  padding: 0;
  /*background:#fff url(../images/box2.png) no-repeat top left;*/
  background-color: #fff;
  margin: 0;
}
div.toog_box2_menu {
  float: left;
  width: 150px;
  margin: 0;
  padding:0;
}
div.toog_box2_content {
  float: right;
  width: 380px;
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  /*margin:15px 0px 0px 150px;*/
  border-left :1px solid #5d5d5d;
}

div.toog_box2 table {
  border-collapse: collapse;
  margin-left: 10px; 
}
div.toog_box2 table td {
  color:#666;
  font-family:Arial;
  font-size:10px;
  margin:10px;
  padding: 0px;
  background-color: transparent;
}
div.toog_box2 table th {
  color:#666;
  font-family:Arial;
  font-size:10px;
  font-weight: normal;
  text-align: left;
}
input,textarea,select {
  font-size: 11px;
  font-family: Arial;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ccc;
  color: #333;
}
input.save {
  border: 0px;
}
div.toog_imgbox2 { 
  position:absolute;
  margin-left:150px;
  padding:10px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ccc;
}
a.toog_a {
  font-size: 11px;
  font-weight: normal;
  color: #333;
  text-decoration: none;
  padding-left: 11px;
  background: url(../images/toog_xs_arrow1.png) no-repeat 0px 2px;
}
a.toog_a:hover, a.toog_a_sel{
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  padding-left: 11px;
  background: url(../images/toog_xs_arrow2.png) no-repeat 0px 2px;
  color: #7B9F53;
}
a.toog_menu_a {
  font-weight: normal;
  font-size: 11px;
  color: #333;
  text-decoration: none;
}
a.toog_menu_a:hover {
  text-decoration: underline;
  color: #7B9F53;
}
ul.toog_menu_ord {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
ul.toog_menu_ord li {
  margin: 0px;
  padding: 0px;
  height: 5px;
}
span.toog_label{
  font-size:10px;
  font-family:Verdana;
  color:#888;
}
table.toog_table, table.toog_table td, table.toog_table th {
  border:0;
  margin:0;
  padding:0;
}
table.toog_table th {
  font-size:10px;
  font-family:Verdana;
  color:#888;
  font-weight: normal;
  text-align: left;
}
div.imgbox {
  border-top: 1px solid #ccc;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ccc;
  margin:10px;
  padding:10px;
}

/* MENU ADMIN */
	/* Docking bar CSS */
	#dockingBar{
		background-color:#fff;	/* Background color */
		border-top:1px solid #333;	/* Bottom border of docking bar - to get the simulated 3D effect */
		
		left:0px;	
		bottom:0px;
		z-index:100;
		position:absolute;
		width:100%;
			
		overflow: hidden;
		text-align:left;
		
		height: 25px;	/* IE 5.x  - 2 pixels more than other browsers, height + border bottom*/
		height/* */:/**/25px;	/* Other browsers */
		height: /**/25px;
				
	}
	/* Inner DIV where the buttons are added */
	#dockingBarImageHolder{
		margin-left:5px;
		height:20px;
	
	}
	#dockingBarImageHolder img{
		cursor:pointer;
	}
	.spacer{	/* 3D inset spacer */
		height:0px;
	}
	
	body > div#dockingBar{	/* Firefox rule */
		position:fixed;
	}
	/* Spacer  - Same height as toolbar - This element pushes the content on the page down below the toolbar */
	#dockingBarSpacer{
		height: 25px;	/* IE 5.x */
		height/* */:/**/23px;	/* Other browsers */
		height: /**/23px;
				
	}

  
     div.foncpopup {
        position: absolute;
        text-align:right;
        height:18px;
        color:#666;
        margin:2px 2px 2px 2px;
        padding:2px 2px 2px 2px;
        z-index:1000;
        background-color: #fff;border-top: 1px solid #ccc;border-right: 1px solid #888;border-bottom: 1px solid #888;border-left: 1px solid #ccc;
    }
    form.inplaceeditor-form { margin-top: 1em; }
    textarea.editor_field { display:none; }