* {
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link,
a:active,
a:visited {
	color: #096ac1;
}

a:hover {
	color: #ff9900;
}

small {
	font-size: 11px;
}

ul,
ol {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 10px 20px;
}

input,
select,
textarea {
	font-family: Arial, sans-serif;
}

option {
	padding: 0px 8px 0px 2px;
}

img {
	border-width: 0px;
}

/* ---------- Custom Classes ---------- */

ul.no_left_padding,
ol.no_left_padding {
	margin-left: 8px;
	padding-left: 8px;
}

.align_center {
	margin-left: auto;
	margin-right: auto;
}

a.dark_bg_link:link,
a.dark_bg_link:active,
a.dark_bg_link:visited {
	color: #ffaa11;
}

a.dark_bg_link:hover {
	color: #ff9900;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

.no_top_margin {
	margin-top: 0px;
}

#indicates_required {
	float: right;
	padding-top: 3px;
}

	#indicates_required img {
		width: 9px;
		height: 9px;
		margin-right: 4px;
	}
	
.horizontal_checkbox_container {
	padding: 3px 3px 3px 0px;
}

.horizontal_label_container {
	padding: 3px 25px 3px 3px;
}

.validation_error {
	color: #990000;
	font-weight: bold;
}

/* ---------- Containers -------------- */

.containertitle {
	color: #ffffff;
	font-weight: bold;
	background-image: url(/admin/images/layout/containertitle_background.gif);
	border-top: 1px solid #cccccc;
	padding: 6px 5px 4px 7px;
}

#containerloading {
	font-weight: normal;
	text-align: right;
	float: right;
	position: relative;
	top: -1px;
}

	#containerloading img {
		padding: 0px 5px 0px 5px;
		vertical-align: text-bottom;
	}
	
