
* {
	margin:0px;
	padding:0px;
	color: #666;
	font-size: 11px;
}

p {
	padding-top: 10px;
}

body {
	width: 100%;
	background-color: #ddd;
	font-family: Verdana;
}

.entirebody {
	width: 800px;
	margin: 10px auto;
	background-color: #fff;
}
.container {
	border: 2px solid #666;
	border-top: none;
	padding-bottom: 40px;
}

.content {	
	padding: 5px;
	padding-top: 20px;	
	width: 770px;
	min-height: 400px;
}

.mainnav {
	width: 100%;
	background-color: #666;
	height: 35px;
	padding-top: 80px;
}
.mainnav ul {	
	float:left;
	list-style: none;
	padding-left: 2px;
}
.mainnav li {
	float:left;
}
.mainnav a {
	float:left;
	color: #fff;
	margin-right: 2px;
	padding: 0px 10px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #444;
}

.mainnav a.active {
	background-color: #fff;
	color: #999;
}
.subnav {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.subnav ul {
	float:left;
	list-style: none;
	
}
.subnav li {
	float:left;
}
.subnav a {
	float:left;
	color: #999;
	padding: 0px 10px;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	
}

.subnav a.active {
	color:  #666;	
	font-weight: bold;
}

form {
	width: 100%;
	position:relative; 
}
form label {
	margin-top: 3px;
	display:block;
}
form input {
	clear:both;
	display:block;
}

form .full {
	border: 1px solid #999;
	background-color: #eee;	
	color: #666;	
	width: 98%;
	padding: 5px;
	clear:both;
}
form select {
	width: 100%;	
	padding: 4px;
	border: 1px solid #999;
	background-color: #eee;	
	color: #666;	
}

form input.submit {
	margin-top: 10px;
	width: auto;
	padding: 3px 7px;
	background-color: #fff;
}

.submit {
	border: 1px solid #ddd;
	margin-top: 10px;
	width: auto;
	padding: 4px 7px;
	background-color: #fff;
	text-decoration: none;
	margin-right: 10px;
}

form input.hidden_field{
	display: none;
}

.content table {
	width: 100%;
	color: #999;
	border-collapse:collapse;
}
.content table td {
	border: 1px solid #ddd;
	background-color: #eee;
	margin:0px;
	padding:5px;
}
.content table tr.accept td {
	background-color: #ddd;
}

.content table tr {
	cursor: default;
}
/* jquery.treeTable.collapsible */

.tree ul {
	list-style: none;	
}
.tree li {
	margin-top: 2px;
	
}
.tree li ul li {			
	margin-left: 20px;
}
.tree .active  {
	background-color: #eee;
}
.tree_row{
	display:block;
	clear: both;			
	height: 23px;
	line-height: 23px;
	background-color: #eee;
	border:1px solid #ccc;
	text-decoration: none;
	cursor: pointer;
}
.placeholder {
	outline: 1px dotted #666;
	height: 20px;
}
.tree_open {
	width: 30px;
	text-decoration: none;
	height: 100%;
	display:inline;
	float:left;	
	background: url(../icons/m.png) no-repeat center center;
}
.tree_right {
	float:right;
}

.tree_root {
	min-height: 30px;
}

.tree_row span {
	float:left;
}
.tree_row span.tree_right {
	float:right;
}

.closed  .tree_open {	background: url(../icons/maximize.png) no-repeat center center;}
.closed  .tree_open:hover {background: url(../icons2/maximize.png) no-repeat center center;}

.closed ul {
	display:none;
}

.icon {
	width: 30px;
	height: 100%;
	float:left;
	background: url(../icons/reply.png) no-repeat center center;
	text-decoration: none;
}

.iedit { background-image: url(../icons/reply.png) }
.iedit:hover { background-image: url(../icons2/reply.png) }

.idelete { background-image: url(../icons/action_delete.png) }
.idelete:hover { background-image: url(../icons2/action_delete.png) }

.menu_group {

}
.menu_fs {
	padding: 5px;	
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.menu_fs legend {
	padding: 0px 5px;
	color: #999;
}

.menu {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.menu ul {
	background-color: #666;
	-moz-border-radius: 5px;
	width: 100%;
	height: 30px;
	list-style: none;
}
.menu li {
	float:left;
	margin-left: 10px;
}
.menu a {
	float:left;
	color: #fff;
	padding-right: 10px;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 20px;
	background: url(../icons/action_add.png) no-repeat left center ;
}

.menu a:hover {
	background-image: url(../icons2/action_add.png);
}

.langnav {

	background-color: #555;
	height: 25px;
}
.langnav ul {
	float:right;
	list-style: none;
}
.langnav li {
	float:left;
}
.langnav a  {
	display: block;
	float:left;
	color: #ddd;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	padding: 0px 10px;
}

.langnav a:hover, .langnav a.active {
	color: #fff;
}


#col-left {
	width: 67%;
	padding-right: 3%;
	float:left;
	display:inline;	
}
#col-left .full{
	width: 98%;
}

#col-right {
	padding-top: 16px;
	width: 30%;
	float:right;
	display:inline;
}
#col-right img{	
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}
#col-right img.source {
	width: 90%;
}

.login {
	border: 2px solid #666666;
	margin: 40px auto;
	width: 400px;
	height: auto;
	background-color: #fff;
	min-height: 1px;
}
.login .full {
	width: 95%;
}


.col-left {
	width: 22%;	
	display:inline;	
	float:left;
}

