/*
jQuery Tabs Style Example
http://stilbuero.de/jquery/tabs_3/ui.tabs.css
*/

h1 {
	margin: 0px 0px 5px 0px;
}
h2 {
	margin: 0px 0px 10px 0px;
}
h3 {
	margin: 0px 0px 5px 0px;
}

form > table {
}
form > table th {
	padding: 5px 10px 5px 10px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}
form > table tr {
	padding: 0px;
}
form > table td {
	padding: 0px;
	color: #888888;
}
form > table input {
	margin: 0px;
	padding: 3px;
	border: 1px solid #888888;
}
form hr {
	margin: 5px 0px 5px 0px;
}
form label {
	display: block;
	float: left;
	width: 100px;
}

form .fieldwrapper {
	margin: 5px 0px 5px 0px;
}
form .fieldwrapper input {
	width: 300px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}
form .fieldwrapper li {
	margin: 5px 0px 5px 0px;
	float: left;
	list-style: none;
}
form .fieldwrapper .help_text {
	padding-left: 15px;
	color: #888888;
	font-style: italic;
}

form button {
	padding: 5px 10px 5px 10px;
}


.app-message {
	padding: 5px;
	margin-bottom: 10px;
}
.app-message p {
	margin: 5px 0px 5px 0px;
}

.app-button {
	outline: 0;
	margin: 0px 5px 5px 6px;
	padding: 5px 10px 5px 10px;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}
.app-button-icon {
	float:left;
	margin-right: 5px;
}


.app_nav {
}
.app_nav a {
	display: block;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-size: 110%;
	line-height: 110%;
	text-decoration: none;
	border: 1px solid #cfcfcf;
}
#app_navs .current {
	background-color: #fafafa;
}
.app_nav a:hover {
	background-color: #fafafa;
}

.side {
	padding: 10px 10px 10px 10px;
	background-color: #fafafa;
	color: #555555;
	border: 1px solid #cfcfcf;
}


#navItems li {
	list-style: none;
}
#navItems .placeholder {
	height: 30px;
	background-color: #e8e8e8;
	border: 1px solid #cfcfcf;
}
.navItem {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FAFAFA;
	border: 1px solid #e8e8e8;
}
.navItem .icon {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
}
.navItem .fields {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 5px 5px 5px 5px;
}
.navItem .actions {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
}
.navItem .moveHandle {
	padding: 5px 5px 5px 5px;
}
.navItem .moveHandle:hover {
	background-color: #FFFFFF;
}
.navItem .deleteHandle {
	cursor: pointer;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
.navItem .deleteHandle:hover {
	background-color: #FFFFFF;
}


.iconDisplay {
	margin: 5px 5px 5px 5px;
}
.iconDisplay:hover {
	margin: 5px 5px 5px 5px;
	background-color: #e8e8e8;
}
.iconDisplay .iconArea {
	float: left;
	margin-right: 5px;
	width: 48px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e8e8e8;
}
.iconDisplay .infoArea {
	float: left;
	color: #888888;
	font-size: 90%;
	vertical-align: middle;
}
.iconDisplay .actionArea {
	float: left;
	border-left: 1px solid #e8e8e8;
	vertical-align: middle;
}
.iconDisplay .deleteHandle {
	cursor: pointer;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
.iconDisplay .deleteHandle:hover {
	background-color: #e8e8e8;
}


.errorlist {
	margin: 0px 0px 0px 0px;
}
.errorlist li {
	color: #FF0000;
}


.question {
	color: #333333;
	font-size: 115%;
	font-weight: normal;
}
.answer {
	color: #888888;
	font-size: 100%;
}


.apps_list li {
	list-style: none;
	margin-left: 0px;
	padding: 5px 10px 5px 5px;
	color: #333333;
	border-bottom: 1px solid #e8e8e8;
}
.apps_list li:hover {
	background-color: #fafafa;
}
.apps_list ul:first-child {
	border-top: 1px solid #e8e8e8;
}
