/** Imports */
@import url('text.css');
@import url('form.css');
@import url('boxes.css');
@import url('colors.css');
@import url('customizations.css');

/** Base elements */
html, body {
	margin: 0px;
	background-color: #f3f3f3;
	font-family: helvetica, arial;
	font-size: 14px;
	width: 100%;
}

p {
	line-height: 1.3em;
	margin-top: 0px;
	clear: left;
}

html {
	overflow-y: scroll;
}

	a {
		text-decoration: none;
		acolor: #4a88d5;
		acolor: #d05dd4;
		color: #217fa2;
	}
	
		a img {
			border: 0px;
		}
	
	a:hover {
		text-decoration: underline;
	}

	h1#logo {
		position: absolute;
		left: 137px;
		top: 9px;
		border-left: 1px solid #444;
		color: white;
		padding-left: 7px;
		margin-top: 5px;
		margin-left: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	
	div {
		background-repeat: no-repeat;
	}
	
/** HEAD */
	
	#appHead {
		background-color: #000;
		abackground-color: #222;
		abackground-color: #304b6c;
		
		background-position: center;
		
		background-repeat: repeat-x;
		width: auto;
		height: 77px;
		padding-right: 20px;
		padding-left: 20px;
		color: #fff;
		overflow: hidden;
	}
	
	
		#appHead a {
			color: #fff;
		}
	
		#appHead .hbar {
			height: 18px;
			float: left;
			border-left: 1px solid #405870;
			border-left: 1px solid #555;
			
			margin-left: 5px;
			margin-right: 5px;
		}
		
		#appLogo {
			float: left;
			margin-top: 0px;
			padding-right: 10px;
			margin-right: 10px;
			border-right: 0px solid #555;
		}
	
		
	#appInfo {
		width: auto;
		height: 39px;
		overflow: hidden;
		font-size: 12px;
		margin-top: 6px;
		padding-right: 6px;
	}
	
	#appInfo a, span {
		display: block;
		float: left;
	}
		
	
	#appTabs {
		position: absolute;
		left: 0px;
		height: 32px;
		width: 100%;
		border-bottom: 1px solid white;
	}
	
		#appTabsContainer {
			padding-left: 20px;
			padding-right: 16px;
		}
	
		
		#appTabs .tab {
			display: block;
			float: left;
			background-image: url('/images/bg/tab_bg.gif');
			background-repeat: repeat-x;
			background-color: #bbb;
			font-size: 16px;
			height: 18px;
			padding: 8px 15px 6px 15px;
			color: #000;
			margin-right: 4px;
			text-decoration: none;
		}
		
			#appTabs .tabactive {
				background-image: none;
				background-color: #ddd;
				color: #000;
				
				border-top: 1px solid white;
				aborder-left: 1px solid white;
				aborder-top: 4px solid #ccc;
				padding-top: 7px;
				padding-bottom: 7px;
			}
			
			


	#appDialogBg {
		
		color: red;
		position: absolute;

		top: 0px;
		left: 0px;
		width: 100%;
		min-height: 2000px;
		z-index: 3;
		background-color: #000;
		
		opacity: 0.50; /* Safari, Opera */
		moz-opacity: 0.50; /* FireFox */
		filter: alpha(opacity=50); 
		
	}
	
		#appDialog {
			position: fixed;
			
			z-index: 4;
			width: 100%;
			height: 100%;
			
		}
		
		#appDialog .dialog {
			
			background-color: #fff;
			background-image: url('/images/bg/body_bg.gif');
			background-position: 0px -1px;
			background-repeat: repeat-x;
			padding: 20px;
			padding-top: 30px;
			width: 420px;
			min-height: 100px;
			overflow: hidden;
			margin: 0px auto 0px auto;;
		}
		
			#appDialog input.large {
				width: 340px;
			}
/** BODY */
					
		
	#appBody {
		
		padding-top: 15px;
		padding-bottom: 100px;
		background-image: url('/images/bg/body_bg.gif');
		background-position: 0px -1px;
		background-repeat: repeat-x;
		min-height: 500px;
		overflow: hidden;
		abackground-color: #ececec;
		background-color: #fff;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;	
	
	}
		
		
	
		.mainColumn {}
		
			.mainColumn.respectContext {
				margin-right: 240px;
				
				
			}
			
			.mainColumn.respectMenu {
				margin-left: 240px;
			
			}
			
		.centerColumn {
			width: 960px;
			margin-left: auto;
			margin-right: auto;
		}
		
		.fixedColumn {
			width: 960px;
		}
		
			.fixedColumn.respectContext,
			.fixedColumn.respectMenu {
				width: 720px;
			}
			
			.fixedColumn.respectContext.respectMenu {
				width: 480px;
			}
		
		.contextColumn {
			float: right;
			width: 220px;
		}
		
		.menuColumn {
			float: left;
			width: 220px;
		}
		
		.infoColumn {
			width: 100%;
			background-color: #ccc	;
			margin-left: -20px;
			margin-right: -20px;
			padding: 20px;
			background-position: 35px 5px;
			padding-left: 120px;
			min-height: 35px;
			margin-bottom: 15px;
			background-image: url('/images/icons/large/info.png');
		}
	
		#rightColumn {
			float: right;
			width: 25%;
		}
		
		#leftColumn {
			float: left;
			width: 25%;
		}
		
		.columnFull {
			width: 100%;
		}
		
		
/** FOOTER */
	
	#appFoot {
		font-size: 11px;
		padding-top: 10px;
		color: #888;
		background-image: url('/images/bg/foot_bg.gif');
		background-repeat: repeat-x;
		min-height: 100px;
	}
		
		#appFoot p {
			text-align: right;
			margin-top: 10px;
			margin-bottom: 0px;
			clear: right;
			float: right;
		}


/** FLASH */

	#appFlash {
		margin: -10px -20px 10px -20px;
		padding: 0px 20px;
		
	}
	
	#appFlash .flash {
		
		margin-left: auto;
		margin-right: auto;
		
		background-repeat: no-repeat;
		background-position: 0px 0px;
		
	}
	
	
	
		#appFlash.notice {
			background-color: #78bf3f;
			color: white;
			
		}
		
		#appFlash.error {
			abackground-color: #de5b7d;
			background-color: #d24545;
			color: white;
		}
	
		#appFlash.notice .flash {
			background-image: url('/images/icons/tick_large.png');
			/*height: 30px;
			padding-top: 12px;
			padding-left: 48px;*/
			height: 35px;
			padding-top: 16px;
			padding-left: 48px;
			background-position: 0px 5px;
		}	
		
		#appFlash.error .flash {
			background-image: url('/images/icons/error_large.png');
			height: 35px;
			padding-top: 16px;
			padding-left: 48px;
			background-position: 0px 5px;
		}
		
