@charset "utf-8";
/* CSS Document */




#header-box  { border: 0px; height:30px; background: url(images/bg_menu.png) repeat-x; margin-bottom:20px;font-size:11px;}

#content-box .padding  { padding: 10px 15px 0 15px; font-size:11px;}

#toolbar-box { 
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #f6f8f8;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 5px #cdcdcd;
	box-shadow: 0 0 5px #cdcdcd;
	position:relative;
	font-family: 'Source Sans Pro', sans-serif !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
	padding:5px;
}



#submenu-box {
  box-shadow:0 0 5px #808080;
  border-radius:5px 5px 5px 5px;
  background:none repeat scroll 0 0 #FFCCC0;
  color:#4E4E4E;
  padding:10px;
  margin-bottom:10px;
  font-size:13px;
  font-weight:bold;
}

#submenu-box .padding { padding: 0px;}


div#toolbar-box {
  background: #f7f7f7;
}

div#element-box {
  box-shadow:0 0 5px #808080;
  border-radius:5px 5px 5px 5px;
  background:none repeat scroll 0 0 #FDFDFD;
  color:#4E4E4E;
  margin-bottom:30px;
  font-size:11px;
}


#section-box  { 
	float: right; 
	width: 320px; 
	margin-left: 10px;
	border-radius:5px 5px 5px 5px;
	border:1px solid #C3D7FF;
	padding:10px 0;
}

div#element-box .header{
  background: url("images/box_header_bg.png") repeat-x scroll center bottom transparent;
  border-radius:5px 5px 0 0;
  padding:0 15px;
  height:40px;
  margin:0;
  color:#4E4E4E;
  font-size:12px;
  line-height:40px;
  width:auto;
}

div#element-box .header_left{
	float:left;
	height:40px;
	vertical-align: middle;
}

div#element-box .header_left button{
	height:19px;
	line-height:15px;
	padding: 0 6px;
	border-width:2px;
	margin:0;
	margin-right:10px;
}
.buttonsforie {
	float:right;
	margin-top:10px;
	height:20px;
	line-height:12px;
}

.inputpentruie {
	float:left;
	margin-right:10px;
	line-height:12px;
}



div#element-box .header_right{
	float:right;
	height:40px;
	line-height:12px;
}

div#element-box .header_right select{
	line-height:14px;
	margin-top:8px;
	margin-left:5px;
}

div#element-box .header_left input{
	line-height:14px;
	margin-top:8px;
	margin-left:5px;
}


div#element-box .body{
	background:none repeat scroll 0 0 #FDFDFD;
	padding:0;
	margin:0;
	border-radius:0 0 5px 5px;
}


div.container-box {
  box-shadow:0 0 5px #808080;
  border-radius:5px 5px 5px 5px;
  background:none repeat scroll 0 0 #FDFDFD;
  color:#4E4E4E;
  padding:10px;
  margin-bottom:20px;
}





















div.element-box {
  box-shadow:0 0 5px #808080;
  border-radius:5px 5px 5px 5px;
  background:none repeat scroll 0 0 #FDFDFD;
  color:#4E4E4E;
  margin-bottom:30px;
  font-size:11px;
}

div.element-box .header{
  background: url("images/box_header_bg.png") repeat-x scroll center bottom transparent;
  border-radius:5px 5px 0 0;
  padding:0 15px;
  height:40px;
  margin:0;
  color:#4E4E4E;
  font-size:12px;
  line-height:40px;
  width:auto;
}

div.element-box .header_left{
	float:left;
	height:40px;
	vertical-align: middle;
}

div.element-box .header_left button{
	height:19px;
	line-height:15px;
	padding: 0 6px;
	border-width:2px;
	margin:0;
	margin-right:10px;
}

div.element-box .header_right{
	float:right;
	height:40px;
}


div.element-box .body{
	background:none repeat scroll 0 0 #FDFDFD;
	padding:0;
	margin:0;
	border-radius:0 0 5px 5px;
}



div.element-box a.toolbar {
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    padding: 3px 6px;
    white-space: nowrap;
	font-size:10px;
	line-height:12px;
	text-align:center;
	font-weight:bold;
}

div.element-box a.toolbar span {
    display: block;
    float: none;
    height: 22px;
    margin: 0 auto;
    width: 22px;
}




















