/*#tabs {	
	position:absolute;
	width:960px;
	top:0px;
	left:0;
}

#header {	
	position:absolute;
	width:1030px;
	top:64px;
	left:50%;
	right:50%;
	background-image: url(Images/header/00_back_sup.gif); 
}*/

/*#menu {	
	position:absolute;
	width:192px;
	top:146px;
	left:0;
}*/

/*#main {	
	position:absolute;
	width:824px;
	top:146px;
	left:192px;
	background-image: url(Images/header/00_back_sup.gif); 
}

#links {	
	position:absolute;
	width:220px;
	top:120px;
	left:816px;
}

#footer {
	position:relative;
	max-width:824px;
}*/

/*.BANNER_GRANDE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	height: 98%;
	width: 98%;
}*/


body{
	margin: auto;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
}


textarea.txt{
	height: 20px;
}
textarea.img{
	height: 100px;
}

div.container1{
	height: 50px;
	width:  100%;
}


/* -- overall styles ------------------------------ */
fieldset { 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC 
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #CCCCCC;
  background-color:#999999;
  color:#CCCCCC;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:right;
  }

input.input{
	font-family: Tahoma, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #ccc;
	background: #f1f1f1;
}

div.restore_home{
	position: relative;
	top: -15px;
}

#border-top{ 
	font-family: Tahoma, Helvetica, sans-serif;
	background: url(/Images/header/j_header_middle.png) repeat-x; 
	position:relative;
	margin: auto;
	width:1030px;
	top:0px;
	left:0;	
}
#border-top div      { background: url(/Images/header/j_header_right.png) 100% 0 no-repeat; }
#border-top div div  { background: url(/Images/header/j_header_left.png) no-repeat; height: 54px; }

#border-top .title {
	font-size: 22px; font-weight: bold; color: #fff; line-height: 44px;
	padding-left: 180px;
}

#border-top .version {
	display: block; float: right;
	color: #fff;
	padding: 25px 5px 0 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:9px;	
}

#header-box  { 
	margin: auto;
	width:1030px;
	top:0px;
	left:0;	
	border: 1px solid #ccc;
	background: #f0f0f0; 
	font-family: Tahoma, Helvetica, sans-serif;	
}

#toolbar-box { 
	background: #fbfbfb; 
	margin-bottom: 10px;
}

/** toolbar **/
div.header {
	font-family: Tahoma;
	font-size: 22px; font-weight: bold; color: #333333; line-height: 48px;
	padding-left: 55px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

div.header span { color: #666; }

div.toolbar {
	font-family: Tahoma;
	float: right; 
	text-align: right; 
	padding: 0; 
}

table.toolbar    			 { border-collapse: collapse; padding: 0; margin: 0;	 }
table.toolbar td 			 { padding: 1px 1px 1px 4px; text-align: center; color: #666; height: 48px; }
table.toolbar td.spacer  { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }

table.toolbar div { float: none; width: 32px; height: 32px; margin: 0 auto; }

table.toolbar a {
   display: block; float: left;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
}

table.toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}


.clr {clear: both; overflow:hidden; height:0px; }

/* ---- Basic menu styles ------------------- */

/* common styling */
#menu, #menu ul, #menu li { margin: 0; padding: 0; border: 0 none; }

#menu       { position:relative; z-index: -1;}
#menu li    { float:left;  position:relative; list-style: none; display: inline;}
#menu li a  { display:block; white-space: nowrap;  }
#menu li li { /*width: 100%;*/ clear: both;  /*FF 1.0.7 needs this */  }
#menu li ul { visibility: hidden; position:absolute; }

#menu li li ul {  top: 0; left: 0; }

#menu li.hover ul               {  visibility: visible; }
#menu li.hover ul li ul 		  {  visibility: hidden;  }
#menu li.hover li.hover ul      {  visibility: visible;  left: 100%; }

/* ---- Menu layout -------------------------- */

#menu { }

#menu li {
	border-left: 1px solid #fff;
	border-right: 1px solid #d8d8d8;
}
#menu li li { border: 0;}

#menu ul    { border: 0.1em solid #ccc; background: #f6f6f6 url(../images/template/bg-menu.gif) repeat-y left;}
#menu ul li.node { background: transparent url(../images/template/j_arrow.png) no-repeat right 50%; }
#menu ul li.separator { background: #DDE1E6 url(../images/template/bg-menu.gif);  height: 1px;  }

#menu a, #menu div {
	padding: 0.35em 1em 0.35em;
	margin: 0 1px 0 1px;
	color: #333333;
	line-height: 1.6em; vertical-align: middle;
	font-size: 11px; font-weight: bold; text-decoration: none;
	cursor: default;
	background-repeat: no-repeat; background-position: left 50%
}

