/* DISPLAY */
.hidden {
	display: none !important;
}
.invisible {
	visibility: hidden !important;
}
.clear {
	clear: both;
}
.pointer {
	cursor: pointer;	
}
.bb, .borderbox {
	box-sizing: border-box; /* css3 rec */
	behavior: url("boxsizing.htc"); /* ie6/7 */
	-ms-box-sizing: border-box; /* ie8 */
	-moz-box-sizing: border-box; /* ff2+ */
	-webkit-box-sizing: border-box; /* safari3+ */
	-khtml-box-sizing: border-box; /* konqueror */
}
.abs {
	position: absolute !important;
}
.rel {
	position: relative !important;
}

/* HEADINGS */
h1 {
	font: bold 34px Helvetica;
	color: #244AA5;
	margin: 0 0 10px 0;
}
h2 {
	font: bold 18px Verdana;
	color: #244AA5;
}
h3 {
	font: bold 16px Verdana;
	color: #244AA5;
	margin: 5px 0 5px 0;
}
h4 {
	font: bold 13px Verdana;
	margin: 2px 0 2px 0;
}

/* TEXT */
p {
	margin: 10px 0 0 0;
}
p.tight {
	line-height: 1.1em;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize, .capitalise {
	text-transform: capitalize;
}
.keepcase {
	text-transform: none;
}
.noselect {
	-moz-user-select: none; /* mozilla */
	-khtml-user-select: none; /* safari */
	-o-user-select: none; /* opera */
	cursor: pointer;
}
.noinput {
	-moz-user-input: disabled; /* mozilla */
	/*user-input: none;  css3 proposal */
}
.nofocus {
	-moz-user-focus: ignore; /* mozilla */
}

/* COLORS */
.highlight {color: orange;}
.orange {color: orange;}
.red {color: #ce2b2e;}
.green {color: green;}
.blue {color: #01b7cd;}
.yellow {color: yellow;}

/* LINKS */
A {
	font-family: Helvetica;
	font-weight: normal;
	color: #5414AB;
	text-decoration: none;
}
A:hover, .over A {
	text-decoration: underline;
}

/* BUTTONS */
.awesome, .awesome:visited {
	background: #222 url(/images/buttons/alert-overlay.png) repeat-x; 
	display: block; 
	padding:6px 10px 7px; 
	width:inherit;
	color: #fff !important; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border:0;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	margin:1em 0;
	cursor: pointer;
	z-index:1;
}
a.awesome {
	display:inline-block !important;
	width:auto !important;
	margin:0.5em 0.7em 0.5em 0 !important;
	color: #eee;
}
a.awesome.blockOLD {display:block !important; margin:1em 0 0 0 !important;}
.awesome:hover {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-decoration: none;
}
.awesome:focus {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.inline.awesome {display:inline-block; margin:0 10px 0 0;}
.block.awesome {display:block !important; margin:0 !important;}

.small.awesome, .small.awesome:visited 			{ font-size: 1.1em;}
.tiny.awesome, .tiny.awesome:visited 			{ font-size: 0.9em; padding:3px 7px 4px !important; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 1.3em; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 1.4em; padding: 7px 12px 8px; }
.center.awesome {text-align:center;}

.silver.awesome, .silver.awesome:visited		{ background-color: silver; }
.silver.awesome:hover							{ background-color: #aaa; }
.purple.awesome, .purple.awesome:visited		{ background-color: #5414ab; }
.purple.awesome:hover							{ background-color: #a90cba; }
	


/* IMAGES */
img {
	border: 0;
}
img.stretch {
	height:100%;
	width:100%;
	display:block;
	position:absolute;
}
img.icon {
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 2px 0;
}
img.blowup {
	border: 1px solid white;
	display: block;
}
.caption {
	font: italic 10px Arial;
	text-align: center;
}

/* TABLES */
table.layout {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
table.layout td {
	vertical-align: top;
	padding: 0;
}
table.flexible {
	table-layout: auto;
}

/* LISTS */
ul, ol {
	margin: 0 0 0 10px;
	padding: 0;
}
li {
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 5px;
}

/* EFFECTS */
.shade_x { 
	
}
.shade_y { 
	
}
.shade_x.shade_y, .shade { 
	
}

/* MESSAGE LISTS */
.message_list li {
	display: block;
	background: transparent url(/base/images/ok_message.gif) scroll no-repeat 2px 2px;
	padding: 2px 4px 4px 25px;
	font-size: 12px;
}
.message_list li.warning {
	background-image: url(/base/images/warning_message.gif);
}
.message_list li.error {
	background: url(/base/images/error_message.gif) scroll no-repeat 2px 2px;
}

/* OPTIONS BOXES */
.options {
	clear: both;
	margin-bottom: 4px;
}
.options a {
	border: 1px solid grey;
	color: grey;
	font-size: 10px;
	padding: 1px 4px;
	opacity: 0.5;
	margin-right: 4px;
	text-decoration: none;
	text-transform: capitalize;
}
.options.admin a {
	background-color: #FEE;
}
.options.client a {
	background-color: #8AC875;
	color: white;
}

/* Light-blue information panel */
.info {
	background-color: #EEF;
	color: #333;
	padding: 3px 6px;
	font-size: 10px;
}
