body{
  margin:0;
  padding:0;
  font-family:lucida sans,verdana,tahoma;
}
img{
  border:0;
}
a{
  color:#004071;
}
a.small{
  color:#ccc;
  font-size:8px;
}
a:hover{
  color:#f8981c;
}
#oaHeaderBranding,.tab-s{
  display:none;
}
#main ul{
  width:100%;
  padding:0;
  font-size:9px;
  margin:0;
  margin-top:10px;
  list-style-type:none;
	list-style-image:none;
	display:inline-block;
	margin-bottom:10px;
}
#main ul:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#main li{
  margin:0;
  background:#f0f0f0;
  border:2px solid #d0d0d0;
  padding:5px;
  margin-right:5px;
  margin-bottom:5px;
  list-style-type:none;
}
#main li.type{
  background:#d0f2e1;
}
#main li.sys{
  background:#d0d0d0;
}
#main li p{
  margin:0 0 5px 0;
}
#header{
  margin:0;
  background:#dde1ef;
  padding:15px;
  height:60px;
}
#header #logo{
  width:230px;
}
#header #menu{
  margin-left:230px;
}

#header #menu #user{
  font-size:9pt;
  margin-top:4px;
}
#header #menu ul{
  float:right;
  margin-top:18px;
  width:100%;
  white-space:nowrap;
  text-transform:lowercase;
}

#header #menu ul li#subs{
  padding:9px 10px;
  margin-left:12px;
}
#header #menu ul li#subs:hover{
  background:#cfd4e6;
}
#header #menu ul li:hover{
  background:#000;
  color:#fff;
}
#header #menu ul li{
  display:inline;
  padding:10px;
  float:left;
  border:0;
  margin-right:8px;
  font-size:11pt;
  background:#cfd4e6;
}
#header #menu ul li a{
  text-decoration:none;
  color:#fff;
}
#header #menu ul li#now:hover{
  background:#000;
}
#header #menu ul li#now:hover a{
  color:#fff;
}
#header #menu ul li#now{
  background:#fff;
}
#header #menu ul li#now a{
  color:#000;
}

#header #menu ul div, #header #menu li.navd div{position:relative;clear:both;visibility:hidden;}
#header #menu li.navw div{visibility:visible;}

#header #menu ul li ul{height:auto;top:10px;left:-9999px;margin:0;margin-left:-10px;background:#000;padding:10px;position:absolute;}
#header #menu ul li:hover ul,#header #menu ul li.mnhover ul{left:auto;}
#header #menu ul li ul li,#header #menu ul li ul li a{margin:0;text-align:left;padding:3px 0;border:0;text-decoration:none;}
#header #menu ul li ul,#header #menu ul li ul li{width:130px;}
#header #menu ul li ul li{background:#000;height:16px;color:#fff;}
#header #menu ul li ul li:hover{background:#000;}
#header #menu ul li.navw ul li a,#header #menu ul li#rega ul li a{background:#000;text-decoration:none;font-size:9pt;color:#fff;}

h1{
  font-size:14pt;
  margin:0;
  padding:0;
}
table{
  text-transform:lowercase;
  width:100%;
  color:#000;
  font-size:9pt;
}
table#add .title{
  font-weight:bold;
  height:45px;
  padding:5px 20px;
  vertical-align:center;
}
table .datas{
  vertical-align:top;
}
table .datas td{
  padding-top:5px;
}
table .datas td.img{
  padding-top:0;
}
table .first{
  background:#efefef;
  font-weight:bold;
  padding-left:10px;
  padding-top:10px;
  vertical-align:top;
  width:203px;
}
.operations{
  font-weight:bold;
  margin-bottom:15px;
}
table tr.title td.first{
  padding-top:15px;
}
table .title .img{
  background:#efefef;
}
table .img{
  width:34px;
  vertical-align:top;
  height:34px;
}
table .img img{
  width:34px;
  height:34px;
}
table .hidden input,table .hidden textarea{
  visibility:hidden;
  width:1px;
  height:1px;
}
table#add .tags .last input,table .tags .last input.addt{
  width:734px;
}
table .tags textarea{
  width:734px;
}
table .desc{
  text-transform:none;
}
table .other{
  border-right:2px solid #efefef;
  padding:5px 10px;
  width:150px;
}
.hiddenDiv,.hiddenDiv2,.hiddenDiv3{
	display: none;
	}
.visibleDiv,.visibleDiv2,.visibleDiv3{
	display: block;
	}
#message{
  color:#4296ef;
  font-weight:bold;
  margin-bottom:10px;
}
table .otherl{
  border-left:2px solid #efefef;
  padding:5px 10px;
  width:130px;
}
table .otherl input{
  width:130px;
}
table .last{
  padding:5px 10px;
}
table .light{
  color:#ccc;
}
table td.light a{
  color:#ccc;
}
table .last input{
  width:100%;
}
table .last select.mart{
  margin-top:10px;
}
table#add .last input,table .last input.add{
  width:230px;
}
table#add .last select,table.add .last select{
  padding:2px;
  width:236px;
}
table a{
  font-weight:bold;
}
#main{
  padding:15px;
}
#login input{
  margin-right:15px;
}
div.sdmenu{
	width:100%;
	color:#fff;
	float:left;
}
div.sdmenu div{
	overflow:hidden;
}
div.sdmenu div.collapsed{
	height:63px;
}
div span.top{
	display:block;
	padding:15px;
	color:#fff;
	cursor:pointer;
	margin-bottom:5px;
}
div span.table1{
	background:#f6b15f;
}
div span.table2{
	background:#4296ef;
}
div.sdmenu div span.top:hover{
	background:#f6b15f;
}
div .in{
	padding:15px;
	background:#f6f6f6;
	display:block;
	color:#066;
	margin-bottom:20px;
}
.red{
	color:#911c2a;
}