body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

h1{
		font: bold 14pt Arial,Helvetica,sans-serif;
		color:#606060;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.section {
	width: 98%;
	background: #fff;
	margin: 0 0 30px;
	padding:0px;	
}

#tabs {
	width: 101%;
	background: #fff;
	margin: 0 0 30px;
	font-size:14px;
}

.tabs {
	width: 99%;
	background: #fff;
	
}

.tabs li{
	font-size:12px;
}

.tabcontent {
	font-size:12px;
}



.box {
	display: none;	
	background: #fff;
	padding:0px;
}
.box.visible {
	display: block;
	background: #fff;
	padding:0px;
}

.content2{
	width:600px;
	padding:15px;
	border: 1px solid #D4D4D4;
	background: #ffffff;
	border-width: 0 1px 1px;
}

.common{
	width:100%;
	padding:15px;
	border: 1px solid #D4D4D4;
	background: #FFF;
	margin-bottom:20px;
}


.errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

.errorMessage
{
	color: red;
	font-size: 0.9em;
}

.errorSummary p
{
	margin: 0;
	padding: 5px;
}

.errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

span.required
{
	color: red;
}

.categories_box{
	border: 1px solid #D4D4D4;
	width:500px;
}
.categories_box table{
	margin-bottom:0px;
}

.langbox{
	width:490px;
	border: 1px solid #D4D4D4;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

.langbox .title{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.langbox label{
	float:left;
	padding:0px;
	margin:0px;
	width:60px;
	
}

.twoinrow{
	float:left;
	width:200px;
	margin-bottom:15px;
}

.twoinrow label{
	float:left;
	width:100px;
	padding:0px;
	padding-top:5px;
	margin:0px;
}

.row2{
	margin-bottom:20px;
}

.row2 label{
	float:left;
	width:100px;
	padding:0px;
	padding-top:5px;
	margin:0px;
}


.clear{
	clear:all;
}

.items{
	width:658px;

}

a.save{
	color:#fff;
	background-color:#909090;
	text-decoration:none;
}

a.save:hover{
	cursor:pointer;
}


.categories_box2{
	border: 1px solid #D4D4D4;
	width:500px;
	height:400px;
	overflow-y:auto;
}

.categories_box2 table td{
	padding:2px;
	
}


.categories_box4{
	border: 1px solid #D4D4D4;
	width:500px;
	height:200px;
	overflow-y:auto;
}

.categories_box4 table td{
	padding:2px;
	
}

.chars_title{
	width:99%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:505050;
	height:28px;
	margin:3px;
	margin-top:6px;
	padding-top:7px;
	border:1px solid #e0e0e0;
	background:#fff;
}

.categories_box3{
	border: 1px solid #D4D4D4;
}

.categories_box3 table{
	padding:0px;
	margin:2px;
	text-align:left;
}

.categories_box3 table td{
	padding:0px;
	margin:2px;
	text-align:left;
}


.group{
	width:98.5%;
	font-size:13px;
	font-weight:bold;
	height:23px;
	margin:3px;
	margin-top:6px;
	padding-top:7px;
	padding-left:3px;
	border:1px solid #e0e0e0;
	background:#f0f0f0;
}

a.add_group{
	margin:5px;
	padding-bottom:3px;
	font-weight:bold;
	text-decoration:none;
}

a.add_group:hover{
	margin:5px;
	padding-bottom:3px;
	font-weight:bold;
	text-decoration:underline;
}
.group a{
		
		font-weight:normal;
		font-size:13px;
		text-decoration:underline;
}

.group a{
		text-decoration:none;
		font-weight:
}

table.chartable{
	border:1px solid #e0e0e0;
	background:#fff;
}


#props a{
	font-size:13px;
	text-decoration:none;
}

#props a:hover{
	text-decoration:underline;
}

#props table{
	margin-left:50px;
	width:93%;
}

.cat{
	width:94%;
	font-size:13px;
	font-weight:bold;
	margin:3px;
	padding:4px;
	border:1px solid #e0e0e0;
	background:#f0f0f0;
}



.cat2 a{
	font:16px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline
}

.cat2 a:hover{
	text-decoration:none;
}





.cat2{
	width:100%;
	font-size:13px;
	font-weight:bold;
	margin:3px;
	padding:4px;
	border:1px solid #002200;
	background:#007700;
	color:#ffffff;
}



.files{
	border:1px solid #e0e0e0;
	padding:10px;
}



.ui-progressbar { height:15px; text-align: left; width:60% }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;}