#menu li.disabled a { color: grey; }

#menu ul a {
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.2em;
}

/* 1 level - hover */
#menu li.hover a {  background-color: #E7EDDF; border-left: 1px solid #6D9D2E;  border-right:1px solid #6D9D2E; margin: 0; }
/* 2 level - normal */
#menu li.hover li a { background-color: transparent; border: 0 none;   margin: 2px;  }
/* 2 level - hover */
#menu li.hover li.hover a { background-color: #E7EDDF; border: 1px solid #6D9D2E;  margin: 1px;   }
/* 3 level - normal */
#menu li.hover li.hover li a { background-color: transparent; border: 0 none;   margin: 2px;  }
/* 3 level - hover */
#menu li.hover li.hover li a:hover { background-color: #E7EDDF; border: 1px solid #6D9D2E;  margin: 1px;  }

/* submenu styling */
#submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu li {
	float: left;
	padding: 0;
	margin: 0;
}

#submenu li a,
#submenu span.nolink {
	cursor: pointer;
	padding: 0px 15px;
	border-right: 1px solid #ccc;
	font-weight: bold;
	color: #0B55C4;
	line-height: 12px;
	height: 12px;
}

#submenu span.nolink {
	color: #999;
}

#submenu a.active,
#submenu span.nolink.active {
	color: #000;
	text-decoration: underline;
}

/** cpanel settings **/

#titlemenu{
	font-family: Tahoma;
	background:#EEEEEE;
	border: 1pt solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #555555; 
	font-size: 13px; 
	font-weight: bold;
}

#cpanel div.icon {
	font-family: Tahoma;
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 10px 0; margin: 0 auto; }

#cpanel span { 
	font-size: 11px; 
	display: block; 
	text-align: center; 
}

/* -- status layout */
#module-status      { float: right; }
#module-status span { display: block; float: left; line-height: 16px; padding: 4px 10px 0 22px; margin-bottom: 5px; }

#module-status .preview 			{ background: url(/Images/header/icon/icon-16-media.png) 3px 3px no-repeat; }
#module-status .unread-messages,
#module-status .no-unread-messages { background: url(/Images/header/icon/icon-16-messages.png) 3px 3px no-repeat; }
#module-status .unread-messages a  { font-weight: bold; }
#module-status .loggedin-users     { background: url(/Images/header/icon/icon-16-user.png) 3px 3px no-repeat; }
#module-status .logout             { background: url(/Images/header/icon/icon-16-logout.png) 3px 3px no-repeat; }


/* System Messages */
dl#system-message { margin-bottom: 10px; padding: 5px; border: 1px dashed #ccc; width:97%; 	font-family: Tahoma, Helvetica, sans-serif; background-color: #FFFFFF;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-size: 12px; font-weight: bold; text-indent: 30px; }

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { line-height: 16px;color: #333;list-style: none; background: url(/Img/icon_info.png) no-repeat; padding: 0;}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { line-height: 16px;color: #f00;list-style: none; background: url(/Img/icon_error.png) no-repeat; padding: 0;}