.containerborder {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.containertools {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: right;
	background-image: url(/admin/images/layout/containertools_background.gif);
	background-repeat: repeat-x;
	background-color: #ebebeb;
	padding: 4px 5px 4px 3px;
	border-bottom: 1px solid #dbdbdb;
}

	.containertools img, .tabtools img {
		margin-right: 5px;
		vertical-align: text-top;
		width: 16px;
		height: 16px;
		margin-left: 10px;
	}
	
.gridborder {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.gridborder .tabstrip {
	border: none;
}

.containerbottom {
	background-color: #cccccc;
}

/* ---------- Grids ------------------- */

.grid {
	border-collapse: collapse;
}
	.grid img {
		vertical-align: text-top;
	}

	.grid tfoot tr td {
		text-align: center;
		background-image: url(/admin/images/layout/containertools_background.gif);
		padding: 3px;
	}
		.grid tfoot tr td span a, .grid tfoot tr td span a:visited {
			padding: 0px 3px 0px 3px;
			text-decoration: none;
		}
		
		.grid tfoot tr td a:hover {
			text-decoration: underline;
		}

	.grid thead tr th {
		font-weight: bold;
		background-image: url(/admin/images/layout/grid_th_background.gif);
		border-right: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		padding: 4px 5px 4px 5px;
	}
	
		.grid thead tr th div {
			text-align: left;
			
		}

		.container thead tr th:last-child {
			border-right: none;
		}

	/*.grid thead tr th a, .container thead tr th a:visited {
		display: block;
		color: #000000;
		text-decoration: none;
		text-align: left;
		padding: 3px;
		background-image: url(/images/layout/grid_th_background.gif);
	}

	.grid thead tr th a:hover {
		background-image: url(/images/layout/grid_th_on_background.gif);
	}*/
	
	/*.grid thead tr th img {
		padding: 3px;
		vertical-align: middle;	
	}*/

.gridactions {
	text-align: center;
	white-space: nowrap;
}

	.gridactions img {
		width: 16px;
		height: 16px;
		margin-left: 2px;
		margin-right: 2px;
	}

.gridbuttons {
	padding: 0px;
}

	.gridbuttons img {
		padding: 1px 2px 1px 2px;
		vertical-align: middle;
	}

	.gridbuttons a:hover img {
		padding: 1px 2px 1px 2px;
		background-image: url(/admin/images/layout/grid_button_background.gif);
	}

.gridcheckbox {
	border-right: 1px solid #d0d0d0;	
}

.gridpages a {
	padding: 0px 5px 0px 5px;
}

.gridrow td {
	padding: 4px;
	background-color: #f0f5fa;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.gridrow_hover td {
	padding: 4px;
	background-color: #f4f9ff;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.gridrow_grip {
	float: left;
	width: 7px;
	height: 16px;
	padding: 0px 3px 0px 0px;
	background: url(/admin/images/layout/grid_drag_grip.gif) no-repeat top left;
	cursor: move;
}

.gridrow_grip_disabled {
	float: left;
	width: 7px;
	height: 16px;
	padding: 0px 3px 0px 0px;
	background: url(/admin/images/layout/grid_drag_grip_disabled.gif) no-repeat top left;
}

.gridrow_drag_container {
	position: absolute;
	cursor: move;
}

.gridrow_drag_display {
	float: left;
	background: url(/admin/images/layout/grid_drag_grip.gif) no-repeat center left;
	border-left: 1px solid #679de5;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background-color: #f4f9ff;
	height: 20px;
	padding: 6px 10px 0px 10px;
	color: #666666;
}

.gridrow_drag_arrow {
	float: left;
	background: url(/admin/images/layout/grid_drag_arrow.gif) no-repeat center left;
	height: 28px;
	width: 13px;
}

.norecords td {
	padding: 20px;
	text-align: center;
	background-color: #f5f5f5;
}

/* Forms
====================================================================================== */

.form {
	background-color: #f0f5fa;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 10px 10px 8px 10px;
}

	.form div {
		clear: left;
		display: block;
		color: #555555;
	}

		.form input, .form select, .form textarea /*, .searchbar input, .searchbar select, .searchbar input, .menuformfield*/ {
			font-size: 12px;
			border: 1px solid #b9b9b9;
			padding: 2px;
		}

		.form select {
			max-width: 450px;
		}

		.form div label {
			display: block;
			float: left;
			width: 125pt;
			text-align: right;
			margin: -3px 6px 4px 0px;
			padding: 6px 20px 0px 0px;
		}

		.form div.required label {
			background-image: url(/admin/images/icons/required.gif);
			background-repeat: no-repeat;
			background-position: 175px 10px;
		}

		.form div.optional label {
			background: none;
		}

		.form div small {
			display: block;
			margin-left: 194px;
			padding: 3px 0px 4px 0px;
			color: #888888;
		}

		.form fieldset span {
			padding-top: 2px;
			display: block;
		}

		.form fieldset td {
			color: #555555;
		}

.formbuttons {
	padding: 10px;
	text-align: center;
}

/*.formtable {
	background-color: #f4f9ff;
	background-image: url(/images/layout/containertools_background.gif);
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: none;
	border-bottom: none;
	margin: 0px;
}

.menuform {
	padding: 5px 0px 5px 5px;	
}

.moduleform {}
		
	.moduleform_label {
		background-color: #f6f6f6;
		width: 30%;
		text-align: right;
		padding:3px 5px 3px 0px;
	}
	
	.moduleform_required {
		background-color: #f6f6f6;
		width: 5%;
		text-align: center;	
	}
	
	.moduleform_field {
		background-color: #f6f6f6;
		width: 65%;
		padding:3px 0px 3px 3px;
	}
	
	.moduleform_error {
		font-weight:bold;
		color: #cc0000;
	}
	
	.moduleform_divider {
		border-top:1px solid #e1e3e0;
		margin-top: 5px;
		margin-bottom: 5px;
		height: 0px;
	}
	
	.moduleform_button {
		background-color: #f6f6f6;
		border: 1px solid #cccccc;
		padding: 2px 5px 2px 5px;
	}
	
	.moduleform_button:hover {
		background-color: #dddddd;
		border: 1px solid #cccccc;
		padding: 2px 5px 2px 5px;
	}*/

/* Tabs
====================================================================================== */

.tabstrip {
	padding: 4px 0px 0px 2px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-image: url(/admin/images/layout/containertools_background.gif);
}

.gridborder .tabstrip {
	border: none;
}

.tab {
	border-top: 1px solid #d4d4d4;
	padding: 2px 5px 2px 5px;
	background: url(/admin/images/layout/tab_background.gif);
}

	.tab a {
		color: #666666;
		text-decoration: none;		
	}

	.tab a:hover {
		color: #666666;
	}

.tabactive {
	color: #096ac1;
	border-top: 1px solid #d4d4d4;
	padding: 2px 5px 2px 5px;
	background: url(/admin/images/layout/tab_active_background.gif);
}

	.tabactive a {
		color: #01296e;
		text-decoration: none;		
	}

	.tabactive a:hover {
		color: #01296e;
	}

.tabtools {
	width: 50%;
	text-align: right;
	float: right;
	padding-right: 3px;
	border: none;
}