.menu {
	height: 40px;
	font-size: 10px;
}

.subnav {
	padding-left: 0px;
	font-size: 10px;
	padding:0 0 0 10px !important;
}

.ui-dialog {
	font-size: 11px;	
}

.ui-dialog input {
	padding: 2px;
}

.ui-dialog input[type=radio] {
	padding: 2px;
	width: 20px;
}

.ui-dialog input[type=checkbox] {
	padding: 2px;
	width: 20px;
}

.uiForm label {
	min-width: 300px;
}
.ui-button {
	font-size: 11px !important;
}

.uiForm input[type=text] {
	width: 80%;
}
.uiForm input[type=radio] {
	margin-top: 3px;
	margin-bottom: 10px;
}
.uiForm textarea {
	width: 80%;
}

.uiForm input[type=text] {
	border: 1px solid #8FBE29;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.uiForm input[type=text]:focus {
	border: 1px solid #708F2C;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.uiForm input[type=password] {
	border: 1px solid #8FBE29;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.uiForm input[type=password]:focus {
	border: 1px solid #708F2C;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.uiForm input[type=checkbox] {
	height: 10px;
	margin-bottom: 10px;
}

.uiForm input[type=checkbox]:focus {
	height: 10px;
	margin-bottom: 10px;
}

.uiForm select {
	width:auto;
	border: 1px solid #8FBE29;
}

.permissions-content {
	
}

.perm_tables {
	color: white;
}

.perm_tables td {
	width: 100px;
	text-align: center;
	padding: 10px;
	background-color: #5F5F5F;
	border: 1px solid #6F6F6F;
}

.perm_tables th {
	width: 100px;
	text-align: center;
	padding: 10px;
	background-color: #5F5F5F;
}

.perm_tables tr td:first-child {
	width: 200px;
	text-align: left;
	font-weight: bold;
	background-color: #3B3B3B;
	border: none;
}

.perm_checked {
	background-color: #93BF20 !important;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_big.png);
	height:163px;
	padding:20px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	z-index: 8888;
	
}

#tooltip_text {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

.webCaptcha {
	margin-left: 150px;
}

.loginInput {
	width: 120px;
}

.loginSubmit {
	width: 120px;
	margin-left: 158px;
	margin-top: 20px;
	cursor: pointer;

}

.pcontrol input {
	padding: 1px;
	background: none;
	background-color: #fff;
	width: 30px;
	margin-top: 2px;
	
}

.sDiv input {
	padding: 1px;
	background: none;
	background-color: #fff;
	width: 120px;
	margin-top: 0px;
	
}

.sDiv select {
	padding: 1px;
	background: none;
	background-color: #fff;
	width: 120px;
	margin-top: 0px;
}

.sDiv input[type=button] {
	padding: 1px;
	background: none;
	background-color: #fff;
	width: 50px;
	margin-top: 0px;
}

.pGroup select {
	padding: 1px;
	background: none;
	background-color: #fff;
	width: 50px;
	margin-top: 2px;
	
}

input.error{
	border: 1px solid red !important;
	background-color: #FF9FB7;
}

label.error {
	float: right;
	margin-top: -50px;
}

.uiForm fieldset {
	border: 1px solid #46A3CA !important; 
	width: 95%;
	padding: 5px;
}

.uiForm fieldset legend {
	font-weight: bold; 
}

